Trace number 4263580

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-05UNSAT 1389.29 1247.23

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-24.xml
MD5SUMfafbbc28d55e991f97131ab8525c2187
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 benchmark0.52833402
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints270
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":18},{"degree":4,"count":16},{"degree":5,"count":6},{"degree":6,"count":6},{"degree":7,"count":5},{"degree":8,"count":2},{"degree":10,"count":2},{"degree":11,"count":2},{"degree":14,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":25},{"arity":4,"count":24},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints159
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":159},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

202.95/85.62	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
202.95/85.62	c This is free software under the dual EPL/GNU LGPL licenses.
202.95/85.62	c See www.sat4j.org for details.
202.95/85.62	c That software uses the Rhino library from the Mozilla project.
202.95/85.62	c version CUSTOM.v20170705
202.95/85.62	c java.runtime.name	Java(TM) SE Runtime Environment
202.95/85.62	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
202.95/85.62	c java.vm.version	25.131-b11
202.95/85.62	c java.vm.vendor	Oracle Corporation
202.95/85.62	c sun.arch.data.model	64
202.95/85.62	c java.version		1.8.0_131
202.95/85.62	c os.name		Linux
202.95/85.62	c os.version		3.10.0-514.16.1.el7.x86_64
202.95/85.62	c os.arch		amd64
202.95/85.62	c Free memory 		499604488
202.95/85.62	c Max memory 		7247757312
202.95/85.62	c Total memory 		504889344
202.95/85.62	c Number of processors 	4
202.95/85.62	c c --- Begin Solver configuration ---
202.95/85.62	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
202.95/85.62	c Learn all clauses as in MiniSAT
202.95/85.62	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
202.95/85.62	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
202.95/85.62	c No reason simplification
202.95/85.62	c Glucose 2.1 dynamic restart strategy
202.95/85.62	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
202.95/85.62	c timeout=2147483s
202.95/85.62	c DB Simplification allowed=false
202.95/85.62	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
202.95/85.62	c --- End Solver configuration ---
202.95/85.62	c constraints type 
202.95/85.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 222
202.95/85.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 56204652
202.95/85.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5351744
202.95/85.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 539
202.95/85.62	c 61557157 constraints processed.
1389.23/1247.18	c starts		: 47
1389.23/1247.18	c conflicts		: 24128
1389.23/1247.18	c decisions		: 13626879
1389.23/1247.18	c propagations		: 2686763709
1389.23/1247.18	c inspects		: 3135543468
1389.23/1247.18	c shortcuts		: 0
1389.23/1247.18	c learnt literals	: 19
1389.23/1247.18	c learnt binary clauses	: 490
1389.23/1247.18	c learnt ternary clauses	: 452
1389.23/1247.18	c learnt constraints	: 24108
1389.23/1247.18	c ignored constraints	: 0
1389.23/1247.18	c root simplifications	: 0
1389.23/1247.18	c removed literals (reason simplification)	: 0
1389.23/1247.18	c reason swapping (by a shorter reason)	: 0
1389.23/1247.18	c Calls to reduceDB	: 3
1389.23/1247.18	c Number of update (reduction) of LBD	: 14734
1389.23/1247.18	c Imported unit clauses	: 0
1389.23/1247.18	c number of reductions to clauses (during analyze)	: 0
1389.23/1247.18	c number of learned constraints concerned by reduction	: 0
1389.23/1247.18	c number of learning phase by resolution	: 0
1389.23/1247.18	c number of learning phase by cutting planes	: 0
1389.23/1247.18	c number of rounding to 1 operations	: 0
1389.23/1247.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1389.23/1247.18	c number of reductions of the coefficients by power 2 	: 0
1389.23/1247.18	c number of right shift for reduction by power 2 	: 0
1389.23/1247.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
1389.23/1247.18	c speed (assignments/second)	: 2313387.580312692
1389.23/1247.18	c non guided choices	2226838
1389.23/1247.19	c learnt constraints type 
1389.23/1247.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 490
1389.23/1247.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11282
1389.23/1247.19	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263580-1502636800/watcher-4263580-1502636800 -o /tmp/evaluation-result-4263580-1502636800/solver-4263580-1502636800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263580-1502636800.xml 

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

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

solver pid=19609, runsolver pid=19606

[startup+0.10016 s]*
/proc/loadavg: 2.35 3.46 4.04 3/207 19618
/proc/meminfo: memFree=28796596/32770624 swapFree=67108764/67108860
[pid=19609] ppid=19606 vsize=10151672 memory=20476 CPUtime=0.03 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 4674 0 -1 1077944320 4015 0 0 0 3 0 0 0 20 0 9 0 111186391 10395312128 5119 18446744073709551615 4194304 4196468 140733081863440 140733081845984 140111952813815 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
/proc/19609/statm: 2537918 5119 2123 1 0 2527415 0
[pid=19609/tid=19611] ppid=19606 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/19609/task/19611/stat : 19611 (java) R 19606 19609 4674 0 -1 4202560 2653 0 0 0 3 0 0 0 20 0 9 0 111186398 10395312128 5119 18446744073709551615 4194304 4196468 140733081863440 140111957048912 140111952835741 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19612] ppid=19606 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111186399 10395312128 5119 18446744073709551615 4194304 4196468 140733081863440 140111909780496 140111952824021 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19613] ppid=19606 vsize=10151672 memory=140029450765952 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111186399 10395312128 5119 18446744073709551615 4194304 4196468 140733081863440 140111908727952 140111952824021 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19614] ppid=19606 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 111186399 10395312128 5119 18446744073709551615 4194304 4196468 140733081863440 140111907674896 140111952824021 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19615] ppid=19606 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111186399 10395312128 5119 18446744073709551615 4194304 4196468 140733081863440 140111906622352 140111952824021 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19616] ppid=19606 vsize=10151672 memory=140029450765952 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 111186400 10395312128 5119 18446744073709551615 4194304 4196468 140733081863440 140111516207344 140111952824962 0 0 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19617] ppid=19606 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 111186401 10395312128 5119 18446744073709551615 4194304 4196468 140733081863440 140111515153568 140111952824021 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19618] ppid=19606 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 111186401 10395312128 5119 18446744073709551615 4194304 4196468 140733081863440 140111514100464 140111952824021 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20476 KiB

[startup+0.210076 s]*
/proc/loadavg: 2.35 3.46 4.04 3/213 19624
/proc/meminfo: memFree=28787936/32770624 swapFree=67108764/67108860
[pid=19609] ppid=19606 vsize=10551156 memory=29812 CPUtime=0.15 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 4674 0 -1 1077944320 7631 0 0 0 13 2 0 0 20 0 15 0 111186391 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140733081845984 140111952813815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
/proc/19609/statm: 2637789 7453 2789 1 0 2627261 0
[pid=19609/tid=19611] ppid=19606 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/19609/task/19611/stat : 19611 (java) R 19606 19609 4674 0 -1 4202560 5466 0 0 0 9 1 0 0 20 0 15 0 111186398 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111957050544 140111936894302 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19612] ppid=19606 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186399 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111909780496 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19613] ppid=19606 vsize=10551156 memory=140029450841621 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111186399 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111908727952 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19614] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186399 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111907674896 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19615] ppid=19606 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111186399 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111906622352 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19616] ppid=19606 vsize=10551156 memory=140029450765952 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111186400 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111516207344 140111952824962 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19617] ppid=19606 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111186401 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111515153568 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19618] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111186401 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111514100464 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19619] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111186403 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111513049040 140111952832411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19620] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 4674 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 111186403 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111511997168 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19621] ppid=19606 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186403 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111510944624 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19622] ppid=19606 vsize=10551156 memory=140029450765952 CPUtime=0.02 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 4674 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 111186403 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111509891568 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19623] ppid=19606 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111186404 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111508839264 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19624] ppid=19606 vsize=10551156 memory=140029450765952 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186407 10804383744 7453 18446744073709551615 4194304 4196468 140733081863440 140111507786288 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29812 KiB

[startup+0.310961 s]*
/proc/loadavg: 2.35 3.46 4.04 5/213 19624
/proc/meminfo: memFree=28781080/32770624 swapFree=67108764/67108860
[pid=19609] ppid=19606 vsize=10551156 memory=38912 CPUtime=0.32 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 4674 0 -1 1077944320 9075 0 0 0 29 3 0 0 20 0 15 0 111186391 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140733081845984 140111952813815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
/proc/19609/statm: 2637789 9728 2910 1 0 2627261 0
[pid=19609/tid=19611] ppid=19606 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/19609/task/19611/stat : 19611 (java) R 19606 19609 4674 0 -1 4202560 6140 0 0 0 18 2 0 0 20 0 15 0 111186398 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111957044576 140111952835741 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19612] ppid=19606 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186399 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111909780496 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19613] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111186399 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111908727952 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19614] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186399 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111907674896 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19615] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111186399 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111906622352 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19616] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111186400 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111516207344 140111952824962 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19617] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111186401 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111515153568 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19618] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111186401 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111514100464 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19619] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111186403 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111513049040 140111952832411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19620] ppid=19606 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) R 19606 19609 4674 0 -1 4202560 585 0 0 0 2 0 0 0 20 0 15 0 111186403 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111511997168 140111930836353 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19621] ppid=19606 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) R 19606 19609 4674 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 15 0 111186403 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111510944624 140111952824962 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19622] ppid=19606 vsize=10551156 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) R 19606 19609 4674 0 -1 4202560 871 0 0 0 6 0 0 0 20 0 15 0 111186403 10804383744 9728 18446744073709551615 4194304 4196468 140733081863440 140111509891568 140111931729519 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19623] ppid=19606 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111186404 10804383744 10240 18446744073709551615 4194304 4196468 140733081863440 140111508839264 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19624] ppid=19606 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186407 10804383744 10240 18446744073709551615 4194304 4196468 140733081863440 140111507786288 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38912 KiB

[startup+0.700811 s]
/proc/loadavg: 2.35 3.46 4.04 6/213 19624
/proc/meminfo: memFree=28758212/32770624 swapFree=67108764/67108860
[pid=19609] ppid=19606 vsize=10551232 memory=143672 CPUtime=1.38 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 4674 0 -1 1077944320 12139 0 0 0 133 5 0 0 20 0 15 0 111186391 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140733081845984 140111952813815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
/proc/19609/statm: 2637808 35918 3055 1 0 2627261 0
[pid=19609/tid=19611] ppid=19606 vsize=10551232 memory=4 CPUtime=0.58 cores=1,3,5,7
/proc/19609/task/19611/stat : 19611 (java) R 19606 19609 4674 0 -1 4202560 6752 0 0 0 54 4 0 0 20 0 15 0 111186398 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111957051264 140111931871690 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19612] ppid=19606 vsize=10551232 memory=161 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186399 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111909780496 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19613] ppid=19606 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111186399 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111908727952 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19614] ppid=19606 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186399 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111907674896 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19615] ppid=19606 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111186399 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111906622352 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19616] ppid=19606 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 111186400 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111516207344 140111952824962 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19617] ppid=19606 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111186401 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111515153568 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19618] ppid=19606 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111186401 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111514100464 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19619] ppid=19606 vsize=10551232 memory=26 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111186403 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111513049040 140111952832411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19620] ppid=19606 vsize=10551232 memory=229 CPUtime=0.26 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) R 19606 19609 4674 0 -1 4202560 1509 0 0 0 26 0 0 0 20 0 15 0 111186403 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111511995568 140111930705545 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19621] ppid=19606 vsize=10551232 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) R 19606 19609 4674 0 -1 4202560 1133 0 0 0 28 0 0 0 20 0 15 0 111186403 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111510930648 140111936307808 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19622] ppid=19606 vsize=10551232 memory=6498285520082 CPUtime=0.23 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 4674 0 -1 1077944384 1373 0 0 0 23 0 0 0 20 0 15 0 111186403 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111509891568 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19623] ppid=19606 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111186404 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111508839264 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19624] ppid=19606 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111186407 10804461568 35918 18446744073709551615 4194304 4196468 140733081863440 140111507786288 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 143672 KiB

[startup+1.50293 s]
/proc/loadavg: 2.35 3.46 4.04 5/213 19624
/proc/meminfo: memFree=28607784/32770624 swapFree=67108764/67108860
[pid=19609] ppid=19606 vsize=10551232 memory=371596 CPUtime=3.64 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 4674 0 -1 1077944320 17219 0 0 0 348 16 0 0 20 0 15 0 111186391 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140733081845984 140111952813815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
/proc/19609/statm: 2637808 92899 3096 1 0 2627261 0
[pid=19609/tid=19611] ppid=19606 vsize=10551232 memory=6656426216303648864 CPUtime=1.33 cores=1,3,5,7
/proc/19609/task/19611/stat : 19611 (java) S 19606 19609 4674 0 -1 1077944384 7563 0 0 0 127 6 0 0 20 0 15 0 111186398 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111957043584 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19612] ppid=19606 vsize=10551232 memory=6944652177228980320 CPUtime=0.03 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) R 19606 19609 4674 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 15 0 111186399 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111909780496 140111937841234 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19613] ppid=19606 vsize=10551232 memory=6944656575208382560 CPUtime=0.02 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) R 19606 19609 4674 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 15 0 111186399 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111908728152 140111937837518 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19614] ppid=19606 vsize=10551232 memory=148 CPUtime=0.04 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) R 19606 19609 4674 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 15 0 111186399 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111907675096 140111937837518 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19615] ppid=19606 vsize=10551232 memory=12874 CPUtime=0.03 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) R 19606 19609 4674 0 -1 4202560 46 0 0 0 2 1 0 0 20 0 15 0 111186399 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111906622352 140111937841234 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19616] ppid=19606 vsize=10551232 memory=21491 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 111186400 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111516205856 140111952824021 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19617] ppid=19606 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111186401 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111515153568 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19618] ppid=19606 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111186401 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111514100464 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19619] ppid=19606 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111186403 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111513049040 140111952832411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19620] ppid=19606 vsize=10551232 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) R 19606 19609 4674 0 -1 4202560 4048 0 0 0 86 0 0 0 20 0 15 0 111186403 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111511983048 140111937939807 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19621] ppid=19606 vsize=10551232 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 4674 0 -1 1077944384 2341 0 0 0 89 0 0 0 20 0 15 0 111186403 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111510929616 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19622] ppid=19606 vsize=10551232 memory=67 CPUtime=0.34 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 4674 0 -1 1077944384 1677 0 0 0 34 0 0 0 20 0 15 0 111186403 10804461568 92899 18446744073709551615 4194304 4196468 140733081863440 140111509891568 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0

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

/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 4674 0 -1 1077944384 30803 0 0 0 4471 126 0 0 20 0 16 0 111186399 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111906622352 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19616] ppid=19606 vsize=10617796 memory=8283300 CPUtime=19.53 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 4674 0 -1 1077944384 30977 0 0 0 1950 3 0 0 20 0 16 0 111186400 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111516207344 140111952824962 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19617] ppid=19606 vsize=10617796 memory=8283300 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 111186401 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111515153632 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19618] ppid=19606 vsize=10617796 memory=8283300 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 111186401 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111514100480 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19619] ppid=19606 vsize=10617796 memory=8283300 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111186403 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111513049040 140111952832411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19620] ppid=19606 vsize=10617796 memory=2756 CPUtime=2.01 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 4674 0 -1 1077944384 9469 0 0 0 199 2 0 0 20 0 16 0 111186403 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111511997168 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19621] ppid=19606 vsize=10617796 memory=3080 CPUtime=2.08 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 4674 0 -1 1077944384 11976 0 0 0 206 2 0 0 20 0 16 0 111186403 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111510944624 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19622] ppid=19606 vsize=10617796 memory=8283300 CPUtime=0.49 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 4674 0 -1 1077944384 6002 0 0 0 48 1 0 0 20 0 16 0 111186403 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111509891568 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19623] ppid=19606 vsize=10617796 memory=8283300 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111186404 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111508839264 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19624] ppid=19606 vsize=10617796 memory=844 CPUtime=0.81 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 4674 0 -1 1077944384 1380 0 0 0 40 41 0 0 20 0 16 0 111186407 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111507786288 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19629] ppid=19606 vsize=10617796 memory=8283300 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19629/stat : 19629 (java) S 19606 19609 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 111194970 10872623104 2070825 18446744073709551615 4194304 4196468 140733081863440 140111506732080 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
Current children cumulated CPU time: 1384.44 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 8283300 KiB

[startup+1247.23 s]
# the end of solver process 19609 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1383.61 s, system=5.6755 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1244.8 s]
/proc/loadavg: 2.80 2.32 2.69 3/215 19804
/proc/meminfo: memFree=16810484/32770624 swapFree=67108764/67108860
[pid=19609] ppid=19606 vsize=10617796 memory=8283312 CPUtime=1387.05 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 4674 0 -1 1077944320 258494 0 0 0 138142 563 0 0 20 0 16 0 111186391 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140733081845984 140111952813815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
/proc/19609/statm: 2654449 2070828 3143 1 0 2643902 0
[pid=19609/tid=19611] ppid=19606 vsize=10617796 memory=4572 CPUtime=1178.69 cores=1,3,5,7
/proc/19609/task/19611/stat : 19611 (java) R 19606 19609 4674 0 -1 4202560 89698 0 0 0 117846 23 0 0 20 0 16 0 111186398 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111957049872 140111586140658 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19612] ppid=19606 vsize=10617796 memory=8283300 CPUtime=45.72 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 4674 0 -1 1077944384 25836 0 0 0 4451 121 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111909780496 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19613] ppid=19606 vsize=10617796 memory=8283300 CPUtime=45.67 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 4674 0 -1 1077944384 29736 0 0 0 4431 136 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111908727952 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19614] ppid=19606 vsize=10617796 memory=6944656592452807323 CPUtime=45.87 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 4674 0 -1 1077944384 19757 0 0 0 4475 112 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111907674896 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19615] ppid=19606 vsize=10617796 memory=4206468019014099040 CPUtime=45.97 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 4674 0 -1 1077944384 30803 0 0 0 4471 126 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111906622352 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19616] ppid=19606 vsize=10617796 memory=-7531822216213012384 CPUtime=19.53 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 4674 0 -1 1077944384 30977 0 0 0 1950 3 0 0 20 0 16 0 111186400 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111516207344 140111952824962 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19617] ppid=19606 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 111186401 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111515153632 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19618] ppid=19606 vsize=10617796 memory=644 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 111186401 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111514100480 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19619] ppid=19606 vsize=10617796 memory=8283300 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111513049040 140111952832411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19620] ppid=19606 vsize=10617796 memory=956 CPUtime=2.06 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 4674 0 -1 1077944384 10463 0 0 0 204 2 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111511997168 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19621] ppid=19606 vsize=10617796 memory=2244 CPUtime=2.14 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 4674 0 -1 1077944384 12386 0 0 0 212 2 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111510944624 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19622] ppid=19606 vsize=10617796 memory=4288 CPUtime=0.49 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 4674 0 -1 1077944384 6002 0 0 0 48 1 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111509891568 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19623] ppid=19606 vsize=10617796 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111186404 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111508839264 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19624] ppid=19606 vsize=10617796 memory=928 CPUtime=0.81 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 4674 0 -1 1077944384 1381 0 0 0 40 41 0 0 20 0 16 0 111186407 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111507786288 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19629] ppid=19606 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19629/stat : 19629 (java) S 19606 19609 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 111194970 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111506732080 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
Current children cumulated CPU time: 1387.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 8283312 KiB

[startup+1246.4 s]
/proc/loadavg: 2.80 2.32 2.69 3/215 19804
/proc/meminfo: memFree=16804904/32770624 swapFree=67108764/67108860
[pid=19609] ppid=19606 vsize=10617796 memory=8283312 CPUtime=1388.65 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 4674 0 -1 1077944320 258495 0 0 0 138302 563 0 0 20 0 16 0 111186391 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140733081845984 140111952813815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
/proc/19609/statm: 2654449 2070828 3143 1 0 2643902 0
[pid=19609/tid=19611] ppid=19606 vsize=10617796 memory=54040 CPUtime=1180.29 cores=1,3,5,7
/proc/19609/task/19611/stat : 19611 (java) R 19606 19609 4674 0 -1 4202560 89699 0 0 0 118006 23 0 0 20 0 16 0 111186398 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111957049872 140111586140237 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19612] ppid=19606 vsize=10617796 memory=1296 CPUtime=45.72 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 4674 0 -1 1077944384 25836 0 0 0 4451 121 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111909780496 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19613] ppid=19606 vsize=10617796 memory=8283312 CPUtime=45.67 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 4674 0 -1 1077944384 29736 0 0 0 4431 136 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111908727952 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19614] ppid=19606 vsize=10617796 memory=1152 CPUtime=45.87 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 4674 0 -1 1077944384 19757 0 0 0 4475 112 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111907674896 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19615] ppid=19606 vsize=10617796 memory=2780 CPUtime=45.97 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 4674 0 -1 1077944384 30803 0 0 0 4471 126 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111906622352 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19616] ppid=19606 vsize=10617796 memory=2320 CPUtime=19.53 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 4674 0 -1 1077944384 30977 0 0 0 1950 3 0 0 20 0 16 0 111186400 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111516207344 140111952824962 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19617] ppid=19606 vsize=10617796 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 111186401 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111515153632 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19618] ppid=19606 vsize=10617796 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 111186401 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111514100480 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19619] ppid=19606 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111513049040 140111952832411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19620] ppid=19606 vsize=10617796 memory=140029288950225 CPUtime=2.06 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 4674 0 -1 1077944384 10463 0 0 0 204 2 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111511997168 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19621] ppid=19606 vsize=10617796 memory=6944656575208382560 CPUtime=2.14 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 4674 0 -1 1077944384 12386 0 0 0 212 2 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111510944624 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19622] ppid=19606 vsize=10617796 memory=6944652177228980320 CPUtime=0.49 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 4674 0 -1 1077944384 6002 0 0 0 48 1 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111509891568 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19623] ppid=19606 vsize=10617796 memory=9000 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111186404 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111508839264 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19624] ppid=19606 vsize=10617796 memory=1228 CPUtime=0.81 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 4674 0 -1 1077944384 1381 0 0 0 40 41 0 0 20 0 16 0 111186407 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111507786288 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19629] ppid=19606 vsize=10617796 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19629/stat : 19629 (java) S 19606 19609 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 111194970 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111506732080 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
Current children cumulated CPU time: 1388.65 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 8283312 KiB

[startup+1246.8 s]
/proc/loadavg: 2.80 2.32 2.69 3/215 19804
/proc/meminfo: memFree=16804904/32770624 swapFree=67108764/67108860
[pid=19609] ppid=19606 vsize=10617796 memory=8283312 CPUtime=1389.05 cores=1,3,5,7
/proc/19609/stat : 19609 (java) S 19606 19609 4674 0 -1 1077944320 258498 0 0 0 138342 563 0 0 20 0 16 0 111186391 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140733081845984 140111952813815 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
/proc/19609/statm: 2654449 2070828 3143 1 0 2643902 0
[pid=19609/tid=19611] ppid=19606 vsize=10617796 memory=-8774313645642428999 CPUtime=1180.69 cores=1,3,5,7
/proc/19609/task/19611/stat : 19611 (java) R 19606 19609 4674 0 -1 4202560 89702 0 0 0 118046 23 0 0 20 0 16 0 111186398 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111957050080 140111586092090 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19612] ppid=19606 vsize=10617796 memory=2 CPUtime=45.72 cores=1,3,5,7
/proc/19609/task/19612/stat : 19612 (java) S 19606 19609 4674 0 -1 1077944384 25836 0 0 0 4451 121 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111909780496 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19613] ppid=19606 vsize=10617796 memory=522 CPUtime=45.67 cores=1,3,5,7
/proc/19609/task/19613/stat : 19613 (java) S 19606 19609 4674 0 -1 1077944384 29736 0 0 0 4431 136 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111908727952 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19614] ppid=19606 vsize=10617796 memory=2710 CPUtime=45.87 cores=1,3,5,7
/proc/19609/task/19614/stat : 19614 (java) S 19606 19609 4674 0 -1 1077944384 19757 0 0 0 4475 112 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111907674896 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19615] ppid=19606 vsize=10617796 memory=0 CPUtime=45.97 cores=1,3,5,7
/proc/19609/task/19615/stat : 19615 (java) S 19606 19609 4674 0 -1 1077944384 30803 0 0 0 4471 126 0 0 20 0 16 0 111186399 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111906622352 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19616] ppid=19606 vsize=10617796 memory=206 CPUtime=19.53 cores=1,3,5,7
/proc/19609/task/19616/stat : 19616 (java) S 19606 19609 4674 0 -1 1077944384 30977 0 0 0 1950 3 0 0 20 0 16 0 111186400 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111516207344 140111952824962 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19617] ppid=19606 vsize=10617796 memory=214 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19617/stat : 19617 (java) S 19606 19609 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 111186401 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111515153632 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19618] ppid=19606 vsize=10617796 memory=138745 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19618/stat : 19618 (java) S 19606 19609 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 111186401 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111514100480 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19619] ppid=19606 vsize=10617796 memory=117909 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19619/stat : 19619 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111513049040 140111952832411 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19620] ppid=19606 vsize=10617796 memory=4572 CPUtime=2.06 cores=1,3,5,7
/proc/19609/task/19620/stat : 19620 (java) S 19606 19609 4674 0 -1 1077944384 10463 0 0 0 204 2 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111511997168 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19621] ppid=19606 vsize=10617796 memory=4567 CPUtime=2.14 cores=1,3,5,7
/proc/19609/task/19621/stat : 19621 (java) S 19606 19609 4674 0 -1 1077944384 12386 0 0 0 212 2 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111510944624 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19622] ppid=19606 vsize=10617796 memory=4587 CPUtime=0.49 cores=1,3,5,7
/proc/19609/task/19622/stat : 19622 (java) S 19606 19609 4674 0 -1 1077944384 6002 0 0 0 48 1 0 0 20 0 16 0 111186403 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111509891568 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19623] ppid=19606 vsize=10617796 memory=4597 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19623/stat : 19623 (java) S 19606 19609 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111186404 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111508839264 140111952824021 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19624] ppid=19606 vsize=10617796 memory=928 CPUtime=0.82 cores=1,3,5,7
/proc/19609/task/19624/stat : 19624 (java) S 19606 19609 4674 0 -1 1077944384 1381 0 0 0 40 42 0 0 20 0 16 0 111186407 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111507786288 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
[pid=19609/tid=19629] ppid=19606 vsize=10617796 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/19609/task/19629/stat : 19629 (java) S 19606 19609 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 111194970 10872623104 2070828 18446744073709551615 4194304 4196468 140733081863440 140111506732080 140111952824962 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7004160 140733081866640 140733081866793 140733081866793 140733081870287 0
Current children cumulated CPU time: 1389.05 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 8283312 KiB

[startup+1247.22 s]*
/proc/loadavg: 2.80 2.32 2.69 6/201 19806
/proc/meminfo: memFree=24706160/32770624 swapFree=67108764/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1247.23
CPU time (s): 1389.29
CPU user time (s): 1383.61
CPU system time (s): 5.6755
CPU usage (%): 111.39
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 8283368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1383.61
system time used= 5.6755
maximum resident set size= 8283640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259206
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31693
involuntary context switches= 2326


# summary of solver processes directly reported to runsolver:
#   pid: 19609
#   total CPU time (s): 1389.29
#   total CPU user time (s): 1383.61
#   total CPU system time (s): 5.6755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.08191 second user time and 13.7766 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:52:45
IDJOB=4263580
IDBENCH=139316
IDSOLVER=2651
FILE ID=node134/4263580-1502636800
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-24.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263580-1502636800/watcher-4263580-1502636800 -o /tmp/evaluation-result-4263580-1502636800/solver-4263580-1502636800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263580-1502636800.xml

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

MD5SUM BENCH= fafbbc28d55e991f97131ab8525c2187
RANDOM SEED=1809512584

node134.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.43
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.43
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.43
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.43
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:        28809028 kB
MemAvailable:   29031356 kB
Buffers:          227284 kB
Cached:           289312 kB
SwapCached:            4 kB
Active:          3293700 kB
Inactive:         212692 kB
Active(anon):    2937164 kB
Inactive(anon):    94432 kB
Active(file):     356536 kB
Inactive(file):   118260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              4672 kB
Writeback:             8 kB
AnonPages:       2989656 kB
Mapped:            67896 kB
Shmem:             41564 kB
Slab:             153240 kB
SReclaimable:     126736 kB
SUnreclaim:        26504 kB
KernelStack:        3472 kB
PageTables:        10796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4573932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2875392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-13 17:13:33