Trace number 4289948

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 2018-07-11? (TO) 2400.13 2369.99

General information on the benchmark

NameTal/
Tal-05_c18.xml
MD5SUM0bfba4554f8c52d47ef9f831901bb64c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark48.3115
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of constraints364
Number of domains11
Minimum domain size1
Maximum domain size42
Distribution of domain sizes[{"size":1,"count":84},{"size":2,"count":4},{"size":3,"count":5},{"size":4,"count":6},{"size":5,"count":7},{"size":6,"count":52},{"size":7,"count":9},{"size":8,"count":10},{"size":10,"count":36},{"size":42,"count":79}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":234},{"degree":1,"count":84},{"degree":2,"count":58},{"degree":3,"count":9},{"degree":4,"count":10},{"degree":5,"count":32},{"degree":6,"count":19},{"degree":7,"count":13},{"degree":8,"count":13},{"degree":9,"count":19},{"degree":10,"count":18},{"degree":11,"count":8},{"degree":12,"count":5},{"degree":13,"count":3},{"degree":14,"count":1}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":109},{"arity":2,"count":115},{"arity":3,"count":38},{"arity":4,"count":11},{"arity":5,"count":18},{"arity":6,"count":17},{"arity":7,"count":16},{"arity":8,"count":15},{"arity":9,"count":13},{"arity":10,"count":10},{"arity":11,"count":2}]
Number of extensional constraints64
Number of intensional constraints286
Distribution of constraint types[{"type":"extension","count":64},{"type":"intension","count":286},{"type":"count","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

30.43/14.46	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
30.43/14.46	c This is free software under the dual EPL/GNU LGPL licenses.
30.43/14.46	c See www.sat4j.org for details.
30.43/14.46	c That software uses the Rhino library from the Mozilla project.
30.43/14.46	c version 2.3.6-SNAPSHOT
30.43/14.46	c java.runtime.name	Java(TM) SE Runtime Environment
30.43/14.46	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
30.43/14.46	c java.vm.version	25.131-b11
30.43/14.46	c java.vm.vendor	Oracle Corporation
30.43/14.46	c sun.arch.data.model	64
30.43/14.46	c java.version		1.8.0_131
30.43/14.46	c os.name		Linux
30.43/14.46	c os.version		3.10.0-514.16.1.el7.x86_64
30.43/14.46	c os.arch		amd64
30.43/14.46	c Free memory 		499604488
30.43/14.46	c Max memory 		7247757312
30.43/14.46	c Total memory 		504889344
30.43/14.46	c Number of processors 	4
30.43/14.46	c c --- Begin Solver configuration ---
30.43/14.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
30.43/14.46	c Learn all clauses as in MiniSAT
30.43/14.46	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
30.43/14.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
30.43/14.46	c No reason simplification
30.43/14.46	c Glucose 2.1 dynamic restart strategy
30.43/14.46	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
30.43/14.46	c timeout=2147483s
30.43/14.46	c DB Simplification allowed=false
30.43/14.46	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
30.43/14.46	c --- End Solver configuration ---
30.43/14.46	c constraints type 
30.43/14.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 416
30.43/14.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9595300
30.43/14.46	c org.sat4j.minisat.constraints.cnf.UnitClauses => 84
30.43/14.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1241417
30.43/14.46	c org.sat4j.specs.Constr$1 => 84
30.43/14.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 728
30.43/14.46	c 10838029 constraints processed.
2400.03/2369.90	c starts		: 4065
2400.03/2369.90	c conflicts		: 1580591
2400.03/2369.90	c decisions		: 103044272
2400.03/2369.90	c propagations		: 8037147315
2400.03/2369.90	c inspects		: 11428459860
2400.03/2369.90	c shortcuts		: 0
2400.03/2369.90	c learnt literals	: 621
2400.03/2369.90	c learnt binary clauses	: 16201
2400.03/2369.90	c learnt ternary clauses	: 27909
2400.03/2369.90	c learnt constraints	: 1579970
2400.03/2369.90	c ignored constraints	: 0
2400.03/2369.90	c root simplifications	: 0
2400.03/2369.90	c removed literals (reason simplification)	: 0
2400.03/2369.90	c reason swapping (by a shorter reason)	: 0
2400.03/2369.90	c Calls to reduceDB	: 51
2400.03/2369.90	c Number of update (reduction) of LBD	: 1468877
2400.03/2369.90	c Imported unit clauses	: 0
2400.03/2369.90	c number of reductions to clauses (during analyze)	: 0
2400.03/2369.90	c number of learned constraints concerned by reduction	: 0
2400.03/2369.90	c number of learning phase by resolution	: 0
2400.03/2369.90	c number of learning phase by cutting planes	: 0
2400.03/2369.90	c number of rounding to 1 operations	: 0
2400.03/2369.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.03/2369.90	c number of reductions of the coefficients by power 2 	: 0
2400.03/2369.90	c number of right shift for reduction by power 2 	: 0
2400.03/2369.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.03/2369.90	c number of ending skipping 	: 0
2400.03/2369.90	c number of internal skipping 	: 0
2400.03/2369.90	c number of derivation steps 	: 0
2400.03/2369.90	c number of skipped derivation steps 	: 0
2400.03/2369.90	c number of remaining unassigned 	: 0
2400.03/2369.90	c number of remaining assigned 	: 0
2400.03/2369.90	c speed (assignments/second)	: 3412318.9014037503
2400.03/2369.90	c non guided choices	: 26748627
2400.03/2369.94	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 16201
2400.03/2369.94	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 155919
2400.03/2369.94	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8825 MiB free)
  memory of node 1: 16384 MiB (10850 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289948-1532210551/watcher-4289948-1532210551 -o /tmp/evaluation-result-4289948-1532210551/solver-4289948-1532210551 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289948-1532210551.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=28761, runsolver pid=28758

[startup+0.100729 s]*
/proc/loadavg: 1.90 2.01 2.02 6/217 28776
/proc/meminfo: memFree=20118812/32770624 swapFree=67108860/67108860
[pid=28761] ppid=28758 vsize=10659012 memory=31084 CPUtime=0.12 cores=0,2,4,6
/proc/28761/stat : 28761 (java) S 28758 28761 26151 0 -1 1077944320 6834 0 0 0 11 1 0 0 20 0 15 0 38618274 10914828288 7771 33554432000 4194304 4196468 140734862984464 140734862967008 139881807269623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
/proc/28761/statm: 2664753 7771 2824 1 0 2627263 0
[pid=28761/tid=28763] ppid=28758 vsize=10659012 memory=-8701690554791923075 CPUtime=0.09 cores=0,2,4,6
/proc/28761/task/28763/stat : 28763 (java) R 28758 28761 26151 0 -1 4202560 4672 0 0 0 8 1 0 0 20 0 15 0 38618274 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881811491520 139881807281558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28764] ppid=28758 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28764/stat : 28764 (java) S 28758 28761 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618275 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881733344272 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28765] ppid=28758 vsize=10659012 memory=140015713105536 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28765/stat : 28765 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881732291728 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28766] ppid=28758 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28766/stat : 28766 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881731238672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28767] ppid=28758 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28767/stat : 28767 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881730186128 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28768] ppid=28758 vsize=10659012 memory=140015713105536 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28768/stat : 28768 (java) S 28758 28761 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618277 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881043974384 139881807280770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28769] ppid=28758 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28769/stat : 28769 (java) S 28758 28761 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38618277 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881042920608 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28770] ppid=28758 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28770/stat : 28770 (java) S 28758 28761 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38618277 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881041867504 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28771] ppid=28758 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28771/stat : 28771 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618280 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881040816080 139881807288219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28772] ppid=28758 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28772/stat : 28772 (java) S 28758 28761 26151 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 38618280 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881039764208 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28773] ppid=28758 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28773/stat : 28773 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618280 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881038711664 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28774] ppid=28758 vsize=10659012 memory=140015713105536 CPUtime=0.02 cores=0,2,4,6
/proc/28761/task/28774/stat : 28774 (java) R 28758 28761 26151 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 38618280 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881037658608 139881807281558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28775] ppid=28758 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28775/stat : 28775 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618280 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881036606304 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28776] ppid=28758 vsize=10659012 memory=140015713105536 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28776/stat : 28776 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618280 10914828288 7771 33554432000 4194304 4196468 140734862984464 139881035553328 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31084 KiB

[startup+0.211663 s]*
/proc/loadavg: 1.90 2.01 2.02 9/217 28776
/proc/meminfo: memFree=20084676/32770624 swapFree=67108860/67108860
[pid=28761] ppid=28758 vsize=10659012 memory=39900 CPUtime=0.32 cores=0,2,4,6
/proc/28761/stat : 28761 (java) S 28758 28761 26151 0 -1 1077944320 8174 0 0 0 30 2 0 0 20 0 15 0 38618274 10914828288 9975 33554432000 4194304 4196468 140734862984464 140734862967008 139881807269623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
/proc/28761/statm: 2664753 9975 3005 1 0 2627263 0
[pid=28761/tid=28763] ppid=28758 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28761/task/28763/stat : 28763 (java) R 28758 28761 26151 0 -1 4202560 5142 0 0 0 18 1 0 0 20 0 15 0 38618274 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881811505904 139881791350110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28764] ppid=28758 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28764/stat : 28764 (java) S 28758 28761 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618275 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881733344272 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28765] ppid=28758 vsize=10659012 memory=140015713303577 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28765/stat : 28765 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881732291728 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28766] ppid=28758 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28766/stat : 28766 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881731238672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28767] ppid=28758 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28767/stat : 28767 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881730186128 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28768] ppid=28758 vsize=10659012 memory=140015713105536 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28768/stat : 28768 (java) S 28758 28761 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618277 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881043974384 139881807280770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28769] ppid=28758 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28769/stat : 28769 (java) S 28758 28761 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38618277 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881042920608 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28770] ppid=28758 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28770/stat : 28770 (java) S 28758 28761 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38618277 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881041867504 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28771] ppid=28758 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28771/stat : 28771 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618280 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881040816080 139881807288219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28772] ppid=28758 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28761/task/28772/stat : 28772 (java) S 28758 28761 26151 0 -1 1077944384 675 0 0 0 2 0 0 0 20 0 15 0 38618280 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881039764208 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28773] ppid=28758 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28761/task/28773/stat : 28773 (java) S 28758 28761 26151 0 -1 1077944384 325 0 0 0 2 0 0 0 20 0 15 0 38618280 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881038711664 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28774] ppid=28758 vsize=10659012 memory=140015713105536 CPUtime=0.07 cores=0,2,4,6
/proc/28761/task/28774/stat : 28774 (java) S 28758 28761 26151 0 -1 1077944384 666 0 0 0 7 0 0 0 20 0 15 0 38618280 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881037658608 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28775] ppid=28758 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28775/stat : 28775 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618280 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881036606304 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28776] ppid=28758 vsize=10659012 memory=140015713105536 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28776/stat : 28776 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618280 10914828288 9975 33554432000 4194304 4196468 140734862984464 139881035553328 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 39900 KiB

[startup+0.310725 s]*
/proc/loadavg: 1.90 2.01 2.02 6/217 28776
/proc/meminfo: memFree=20059172/32770624 swapFree=67108860/67108860
[pid=28761] ppid=28758 vsize=10659088 memory=46824 CPUtime=0.52 cores=0,2,4,6
/proc/28761/stat : 28761 (java) S 28758 28761 26151 0 -1 1077944320 8946 0 0 0 49 3 0 0 20 0 15 0 38618274 10914906112 11706 33554432000 4194304 4196468 140734862984464 140734862967008 139881807269623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
/proc/28761/statm: 2664772 11706 3044 1 0 2627263 0
[pid=28761/tid=28763] ppid=28758 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/28761/task/28763/stat : 28763 (java) R 28758 28761 26151 0 -1 4202560 5778 0 0 0 28 1 0 0 20 0 15 0 38618274 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881811505728 139881807291549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28764] ppid=28758 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28764/stat : 28764 (java) S 28758 28761 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618275 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881733344272 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28765] ppid=28758 vsize=10659088 memory=140015713304231 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28765/stat : 28765 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881732291728 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28766] ppid=28758 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28766/stat : 28766 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881731238672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28767] ppid=28758 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28767/stat : 28767 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881730186128 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28768] ppid=28758 vsize=10659088 memory=140015713105536 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28768/stat : 28768 (java) S 28758 28761 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618277 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881043974384 139881807280770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28769] ppid=28758 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28769/stat : 28769 (java) S 28758 28761 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38618277 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881042920608 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28770] ppid=28758 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28770/stat : 28770 (java) S 28758 28761 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38618277 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881041867504 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28771] ppid=28758 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28771/stat : 28771 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618280 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881040816080 139881807288219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28772] ppid=28758 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28761/task/28772/stat : 28772 (java) R 28758 28761 26151 0 -1 4202560 717 0 0 0 4 0 0 0 20 0 15 0 38618280 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881039764208 139881788022055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28773] ppid=28758 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28761/task/28773/stat : 28773 (java) R 28758 28761 26151 0 -1 4202560 383 0 0 0 4 0 0 0 20 0 15 0 38618280 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881038711664 139881787969920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28774] ppid=28758 vsize=10659088 memory=140015713105536 CPUtime=0.12 cores=0,2,4,6
/proc/28761/task/28774/stat : 28774 (java) R 28758 28761 26151 0 -1 1077944384 735 0 0 0 12 0 0 0 20 0 15 0 38618280 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881037658608 139881807280770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28775] ppid=28758 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28775/stat : 28775 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618280 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881036606304 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28776] ppid=28758 vsize=10659088 memory=140015713105536 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28776/stat : 28776 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618280 10914906112 11706 33554432000 4194304 4196468 140734862984464 139881035553328 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46824 KiB

[startup+0.703543 s]
/proc/loadavg: 1.90 2.01 2.02 9/217 28776
/proc/meminfo: memFree=19871524/32770624 swapFree=67108860/67108860
[pid=28761] ppid=28758 vsize=10661136 memory=131272 CPUtime=1.81 cores=0,2,4,6
/proc/28761/stat : 28761 (java) S 28758 28761 26151 0 -1 1077944320 20221 0 0 0 176 5 0 0 20 0 15 0 38618274 10917003264 32818 33554432000 4194304 4196468 140734862984464 140734862967008 139881807269623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
/proc/28761/statm: 2665284 32818 3097 1 0 2627775 0
[pid=28761/tid=28763] ppid=28758 vsize=10661136 memory=1836 CPUtime=0.66 cores=0,2,4,6
/proc/28761/task/28763/stat : 28763 (java) R 28758 28761 26151 0 -1 4202560 6150 0 0 0 64 2 0 0 20 0 15 0 38618274 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881811503312 139881807281558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28764] ppid=28758 vsize=10661136 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28764/stat : 28764 (java) S 28758 28761 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38618275 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881733344272 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28765] ppid=28758 vsize=10661136 memory=792 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28765/stat : 28765 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881732291728 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28766] ppid=28758 vsize=10661136 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28766/stat : 28766 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881731238672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28767] ppid=28758 vsize=10661136 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28767/stat : 28767 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618275 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881730186128 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28768] ppid=28758 vsize=10661136 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28768/stat : 28768 (java) S 28758 28761 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38618277 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881043974384 139881807280770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28769] ppid=28758 vsize=10661136 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28769/stat : 28769 (java) S 28758 28761 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38618277 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881042920608 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28770] ppid=28758 vsize=10661136 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28770/stat : 28770 (java) S 28758 28761 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38618277 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881041867504 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28771] ppid=28758 vsize=10661136 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28771/stat : 28771 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618280 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881040816080 139881807288219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28772] ppid=28758 vsize=10661136 memory=6297835844906604903 CPUtime=0.37 cores=0,2,4,6
/proc/28761/task/28772/stat : 28772 (java) R 28758 28761 26151 0 -1 4202560 4330 0 0 0 37 0 0 0 20 0 15 0 38618280 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881039757232 139881807281558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28773] ppid=28758 vsize=10661136 memory=7597685182856913236 CPUtime=0.36 cores=0,2,4,6
/proc/28761/task/28773/stat : 28773 (java) R 28758 28761 26151 0 -1 1077944384 4335 0 0 0 36 0 0 0 20 0 15 0 38618280 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881038711792 139881807279829 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28774] ppid=28758 vsize=10661136 memory=5860145537123110992 CPUtime=0.38 cores=0,2,4,6
/proc/28761/task/28774/stat : 28774 (java) R 28758 28761 26151 0 -1 4202560 4036 0 0 0 38 0 0 0 20 0 15 0 38618280 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881037656400 139881807281558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28775] ppid=28758 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28775/stat : 28775 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38618280 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881036606304 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28776] ppid=28758 vsize=10661136 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28776/stat : 28776 (java) S 28758 28761 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38618280 10917003264 32818 33554432000 4194304 4196468 140734862984464 139881035553328 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 131272 KiB

[startup+1.5012 s]
/proc/loadavg: 1.90 2.01 2.02 6/217 28776
/proc/meminfo: memFree=19555664/32770624 swapFree=67108860/67108860
[pid=28761] ppid=28758 vsize=10661136 memory=401076 CPUtime=4.36 cores=0,2,4,6
/proc/28761/stat : 28761 (java) S 28758 28761 26151 0 -1 1077944320 22423 0 0 0 424 12 0 0 20 0 15 0 38618274 10917003264 100269 33554432000 4194304 4196468 140734862984464 140734862967008 139881807269623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
/proc/28761/statm: 2665284 100269 3144 1 0 2627775 0
[pid=28761/tid=28763] ppid=28758 vsize=10661136 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/28761/task/28763/stat : 28763 (java) R 28758 28761 26151 0 -1 4202560 6264 0 0 0 132 4 0 0 20 0 15 0 38618274 10917003264 100269 33554432000 4194304 4196468 140734862984464 139881811505360 139881399555552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28764] ppid=28758 vsize=10661136 memory=-6951259422114956437 CPUtime=0.05 cores=0,2,4,6
/proc/28761/task/28764/stat : 28764 (java) S 28758 28761 26151 0 -1 1077944384 50 0 0 0 4 1 0 0 20 0 15 0 38618275 10917003264 100269 33554432000 4194304 4196468 140734862984464 139881733344272 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28765] ppid=28758 vsize=10661136 memory=-6509546260019855295 CPUtime=0.04 cores=0,2,4,6
/proc/28761/task/28765/stat : 28765 (java) S 28758 28761 26151 0 -1 1077944384 24 0 0 0 4 0 0 0 20 0 15 0 38618275 10917003264 100269 33554432000 4194304 4196468 140734862984464 139881732291728 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28766] ppid=28758 vsize=10661136 memory=-7390251449858225344 CPUtime=0.06 cores=0,2,4,6
/proc/28761/task/28766/stat : 28766 (java) S 28758 28761 26151 0 -1 1077944384 40 0 0 0 5 1 0 0 20 0 15 0 38618275 10917003264 100269 33554432000 4194304 4196468 140734862984464 139881731238672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28767] ppid=28758 vsize=10661136 memory=4134692831991786133 CPUtime=0.05 cores=0,2,4,6
/proc/28761/task/28767/stat : 28767 (java) S 28758 28761 26151 0 -1 1077944384 35 0 0 0 5 0 0 0 20 0 15 0 38618275 10917003264 100269 33554432000 4194304 4196468 140734862984464 139881730186128 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28768] ppid=28758 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28768/stat : 28768 (java) S 28758 28761 26151 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 38618277 10917003264 100269 33554432000 4194304 4196468 140734862984464 139881043974384 139881807280770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0

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

/proc/28761/task/28765/stat : 28765 (java) S 28758 28761 26151 0 -1 1077944384 33732 0 0 0 617 42 0 0 20 0 16 0 38618275 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881732291728 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28766] ppid=28758 vsize=10727700 memory=0 CPUtime=6.6 cores=0,2,4,6
/proc/28761/task/28766/stat : 28766 (java) S 28758 28761 26151 0 -1 1077944384 35921 0 0 0 618 42 0 0 20 0 16 0 38618275 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881731238672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28767] ppid=28758 vsize=10727700 memory=56 CPUtime=6.61 cores=0,2,4,6
/proc/28761/task/28767/stat : 28767 (java) S 28758 28761 26151 0 -1 1077944384 35464 0 0 0 616 45 0 0 20 0 16 0 38618275 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881730186128 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28768] ppid=28758 vsize=10727700 memory=4346280 CPUtime=3.06 cores=0,2,4,6
/proc/28761/task/28768/stat : 28768 (java) S 28758 28761 26151 0 -1 1077944384 9408 0 0 0 303 3 0 0 20 0 16 0 38618277 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881043974384 139881807280770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28769] ppid=28758 vsize=10727700 memory=4346280 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28769/stat : 28769 (java) S 28758 28761 26151 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 38618277 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881042920672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28770] ppid=28758 vsize=10727700 memory=4346280 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28770/stat : 28770 (java) S 28758 28761 26151 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 38618277 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881041867520 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28771] ppid=28758 vsize=10727700 memory=4346280 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28771/stat : 28771 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618280 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881040816080 139881807288219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28772] ppid=28758 vsize=10727700 memory=4346280 CPUtime=2.35 cores=0,2,4,6
/proc/28761/task/28772/stat : 28772 (java) S 28758 28761 26151 0 -1 1077944384 8175 0 0 0 233 2 0 0 20 0 16 0 38618280 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881039764208 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28773] ppid=28758 vsize=10727700 memory=4346280 CPUtime=2.12 cores=0,2,4,6
/proc/28761/task/28773/stat : 28773 (java) S 28758 28761 26151 0 -1 1077944384 11075 0 0 0 210 2 0 0 20 0 16 0 38618280 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881038711664 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28774] ppid=28758 vsize=10727700 memory=4346280 CPUtime=0.68 cores=0,2,4,6
/proc/28761/task/28774/stat : 28774 (java) S 28758 28761 26151 0 -1 1077944384 9344 0 0 0 66 2 0 0 20 0 16 0 38618280 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881037658608 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28775] ppid=28758 vsize=10727700 memory=4346280 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28775/stat : 28775 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618280 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881036606304 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28776] ppid=28758 vsize=10727700 memory=3848 CPUtime=1.47 cores=0,2,4,6
/proc/28761/task/28776/stat : 28776 (java) S 28758 28761 26151 0 -1 1077944384 2300 0 0 0 73 74 0 0 20 0 16 0 38618280 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881035553328 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28777] ppid=28758 vsize=10727700 memory=4346280 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28777/stat : 28777 (java) S 28758 28761 26151 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38619731 10985164800 1086570 33554432000 4194304 4196468 140734862984464 139881034499120 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
Current children cumulated CPU time: 2348.69 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4346280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2369.7 s]
/proc/loadavg: 2.00 2.03 2.05 3/217 29007
/proc/meminfo: memFree=15716280/32770624 swapFree=67108860/67108860
[pid=28761] ppid=28758 vsize=10727700 memory=4367556 CPUtime=2400 cores=0,2,4,6
/proc/28761/stat : 28761 (java) S 28758 28761 26151 0 -1 1077944320 380971 0 0 0 239710 290 0 0 20 0 16 0 38618274 10985164800 1091889 33554432000 4194304 4196468 140734862984464 140734862967008 139881807269623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
/proc/28761/statm: 2681925 1091889 3193 1 0 2644416 0
[pid=28761/tid=28763] ppid=28758 vsize=10727700 memory=4367556 CPUtime=2358.56 cores=0,2,4,6
/proc/28761/task/28763/stat : 28763 (java) R 28758 28761 26151 0 -1 4202560 120772 0 0 0 235810 46 0 0 20 0 16 0 38618274 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881811508608 139881404098932 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28764] ppid=28758 vsize=10727700 memory=4367556 CPUtime=7.89 cores=0,2,4,6
/proc/28761/task/28764/stat : 28764 (java) S 28758 28761 26151 0 -1 1077944384 37707 0 0 0 746 43 0 0 20 0 16 0 38618275 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881733344272 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28765] ppid=28758 vsize=10727700 memory=4367556 CPUtime=7.9 cores=0,2,4,6
/proc/28761/task/28765/stat : 28765 (java) S 28758 28761 26151 0 -1 1077944384 57881 0 0 0 746 44 0 0 20 0 16 0 38618275 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881732291728 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28766] ppid=28758 vsize=10727700 memory=4367556 CPUtime=7.91 cores=0,2,4,6
/proc/28761/task/28766/stat : 28766 (java) S 28758 28761 26151 0 -1 1077944384 60434 0 0 0 746 45 0 0 20 0 16 0 38618275 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881731238672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28767] ppid=28758 vsize=10727700 memory=140015598766928 CPUtime=7.92 cores=0,2,4,6
/proc/28761/task/28767/stat : 28767 (java) S 28758 28761 26151 0 -1 1077944384 57810 0 0 0 746 46 0 0 20 0 16 0 38618275 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881730186128 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28768] ppid=28758 vsize=10727700 memory=4367556 CPUtime=3.08 cores=0,2,4,6
/proc/28761/task/28768/stat : 28768 (java) S 28758 28761 26151 0 -1 1077944384 13951 0 0 0 305 3 0 0 20 0 16 0 38618277 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881043974384 139881807280770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28769] ppid=28758 vsize=10727700 memory=4367556 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28769/stat : 28769 (java) S 28758 28761 26151 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 38618277 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881042920672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28770] ppid=28758 vsize=10727700 memory=4346280 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28770/stat : 28770 (java) S 28758 28761 26151 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 38618277 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881041867520 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28771] ppid=28758 vsize=10727700 memory=4367556 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28771/stat : 28771 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618280 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881040816080 139881807288219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28772] ppid=28758 vsize=10727700 memory=4367556 CPUtime=2.35 cores=0,2,4,6
/proc/28761/task/28772/stat : 28772 (java) S 28758 28761 26151 0 -1 1077944384 8178 0 0 0 233 2 0 0 20 0 16 0 38618280 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881039764208 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28773] ppid=28758 vsize=10727700 memory=164 CPUtime=2.12 cores=0,2,4,6
/proc/28761/task/28773/stat : 28773 (java) S 28758 28761 26151 0 -1 1077944384 11089 0 0 0 210 2 0 0 20 0 16 0 38618280 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881038711664 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28774] ppid=28758 vsize=10727700 memory=4367556 CPUtime=0.68 cores=0,2,4,6
/proc/28761/task/28774/stat : 28774 (java) S 28758 28761 26151 0 -1 1077944384 9347 0 0 0 66 2 0 0 20 0 16 0 38618280 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881037658608 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28775] ppid=28758 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28775/stat : 28775 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38618280 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881036606304 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28776] ppid=28758 vsize=10727700 memory=4367556 CPUtime=1.5 cores=0,2,4,6
/proc/28761/task/28776/stat : 28776 (java) S 28758 28761 26151 0 -1 1077944384 2337 0 0 0 74 76 0 0 20 0 16 0 38618280 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881035553328 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28777] ppid=28758 vsize=10727700 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28777/stat : 28777 (java) S 28758 28761 26151 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38619731 10985164800 1091889 33554432000 4194304 4196468 140734862984464 139881034499120 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4367556 KiB

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

[startup+2369.99 s]
# the end of solver process 28761 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.18 s, system=2.9487 s

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

[startup+2369.81 s]
/proc/loadavg: 2.00 2.03 2.05 3/217 29007
/proc/meminfo: memFree=15716280/32770624 swapFree=67108860/67108860
[pid=28761] ppid=28758 vsize=10927392 memory=4367608 CPUtime=2400.03 cores=0,2,4,6
/proc/28761/stat : 28761 (java) S 28758 28761 26151 0 -1 1077944320 381218 0 0 0 239713 290 0 0 20 0 17 0 38618274 11189649408 1091902 33554432000 4194304 4196468 140734862984464 140734862967008 139881807269623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
/proc/28761/statm: 2731848 1091902 3195 1 0 2694339 0
[pid=28761/tid=28763] ppid=28758 vsize=10927392 memory=1232 CPUtime=2358.58 cores=0,2,4,6
/proc/28761/task/28763/stat : 28763 (java) S 28758 28761 26151 0 -1 1077944384 120802 0 0 0 235812 46 0 0 20 0 17 0 38618274 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881811512496 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28764] ppid=28758 vsize=10927392 memory=8372 CPUtime=7.89 cores=0,2,4,6
/proc/28761/task/28764/stat : 28764 (java) S 28758 28761 26151 0 -1 1077944384 37707 0 0 0 746 43 0 0 20 0 17 0 38618275 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881733344272 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28765] ppid=28758 vsize=10927392 memory=1708 CPUtime=7.9 cores=0,2,4,6
/proc/28761/task/28765/stat : 28765 (java) S 28758 28761 26151 0 -1 1077944384 57881 0 0 0 746 44 0 0 20 0 17 0 38618275 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881732291728 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28766] ppid=28758 vsize=10927392 memory=5412 CPUtime=7.91 cores=0,2,4,6
/proc/28761/task/28766/stat : 28766 (java) S 28758 28761 26151 0 -1 1077944384 60434 0 0 0 746 45 0 0 20 0 17 0 38618275 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881731238672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28767] ppid=28758 vsize=10927392 memory=4140 CPUtime=7.92 cores=0,2,4,6
/proc/28761/task/28767/stat : 28767 (java) S 28758 28761 26151 0 -1 1077944384 57810 0 0 0 746 46 0 0 20 0 17 0 38618275 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881730186128 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28768] ppid=28758 vsize=10927392 memory=13792 CPUtime=3.08 cores=0,2,4,6
/proc/28761/task/28768/stat : 28768 (java) S 28758 28761 26151 0 -1 1077944384 13953 0 0 0 305 3 0 0 20 0 17 0 38618277 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881043974384 139881807280770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28769] ppid=28758 vsize=10927392 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28769/stat : 28769 (java) S 28758 28761 26151 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 38618277 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881042920672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28770] ppid=28758 vsize=10927392 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28770/stat : 28770 (java) S 28758 28761 26151 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 38618277 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881041867520 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28771] ppid=28758 vsize=10927392 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28771/stat : 28771 (java) S 28758 28761 26151 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881040816080 139881807288219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28772] ppid=28758 vsize=10927392 memory=12976 CPUtime=2.35 cores=0,2,4,6
/proc/28761/task/28772/stat : 28772 (java) S 28758 28761 26151 0 -1 1077944384 8178 0 0 0 233 2 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881039764208 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28773] ppid=28758 vsize=10927392 memory=792 CPUtime=2.12 cores=0,2,4,6
/proc/28761/task/28773/stat : 28773 (java) S 28758 28761 26151 0 -1 1077944384 11089 0 0 0 210 2 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881038711664 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28774] ppid=28758 vsize=10927392 memory=1952 CPUtime=0.68 cores=0,2,4,6
/proc/28761/task/28774/stat : 28774 (java) S 28758 28761 26151 0 -1 1077944384 9370 0 0 0 66 2 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881037658608 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28775] ppid=28758 vsize=10927392 memory=4367556 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28775/stat : 28775 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881036606304 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28776] ppid=28758 vsize=10927392 memory=6791534058613427641 CPUtime=1.5 cores=0,2,4,6
/proc/28761/task/28776/stat : 28776 (java) S 28758 28761 26151 0 -1 1077944384 2337 0 0 0 74 76 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881035553328 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4367608 KiB

[startup+2369.9 s]
/proc/loadavg: 2.00 2.03 2.05 3/217 29007
/proc/meminfo: memFree=15716280/32770624 swapFree=67108860/67108860
[pid=28761] ppid=28758 vsize=10927392 memory=4367608 CPUtime=2400.03 cores=0,2,4,6
/proc/28761/stat : 28761 (java) S 28758 28761 26151 0 -1 1077944320 381218 0 0 0 239713 290 0 0 20 0 17 0 38618274 11189649408 1091902 33554432000 4194304 4196468 140734862984464 140734862967008 139881807269623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
/proc/28761/statm: 2731848 1091902 3195 1 0 2694339 0
[pid=28761/tid=28763] ppid=28758 vsize=10927392 memory=4367556 CPUtime=2358.58 cores=0,2,4,6
/proc/28761/task/28763/stat : 28763 (java) S 28758 28761 26151 0 -1 1077944384 120802 0 0 0 235812 46 0 0 20 0 17 0 38618274 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881811512496 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28764] ppid=28758 vsize=10927392 memory=4367556 CPUtime=7.89 cores=0,2,4,6
/proc/28761/task/28764/stat : 28764 (java) S 28758 28761 26151 0 -1 1077944384 37707 0 0 0 746 43 0 0 20 0 17 0 38618275 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881733344272 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28765] ppid=28758 vsize=10927392 memory=4346280 CPUtime=7.9 cores=0,2,4,6
/proc/28761/task/28765/stat : 28765 (java) S 28758 28761 26151 0 -1 1077944384 57881 0 0 0 746 44 0 0 20 0 17 0 38618275 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881732291728 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28766] ppid=28758 vsize=10927392 memory=4367556 CPUtime=7.91 cores=0,2,4,6
/proc/28761/task/28766/stat : 28766 (java) S 28758 28761 26151 0 -1 1077944384 60434 0 0 0 746 45 0 0 20 0 17 0 38618275 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881731238672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28767] ppid=28758 vsize=10927392 memory=4367556 CPUtime=7.92 cores=0,2,4,6
/proc/28761/task/28767/stat : 28767 (java) S 28758 28761 26151 0 -1 1077944384 57810 0 0 0 746 46 0 0 20 0 17 0 38618275 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881730186128 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28768] ppid=28758 vsize=10927392 memory=140015598766928 CPUtime=3.08 cores=0,2,4,6
/proc/28761/task/28768/stat : 28768 (java) S 28758 28761 26151 0 -1 1077944384 13953 0 0 0 305 3 0 0 20 0 17 0 38618277 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881043974384 139881807280770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28769] ppid=28758 vsize=10927392 memory=4367556 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28769/stat : 28769 (java) S 28758 28761 26151 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 38618277 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881042920672 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28770] ppid=28758 vsize=10927392 memory=4367556 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28770/stat : 28770 (java) S 28758 28761 26151 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 38618277 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881041867520 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28771] ppid=28758 vsize=10927392 memory=4367556 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28771/stat : 28771 (java) S 28758 28761 26151 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881040816080 139881807288219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28772] ppid=28758 vsize=10927392 memory=4367556 CPUtime=2.35 cores=0,2,4,6
/proc/28761/task/28772/stat : 28772 (java) S 28758 28761 26151 0 -1 1077944384 8178 0 0 0 233 2 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881039764208 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28773] ppid=28758 vsize=10927392 memory=4367556 CPUtime=2.12 cores=0,2,4,6
/proc/28761/task/28773/stat : 28773 (java) S 28758 28761 26151 0 -1 1077944384 11089 0 0 0 210 2 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881038711664 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28774] ppid=28758 vsize=10927392 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/28761/task/28774/stat : 28774 (java) S 28758 28761 26151 0 -1 1077944384 9370 0 0 0 66 2 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881037658608 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28775] ppid=28758 vsize=10927392 memory=164 CPUtime=0 cores=0,2,4,6
/proc/28761/task/28775/stat : 28775 (java) S 28758 28761 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881036606304 139881807279829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
[pid=28761/tid=28776] ppid=28758 vsize=10927392 memory=4367556 CPUtime=1.5 cores=0,2,4,6
/proc/28761/task/28776/stat : 28776 (java) S 28758 28761 26151 0 -1 1077944384 2337 0 0 0 74 76 0 0 20 0 17 0 38618280 11189649408 1091902 33554432000 4194304 4196468 140734862984464 139881035553328 139881807280770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8568832 140734862992497 140734862992649 140734862992649 140734862995407 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4367608 KiB

Child status: 143
Real time (s): 2369.99
CPU time (s): 2400.13
CPU user time (s): 2397.18
CPU system time (s): 2.9487
CPU usage (%): 101.272
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4367608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.18
system time used= 2.9487
maximum resident set size= 4368196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 381800
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57317
involuntary context switches= 3359


# summary of solver processes directly reported to runsolver:
#   pid: 28761
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2397.18
#   total CPU system time (s): 2.9487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5125 second user time and 23.4898 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 00:02:31
IDJOB=4289948
IDBENCH=141103
IDSOLVER=2742
FILE ID=node107/4289948-1532210551
RUNJOBID= node107-1532208159-28446
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Tal/Tal-05_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289948-1532210551/watcher-4289948-1532210551 -o /tmp/evaluation-result-4289948-1532210551/solver-4289948-1532210551 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289948-1532210551.xml

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

MD5SUM BENCH= 0bfba4554f8c52d47ef9f831901bb64c
RANDOM SEED=1918260850

node107.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.40
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.40
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.40
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.40
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:        20190092 kB
MemAvailable:   31816100 kB
Buffers:          224880 kB
Cached:         11554560 kB
SwapCached:            0 kB
Active:          1549612 kB
Inactive:       10405948 kB
Active(anon):     178980 kB
Inactive(anon):    16864 kB
Active(file):    1370632 kB
Inactive(file): 10389084 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5556 kB
Writeback:             0 kB
AnonPages:        171068 kB
Mapped:            46424 kB
Shmem:             17036 kB
Slab:             321492 kB
SReclaimable:     294752 kB
SUnreclaim:        26740 kB
KernelStack:        3536 kB
PageTables:         5288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1171448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 00:42:01