Trace number 4263156

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05SAT (TO)55 2520.3501 2514.96

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-10-11.xml
MD5SUM3405d24406a310706e7598d386d00f36
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of constraints254
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":110},{"size":9,"count":110}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":110},{"degree":7,"count":4},{"degree":8,"count":34},{"degree":10,"count":72}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":110},{"arity":3,"count":34},{"arity":4,"count":4},{"arity":6,"count":34},{"arity":9,"count":72}]
Number of extensional constraints144
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":144},{"type":"sum","count":110}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.00/0.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.00/0.68	c This is free software under the dual EPL/GNU LGPL licenses.
1.00/0.68	c See www.sat4j.org for details.
1.00/0.68	c That software uses the Rhino library from the Mozilla project.
1.00/0.68	c version CUSTOM.v20170705
1.00/0.68	c java.runtime.name	Java(TM) SE Runtime Environment
1.00/0.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.00/0.68	c java.vm.version	25.131-b11
1.00/0.68	c java.vm.vendor	Oracle Corporation
1.00/0.68	c sun.arch.data.model	64
1.00/0.68	c java.version		1.8.0_131
1.00/0.68	c os.name		Linux
1.00/0.68	c os.version		3.10.0-514.16.1.el7.x86_64
1.00/0.68	c os.arch		amd64
1.00/0.68	c Free memory 		499604488
1.00/0.68	c Max memory 		7247757312
1.00/0.68	c Total memory 		504889344
1.00/0.68	c Number of processors 	4
1.00/0.68	c c --- Begin Solver configuration ---
1.00/0.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.00/0.68	c Learn all clauses as in MiniSAT
1.00/0.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.00/0.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.00/0.68	c No reason simplification
1.00/0.68	c Glucose 2.1 dynamic restart strategy
1.00/0.68	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.00/0.68	c timeout=2147483s
1.00/0.68	c DB Simplification allowed=false
1.00/0.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.00/0.68	c --- End Solver configuration ---
1.00/0.68	c constraints type 
1.00/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 440
1.00/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12100
1.00/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22238
1.00/0.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 440
1.00/0.68	c 35218 constraints processed.
2.30/1.16	o 33
2.42/1.21	o 47
4.75/3.04	o 48
4.75/3.06	o 50
4.90/3.14	o 52
47.12/45.07	o 53
47.62/45.52	o 54
48.64/46.55	o 55
2520.24/2514.90	c starts		: 13890
2520.24/2514.90	c conflicts		: 5132315
2520.24/2514.90	c decisions		: 6524557
2520.24/2514.90	c propagations		: 3329253571
2520.24/2514.90	c inspects		: 34611970382
2520.24/2514.90	c shortcuts		: 0
2520.24/2514.91	c learnt literals	: 1
2520.24/2514.91	c learnt binary clauses	: 709
2520.24/2514.91	c learnt ternary clauses	: 2170
2520.24/2514.91	c learnt constraints	: 5132314
2520.24/2514.91	c ignored constraints	: 0
2520.24/2514.91	c root simplifications	: 0
2520.24/2514.91	c removed literals (reason simplification)	: 0
2520.24/2514.91	c reason swapping (by a shorter reason)	: 0
2520.24/2514.91	c Calls to reduceDB	: 112
2520.24/2514.91	c Number of update (reduction) of LBD	: 801946
2520.24/2514.91	c Imported unit clauses	: 0
2520.24/2514.91	c number of reductions to clauses (during analyze)	: 0
2520.24/2514.91	c number of learned constraints concerned by reduction	: 0
2520.24/2514.91	c number of learning phase by resolution	: 0
2520.24/2514.91	c number of learning phase by cutting planes	: 0
2520.24/2514.91	c number of rounding to 1 operations	: 0
2520.24/2514.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.24/2514.91	c number of reductions of the coefficients by power 2 	: 0
2520.24/2514.91	c number of right shift for reduction by power 2 	: 0
2520.24/2514.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.24/2514.91	c speed (assignments/second)	: 1324172.7120284908
2520.24/2514.91	c non guided choices	14008
2520.24/2514.94	c learnt constraints type 
2520.24/2514.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 709
2520.24/2514.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169702
2520.24/2514.94	s SATISFIABLE
2520.24/2514.94	v <instantiation type="solution">
2520.24/2514.94	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] s[9][10] </list>
2520.24/2514.94	v 	<values> 1 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 1 1 0 0 1 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 1 1 1 1 0 1 0 0 1 1 0 0 0 0 1 0 0 1 1 0 0 1 1 1 0 0 1 1 1 1 1 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 1 1 1 1 0 0 1 0 1 0 1 0 0 1 1 1 0 0 1 1 0 1 1 0 0 2 2 2 2 3 4 4 3 2 2 1 3 5 4 4 3 3 3 3 4 4 2 2 2 2 4 5 6 6 4 4 3 3 2 4 5 3 2 2 3 2 4 3 4 2 2 3 5 6 5 5 3 5 5 3 3 5 5 3 3 2 4 4 3 3 2 3 3 5 3 6 4 3 3 5 6 4 4 3 5 2 5 2 5 4 3 3 2 3 4 4 2 6 3 5 3 5 5 2 2 2 2 2 3 2 4 2 2 2 1 </values>
2520.24/2514.94	v </instantiation>
2520.24/2514.94	

Verifier Data

OK	55

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

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

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

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


[startup+0.100202 s]*
/proc/loadavg: 4.70 4.37 3.36 3/206 15226
/proc/meminfo: memFree=25363236/32770624 swapFree=67108860/67108860
[pid=15217] ppid=15214 vsize=10151672 memory=20236 CPUtime=0.04 cores=0,2,4,6
/proc/15217/stat : 15217 (java) S 15214 15217 7968 0 -1 1077944320 3932 0 0 0 3 1 0 0 20 0 9 0 14463476 10395312128 5059 18446744073709551615 4194304 4196468 140733614906416 140733614888960 140400537345783 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
/proc/15217/statm: 2537918 5059 2156 1 0 2527415 0
[pid=15217/tid=15219] ppid=15214 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/15217/task/15219/stat : 15219 (java) R 15214 15217 7968 0 -1 4202560 2570 0 0 0 3 0 0 0 20 0 9 0 14463483 10395312128 5059 18446744073709551615 4194304 4196468 140733614906416 140400541581176 140400537367709 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15220] ppid=15214 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15220/stat : 15220 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14463483 10395312128 5059 18446744073709551615 4194304 4196468 140733614906416 140400148868112 140400537355989 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15221] ppid=15214 vsize=10151672 memory=139925294179968 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15221/stat : 15221 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 14463483 10395312128 5059 18446744073709551615 4194304 4196468 140733614906416 140400147815568 140400537355989 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15222] ppid=15214 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15222/stat : 15222 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 14463483 10395312128 5059 18446744073709551615 4194304 4196468 140733614906416 140400146762512 140400537355989 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15223] ppid=15214 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15223/stat : 15223 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 14463483 10395312128 5059 18446744073709551615 4194304 4196468 140733614906416 140400145709968 140400537355989 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15224] ppid=15214 vsize=10151672 memory=139925294179968 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15224/stat : 15224 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 14463485 10395312128 5059 18446744073709551615 4194304 4196468 140733614906416 140400034318576 140400537356930 0 0 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15225] ppid=15214 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15225/stat : 15225 (java) S 15214 15217 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 14463485 10395312128 5059 18446744073709551615 4194304 4196468 140733614906416 140400033264800 140400537355989 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15226] ppid=15214 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15226/stat : 15226 (java) S 15214 15217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 14463485 10395312128 5059 18446744073709551615 4194304 4196468 140733614906416 140400032211696 140400537355989 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20236 KiB

[startup+0.210344 s]*
/proc/loadavg: 4.70 4.37 3.36 3/212 15232
/proc/meminfo: memFree=25359356/32770624 swapFree=67108860/67108860
[pid=15217] ppid=15214 vsize=10551156 memory=26572 CPUtime=0.1 cores=0,2,4,6
/proc/15217/stat : 15217 (java) S 15214 15217 7968 0 -1 1077944320 5150 0 0 0 9 1 0 0 20 0 15 0 14463476 10804383744 6643 18446744073709551615 4194304 4196468 140733614906416 140733614888960 140400537345783 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
/proc/15217/statm: 2637789 6643 2801 1 0 2627261 0
[pid=15217/tid=15219] ppid=15214 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/15217/task/15219/stat : 15219 (java) R 15214 15217 7968 0 -1 4202560 3060 0 0 0 7 1 0 0 20 0 15 0 14463483 10804383744 6643 18446744073709551615 4194304 4196468 140733614906416 140400541582416 140400537357718 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15220] ppid=15214 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15220/stat : 15220 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14463483 10804383744 6643 18446744073709551615 4194304 4196468 140733614906416 140400148868112 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15221] ppid=15214 vsize=10551156 memory=139925294192303 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15221/stat : 15221 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14463483 10804383744 6643 18446744073709551615 4194304 4196468 140733614906416 140400147815568 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15222] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15222/stat : 15222 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14463483 10804383744 6643 18446744073709551615 4194304 4196468 140733614906416 140400146762512 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15223] ppid=15214 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15223/stat : 15223 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14463483 10804383744 6643 18446744073709551615 4194304 4196468 140733614906416 140400145709968 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15224] ppid=15214 vsize=10552180 memory=139925294179968 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15224/stat : 15224 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14463485 10805432320 6708 18446744073709551615 4194304 4196468 140733614906416 140400034318576 140400537356930 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15225] ppid=15214 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15225/stat : 15225 (java) S 15214 15217 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14463485 10805432320 6708 18446744073709551615 4194304 4196468 140733614906416 140400033264800 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15226] ppid=15214 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15226/stat : 15226 (java) S 15214 15217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14463485 10805432320 6708 18446744073709551615 4194304 4196468 140733614906416 140400032211696 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15227] ppid=15214 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15227/stat : 15227 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14463488 10805432320 6708 18446744073709551615 4194304 4196468 140733614906416 140400031160272 140400537364379 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15228] ppid=15214 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15228/stat : 15228 (java) S 15214 15217 7968 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 15 0 14463488 10805432320 6708 18446744073709551615 4194304 4196468 140733614906416 140400030108400 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15229] ppid=15214 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15229/stat : 15229 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14463488 10805432320 6774 18446744073709551615 4194304 4196468 140733614906416 140400029055856 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15230] ppid=15214 vsize=10552180 memory=139925294179968 CPUtime=0.01 cores=0,2,4,6
/proc/15217/task/15230/stat : 15230 (java) S 15214 15217 7968 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 15 0 14463488 10805432320 6774 18446744073709551615 4194304 4196468 140733614906416 140400028002800 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15231] ppid=15214 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15231/stat : 15231 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14463488 10805432320 6774 18446744073709551615 4194304 4196468 140733614906416 140400026950496 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15232] ppid=15214 vsize=10552180 memory=139925294179968 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15232/stat : 15232 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14463495 10805432320 6774 18446744073709551615 4194304 4196468 140733614906416 140400025897520 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26572 KiB

[startup+0.310305 s]*
/proc/loadavg: 4.70 4.37 3.36 3/212 15232
/proc/meminfo: memFree=25349276/32770624 swapFree=67108860/67108860
[pid=15217] ppid=15214 vsize=10551156 memory=36636 CPUtime=0.25 cores=0,2,4,6
/proc/15217/stat : 15217 (java) S 15214 15217 7968 0 -1 1077944320 8473 0 0 0 22 3 0 0 20 0 15 0 14463476 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140733614888960 140400537345783 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
/proc/15217/statm: 2637789 9159 2856 1 0 2627261 0
[pid=15217/tid=15219] ppid=15214 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/15217/task/15219/stat : 15219 (java) R 15214 15217 7968 0 -1 4202560 6118 0 0 0 15 2 0 0 20 0 15 0 14463483 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400541567920 140400521426270 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15220] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15220/stat : 15220 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14463483 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400148868112 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15221] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15221/stat : 15221 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14463483 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400147815568 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15222] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15222/stat : 15222 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14463483 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400146762512 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15223] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15223/stat : 15223 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14463483 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400145709968 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15224] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15224/stat : 15224 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 14463485 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400034318576 140400537356930 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15225] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15225/stat : 15225 (java) S 15214 15217 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 14463485 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400033264800 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15226] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15226/stat : 15226 (java) S 15214 15217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 14463485 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400032211696 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15227] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15227/stat : 15227 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14463488 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400031160272 140400537364379 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15228] ppid=15214 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15217/task/15228/stat : 15228 (java) S 15214 15217 7968 0 -1 1077944384 492 0 0 0 1 0 0 0 20 0 15 0 14463488 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400030108400 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15229] ppid=15214 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15217/task/15229/stat : 15229 (java) S 15214 15217 7968 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 14463488 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400029055856 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15230] ppid=15214 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/15217/task/15230/stat : 15230 (java) S 15214 15217 7968 0 -1 1077944384 428 0 0 0 4 0 0 0 20 0 15 0 14463488 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400028002800 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15231] ppid=15214 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15231/stat : 15231 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 14463488 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400026950496 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15232] ppid=15214 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15232/stat : 15232 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 14463495 10804383744 9159 18446744073709551615 4194304 4196468 140733614906416 140400025897520 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36636 KiB

[startup+0.701226 s]
/proc/loadavg: 4.70 4.37 3.36 6/212 15232
/proc/meminfo: memFree=25338384/32770624 swapFree=67108860/67108860
[pid=15217] ppid=15214 vsize=10617796 memory=91972 CPUtime=1.3 cores=0,2,4,6
/proc/15217/stat : 15217 (java) S 15214 15217 7968 0 -1 1077944320 12633 0 0 0 125 5 0 0 20 0 16 0 14463476 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140733614888960 140400537345783 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
/proc/15217/statm: 2654449 22993 3059 1 0 2643902 0
[pid=15217/tid=15219] ppid=15214 vsize=10617796 memory=211 CPUtime=0.55 cores=0,2,4,6
/proc/15217/task/15219/stat : 15219 (java) R 15214 15217 7968 0 -1 4202560 7513 0 0 0 52 3 0 0 20 0 16 0 14463483 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400541574224 140400148965967 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15220] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15220/stat : 15220 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14463483 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400148868112 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15221] ppid=15214 vsize=10617796 memory=5 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15221/stat : 15221 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14463483 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400147815568 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15222] ppid=15214 vsize=10617796 memory=17 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15222/stat : 15222 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14463483 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400146762512 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15223] ppid=15214 vsize=10617796 memory=65 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15223/stat : 15223 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14463483 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400145709968 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15224] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15224/stat : 15224 (java) S 15214 15217 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400034318576 140400537356930 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15225] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15225/stat : 15225 (java) S 15214 15217 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400033264800 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15226] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15226/stat : 15226 (java) S 15214 15217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400032211696 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15227] ppid=15214 vsize=10617796 memory=4 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15227/stat : 15227 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14463488 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400031160272 140400537364379 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15228] ppid=15214 vsize=10617796 memory=30 CPUtime=0.21 cores=0,2,4,6
/proc/15217/task/15228/stat : 15228 (java) R 15214 15217 7968 0 -1 4202560 1389 0 0 0 21 0 0 0 20 0 16 0 14463488 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400030094944 140400518890334 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15229] ppid=15214 vsize=10617796 memory=2 CPUtime=0.21 cores=0,2,4,6
/proc/15217/task/15229/stat : 15229 (java) R 15214 15217 7968 0 -1 4202560 842 0 0 0 21 0 0 0 20 0 16 0 14463488 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400029044528 140400521631969 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15230] ppid=15214 vsize=10617796 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/15217/task/15230/stat : 15230 (java) R 15214 15217 7968 0 -1 1077944384 1496 0 0 0 28 0 0 0 20 0 16 0 14463488 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400028002800 140400537356930 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15231] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15231/stat : 15231 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14463488 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400026950496 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15232] ppid=15214 vsize=10617796 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15232/stat : 15232 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14463495 10872623104 22993 18446744073709551615 4194304 4196468 140733614906416 140400025897520 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 91972 KiB

[startup+1.50083 s]
/proc/loadavg: 4.70 4.37 3.36 3/213 15233
/proc/meminfo: memFree=25291440/32770624 swapFree=67108860/67108860
[pid=15217] ppid=15214 vsize=10617796 memory=99200 CPUtime=2.78 cores=0,2,4,6
/proc/15217/stat : 15217 (java) S 15214 15217 7968 0 -1 1077944320 16245 0 0 0 272 6 0 0 20 0 16 0 14463476 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140733614888960 140400537345783 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
/proc/15217/statm: 2654449 24800 3072 1 0 2643902 0
[pid=15217/tid=15219] ppid=15214 vsize=10617796 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/15217/task/15219/stat : 15219 (java) R 15214 15217 7968 0 -1 4202560 8464 0 0 0 132 4 0 0 20 0 16 0 14463483 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400541582456 140400152843973 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15220] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15220/stat : 15220 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14463483 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400148868112 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15221] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15221/stat : 15221 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14463483 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400147815568 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15222] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15222/stat : 15222 (java) S 15214 15217 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14463483 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400146762512 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15223] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15223/stat : 15223 (java) S 15214 15217 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14463483 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400145709968 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15224] ppid=15214 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15224/stat : 15224 (java) S 15214 15217 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400034318576 140400537356930 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15225] ppid=15214 vsize=10617796 memory=279850271347904 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15225/stat : 15225 (java) S 15214 15217 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400033264800 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15226] ppid=15214 vsize=10617796 memory=7085094957980674919 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15226/stat : 15226 (java) S 15214 15217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400032211696 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15227] ppid=15214 vsize=10617796 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15227/stat : 15227 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14463488 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400031160272 140400537364379 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15228] ppid=15214 vsize=10617796 memory=-6009349268717313833 CPUtime=0.5 cores=0,2,4,6
/proc/15217/task/15228/stat : 15228 (java) S 15214 15217 7968 0 -1 1077944384 1984 0 0 0 50 0 0 0 20 0 16 0 14463488 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400030108400 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15229] ppid=15214 vsize=10617796 memory=-7449383003082255457 CPUtime=0.54 cores=0,2,4,6
/proc/15217/task/15229/stat : 15229 (java) S 15214 15217 7968 0 -1 1077944384 2394 0 0 0 54 0 0 0 20 0 16 0 14463488 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400029055856 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15230] ppid=15214 vsize=10617796 memory=7679937539709960979 CPUtime=0.34 cores=0,2,4,6
/proc/15217/task/15230/stat : 15230 (java) S 15214 15217 7968 0 -1 1077944384 2004 0 0 0 34 0 0 0 20 0 16 0 14463488 10872623104 24800 18446744073709551615 4194304 4196468 140733614906416 140400028002800 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0

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

/proc/15217/task/15221/stat : 15221 (java) S 15214 15217 7968 0 -1 1077944384 3845 0 0 0 52 14 0 0 20 0 16 0 14463483 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400147815568 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15222] ppid=15214 vsize=10617796 memory=530104 CPUtime=0.65 cores=0,2,4,6
/proc/15217/task/15222/stat : 15222 (java) S 15214 15217 7968 0 -1 1077944384 3987 0 0 0 51 14 0 0 20 0 16 0 14463483 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400146762512 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15223] ppid=15214 vsize=10617796 memory=530104 CPUtime=0.66 cores=0,2,4,6
/proc/15217/task/15223/stat : 15223 (java) S 15214 15217 7968 0 -1 1077944384 2876 0 0 0 52 14 0 0 20 0 16 0 14463483 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400145709968 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15224] ppid=15214 vsize=10617796 memory=530104 CPUtime=0.1 cores=0,2,4,6
/proc/15217/task/15224/stat : 15224 (java) S 15214 15217 7968 0 -1 1077944384 5372 0 0 0 7 3 0 0 20 0 16 0 14463485 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400034318576 140400537356930 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15225] ppid=15214 vsize=10617796 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15225/stat : 15225 (java) S 15214 15217 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400033264800 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15226] ppid=15214 vsize=10617796 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15226/stat : 15226 (java) S 15214 15217 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400032211696 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15227] ppid=15214 vsize=10617796 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15227/stat : 15227 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400031160272 140400537364379 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15228] ppid=15214 vsize=10617796 memory=530104 CPUtime=0.77 cores=0,2,4,6
/proc/15217/task/15228/stat : 15228 (java) S 15214 15217 7968 0 -1 1077944384 4073 0 0 0 76 1 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400030108400 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15229] ppid=15214 vsize=10617796 memory=530104 CPUtime=1.12 cores=0,2,4,6
/proc/15217/task/15229/stat : 15229 (java) S 15214 15217 7968 0 -1 1077944384 7769 0 0 0 111 1 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400029055856 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15230] ppid=15214 vsize=10617796 memory=4124 CPUtime=0.4 cores=0,2,4,6
/proc/15217/task/15230/stat : 15230 (java) S 15214 15217 7968 0 -1 1077944384 3558 0 0 0 39 1 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400028002800 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15231] ppid=15214 vsize=10617796 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15231/stat : 15231 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400026950496 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15232] ppid=15214 vsize=10617796 memory=530104 CPUtime=1.5 cores=0,2,4,6
/proc/15217/task/15232/stat : 15232 (java) S 15214 15217 7968 0 -1 1077944384 1965 0 0 0 76 74 0 0 20 0 16 0 14463495 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400025897520 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15233] ppid=15214 vsize=10617796 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15233/stat : 15233 (java) S 15214 15217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14463546 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400024843312 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
Current children cumulated CPU time: 2507.62 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 530104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.7 s]
/proc/loadavg: 2.00 2.01 2.11 3/213 15542
/proc/meminfo: memFree=30377764/32770624 swapFree=67108860/67108860
[pid=15217] ppid=15214 vsize=10617796 memory=530104 CPUtime=2520.02 cores=0,2,4,6
/proc/15217/stat : 15217 (java) S 15214 15217 7968 0 -1 1077944320 62452 0 0 0 251876 126 0 0 20 0 16 0 14463476 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140733614888960 140400537345783 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
/proc/15217/statm: 2654449 132526 3133 1 0 2643902 0
[pid=15217/tid=15219] ppid=15214 vsize=10617796 memory=530104 CPUtime=2513.39 cores=0,2,4,6
/proc/15217/task/15219/stat : 15219 (java) R 15214 15217 7968 0 -1 4202560 21864 0 0 0 251331 8 0 0 20 0 16 0 14463483 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400541584832 140400152843660 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15220] ppid=15214 vsize=10617796 memory=530104 CPUtime=0.67 cores=0,2,4,6
/proc/15217/task/15220/stat : 15220 (java) S 15214 15217 7968 0 -1 1077944384 5676 0 0 0 53 14 0 0 20 0 16 0 14463483 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400148868112 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15221] ppid=15214 vsize=10617796 memory=530104 CPUtime=0.66 cores=0,2,4,6
/proc/15217/task/15221/stat : 15221 (java) S 15214 15217 7968 0 -1 1077944384 3845 0 0 0 52 14 0 0 20 0 16 0 14463483 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400147815568 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15222] ppid=15214 vsize=10617796 memory=530104 CPUtime=0.65 cores=0,2,4,6
/proc/15217/task/15222/stat : 15222 (java) S 15214 15217 7968 0 -1 1077944384 3987 0 0 0 51 14 0 0 20 0 16 0 14463483 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400146762512 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15223] ppid=15214 vsize=10617796 memory=530104 CPUtime=0.66 cores=0,2,4,6
/proc/15217/task/15223/stat : 15223 (java) S 15214 15217 7968 0 -1 1077944384 2876 0 0 0 52 14 0 0 20 0 16 0 14463483 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400145709968 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15224] ppid=15214 vsize=10617796 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/15217/task/15224/stat : 15224 (java) S 15214 15217 7968 0 -1 1077944384 5372 0 0 0 7 3 0 0 20 0 16 0 14463485 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400034318576 140400537356930 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15225] ppid=15214 vsize=10617796 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15225/stat : 15225 (java) S 15214 15217 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400033264800 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15226] ppid=15214 vsize=10617796 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15226/stat : 15226 (java) S 15214 15217 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 14463485 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400032211696 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15227] ppid=15214 vsize=10617796 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15227/stat : 15227 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400031160272 140400537364379 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15228] ppid=15214 vsize=10617796 memory=530104 CPUtime=0.77 cores=0,2,4,6
/proc/15217/task/15228/stat : 15228 (java) S 15214 15217 7968 0 -1 1077944384 4073 0 0 0 76 1 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400030108400 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15229] ppid=15214 vsize=10617796 memory=11980 CPUtime=1.12 cores=0,2,4,6
/proc/15217/task/15229/stat : 15229 (java) S 15214 15217 7968 0 -1 1077944384 7769 0 0 0 111 1 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400029055856 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15230] ppid=15214 vsize=10617796 memory=3868 CPUtime=0.4 cores=0,2,4,6
/proc/15217/task/15230/stat : 15230 (java) S 15214 15217 7968 0 -1 1077944384 3558 0 0 0 39 1 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400028002800 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15231] ppid=15214 vsize=10617796 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15231/stat : 15231 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14463488 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400026950496 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15232] ppid=15214 vsize=10617796 memory=4124 CPUtime=1.51 cores=0,2,4,6
/proc/15217/task/15232/stat : 15232 (java) S 15214 15217 7968 0 -1 1077944384 1967 0 0 0 77 74 0 0 20 0 16 0 14463495 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400025897520 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15233] ppid=15214 vsize=10617796 memory=11980 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15233/stat : 15233 (java) S 15214 15217 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14463546 10872623104 132526 18446744073709551615 4194304 4196468 140733614906416 140400024843312 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 530104 KiB

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

[startup+2514.96 s]
# the end of solver process 15217 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.08 s, system=1.27004 s

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

[startup+2514.81 s]
/proc/loadavg: 2.00 2.01 2.11 3/213 15542
/proc/meminfo: memFree=30377764/32770624 swapFree=67108860/67108860
[pid=15217] ppid=15214 vsize=10817488 memory=530316 CPUtime=2520.13 cores=0,2,4,6
/proc/15217/stat : 15217 (java) S 15214 15217 7968 0 -1 1077944320 63031 0 0 0 251887 126 0 0 20 0 17 0 14463476 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140733614888960 140400537345783 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
/proc/15217/statm: 2704372 132579 3136 1 0 2693825 0
[pid=15217/tid=15219] ppid=15214 vsize=10817488 memory=288230613214036277 CPUtime=2513.5 cores=0,2,4,6
/proc/15217/task/15219/stat : 15219 (java) R 15214 15217 7968 0 -1 4202560 21923 0 0 0 251342 8 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400541584832 140400153240151 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15220] ppid=15214 vsize=10817488 memory=15816711811106768 CPUtime=0.67 cores=0,2,4,6
/proc/15217/task/15220/stat : 15220 (java) S 15214 15217 7968 0 -1 1077944384 5676 0 0 0 53 14 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400148868112 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15221] ppid=15214 vsize=10817488 memory=6944656592387989600 CPUtime=0.66 cores=0,2,4,6
/proc/15217/task/15221/stat : 15221 (java) S 15214 15217 7968 0 -1 1077944384 3845 0 0 0 52 14 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400147815568 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15222] ppid=15214 vsize=10817488 memory=11816 CPUtime=0.65 cores=0,2,4,6
/proc/15217/task/15222/stat : 15222 (java) S 15214 15217 7968 0 -1 1077944384 3987 0 0 0 51 14 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400146762512 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15223] ppid=15214 vsize=10817488 memory=11816 CPUtime=0.66 cores=0,2,4,6
/proc/15217/task/15223/stat : 15223 (java) S 15214 15217 7968 0 -1 1077944384 2876 0 0 0 52 14 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400145709968 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15224] ppid=15214 vsize=10817488 memory=17331 CPUtime=0.1 cores=0,2,4,6
/proc/15217/task/15224/stat : 15224 (java) S 15214 15217 7968 0 -1 1077944384 5372 0 0 0 7 3 0 0 20 0 17 0 14463485 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400034318576 140400537356930 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15225] ppid=15214 vsize=10817488 memory=8443538352883892301 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15225/stat : 15225 (java) S 15214 15217 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 14463485 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400033264800 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15226] ppid=15214 vsize=10817488 memory=11820 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15226/stat : 15226 (java) S 15214 15217 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 14463485 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400032211696 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15227] ppid=15214 vsize=10817488 memory=7157746365523715904 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15227/stat : 15227 (java) S 15214 15217 7968 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400031160272 140400537364379 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15228] ppid=15214 vsize=10817488 memory=7301550382883553383 CPUtime=0.77 cores=0,2,4,6
/proc/15217/task/15228/stat : 15228 (java) S 15214 15217 7968 0 -1 1077944384 4087 0 0 0 76 1 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400030108400 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15229] ppid=15214 vsize=10817488 memory=279850271843488 CPUtime=1.12 cores=0,2,4,6
/proc/15217/task/15229/stat : 15229 (java) S 15214 15217 7968 0 -1 1077944384 7809 0 0 0 111 1 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400029055856 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15230] ppid=15214 vsize=10817488 memory=7518026621751088997 CPUtime=0.4 cores=0,2,4,6
/proc/15217/task/15230/stat : 15230 (java) S 15214 15217 7968 0 -1 1077944384 3741 0 0 0 39 1 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400028002800 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15231] ppid=15214 vsize=10817488 memory=7668012111147524688 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15231/stat : 15231 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400026950496 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15232] ppid=15214 vsize=10817488 memory=2164 CPUtime=1.51 cores=0,2,4,6
/proc/15217/task/15232/stat : 15232 (java) S 15214 15217 7968 0 -1 1077944384 1967 0 0 0 77 74 0 0 20 0 17 0 14463495 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400025897520 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 530316 KiB

[startup+2514.9 s]
/proc/loadavg: 2.00 2.01 2.11 3/213 15542
/proc/meminfo: memFree=30377764/32770624 swapFree=67108860/67108860
[pid=15217] ppid=15214 vsize=10817488 memory=530316 CPUtime=2520.24 cores=0,2,4,6
/proc/15217/stat : 15217 (java) S 15214 15217 7968 0 -1 1077944320 63045 0 0 0 251898 126 0 0 20 0 17 0 14463476 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140733614888960 140400537345783 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
/proc/15217/statm: 2704372 132579 3136 1 0 2693825 0
[pid=15217/tid=15219] ppid=15214 vsize=10817488 memory=530104 CPUtime=2513.59 cores=0,2,4,6
/proc/15217/task/15219/stat : 15219 (java) R 15214 15217 7968 0 -1 4202560 21923 0 0 0 251351 8 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400541584832 140400153239682 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15220] ppid=15214 vsize=10817488 memory=530104 CPUtime=0.67 cores=0,2,4,6
/proc/15217/task/15220/stat : 15220 (java) S 15214 15217 7968 0 -1 1077944384 5676 0 0 0 53 14 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400148868112 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15221] ppid=15214 vsize=10817488 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/15217/task/15221/stat : 15221 (java) S 15214 15217 7968 0 -1 1077944384 3845 0 0 0 52 14 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400147815568 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15222] ppid=15214 vsize=10817488 memory=530104 CPUtime=0.65 cores=0,2,4,6
/proc/15217/task/15222/stat : 15222 (java) S 15214 15217 7968 0 -1 1077944384 3987 0 0 0 51 14 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400146762512 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15223] ppid=15214 vsize=10817488 memory=530104 CPUtime=0.66 cores=0,2,4,6
/proc/15217/task/15223/stat : 15223 (java) S 15214 15217 7968 0 -1 1077944384 2876 0 0 0 52 14 0 0 20 0 17 0 14463483 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400145709968 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15224] ppid=15214 vsize=10817488 memory=530104 CPUtime=0.1 cores=0,2,4,6
/proc/15217/task/15224/stat : 15224 (java) S 15214 15217 7968 0 -1 1077944384 5372 0 0 0 7 3 0 0 20 0 17 0 14463485 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400034318576 140400537356930 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15225] ppid=15214 vsize=10817488 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15225/stat : 15225 (java) S 15214 15217 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 14463485 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400033264800 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15226] ppid=15214 vsize=10817488 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15226/stat : 15226 (java) S 15214 15217 7968 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 17 0 14463485 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400032211696 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15227] ppid=15214 vsize=10817488 memory=530104 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15227/stat : 15227 (java) S 15214 15217 7968 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400031160272 140400537364379 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15228] ppid=15214 vsize=10817488 memory=3868 CPUtime=0.78 cores=0,2,4,6
/proc/15217/task/15228/stat : 15228 (java) S 15214 15217 7968 0 -1 1077944384 4087 0 0 0 77 1 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400030108400 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15229] ppid=15214 vsize=10817488 memory=3904 CPUtime=1.14 cores=0,2,4,6
/proc/15217/task/15229/stat : 15229 (java) S 15214 15217 7968 0 -1 1077944384 7823 0 0 0 113 1 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400029055856 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15230] ppid=15214 vsize=10817488 memory=4124 CPUtime=0.4 cores=0,2,4,6
/proc/15217/task/15230/stat : 15230 (java) S 15214 15217 7968 0 -1 1077944384 3741 0 0 0 39 1 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400028002800 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15231] ppid=15214 vsize=10817488 memory=11980 CPUtime=0 cores=0,2,4,6
/proc/15217/task/15231/stat : 15231 (java) S 15214 15217 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 14463488 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400026950496 140400537355989 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
[pid=15217/tid=15232] ppid=15214 vsize=10817488 memory=530104 CPUtime=1.51 cores=0,2,4,6
/proc/15217/task/15232/stat : 15232 (java) S 15214 15217 7968 0 -1 1077944384 1967 0 0 0 77 74 0 0 20 0 17 0 14463495 11077107712 132579 18446744073709551615 4194304 4196468 140733614906416 140400025897520 140400537356930 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14700544 140733614911889 140733614912042 140733614912042 140733614915535 0
Current children cumulated CPU time: 2520.24 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 530316 KiB

Child status: 143
Real time (s): 2514.96
CPU time (s): 2520.35
CPU user time (s): 2519.08
CPU system time (s): 1.27004
CPU usage (%): 100.215
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 658516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.08
system time used= 1.27004
maximum resident set size= 676260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63246
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57140
involuntary context switches= 3209


# summary of solver processes directly reported to runsolver:
#   pid: 15217
#   total CPU time (s): 2520.35
#   total CPU user time (s): 2519.08
#   total CPU system time (s): 1.27004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6713 second user time and 23.5463 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 08:16:11
IDJOB=4263156
IDBENCH=115932
IDSOLVER=2651
FILE ID=node128/4263156-1502605808
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 3405d24406a310706e7598d386d00f36
RANDOM SEED=944287283

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25375076 kB
MemAvailable:   25904404 kB
Buffers:          119704 kB
Cached:           698196 kB
SwapCached:            0 kB
Active:          6343028 kB
Inactive:         634000 kB
Active(anon):    6159472 kB
Inactive(anon):    16764 kB
Active(file):     183556 kB
Inactive(file):   617236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1652 kB
Writeback:             0 kB
AnonPages:       6158832 kB
Mapped:            43996 kB
Shmem:             17116 kB
Slab:             113148 kB
SReclaimable:      88744 kB
SUnreclaim:        24404 kB
KernelStack:        3488 kB
PageTables:        17152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7731936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5826560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 08:58:06