Trace number 4263744

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)1200 2520.28 2512.51

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r3.xml
MD5SUMbc26aaa932070946748b52cb6241d030
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1200
Best CPU time to get the best result obtained on this benchmark2559.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints68
Number of domains8
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":12},{"size":3,"count":60},{"size":5,"count":12},{"size":9,"count":12},{"size":11,"count":12},{"size":17,"count":12}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":70},{"degree":4,"count":12},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":36},{"arity":4,"count":1},{"arity":7,"count":24},{"arity":12,"count":7}]
Number of extensional constraints36
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.75/0.60	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.75/0.60	c This is free software under the dual EPL/GNU LGPL licenses.
0.75/0.60	c See www.sat4j.org for details.
0.75/0.60	c That software uses the Rhino library from the Mozilla project.
0.75/0.60	c version CUSTOM.v20170705
0.75/0.60	c java.runtime.name	Java(TM) SE Runtime Environment
0.75/0.60	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.75/0.60	c java.vm.version	25.131-b11
0.75/0.60	c java.vm.vendor	Oracle Corporation
0.75/0.60	c sun.arch.data.model	64
0.75/0.60	c java.version		1.8.0_131
0.75/0.60	c os.name		Linux
0.75/0.60	c os.version		3.10.0-514.16.1.el7.x86_64
0.75/0.60	c os.arch		amd64
0.75/0.60	c Free memory 		499604488
0.75/0.60	c Max memory 		7247757312
0.75/0.60	c Total memory 		504889344
0.75/0.60	c Number of processors 	4
0.75/0.60	c c --- Begin Solver configuration ---
0.75/0.60	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.75/0.60	c Learn all clauses as in MiniSAT
0.75/0.60	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.75/0.60	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.75/0.60	c No reason simplification
0.75/0.60	c Glucose 2.1 dynamic restart strategy
0.75/0.60	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
0.75/0.60	c timeout=2147483s
0.75/0.60	c DB Simplification allowed=false
0.75/0.60	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.75/0.60	c --- End Solver configuration ---
0.75/0.60	c constraints type 
0.75/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 240
0.75/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1710
0.75/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 104226
0.75/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 156
0.75/0.60	c 106332 constraints processed.
2.39/1.12	o 2100
3.34/1.59	o 2000
3.74/1.81	o 1900
4.09/2.16	o 1800
4.31/2.38	o 1700
4.43/2.43	o 1600
4.64/2.67	o 1550
4.84/2.88	o 1400
4.97/2.99	o 1350
5.42/3.37	o 1250
5.94/3.82	o 1200
2520.26/2512.50	c starts		: 26143
2520.26/2512.50	c conflicts		: 4679135
2520.26/2512.50	c decisions		: 9848034
2520.26/2512.50	c propagations		: 1709331128
2520.26/2512.50	c inspects		: 44583808720
2520.26/2512.50	c shortcuts		: 0
2520.26/2512.50	c learnt literals	: 2922
2520.26/2512.50	c learnt binary clauses	: 3101
2520.26/2512.50	c learnt ternary clauses	: 2499
2520.26/2512.50	c learnt constraints	: 4676213
2520.26/2512.50	c ignored constraints	: 0
2520.26/2512.50	c root simplifications	: 0
2520.26/2512.50	c removed literals (reason simplification)	: 0
2520.26/2512.50	c reason swapping (by a shorter reason)	: 0
2520.26/2512.50	c Calls to reduceDB	: 99
2520.26/2512.50	c Number of update (reduction) of LBD	: 1867056
2520.26/2512.50	c Imported unit clauses	: 0
2520.26/2512.50	c number of reductions to clauses (during analyze)	: 0
2520.26/2512.50	c number of learned constraints concerned by reduction	: 0
2520.26/2512.50	c number of learning phase by resolution	: 0
2520.26/2512.50	c number of learning phase by cutting planes	: 0
2520.26/2512.50	c number of rounding to 1 operations	: 0
2520.26/2512.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.26/2512.50	c number of reductions of the coefficients by power 2 	: 0
2520.26/2512.50	c number of right shift for reduction by power 2 	: 0
2520.26/2512.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.26/2512.50	c speed (assignments/second)	: 680496.0121661379
2520.26/2512.50	c non guided choices	58777
2520.26/2512.50	c learnt constraints type 
2520.26/2512.50	s SATISFIABLE
2520.26/2512.50	v <instantiation type="solution">
2520.26/2512.50	v 	<list> r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] c[0][0] c[0][1] c[0][2] c[0][3] c[0][4] c[0][5] c[1][0] c[1][1] c[1][2] c[1][3] c[1][4] c[1][5] c[2][0] c[2][1] c[2][2] c[2][3] c[2][4] c[2][5] c[3][0] c[3][1] c[3][2] c[3][3] c[3][4] c[3][5] c[4][0] c[4][1] c[4][2] c[4][3] c[4][4] c[4][5] c[5][0] c[5][1] c[5][2] c[5][3] c[5][4] c[5][5] c[6][0] c[6][1] c[6][2] c[6][3] c[6][4] c[6][5] c[7][0] c[7][1] c[7][2] c[7][3] c[7][4] c[7][5] c[8][0] c[8][1] c[8][2] c[8][3] c[8][4] c[8][5] c[9][0] c[9][1] c[9][2] c[9][3] c[9][4] c[9][5] c[10][0] c[10][1] c[10][2] c[10][3] c[10][4] c[10][5] c[11][0] c[11][1] c[11][2] c[11][3] c[11][4] c[11][5] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] rpw[10] rpw[11] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rcn[10] rcn[11] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9] rpr[10] rpr[11] </list>
2520.26/2512.50	v 	<values> 2 2 2 2 2 2 0 0 0 0 0 0 3 0 4 0 0 0 3 0 0 0 2 0 2 2 1 2 0 0 2 5 2 0 0 0 2 2 1 2 0 0 8 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 200 200 200 200 200 0 0 0 0 0 0 16 16 16 16 16 16 0 0 0 0 0 0 200 200 200 200 200 200 0 0 0 0 0 0 </values>
2520.26/2512.50	v </instantiation>
2520.26/2512.50	

Verifier Data

OK	1200

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263744-1502640583/watcher-4263744-1502640583 -o /tmp/evaluation-result-4263744-1502640583/solver-4263744-1502640583 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263744-1502640583.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
Current StackSize limit: 8192 KiB

solver pid=31674, runsolver pid=31671

[startup+0.100092 s]*
/proc/loadavg: 2.01 2.04 2.20 3/204 31683
/proc/meminfo: memFree=30256380/32770624 swapFree=67108860/67108860
[pid=31674] ppid=31671 vsize=10151672 memory=20732 CPUtime=0.04 cores=0,2,4,6
/proc/31674/stat : 31674 (java) S 31671 31674 897 0 -1 1077944320 4063 0 0 0 4 0 0 0 20 0 9 0 66278982 10395312128 5183 18446744073709551615 4194304 4196468 140729168635488 140729168618032 140225835163383 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
/proc/31674/statm: 2537918 5183 2155 1 0 2527415 0
[pid=31674/tid=31676] ppid=31671 vsize=10151672 memory=8390339637985935414 CPUtime=0.03 cores=0,2,4,6
/proc/31674/task/31676/stat : 31676 (java) R 31671 31674 897 0 -1 4202560 2701 0 0 0 3 0 0 0 20 0 9 0 66278988 10395312128 5183 18446744073709551615 4194304 4196468 140729168635488 140225839398776 140225827842672 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31677] ppid=31671 vsize=10151672 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31677/stat : 31677 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66278989 10395312128 5183 18446744073709551615 4194304 4196468 140729168635488 140225792129936 140225835173589 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31678] ppid=31671 vsize=10151672 memory=288371086851790464 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31678/stat : 31678 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66278989 10395312128 5183 18446744073709551615 4194304 4196468 140729168635488 140225791077136 140225835173589 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31679] ppid=31671 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31679/stat : 31679 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66278989 10395312128 5183 18446744073709551615 4194304 4196468 140729168635488 140225790024848 140225835173589 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31680] ppid=31671 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31680/stat : 31680 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 66278989 10395312128 5183 18446744073709551615 4194304 4196468 140729168635488 140225788972048 140225835173589 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31681] ppid=31671 vsize=10151672 memory=140710700078720 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31681/stat : 31681 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 66278990 10395312128 5183 18446744073709551615 4194304 4196468 140729168635488 140225398896752 140225835174530 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31682] ppid=31671 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31682/stat : 31682 (java) S 31671 31674 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 66278990 10395312128 5183 18446744073709551615 4194304 4196468 140729168635488 140225397842720 140225835173589 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31683] ppid=31671 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31683/stat : 31683 (java) S 31671 31674 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 66278991 10395312128 5183 18446744073709551615 4194304 4196468 140729168635488 140225396790384 140225835173589 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20732 KiB

[startup+0.209703 s]*
/proc/loadavg: 2.01 2.04 2.20 3/210 31689
/proc/meminfo: memFree=30251940/32770624 swapFree=67108860/67108860
[pid=31674] ppid=31671 vsize=10552180 memory=30212 CPUtime=0.12 cores=0,2,4,6
/proc/31674/stat : 31674 (java) S 31671 31674 897 0 -1 1077944320 7466 0 0 0 10 2 0 0 20 0 15 0 66278982 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140729168618032 140225835163383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
/proc/31674/statm: 2638045 7553 2788 1 0 2627517 0
[pid=31674/tid=31676] ppid=31671 vsize=10552180 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/31674/task/31676/stat : 31676 (java) R 31671 31674 897 0 -1 4202560 5380 0 0 0 8 1 0 0 20 0 15 0 66278988 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140225839351728 140225827843101 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31677] ppid=31671 vsize=10552180 memory=328 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31677/stat : 31677 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66278989 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140225792129936 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31678] ppid=31671 vsize=10552180 memory=288371086851790464 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31678/stat : 31678 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66278989 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140225791077136 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31679] ppid=31671 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31679/stat : 31679 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66278989 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140225790024848 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31680] ppid=31671 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31680/stat : 31680 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66278989 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140225788972048 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31681] ppid=31671 vsize=10552180 memory=140710700078720 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31681/stat : 31681 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66278990 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140225398896752 140225835174530 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31682] ppid=31671 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31682/stat : 31682 (java) S 31671 31674 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66278990 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140225397842720 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31683] ppid=31671 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31683/stat : 31683 (java) S 31671 31674 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66278991 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140225396790384 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31684] ppid=31671 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31684/stat : 31684 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66278993 10805432320 7553 18446744073709551615 4194304 4196468 140729168635488 140225395738704 140225835181979 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31685] ppid=31671 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31685/stat : 31685 (java) S 31671 31674 897 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 66278993 10805432320 7356 18446744073709551615 4194304 4196468 140729168635488 140225394686576 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31686] ppid=31671 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31686/stat : 31686 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66278993 10805432320 7356 18446744073709551615 4194304 4196468 140729168635488 140225393633776 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31687] ppid=31671 vsize=10551156 memory=140710700078720 CPUtime=0.01 cores=0,2,4,6
/proc/31674/task/31687/stat : 31687 (java) S 31671 31674 897 0 -1 1077944384 292 0 0 0 1 0 0 0 20 0 15 0 66278993 10804383744 7356 18446744073709551615 4194304 4196468 140729168635488 140225392581488 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31688] ppid=31671 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31688/stat : 31688 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66278993 10804383744 7356 18446744073709551615 4194304 4196468 140729168635488 140225391528928 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31689] ppid=31671 vsize=10551156 memory=140710700078720 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31689/stat : 31689 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66278999 10804383744 7356 18446744073709551615 4194304 4196468 140729168635488 140225390475696 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30212 KiB

[startup+0.310765 s]*
/proc/loadavg: 2.01 2.04 2.20 4/210 31689
/proc/meminfo: memFree=30242164/32770624 swapFree=67108860/67108860
[pid=31674] ppid=31671 vsize=10551156 memory=38608 CPUtime=0.27 cores=0,2,4,6
/proc/31674/stat : 31674 (java) S 31671 31674 897 0 -1 1077944320 8897 0 0 0 25 2 0 0 20 0 15 0 66278982 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140729168618032 140225835163383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
/proc/31674/statm: 2637789 9652 2876 1 0 2627261 0
[pid=31674/tid=31676] ppid=31671 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/31674/task/31676/stat : 31676 (java) R 31671 31674 897 0 -1 4202560 6156 0 0 0 17 1 0 0 20 0 15 0 66278988 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225839394784 140225819243870 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31677] ppid=31671 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31677/stat : 31677 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66278989 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225792129936 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31678] ppid=31671 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31678/stat : 31678 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66278989 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225791077136 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31679] ppid=31671 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31679/stat : 31679 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66278989 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225790024848 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31680] ppid=31671 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31680/stat : 31680 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66278989 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225788972048 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31681] ppid=31671 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31681/stat : 31681 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66278990 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225398896752 140225835174530 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31682] ppid=31671 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31682/stat : 31682 (java) S 31671 31674 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66278990 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225397842720 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31683] ppid=31671 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31683/stat : 31683 (java) S 31671 31674 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66278991 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225396790384 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31684] ppid=31671 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31684/stat : 31684 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66278993 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225395738704 140225835181979 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31685] ppid=31671 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31674/task/31685/stat : 31685 (java) S 31671 31674 897 0 -1 1077944384 478 0 0 0 1 0 0 0 20 0 15 0 66278993 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225394686576 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31686] ppid=31671 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/31674/task/31686/stat : 31686 (java) S 31671 31674 897 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 66278993 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225393633776 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31687] ppid=31671 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/31674/task/31687/stat : 31687 (java) R 31671 31674 897 0 -1 4202560 788 0 0 0 4 0 0 0 20 0 15 0 66278993 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225392578184 140225814562047 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31688] ppid=31671 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31688/stat : 31688 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66278993 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225391528928 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31689] ppid=31671 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31689/stat : 31689 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66278999 10804383744 9652 18446744073709551615 4194304 4196468 140729168635488 140225390475696 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38608 KiB

[startup+0.700709 s]
/proc/loadavg: 2.01 2.04 2.20 6/210 31689
/proc/meminfo: memFree=30229100/32770624 swapFree=67108860/67108860
[pid=31674] ppid=31671 vsize=10617796 memory=83180 CPUtime=1.32 cores=0,2,4,6
/proc/31674/stat : 31674 (java) S 31671 31674 897 0 -1 1077944320 13109 0 0 0 128 4 0 0 20 0 16 0 66278982 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140729168618032 140225835163383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
/proc/31674/statm: 2654449 20795 3055 1 0 2643902 0
[pid=31674/tid=31676] ppid=31671 vsize=10617796 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/31674/task/31676/stat : 31676 (java) R 31671 31674 897 0 -1 4202560 7502 0 0 0 54 2 0 0 20 0 16 0 66278988 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225839401696 140225467618103 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31677] ppid=31671 vsize=10617796 memory=304 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31677/stat : 31677 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 66278989 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225792129936 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31678] ppid=31671 vsize=10617796 memory=251 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31678/stat : 31678 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 66278989 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225791077136 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31679] ppid=31671 vsize=10617796 memory=281421155945344 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31679/stat : 31679 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 66278989 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225790024848 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31680] ppid=31671 vsize=10617796 memory=281421156000944 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31680/stat : 31680 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 66278989 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225788972048 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31681] ppid=31671 vsize=10617796 memory=140710577977168 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31681/stat : 31681 (java) S 31671 31674 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 66278990 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225398896752 140225835174530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31682] ppid=31671 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31682/stat : 31682 (java) S 31671 31674 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66278990 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225397842720 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31683] ppid=31671 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31683/stat : 31683 (java) S 31671 31674 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66278991 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225396790384 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31684] ppid=31671 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31684/stat : 31684 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66278993 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225395738704 140225835181979 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31685] ppid=31671 vsize=10617796 memory=2000 CPUtime=0.25 cores=0,2,4,6
/proc/31674/task/31685/stat : 31685 (java) R 31671 31674 897 0 -1 4202560 1436 0 0 0 25 0 0 0 20 0 16 0 66278993 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225394672632 140225819561811 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31686] ppid=31671 vsize=10617796 memory=10976 CPUtime=0.24 cores=0,2,4,6
/proc/31674/task/31686/stat : 31686 (java) R 31671 31674 897 0 -1 4202560 1269 0 0 0 24 0 0 0 20 0 16 0 66278993 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225393614792 140225816708731 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31687] ppid=31671 vsize=10617796 memory=1200 CPUtime=0.24 cores=0,2,4,6
/proc/31674/task/31687/stat : 31687 (java) S 31671 31674 897 0 -1 1077944384 1507 0 0 0 24 0 0 0 20 0 16 0 66278993 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225392581488 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31688] ppid=31671 vsize=10617796 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31688/stat : 31688 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66278993 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225391528928 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31689] ppid=31671 vsize=10617796 memory=20856 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31689/stat : 31689 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66278999 10872623104 20795 18446744073709551615 4194304 4196468 140729168635488 140225390475696 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 83180 KiB

[startup+1.50071 s]
/proc/loadavg: 2.01 2.04 2.20 4/211 31690
/proc/meminfo: memFree=30194216/32770624 swapFree=67108860/67108860
[pid=31674] ppid=31671 vsize=10617796 memory=98592 CPUtime=3.34 cores=0,2,4,6
/proc/31674/stat : 31674 (java) S 31671 31674 897 0 -1 1077944320 20915 0 0 0 328 6 0 0 20 0 16 0 66278982 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140729168618032 140225835163383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
/proc/31674/statm: 2654449 24648 3074 1 0 2643902 0
[pid=31674/tid=31676] ppid=31671 vsize=10617796 memory=117 CPUtime=1.37 cores=0,2,4,6
/proc/31674/task/31676/stat : 31676 (java) R 31671 31674 897 0 -1 4202560 8067 0 0 0 134 3 0 0 20 0 16 0 66278988 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225839382016 140225464837254 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31677] ppid=31671 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31677/stat : 31677 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 66278989 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225792129936 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31678] ppid=31671 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31678/stat : 31678 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 66278989 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225791077136 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31679] ppid=31671 vsize=10617796 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31679/stat : 31679 (java) S 31671 31674 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 66278989 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225790024848 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31680] ppid=31671 vsize=10617796 memory=10976 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31680/stat : 31680 (java) S 31671 31674 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 66278989 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225788972048 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31681] ppid=31671 vsize=10617796 memory=7446534215326327127 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31681/stat : 31681 (java) S 31671 31674 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 66278990 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225398896752 140225835174530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31682] ppid=31671 vsize=10617796 memory=7374755785792186215 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31682/stat : 31682 (java) S 31671 31674 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 66278990 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225397842720 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31683] ppid=31671 vsize=10617796 memory=7882814927694944619 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31683/stat : 31683 (java) S 31671 31674 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66278991 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225396790384 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31684] ppid=31671 vsize=10617796 memory=180 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31684/stat : 31684 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66278993 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225395738704 140225835181979 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31685] ppid=31671 vsize=10617796 memory=6943526294502006880 CPUtime=0.81 cores=0,2,4,6
/proc/31674/task/31685/stat : 31685 (java) S 31671 31674 897 0 -1 1077944384 4759 0 0 0 81 0 0 0 20 0 16 0 66278993 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225394686576 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31686] ppid=31671 vsize=10617796 memory=4532 CPUtime=0.83 cores=0,2,4,6
/proc/31674/task/31686/stat : 31686 (java) S 31671 31674 897 0 -1 1077944384 4895 0 0 0 83 0 0 0 20 0 16 0 66278993 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225393633776 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31687] ppid=31671 vsize=10617796 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/31674/task/31687/stat : 31687 (java) S 31671 31674 897 0 -1 1077944384 1792 0 0 0 28 1 0 0 20 0 16 0 66278993 10872623104 24648 18446744073709551615 4194304 4196468 140729168635488 140225392581488 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0

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

/proc/31674/task/31678/stat : 31678 (java) S 31671 31674 897 0 -1 1077944384 4293 0 0 0 102 17 0 0 20 0 16 0 66278989 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225791077136 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31679] ppid=31671 vsize=10617796 memory=603760 CPUtime=1.19 cores=0,2,4,6
/proc/31674/task/31679/stat : 31679 (java) S 31671 31674 897 0 -1 1077944384 3571 0 0 0 102 17 0 0 20 0 16 0 66278989 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225790024848 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31680] ppid=31671 vsize=10617796 memory=603760 CPUtime=1.18 cores=0,2,4,6
/proc/31674/task/31680/stat : 31680 (java) S 31671 31674 897 0 -1 1077944384 7010 0 0 0 103 15 0 0 20 0 16 0 66278989 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225788972048 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31681] ppid=31671 vsize=10617796 memory=281421156407904 CPUtime=0.15 cores=0,2,4,6
/proc/31674/task/31681/stat : 31681 (java) S 31671 31674 897 0 -1 1077944384 10051 0 0 0 12 3 0 0 20 0 16 0 66278990 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225398896752 140225835174530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31682] ppid=31671 vsize=10617796 memory=603760 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31682/stat : 31682 (java) S 31671 31674 897 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 66278990 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225397842720 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31683] ppid=31671 vsize=10617796 memory=603760 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31683/stat : 31683 (java) S 31671 31674 897 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 66278991 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225396790384 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31684] ppid=31671 vsize=10617796 memory=603760 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31684/stat : 31684 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66278993 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225395738704 140225835181979 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31685] ppid=31671 vsize=10617796 memory=4116 CPUtime=1.01 cores=0,2,4,6
/proc/31674/task/31685/stat : 31685 (java) S 31671 31674 897 0 -1 1077944384 6258 0 0 0 100 1 0 0 20 0 16 0 66278993 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225394686576 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31686] ppid=31671 vsize=10617796 memory=37564 CPUtime=1 cores=0,2,4,6
/proc/31674/task/31686/stat : 31686 (java) S 31671 31674 897 0 -1 1077944384 5734 0 0 0 99 1 0 0 20 0 16 0 66278993 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225393633776 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31687] ppid=31671 vsize=10617796 memory=1292 CPUtime=0.33 cores=0,2,4,6
/proc/31674/task/31687/stat : 31687 (java) S 31671 31674 897 0 -1 1077944384 2687 0 0 0 32 1 0 0 20 0 16 0 66278993 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225392581488 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31688] ppid=31671 vsize=10617796 memory=603760 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31688/stat : 31688 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66278993 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225391528928 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31689] ppid=31671 vsize=10617796 memory=603760 CPUtime=1.42 cores=0,2,4,6
/proc/31674/task/31689/stat : 31689 (java) S 31671 31674 897 0 -1 1077944384 1944 0 0 0 69 73 0 0 20 0 16 0 66278999 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225390475696 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31690] ppid=31671 vsize=10617796 memory=603760 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31690/stat : 31690 (java) S 31671 31674 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66279044 10872623104 150940 18446744073709551615 4194304 4196468 140729168635488 140225389421232 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
Current children cumulated CPU time: 2509.78 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 603760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.3 s]
/proc/loadavg: 1.00 1.02 1.37 2/189 32063
/proc/meminfo: memFree=30549112/32770624 swapFree=67108860/67108860
[pid=31674] ppid=31671 vsize=10617796 memory=603892 CPUtime=2520.04 cores=0,2,4,6
/proc/31674/stat : 31674 (java) S 31671 31674 897 0 -1 1077944320 70445 0 0 0 251866 138 0 0 20 0 16 0 66278982 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140729168618032 140225835163383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
/proc/31674/statm: 2654449 150973 3132 1 0 2643902 0
[pid=31674/tid=31676] ppid=31671 vsize=10617796 memory=603760 CPUtime=2510.95 cores=0,2,4,6
/proc/31674/task/31676/stat : 31676 (java) R 31671 31674 897 0 -1 4202560 20403 0 0 0 251088 7 0 0 20 0 16 0 66278988 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225839402336 140225467765591 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31677] ppid=31671 vsize=10617796 memory=603760 CPUtime=1.25 cores=0,2,4,6
/proc/31674/task/31677/stat : 31677 (java) S 31671 31674 897 0 -1 1077944384 5558 0 0 0 108 17 0 0 20 0 16 0 66278989 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225792129936 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31678] ppid=31671 vsize=10617796 memory=603892 CPUtime=1.27 cores=0,2,4,6
/proc/31674/task/31678/stat : 31678 (java) S 31671 31674 897 0 -1 1077944384 4709 0 0 0 110 17 0 0 20 0 16 0 66278989 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225791077136 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31679] ppid=31671 vsize=10617796 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/31674/task/31679/stat : 31679 (java) S 31671 31674 897 0 -1 1077944384 3627 0 0 0 111 17 0 0 20 0 16 0 66278989 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225790024848 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31680] ppid=31671 vsize=10617796 memory=603892 CPUtime=1.26 cores=0,2,4,6
/proc/31674/task/31680/stat : 31680 (java) S 31671 31674 897 0 -1 1077944384 7303 0 0 0 111 15 0 0 20 0 16 0 66278989 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225788972048 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31681] ppid=31671 vsize=10617796 memory=281421156863920 CPUtime=0.16 cores=0,2,4,6
/proc/31674/task/31681/stat : 31681 (java) S 31671 31674 897 0 -1 1077944384 10765 0 0 0 13 3 0 0 20 0 16 0 66278990 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225398896752 140225835174530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31682] ppid=31671 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31682/stat : 31682 (java) S 31671 31674 897 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 66278990 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225397842720 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31683] ppid=31671 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31683/stat : 31683 (java) S 31671 31674 897 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 66278991 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225396790384 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31684] ppid=31671 vsize=10617796 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31684/stat : 31684 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66278993 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225395738704 140225835181979 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31685] ppid=31671 vsize=10617796 memory=928 CPUtime=1.01 cores=0,2,4,6
/proc/31674/task/31685/stat : 31685 (java) S 31671 31674 897 0 -1 1077944384 6258 0 0 0 100 1 0 0 20 0 16 0 66278993 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225394686576 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31686] ppid=31671 vsize=10617796 memory=4116 CPUtime=1 cores=0,2,4,6
/proc/31674/task/31686/stat : 31686 (java) S 31671 31674 897 0 -1 1077944384 5734 0 0 0 99 1 0 0 20 0 16 0 66278993 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225393633776 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31687] ppid=31671 vsize=10617796 memory=37564 CPUtime=0.33 cores=0,2,4,6
/proc/31674/task/31687/stat : 31687 (java) S 31671 31674 897 0 -1 1077944384 2687 0 0 0 32 1 0 0 20 0 16 0 66278993 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225392581488 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31688] ppid=31671 vsize=10617796 memory=603760 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31688/stat : 31688 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66278993 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225391528928 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31689] ppid=31671 vsize=10617796 memory=603760 CPUtime=1.42 cores=0,2,4,6
/proc/31674/task/31689/stat : 31689 (java) S 31671 31674 897 0 -1 1077944384 1944 0 0 0 69 73 0 0 20 0 16 0 66278999 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225390475696 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31690] ppid=31671 vsize=10617796 memory=603892 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31690/stat : 31690 (java) S 31671 31674 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66279044 10872623104 150973 18446744073709551615 4194304 4196468 140729168635488 140225389421232 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 603892 KiB

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

[startup+2512.51 s]
# the end of solver process 31674 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.89 s, system=1.38937 s

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

[startup+2512.41 s]
/proc/loadavg: 1.00 1.02 1.37 2/189 32063
/proc/meminfo: memFree=30549112/32770624 swapFree=67108860/67108860
[pid=31674] ppid=31671 vsize=10817488 memory=603956 CPUtime=2520.15 cores=0,2,4,6
/proc/31674/stat : 31674 (java) S 31671 31674 897 0 -1 1077944320 70747 0 0 0 251877 138 0 0 20 0 17 0 66278982 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140729168618032 140225835163383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
/proc/31674/statm: 2704372 150989 3134 1 0 2693825 0
[pid=31674/tid=31676] ppid=31671 vsize=10817488 memory=37564 CPUtime=2511.06 cores=0,2,4,6
/proc/31674/task/31676/stat : 31676 (java) R 31671 31674 897 0 -1 4202560 20428 0 0 0 251099 7 0 0 20 0 17 0 66278988 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225839402336 140225468811328 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31677] ppid=31671 vsize=10817488 memory=-8774313645642428999 CPUtime=1.25 cores=0,2,4,6
/proc/31674/task/31677/stat : 31677 (java) S 31671 31674 897 0 -1 1077944384 5558 0 0 0 108 17 0 0 20 0 17 0 66278989 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225792129936 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31678] ppid=31671 vsize=10817488 memory=3208 CPUtime=1.27 cores=0,2,4,6
/proc/31674/task/31678/stat : 31678 (java) S 31671 31674 897 0 -1 1077944384 4709 0 0 0 110 17 0 0 20 0 17 0 66278989 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225791077136 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31679] ppid=31671 vsize=10817488 memory=-8774313645642428999 CPUtime=1.28 cores=0,2,4,6
/proc/31674/task/31679/stat : 31679 (java) S 31671 31674 897 0 -1 1077944384 3627 0 0 0 111 17 0 0 20 0 17 0 66278989 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225790024848 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31680] ppid=31671 vsize=10817488 memory=1624 CPUtime=1.26 cores=0,2,4,6
/proc/31674/task/31680/stat : 31680 (java) S 31671 31674 897 0 -1 1077944384 7303 0 0 0 111 15 0 0 20 0 17 0 66278989 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225788972048 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31681] ppid=31671 vsize=10817488 memory=928 CPUtime=0.16 cores=0,2,4,6
/proc/31674/task/31681/stat : 31681 (java) S 31671 31674 897 0 -1 1077944384 10765 0 0 0 13 3 0 0 20 0 17 0 66278990 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225398896752 140225835174530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31682] ppid=31671 vsize=10817488 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31682/stat : 31682 (java) S 31671 31674 897 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 66278990 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225397842720 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31683] ppid=31671 vsize=10817488 memory=3208 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31683/stat : 31683 (java) S 31671 31674 897 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 66278991 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225396790384 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31684] ppid=31671 vsize=10817488 memory=603892 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31684/stat : 31684 (java) S 31671 31674 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225395738704 140225835181979 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31685] ppid=31671 vsize=10817488 memory=-8774313645642428999 CPUtime=1.01 cores=0,2,4,6
/proc/31674/task/31685/stat : 31685 (java) S 31671 31674 897 0 -1 1077944384 6295 0 0 0 100 1 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225394686576 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31686] ppid=31671 vsize=10817488 memory=4126316290023845779 CPUtime=1 cores=0,2,4,6
/proc/31674/task/31686/stat : 31686 (java) S 31671 31674 897 0 -1 1077944384 5746 0 0 0 99 1 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225393633776 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31687] ppid=31671 vsize=10817488 memory=-8774313645642428999 CPUtime=0.33 cores=0,2,4,6
/proc/31674/task/31687/stat : 31687 (java) S 31671 31674 897 0 -1 1077944384 2762 0 0 0 32 1 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225392581488 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31688] ppid=31671 vsize=10817488 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31688/stat : 31688 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225391528928 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31689] ppid=31671 vsize=10817488 memory=603760 CPUtime=1.42 cores=0,2,4,6
/proc/31674/task/31689/stat : 31689 (java) S 31671 31674 897 0 -1 1077944384 1944 0 0 0 69 73 0 0 20 0 17 0 66278999 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225390475696 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
Current children cumulated CPU time: 2520.15 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 603956 KiB

[startup+2512.5 s]
/proc/loadavg: 1.00 1.02 1.37 2/189 32063
/proc/meminfo: memFree=30549112/32770624 swapFree=67108860/67108860
[pid=31674] ppid=31671 vsize=10817488 memory=603956 CPUtime=2520.26 cores=0,2,4,6
/proc/31674/stat : 31674 (java) S 31671 31674 897 0 -1 1077944320 70761 0 0 0 251888 138 0 0 20 0 17 0 66278982 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140729168618032 140225835163383 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
/proc/31674/statm: 2704372 150989 3134 1 0 2693825 0
[pid=31674/tid=31676] ppid=31671 vsize=10817488 memory=603892 CPUtime=2511.15 cores=0,2,4,6
/proc/31674/task/31676/stat : 31676 (java) R 31671 31674 897 0 -1 4202560 20429 0 0 0 251108 7 0 0 20 0 17 0 66278988 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225839399936 140225464838036 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31677] ppid=31671 vsize=10817488 memory=0 CPUtime=1.25 cores=0,2,4,6
/proc/31674/task/31677/stat : 31677 (java) S 31671 31674 897 0 -1 1077944384 5558 0 0 0 108 17 0 0 20 0 17 0 66278989 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225792129936 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31678] ppid=31671 vsize=10817488 memory=603892 CPUtime=1.27 cores=0,2,4,6
/proc/31674/task/31678/stat : 31678 (java) S 31671 31674 897 0 -1 1077944384 4709 0 0 0 110 17 0 0 20 0 17 0 66278989 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225791077136 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31679] ppid=31671 vsize=10817488 memory=603760 CPUtime=1.28 cores=0,2,4,6
/proc/31674/task/31679/stat : 31679 (java) S 31671 31674 897 0 -1 1077944384 3627 0 0 0 111 17 0 0 20 0 17 0 66278989 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225790024848 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31680] ppid=31671 vsize=10817488 memory=603760 CPUtime=1.26 cores=0,2,4,6
/proc/31674/task/31680/stat : 31680 (java) S 31671 31674 897 0 -1 1077944384 7303 0 0 0 111 15 0 0 20 0 17 0 66278989 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225788972048 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31681] ppid=31671 vsize=10817488 memory=603892 CPUtime=0.16 cores=0,2,4,6
/proc/31674/task/31681/stat : 31681 (java) S 31671 31674 897 0 -1 1077944384 10765 0 0 0 13 3 0 0 20 0 17 0 66278990 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225398896752 140225835174530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31682] ppid=31671 vsize=10817488 memory=281421156863920 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31682/stat : 31682 (java) S 31671 31674 897 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 66278990 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225397842720 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31683] ppid=31671 vsize=10817488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31683/stat : 31683 (java) S 31671 31674 897 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 17 0 66278991 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225396790384 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31684] ppid=31671 vsize=10817488 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31684/stat : 31684 (java) S 31671 31674 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225395738704 140225835181979 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31685] ppid=31671 vsize=10817488 memory=4116 CPUtime=1.03 cores=0,2,4,6
/proc/31674/task/31685/stat : 31685 (java) S 31671 31674 897 0 -1 1077944384 6308 0 0 0 102 1 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225394686576 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31686] ppid=31671 vsize=10817488 memory=37564 CPUtime=1 cores=0,2,4,6
/proc/31674/task/31686/stat : 31686 (java) S 31671 31674 897 0 -1 1077944384 5746 0 0 0 99 1 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225393633776 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31687] ppid=31671 vsize=10817488 memory=1624 CPUtime=0.33 cores=0,2,4,6
/proc/31674/task/31687/stat : 31687 (java) S 31671 31674 897 0 -1 1077944384 2762 0 0 0 32 1 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225392581488 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31688] ppid=31671 vsize=10817488 memory=928 CPUtime=0 cores=0,2,4,6
/proc/31674/task/31688/stat : 31688 (java) S 31671 31674 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66278993 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225391528928 140225835173589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
[pid=31674/tid=31689] ppid=31671 vsize=10817488 memory=603760 CPUtime=1.42 cores=0,2,4,6
/proc/31674/task/31689/stat : 31689 (java) S 31671 31674 897 0 -1 1077944384 1944 0 0 0 69 73 0 0 20 0 17 0 66278999 11077107712 150989 18446744073709551615 4194304 4196468 140729168635488 140225390475696 140225835174530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31416320 140729168642448 140729168642601 140729168642601 140729168646095 0
Current children cumulated CPU time: 2520.26 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 603956 KiB

Child status: 143
Real time (s): 2512.51
CPU time (s): 2520.28
CPU user time (s): 2518.89
CPU system time (s): 1.38937
CPU usage (%): 100.309
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 765336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.89
system time used= 1.38937
maximum resident set size= 772140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57249
involuntary context switches= 1775


# summary of solver processes directly reported to runsolver:
#   pid: 31674
#   total CPU time (s): 2520.28
#   total CPU user time (s): 2518.89
#   total CPU system time (s): 1.38937

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2743 second user time and 24.3402 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 17:55:37
IDJOB=4263744
IDBENCH=140551
IDSOLVER=2651
FILE ID=node125/4263744-1502640583
RUNJOBID= node125-1502623975-28610
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263744-1502640583/watcher-4263744-1502640583 -o /tmp/evaluation-result-4263744-1502640583/solver-4263744-1502640583 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263744-1502640583.xml

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

MD5SUM BENCH= bc26aaa932070946748b52cb6241d030
RANDOM SEED=852348688

node125.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.07
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.07
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.07
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.07
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:        30267408 kB
MemAvailable:   31117984 kB
Buffers:          285400 kB
Cached:           860788 kB
SwapCached:            0 kB
Active:          1490060 kB
Inactive:         584164 kB
Active(anon):     928364 kB
Inactive(anon):    33100 kB
Active(file):     561696 kB
Inactive(file):   551064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1444 kB
Writeback:             4 kB
AnonPages:        928040 kB
Mapped:            58880 kB
Shmem:             33444 kB
Slab:             132684 kB
SReclaimable:     107304 kB
SUnreclaim:        25380 kB
KernelStack:        3424 kB
PageTables:         6696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2393376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 18:37:30