Trace number 4263255

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? (TO) 2520.1499 2505.76

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-19.xml
MD5SUM83a04d869151a5b67f4c27500757dc69
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables361
Number of constraints108
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":361}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":357}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":4},{"arity":17,"count":4},{"arity":18,"count":4},{"arity":19,"count":40}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":108}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263255-1502599341/watcher-4263255-1502599341 -o /tmp/evaluation-result-4263255-1502599341/solver-4263255-1502599341 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263255-1502599341.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
solver pid=19916, runsolver pid=19913
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 4.42 4.62 4.07 3/203 19924
/proc/meminfo: memFree=28610884/32770624 swapFree=67105588/67108860
[pid=19916] ppid=19913 vsize=10151672 memory=20320 CPUtime=0.02 cores=1,3,5,7
/proc/19916/stat : 19916 (java) S 19913 19916 12560 0 -1 1077944320 3928 0 0 0 2 0 0 0 20 0 9 0 62129528 10395312128 5080 18446744073709551615 4194304 4196468 140728477158048 140728477140592 139662187257591 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
/proc/19916/statm: 2537918 5080 2110 1 0 2527415 0
[pid=19916/tid=19918] ppid=19913 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/19916/task/19918/stat : 19918 (java) R 19913 19916 12560 0 -1 4202560 2570 0 0 0 2 0 0 0 20 0 9 0 62129535 10395312128 5080 18446744073709551615 4194304 4196468 140728477158048 139662191493736 139662166839649 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19919] ppid=19913 vsize=10151672 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19919/stat : 19919 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62129536 10395312128 5080 18446744073709551615 4194304 4196468 140728477158048 139662144223888 139662187267797 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19920] ppid=19913 vsize=10151672 memory=140328499734144 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19920/stat : 19920 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62129536 10395312128 5080 18446744073709551615 4194304 4196468 140728477158048 139662143171088 139662187267797 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19921] ppid=19913 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19921/stat : 19921 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 62129536 10395312128 5080 18446744073709551615 4194304 4196468 140728477158048 139662142118288 139662187267797 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19922] ppid=19913 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19922/stat : 19922 (java) S 19913 19916 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 62129536 10395312128 5080 18446744073709551615 4194304 4196468 140728477158048 139662141065488 139662187267797 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19923] ppid=19913 vsize=10151672 memory=140328499734144 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19923/stat : 19923 (java) S 19913 19916 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 62129537 10395312128 5080 18446744073709551615 4194304 4196468 140728477158048 139661750496112 139662187268738 0 0 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19924] ppid=19913 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19924/stat : 19924 (java) S 19913 19916 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 62129538 10395312128 5080 18446744073709551615 4194304 4196468 140728477158048 139661749442080 139662187267797 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19925] ppid=19913 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19925/stat : 19925 (java) S 19913 19916 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 62129538 10395312128 5080 18446744073709551615 4194304 4196468 140728477158048 139661748389296 139662187267797 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20320 KiB

[startup+0.209805 s]*
/proc/loadavg: 4.42 4.62 4.07 3/210 19931
/proc/meminfo: memFree=28607140/32770624 swapFree=67105588/67108860
[pid=19916] ppid=19913 vsize=10551156 memory=26584 CPUtime=0.09 cores=1,3,5,7
/proc/19916/stat : 19916 (java) S 19913 19916 12560 0 -1 1077944320 5106 0 0 0 8 1 0 0 20 0 15 0 62129528 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 140728477140592 139662187257591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
/proc/19916/statm: 2637789 6646 2801 1 0 2627261 0
[pid=19916/tid=19918] ppid=19913 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/19916/task/19918/stat : 19918 (java) R 19913 19916 12560 0 -1 4202560 3023 0 0 0 7 0 0 0 20 0 15 0 62129535 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139662191490512 139662187279517 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19919] ppid=19913 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19919/stat : 19919 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62129536 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139662144223888 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19920] ppid=19913 vsize=10551156 memory=288370704651445888 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19920/stat : 19920 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62129536 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139662143171088 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19921] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19921/stat : 19921 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62129536 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139662142118288 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19922] ppid=19913 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19922/stat : 19922 (java) S 19913 19916 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62129536 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139662141065488 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19923] ppid=19913 vsize=10551156 memory=140328499734144 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19923/stat : 19923 (java) S 19913 19916 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62129537 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139661750496112 139662187268738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19924] ppid=19913 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19924/stat : 19924 (java) S 19913 19916 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62129538 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139661749442080 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19925] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19925/stat : 19925 (java) S 19913 19916 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62129538 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139661748389232 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19926] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19926/stat : 19926 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62129540 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139661747337552 139662187276187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19927] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19927/stat : 19927 (java) S 19913 19916 12560 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 62129540 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139661746284912 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19928] ppid=19913 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19928/stat : 19928 (java) R 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62129540 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139661745232112 139662187268738 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19929] ppid=19913 vsize=10551156 memory=140328499734144 CPUtime=0.01 cores=1,3,5,7
/proc/19916/task/19929/stat : 19929 (java) S 19913 19916 12560 0 -1 1077944384 304 0 0 0 1 0 0 0 20 0 15 0 62129540 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139661744179312 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19930] ppid=19913 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19930/stat : 19930 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62129540 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139661743126752 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19931] ppid=19913 vsize=10551156 memory=140328499734144 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19931/stat : 19931 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62129546 10804383744 6646 18446744073709551615 4194304 4196468 140728477158048 139661742075056 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26584 KiB

[startup+0.310117 s]*
/proc/loadavg: 4.42 4.62 4.07 3/210 19931
/proc/meminfo: memFree=28596132/32770624 swapFree=67105588/67108860
[pid=19916] ppid=19913 vsize=10551156 memory=36904 CPUtime=0.24 cores=1,3,5,7
/proc/19916/stat : 19916 (java) S 19913 19916 12560 0 -1 1077944320 8454 0 0 0 21 3 0 0 20 0 15 0 62129528 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 140728477140592 139662187257591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
/proc/19916/statm: 2637789 9226 2877 1 0 2627261 0
[pid=19916/tid=19918] ppid=19913 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/19916/task/19918/stat : 19918 (java) R 19913 19916 12560 0 -1 4202560 6107 0 0 0 15 2 0 0 20 0 15 0 62129535 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139662191469488 139662172424381 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19919] ppid=19913 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19919/stat : 19919 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62129536 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139662144223888 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19920] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19920/stat : 19920 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62129536 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139662143171088 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19921] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19921/stat : 19921 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62129536 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139662142118288 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19922] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19922/stat : 19922 (java) S 19913 19916 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62129536 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139662141065488 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19923] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19923/stat : 19923 (java) S 19913 19916 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62129537 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139661750496112 139662187268738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19924] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19924/stat : 19924 (java) S 19913 19916 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62129538 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139661749442080 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19925] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19925/stat : 19925 (java) S 19913 19916 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62129538 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139661748389232 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19926] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19926/stat : 19926 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62129540 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139661747337552 139662187276187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19927] ppid=19913 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19916/task/19927/stat : 19927 (java) S 19913 19916 12560 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 15 0 62129540 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139661746284912 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19928] ppid=19913 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19916/task/19928/stat : 19928 (java) S 19913 19916 12560 0 -1 1077944384 85 0 0 0 1 0 0 0 20 0 15 0 62129540 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139661745232112 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19929] ppid=19913 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19916/task/19929/stat : 19929 (java) S 19913 19916 12560 0 -1 1077944384 422 0 0 0 4 0 0 0 20 0 15 0 62129540 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139661744179312 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19930] ppid=19913 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19930/stat : 19930 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62129540 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139661743126752 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19931] ppid=19913 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19931/stat : 19931 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62129546 10804383744 9226 18446744073709551615 4194304 4196468 140728477158048 139661742075056 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36904 KiB

[startup+0.703304 s]
/proc/loadavg: 4.42 4.62 4.07 4/210 19931
/proc/meminfo: memFree=28565136/32770624 swapFree=67105588/67108860
[pid=19916] ppid=19913 vsize=10617796 memory=105896 CPUtime=1.33 cores=1,3,5,7
/proc/19916/stat : 19916 (java) S 19913 19916 12560 0 -1 1077944320 13085 0 0 0 127 6 0 0 20 0 16 0 62129528 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 140728477140592 139662187257591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
/proc/19916/statm: 2654449 26474 3062 1 0 2643902 0
[pid=19916/tid=19918] ppid=19913 vsize=10617796 memory=78 CPUtime=0.55 cores=1,3,5,7
/proc/19916/task/19918/stat : 19918 (java) R 19913 19916 12560 0 -1 4202560 7421 0 0 0 51 4 0 0 20 0 16 0 62129535 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139662191494360 139661820081519 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19919] ppid=19913 vsize=10617796 memory=27 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19919/stat : 19919 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62129536 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139662144223888 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19920] ppid=19913 vsize=10617796 memory=33 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19920/stat : 19920 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62129536 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139662143171088 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19921] ppid=19913 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19921/stat : 19921 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62129536 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139662142118288 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19922] ppid=19913 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19922/stat : 19922 (java) S 19913 19916 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 62129536 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139662141065488 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19923] ppid=19913 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19923/stat : 19923 (java) S 19913 19916 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 62129537 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139661750496112 139662187268738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19924] ppid=19913 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19924/stat : 19924 (java) S 19913 19916 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 62129538 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139661749442080 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19925] ppid=19913 vsize=10617796 memory=803 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19925/stat : 19925 (java) S 19913 19916 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62129538 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139661748389232 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19926] ppid=19913 vsize=10617796 memory=52 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19926/stat : 19926 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62129540 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139661747337552 139662187276187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19927] ppid=19913 vsize=10617796 memory=212 CPUtime=0.26 cores=1,3,5,7
/proc/19916/task/19927/stat : 19927 (java) R 19913 19916 12560 0 -1 4202560 1357 0 0 0 26 0 0 0 20 0 16 0 62129540 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139661746265928 139662170743541 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19928] ppid=19913 vsize=10617796 memory=280656785444624 CPUtime=0.25 cores=1,3,5,7
/proc/19916/task/19928/stat : 19928 (java) R 19913 19916 12560 0 -1 4202560 1543 0 0 0 25 0 0 0 20 0 16 0 62129540 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139661745217992 139662168801344 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19929] ppid=19913 vsize=10617796 memory=2511482128129 CPUtime=0.24 cores=1,3,5,7
/proc/19916/task/19929/stat : 19929 (java) S 19913 19916 12560 0 -1 1077944384 1373 0 0 0 24 0 0 0 20 0 16 0 62129540 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139661744179312 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19930] ppid=19913 vsize=10617796 memory=2520072062721 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19930/stat : 19930 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62129540 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139661743126752 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19931] ppid=19913 vsize=10617796 memory=2563021735681 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19931/stat : 19931 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62129546 10872623104 26474 18446744073709551615 4194304 4196468 140728477158048 139661742075056 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
Current children cumulated CPU time: 1.33 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 105896 KiB

[startup+1.50079 s]
/proc/loadavg: 4.42 4.62 4.07 3/211 19932
/proc/meminfo: memFree=28521408/32770624 swapFree=67105588/67108860
[pid=19916] ppid=19913 vsize=10617796 memory=120064 CPUtime=2.73 cores=1,3,5,7
/proc/19916/stat : 19916 (java) S 19913 19916 12560 0 -1 1077944320 17102 0 0 0 266 7 0 0 20 0 16 0 62129528 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 140728477140592 139662187257591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
/proc/19916/statm: 2654449 30016 3073 1 0 2643902 0
[pid=19916/tid=19918] ppid=19913 vsize=10617796 memory=78 CPUtime=1.34 cores=1,3,5,7
/proc/19916/task/19918/stat : 19918 (java) R 19913 19916 12560 0 -1 4202560 8117 0 0 0 130 4 0 0 20 0 16 0 62129535 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139662191494264 139661820702006 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19919] ppid=19913 vsize=10617796 memory=27 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19919/stat : 19919 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62129536 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139662144223888 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19920] ppid=19913 vsize=10617796 memory=280656785676768 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19920/stat : 19920 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62129536 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139662143171088 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19921] ppid=19913 vsize=10617796 memory=9132 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19921/stat : 19921 (java) S 19913 19916 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 62129536 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139662142118288 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19922] ppid=19913 vsize=10617796 memory=19658 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19922/stat : 19922 (java) S 19913 19916 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 62129536 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139662141065488 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19923] ppid=19913 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19923/stat : 19923 (java) S 19913 19916 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 62129537 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139661750496112 139662187268738 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19924] ppid=19913 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19924/stat : 19924 (java) S 19913 19916 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 62129538 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139661749442080 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19925] ppid=19913 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19925/stat : 19925 (java) S 19913 19916 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62129538 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139661748389232 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19926] ppid=19913 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19926/stat : 19926 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62129540 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139661747337552 139662187276187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19927] ppid=19913 vsize=10617796 memory=115732 CPUtime=0.53 cores=1,3,5,7
/proc/19916/task/19927/stat : 19927 (java) S 19913 19916 12560 0 -1 1077944384 2486 0 0 0 53 0 0 0 20 0 16 0 62129540 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139661746284912 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19928] ppid=19913 vsize=10617796 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/19916/task/19928/stat : 19928 (java) S 19913 19916 12560 0 -1 1077944384 3263 0 0 0 56 0 0 0 20 0 16 0 62129540 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139661745232112 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19929] ppid=19913 vsize=10617796 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/19916/task/19929/stat : 19929 (java) S 19913 19916 12560 0 -1 1077944384 1824 0 0 0 26 0 0 0 20 0 16 0 62129540 10872623104 30016 18446744073709551615 4194304 4196468 140728477158048 139661744179312 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0

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

/proc/19916/task/19920/stat : 19920 (java) S 19913 19916 12560 0 -1 1077944384 10014 0 0 0 367 20 0 0 20 0 16 0 62129536 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139662143171088 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19921] ppid=19913 vsize=10617796 memory=500544 CPUtime=3.87 cores=1,3,5,7
/proc/19916/task/19921/stat : 19921 (java) S 19913 19916 12560 0 -1 1077944384 10503 0 0 0 367 20 0 0 20 0 16 0 62129536 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139662142118288 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19922] ppid=19913 vsize=10617796 memory=501432 CPUtime=3.88 cores=1,3,5,7
/proc/19916/task/19922/stat : 19922 (java) S 19913 19916 12560 0 -1 1077944384 11278 0 0 0 367 21 0 0 20 0 16 0 62129536 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139662141065488 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19923] ppid=19913 vsize=10617796 memory=501432 CPUtime=0.34 cores=1,3,5,7
/proc/19916/task/19923/stat : 19923 (java) S 19913 19916 12560 0 -1 1077944384 31080 0 0 0 27 7 0 0 20 0 16 0 62129537 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661750496112 139662187268738 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19924] ppid=19913 vsize=10617796 memory=501432 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19924/stat : 19924 (java) S 19913 19916 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 62129538 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661749442080 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19925] ppid=19913 vsize=10617796 memory=245597 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19925/stat : 19925 (java) S 19913 19916 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 62129538 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661748389232 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19926] ppid=19913 vsize=10617796 memory=500544 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19926/stat : 19926 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661747337552 139662187276187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19927] ppid=19913 vsize=10617796 memory=501432 CPUtime=0.77 cores=1,3,5,7
/proc/19916/task/19927/stat : 19927 (java) S 19913 19916 12560 0 -1 1077944384 3925 0 0 0 76 1 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661746284912 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19928] ppid=19913 vsize=10617796 memory=501432 CPUtime=0.84 cores=1,3,5,7
/proc/19916/task/19928/stat : 19928 (java) S 19913 19916 12560 0 -1 1077944384 6208 0 0 0 83 1 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661745232112 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19929] ppid=19913 vsize=10617796 memory=501432 CPUtime=0.3 cores=1,3,5,7
/proc/19916/task/19929/stat : 19929 (java) S 19913 19916 12560 0 -1 1077944384 2845 0 0 0 29 1 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661744179312 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19930] ppid=19913 vsize=10617796 memory=500544 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19930/stat : 19930 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661743126752 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19931] ppid=19913 vsize=10617796 memory=501432 CPUtime=1.41 cores=1,3,5,7
/proc/19916/task/19931/stat : 19931 (java) S 19913 19916 12560 0 -1 1077944384 1730 0 0 0 61 80 0 0 20 0 16 0 62129546 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661742075056 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19932] ppid=19913 vsize=10617796 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19932/stat : 19932 (java) S 19913 19916 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62129592 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661741020592 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
Current children cumulated CPU time: 2516.88 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 501432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2505.5 s]
/proc/loadavg: 1.95 1.95 2.11 3/214 20196
/proc/meminfo: memFree=30717360/32770624 swapFree=67105588/67108860
[pid=19916] ppid=19913 vsize=10617796 memory=501432 CPUtime=2520.08 cores=1,3,5,7
/proc/19916/stat : 19916 (java) S 19913 19916 12560 0 -1 1077944320 110258 0 0 0 251846 162 0 0 20 0 16 0 62129528 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 140728477140592 139662187257591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
/proc/19916/statm: 2654449 125358 3132 1 0 2643902 0
[pid=19916/tid=19918] ppid=19913 vsize=10617796 memory=501432 CPUtime=2500.81 cores=1,3,5,7
/proc/19916/task/19918/stat : 19918 (java) R 19913 19916 12560 0 -1 4202560 21797 0 0 0 250075 6 0 0 20 0 16 0 62129535 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139662191496560 139661820450498 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19919] ppid=19913 vsize=10617796 memory=501572 CPUtime=3.89 cores=1,3,5,7
/proc/19916/task/19919/stat : 19919 (java) S 19913 19916 12560 0 -1 1077944384 9418 0 0 0 369 20 0 0 20 0 16 0 62129536 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139662144223888 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19920] ppid=19913 vsize=10617796 memory=501568 CPUtime=3.87 cores=1,3,5,7
/proc/19916/task/19920/stat : 19920 (java) S 19913 19916 12560 0 -1 1077944384 10014 0 0 0 367 20 0 0 20 0 16 0 62129536 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139662143171088 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19921] ppid=19913 vsize=10617796 memory=501572 CPUtime=3.87 cores=1,3,5,7
/proc/19916/task/19921/stat : 19921 (java) S 19913 19916 12560 0 -1 1077944384 10503 0 0 0 367 20 0 0 20 0 16 0 62129536 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139662142118288 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19922] ppid=19913 vsize=10617796 memory=500544 CPUtime=3.88 cores=1,3,5,7
/proc/19916/task/19922/stat : 19922 (java) S 19913 19916 12560 0 -1 1077944384 11278 0 0 0 367 21 0 0 20 0 16 0 62129536 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139662141065488 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19923] ppid=19913 vsize=10617796 memory=501432 CPUtime=0.34 cores=1,3,5,7
/proc/19916/task/19923/stat : 19923 (java) S 19913 19916 12560 0 -1 1077944384 31080 0 0 0 27 7 0 0 20 0 16 0 62129537 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661750496112 139662187268738 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19924] ppid=19913 vsize=10617796 memory=501432 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19924/stat : 19924 (java) S 19913 19916 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 62129538 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661749442080 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19925] ppid=19913 vsize=10617796 memory=501432 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19925/stat : 19925 (java) S 19913 19916 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 62129538 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661748389232 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19926] ppid=19913 vsize=10617796 memory=245597 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19926/stat : 19926 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661747337552 139662187276187 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19927] ppid=19913 vsize=10617796 memory=501432 CPUtime=0.77 cores=1,3,5,7
/proc/19916/task/19927/stat : 19927 (java) S 19913 19916 12560 0 -1 1077944384 3925 0 0 0 76 1 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661746284912 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19928] ppid=19913 vsize=10617796 memory=501432 CPUtime=0.84 cores=1,3,5,7
/proc/19916/task/19928/stat : 19928 (java) S 19913 19916 12560 0 -1 1077944384 6208 0 0 0 83 1 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661745232112 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19929] ppid=19913 vsize=10617796 memory=501432 CPUtime=0.3 cores=1,3,5,7
/proc/19916/task/19929/stat : 19929 (java) S 19913 19916 12560 0 -1 1077944384 2845 0 0 0 29 1 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661744179312 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19930] ppid=19913 vsize=10617796 memory=501432 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19930/stat : 19930 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 62129540 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661743126752 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19931] ppid=19913 vsize=10617796 memory=8600 CPUtime=1.41 cores=1,3,5,7
/proc/19916/task/19931/stat : 19931 (java) S 19913 19916 12560 0 -1 1077944384 1732 0 0 0 61 80 0 0 20 0 16 0 62129546 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661742075056 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19932] ppid=19913 vsize=10617796 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19932/stat : 19932 (java) S 19913 19916 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 62129592 10872623104 125358 18446744073709551615 4194304 4196468 140728477158048 139661741020592 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 501432 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2505.76 s]
# the end of solver process 19916 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.51 s, system=1.63812 s

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

[startup+2505.61 s]
/proc/loadavg: 1.95 1.95 2.11 3/214 20196
/proc/meminfo: memFree=30717360/32770624 swapFree=67105588/67108860
[pid=19916] ppid=19913 vsize=10817488 memory=501480 CPUtime=2520.09 cores=1,3,5,7
/proc/19916/stat : 19916 (java) S 19913 19916 12560 0 -1 1077944320 110436 0 0 0 251847 162 0 0 20 0 17 0 62129528 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 140728477140592 139662187257591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
/proc/19916/statm: 2704372 125370 3134 1 0 2693825 0
[pid=19916/tid=19918] ppid=19913 vsize=10817488 memory=1292 CPUtime=2500.82 cores=1,3,5,7
/proc/19916/task/19918/stat : 19918 (java) S 19913 19916 12560 0 -1 1077944384 21799 0 0 0 250076 6 0 0 20 0 17 0 62129535 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662191500464 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19919] ppid=19913 vsize=10817488 memory=-8774313645642428999 CPUtime=3.89 cores=1,3,5,7
/proc/19916/task/19919/stat : 19919 (java) S 19913 19916 12560 0 -1 1077944384 9418 0 0 0 369 20 0 0 20 0 17 0 62129536 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662144223888 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19920] ppid=19913 vsize=10817488 memory=796 CPUtime=3.87 cores=1,3,5,7
/proc/19916/task/19920/stat : 19920 (java) S 19913 19916 12560 0 -1 1077944384 10014 0 0 0 367 20 0 0 20 0 17 0 62129536 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662143171088 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19921] ppid=19913 vsize=10817488 memory=-8774313645642428999 CPUtime=3.87 cores=1,3,5,7
/proc/19916/task/19921/stat : 19921 (java) S 19913 19916 12560 0 -1 1077944384 10503 0 0 0 367 20 0 0 20 0 17 0 62129536 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662142118288 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19922] ppid=19913 vsize=10817488 memory=1412 CPUtime=3.88 cores=1,3,5,7
/proc/19916/task/19922/stat : 19922 (java) S 19913 19916 12560 0 -1 1077944384 11278 0 0 0 367 21 0 0 20 0 17 0 62129536 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662141065488 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19923] ppid=19913 vsize=10817488 memory=501432 CPUtime=0.34 cores=1,3,5,7
/proc/19916/task/19923/stat : 19923 (java) S 19913 19916 12560 0 -1 1077944384 31080 0 0 0 27 7 0 0 20 0 17 0 62129537 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661750496112 139662187268738 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19924] ppid=19913 vsize=10817488 memory=501432 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19924/stat : 19924 (java) S 19913 19916 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 62129538 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661749442080 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19925] ppid=19913 vsize=10817488 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19925/stat : 19925 (java) S 19913 19916 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 62129538 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661748389232 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19926] ppid=19913 vsize=10817488 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19926/stat : 19926 (java) S 19913 19916 12560 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661747337552 139662187276187 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19927] ppid=19913 vsize=10817488 memory=8600 CPUtime=0.77 cores=1,3,5,7
/proc/19916/task/19927/stat : 19927 (java) S 19913 19916 12560 0 -1 1077944384 3925 0 0 0 76 1 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661746284912 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19928] ppid=19913 vsize=10817488 memory=501432 CPUtime=0.84 cores=1,3,5,7
/proc/19916/task/19928/stat : 19928 (java) S 19913 19916 12560 0 -1 1077944384 6208 0 0 0 83 1 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661745232112 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19929] ppid=19913 vsize=10817488 memory=2016 CPUtime=0.3 cores=1,3,5,7
/proc/19916/task/19929/stat : 19929 (java) S 19913 19916 12560 0 -1 1077944384 2866 0 0 0 29 1 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661744179312 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19930] ppid=19913 vsize=10817488 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19930/stat : 19930 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661743126752 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19931] ppid=19913 vsize=10817488 memory=8600 CPUtime=1.41 cores=1,3,5,7
/proc/19916/task/19931/stat : 19931 (java) S 19913 19916 12560 0 -1 1077944384 1732 0 0 0 61 80 0 0 20 0 17 0 62129546 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661742075056 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 501480 KiB

[startup+2505.7 s]
/proc/loadavg: 1.95 1.95 2.11 3/214 20196
/proc/meminfo: memFree=30717360/32770624 swapFree=67105588/67108860
[pid=19916] ppid=19913 vsize=10817488 memory=501480 CPUtime=2520.09 cores=1,3,5,7
/proc/19916/stat : 19916 (java) S 19913 19916 12560 0 -1 1077944320 110436 0 0 0 251847 162 0 0 20 0 17 0 62129528 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 140728477140592 139662187257591 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
/proc/19916/statm: 2704372 125370 3134 1 0 2693825 0
[pid=19916/tid=19918] ppid=19913 vsize=10817488 memory=501432 CPUtime=2500.82 cores=1,3,5,7
/proc/19916/task/19918/stat : 19918 (java) S 19913 19916 12560 0 -1 1077944384 21799 0 0 0 250076 6 0 0 20 0 17 0 62129535 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662191500464 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19919] ppid=19913 vsize=10817488 memory=501432 CPUtime=3.89 cores=1,3,5,7
/proc/19916/task/19919/stat : 19919 (java) S 19913 19916 12560 0 -1 1077944384 9418 0 0 0 369 20 0 0 20 0 17 0 62129536 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662144223888 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19920] ppid=19913 vsize=10817488 memory=501432 CPUtime=3.87 cores=1,3,5,7
/proc/19916/task/19920/stat : 19920 (java) S 19913 19916 12560 0 -1 1077944384 10014 0 0 0 367 20 0 0 20 0 17 0 62129536 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662143171088 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19921] ppid=19913 vsize=10817488 memory=500544 CPUtime=3.87 cores=1,3,5,7
/proc/19916/task/19921/stat : 19921 (java) S 19913 19916 12560 0 -1 1077944384 10503 0 0 0 367 20 0 0 20 0 17 0 62129536 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662142118288 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19922] ppid=19913 vsize=10817488 memory=501572 CPUtime=3.88 cores=1,3,5,7
/proc/19916/task/19922/stat : 19922 (java) S 19913 19916 12560 0 -1 1077944384 11278 0 0 0 367 21 0 0 20 0 17 0 62129536 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139662141065488 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19923] ppid=19913 vsize=10817488 memory=501568 CPUtime=0.34 cores=1,3,5,7
/proc/19916/task/19923/stat : 19923 (java) S 19913 19916 12560 0 -1 1077944384 31080 0 0 0 27 7 0 0 20 0 17 0 62129537 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661750496112 139662187268738 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19924] ppid=19913 vsize=10817488 memory=501572 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19924/stat : 19924 (java) S 19913 19916 12560 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 62129538 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661749442080 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19925] ppid=19913 vsize=10817488 memory=501432 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19925/stat : 19925 (java) S 19913 19916 12560 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 62129538 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661748389232 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19926] ppid=19913 vsize=10817488 memory=501432 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19926/stat : 19926 (java) S 19913 19916 12560 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661747337552 139662187276187 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19927] ppid=19913 vsize=10817488 memory=245597 CPUtime=0.77 cores=1,3,5,7
/proc/19916/task/19927/stat : 19927 (java) S 19913 19916 12560 0 -1 1077944384 3925 0 0 0 76 1 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661746284912 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19928] ppid=19913 vsize=10817488 memory=501432 CPUtime=0.84 cores=1,3,5,7
/proc/19916/task/19928/stat : 19928 (java) S 19913 19916 12560 0 -1 1077944384 6208 0 0 0 83 1 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661745232112 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19929] ppid=19913 vsize=10817488 memory=501432 CPUtime=0.3 cores=1,3,5,7
/proc/19916/task/19929/stat : 19929 (java) S 19913 19916 12560 0 -1 1077944384 2866 0 0 0 29 1 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661744179312 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19930] ppid=19913 vsize=10817488 memory=8600 CPUtime=0 cores=1,3,5,7
/proc/19916/task/19930/stat : 19930 (java) S 19913 19916 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62129540 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661743126752 139662187267797 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
[pid=19916/tid=19931] ppid=19913 vsize=10817488 memory=501432 CPUtime=1.41 cores=1,3,5,7
/proc/19916/task/19931/stat : 19931 (java) S 19913 19916 12560 0 -1 1077944384 1732 0 0 0 61 80 0 0 20 0 17 0 62129546 11077107712 125370 18446744073709551615 4194304 4196468 140728477158048 139661742075056 139662187268738 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13713408 140728477163920 140728477164073 140728477164073 140728477167567 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 501480 KiB

Child status: 143
Real time (s): 2505.76
CPU time (s): 2520.15
CPU user time (s): 2518.51
CPU system time (s): 1.63812
CPU usage (%): 100.575
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 703772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.51
system time used= 1.63812
maximum resident set size= 703844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111000
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58355
involuntary context switches= 1842


# summary of solver processes directly reported to runsolver:
#   pid: 19916
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2518.51
#   total CPU system time (s): 1.63812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5675 second user time and 20.5725 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 06:28:20
IDJOB=4263255
IDBENCH=115862
IDSOLVER=2651
FILE ID=node126/4263255-1502599341
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263255-1502599341/watcher-4263255-1502599341 -o /tmp/evaluation-result-4263255-1502599341/solver-4263255-1502599341 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263255-1502599341.xml

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

MD5SUM BENCH= 83a04d869151a5b67f4c27500757dc69
RANDOM SEED=329627245

node126.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.81
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.81
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.81
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.81
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:        28622324 kB
MemAvailable:   28834272 kB
Buffers:          250076 kB
Cached:           228476 kB
SwapCached:          524 kB
Active:          3539436 kB
Inactive:         118932 kB
Active(anon):    3126972 kB
Inactive(anon):    85896 kB
Active(file):     412464 kB
Inactive(file):    33036 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1616 kB
Writeback:             0 kB
AnonPages:       3287192 kB
Mapped:            56980 kB
Shmem:             33440 kB
Slab:             190732 kB
SReclaimable:     164568 kB
SUnreclaim:        26164 kB
KernelStack:        3760 kB
PageTables:        10988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4697596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3164160 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= 62028 MiB
End job on node126 at 2017-08-13 07:10:05