Trace number 4390991

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
AbsCon 2019-07-23OPT221 9.42536 4.12013

DiagnosticValue
WRONG_DECISIONS226

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-05-opt_c18.xml
MD5SUMd0ab6aee5f30ff70d66f863e0e3556a1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark221
Best CPU time to get the best result obtained on this benchmark9.42536
Satisfiable
(Un)Satisfiability was proved
Number of variables1234
Number of constraints1134
Number of domains10
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":1034},{"size":6,"count":18},{"size":22,"count":8},{"size":24,"count":4},{"size":36,"count":44},{"size":42,"count":46},{"size":44,"count":80}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":1035},{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":22},{"degree":6,"count":22},{"degree":7,"count":19},{"degree":8,"count":21},{"degree":9,"count":12},{"degree":10,"count":11},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":17,"count":8},{"degree":18,"count":13},{"degree":19,"count":16},{"degree":20,"count":18},{"degree":21,"count":14},{"degree":22,"count":3}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":1034}]
Number of extensional constraints0
Number of intensional constraints1134
Distribution of constraint types[{"type":"intension","count":1134}]
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

2.39/1.88	
2.39/1.88	AbsCon 2 
2.39/1.89	
3.34/2.16	  Instance
3.34/2.16	    name=instance-4390991-1568386808, framework=COP, bounds=-infty..+infty
3.34/2.16	
3.34/2.16	  Loading variables...
3.65/2.24	  Loading constraints...
6.86/3.29	
6.86/3.29	  Domains
6.86/3.29	    nTypes=10, nValues=9484, sizes=[2#1034,6#18,22#8,24#4,36#44,42#46,44#80]
6.86/3.29	  Variables
6.86/3.29	    count=1234, degrees=[1#1,2#1035,3#4,4#11...19#16,20#18,21#14,22#3]
6.86/3.29	  Objectives
6.86/3.29	    way=min, type=SumSimpleLE
6.86/3.29	  Constraints
6.86/3.29	    count=1135, nSpecific=1, arities=[2#100,3#1034,1034#1]
6.86/3.29	    distribution=[CtrIntension#1134,SumSimpleLE#1]
6.86/3.29	    nIntStructures=(1017,shared:117), nCftStructures=(1017,shared:117,unbuilt:1)
6.86/3.29	    wck=1.438, cpu=3.241, mem=23M622
6.86/3.29	  Solver SolverBacktrack being built...
6.86/3.29	
7.13/3.33	
7.13/3.33	  Solver
7.13/3.33	    guaranteedGAC=true
7.13/3.33	    wck=1.481, cpu=3.282, mem=39M470
7.13/3.35	
7.13/3.35	  Preprocessing
7.13/3.35	    filters=0, ccks=2674588, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
7.13/3.35	    wck=0.017, cpu=3.301, mem=39M470
7.13/3.35	
7.40/3.42	o 148863
7.40/3.43	    num=0, depth=1235..1233, filters=1134, revisions=(3721,useless=2587), ccks=2740475, wck=0.104, mem=42M86
7.40/3.43	    decisions=100, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=1, bestBound=148863
7.40/3.43	    
7.40/3.47	o 148862
7.40/3.47	    num=1, depth=1235..1233, filters=2269, revisions=(7455,useless=5186), ccks=2747864, wck=0.142, mem=42M86
7.40/3.47	    decisions=201, wrong=0, backtracks=0, failedAssignments=0, foundSolutions=2, bestBound=148862
7.40/3.47	    
7.73/3.50	o 147962
7.73/3.50	    num=2, depth=100..1233, filters=3490, revisions=(11358,useless=7878), ccks=2757267, wck=0.177, mem=42M86
7.73/3.50	    decisions=322, wrong=10, backtracks=0, failedAssignments=10, nogoods=10, foundSolutions=3, bestBound=147962
7.73/3.50	    
8.03/3.61	o 221
8.03/3.61	    num=3, depth=505..1233, filters=5106, revisions=(25638,useless=20499), ccks=3068768, wck=0.281, mem=44M702
8.03/3.61	    decisions=851, wrong=11, backtracks=0, failedAssignments=11, nogoods=11, foundSolutions=4, bestBound=221
8.03/3.61	    
9.17/4.03	    num=4, depth=2..176, filters=30082, revisions=(207816,useless=177044), ccks=3982839, wck=0.708, mem=49M934
9.17/4.03	    decisions=1226, wrong=196, backtracks=174, failedAssignments=22, nogoods=22, foundSolutions=4, bestBound=221
9.17/4.03	    
9.17/4.04	    num=5, depth=0..0, filters=30367, revisions=(209526,useless=178477), ccks=4007646, wck=0.716, mem=49M934
9.17/4.04	    decisions=1248, wrong=207, backtracks=174, failedAssignments=33, nogoods=22, foundSolutions=4, bestBound=221
9.17/4.04	    
9.17/4.07	    num=6, depth=0..1, filters=31447, revisions=(218013,useless=185865), ccks=4087555, wck=0.743, mem=49M934
9.17/4.07	    decisions=1275, wrong=220, backtracks=175, failedAssignments=45, nogoods=33, foundSolutions=4, bestBound=221
9.17/4.07	    
9.17/4.08	
9.17/4.08	  New Bounds: 221..220
9.17/4.09	    num=7, depth=0..1, filters=32038, revisions=(223246,useless=190488), ccks=4127675, wck=0.759, mem=49M934
9.17/4.09	    decisions=1285, wrong=226, backtracks=177, failedAssignments=49, foundSolutions=4, bestBound=221
9.17/4.09	    
9.17/4.09	  Global
9.17/4.09	    filters=32038, revisions=(223246,useless=190488), ccks=4127675
9.17/4.09	    Stop=FULL_EXPLORATION, wrong=226, bestBound=221, bestBoundWck=1.76, bestBoundCpu=3.56, foundSolutions=4, firstSolCpu=3.372
9.17/4.09	    wck=2.241, cpu=4.04, mem=49M934
9.17/4.09	
9.17/4.09	v <instantiation id='sol4' type='solution' cost='221'>  <list> x[] za1[] za2[] za3[] za4[] </list>  <values> 58 296 792 554 72 310 240 478 170 408 792 554 750 512 652 414 16 254 16 254 722 484 240 478 666 428 722 484 484 722 16 254 114 352 722 484 792 554 554 792 694 456 680 442 114 352 722 484 680 442 44 282 58 296 114 352 652 414 722 484 44 282 652 414 792 554 72 310 764 526 156 394 240 478 708 470 694 456 156 394 100 338 16 254 128 366 792 554 16 254 156 394 792 554 72 310 240 478 652 414 750 512 44 282 100 338 16 254 16 254 792 554 128 366 16 254 142 380 666 428 170 408 170 408 58 296 680 442 114 352 680 442 100 338 240 478 778 540 750 512 736 498 86 324 694 456 16 254 792 554 778 540 666 428 128 366 778 540 722 484 128 366 58 296 128 366 680 442 58 296 114 352 792 554 652 414 16 254 694 456 792 554 708 470 736 498 16 254 792 554 16 254 240 478 72 310 16 254 16 254 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 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 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 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 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 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 0 0 0 0 0 0 0 0 0 0 0 100 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 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 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 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10 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 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 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 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 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 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 </values>  </instantiation>
9.17/4.09	s OPTIMUM FOUND
9.17/4.09	
9.17/4.09	d WRONG_DECISIONS 226
9.17/4.09	d NUMBER_SOLUTIONS 4

Verifier Data

OK	221

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390991-1568386808/watcher-4390991-1568386808 -o /tmp/evaluation-result-4390991-1568386808/solver-4390991-1568386808 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568380473-21312 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390991-1568386808.xml -cm 

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

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

solver pid=23135, runsolver pid=23132

[startup+0.10015 s]*
/proc/loadavg: 1.84 1.86 1.91 4/229 23150
/proc/meminfo: memFree=29245080/32770624 swapFree=66958212/67108860
[pid=23135] ppid=23132 vsize=10659884 memory=27452 CPUtime=0.12 cores=1,3,5,7
/proc/23135/stat : 23135 (java) S 23132 23135 21280 0 -1 1077944320 5353 0 0 0 11 1 0 0 20 0 15 0 414617292 10915721216 6863 33554432000 4194304 4196468 140736536745552 140736536728096 140716460359415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
/proc/23135/statm: 2664971 6863 2851 1 0 2627468 0
[pid=23135/tid=23137] ppid=23132 vsize=10659884 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 21280 0 -1 4202560 3201 0 0 0 8 0 0 0 20 0 15 0 414617292 10915721216 6863 33554432000 4194304 4196468 140736536745552 140716464590480 140716444439902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23138] ppid=23132 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23138/stat : 23138 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 6863 33554432000 4194304 4196468 140736536745552 140716066920720 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23139] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23139/stat : 23139 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 6863 33554432000 4194304 4196468 140736536745552 140716065868176 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23140] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23140/stat : 23140 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 6863 33554432000 4194304 4196468 140736536745552 140716064815632 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23141] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23141/stat : 23141 (java) S 23132 23135 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 6863 33554432000 4194304 4196468 140736536745552 140716063763088 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23142] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23142/stat : 23142 (java) S 23132 23135 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414617295 10915721216 6863 33554432000 4194304 4196468 140736536745552 140716019509744 140716460370562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23143] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23143/stat : 23143 (java) S 23132 23135 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414617295 10915721216 6863 33554432000 4194304 4196468 140736536745552 140716018455968 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23144] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23144/stat : 23144 (java) S 23132 23135 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414617295 10915721216 6863 33554432000 4194304 4196468 140736536745552 140716017403376 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23145] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23145/stat : 23145 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 6928 33554432000 4194304 4196468 140736536745552 140716016351952 140716460378011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23146] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23146/stat : 23146 (java) R 23132 23135 21280 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 6928 33554432000 4194304 4196468 140736536745552 140716015298544 140716443563362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23147] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23147/stat : 23147 (java) R 23132 23135 21280 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 6928 33554432000 4194304 4196468 140736536745552 140715946403952 140716438193728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23148] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23148/stat : 23148 (java) R 23132 23135 21280 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 414617298 10915721216 6928 33554432000 4194304 4196468 140736536745552 140715945351408 140716460370562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23149] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23149/stat : 23149 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 6928 33554432000 4194304 4196468 140736536745552 140715944299104 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23150] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23150/stat : 23150 (java) R 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 6928 33554432000 4194304 4196468 140736536745552 140715943246640 140716460370562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27452 KiB

[startup+0.210539 s]*
/proc/loadavg: 1.84 1.86 1.91 3/229 23150
/proc/meminfo: memFree=29237576/32770624 swapFree=66958212/67108860
[pid=23135] ppid=23132 vsize=10659884 memory=34784 CPUtime=0.32 cores=1,3,5,7
/proc/23135/stat : 23135 (java) S 23132 23135 21280 0 -1 1077944320 6835 0 0 0 30 2 0 0 20 0 15 0 414617292 10915721216 8696 33554432000 4194304 4196468 140736536745552 140736536728096 140716460359415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
/proc/23135/statm: 2664971 8696 2988 1 0 2627468 0
[pid=23135/tid=23137] ppid=23132 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 21280 0 -1 4202560 3903 0 0 0 19 1 0 0 20 0 15 0 414617292 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716464591456 140716460381341 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23138] ppid=23132 vsize=10659884 memory=331 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23138/stat : 23138 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716066920720 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23139] ppid=23132 vsize=10659884 memory=140408432066365 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23139/stat : 23139 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716065868176 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23140] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23140/stat : 23140 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716064815632 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23141] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23141/stat : 23141 (java) S 23132 23135 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716063763088 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23142] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23142/stat : 23142 (java) S 23132 23135 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414617295 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716019509744 140716460370562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23143] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23143/stat : 23143 (java) S 23132 23135 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414617295 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716018455968 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23144] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23144/stat : 23144 (java) S 23132 23135 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414617295 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716017403376 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23145] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23145/stat : 23145 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716016351952 140716460378011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23146] ppid=23132 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23135/task/23146/stat : 23146 (java) S 23132 23135 21280 0 -1 1077944384 551 0 0 0 2 0 0 0 20 0 15 0 414617298 10915721216 8696 33554432000 4194304 4196468 140736536745552 140716015298544 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23147] ppid=23132 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23135/task/23147/stat : 23147 (java) S 23132 23135 21280 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 414617298 10915721216 8696 33554432000 4194304 4196468 140736536745552 140715946403952 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23148] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0.05 cores=1,3,5,7
/proc/23135/task/23148/stat : 23148 (java) S 23132 23135 21280 0 -1 1077944384 760 0 0 0 5 0 0 0 20 0 15 0 414617298 10915721216 8696 33554432000 4194304 4196468 140736536745552 140715945351408 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23149] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23149/stat : 23149 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 8696 33554432000 4194304 4196468 140736536745552 140715944299104 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23150] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23150/stat : 23150 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 8696 33554432000 4194304 4196468 140736536745552 140715943246640 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 34784 KiB

[startup+0.310071 s]*
/proc/loadavg: 1.84 1.86 1.91 3/229 23150
/proc/meminfo: memFree=29230128/32770624 swapFree=66958212/67108860
[pid=23135] ppid=23132 vsize=10659884 memory=39972 CPUtime=0.46 cores=1,3,5,7
/proc/23135/stat : 23135 (java) S 23132 23135 21280 0 -1 1077944320 9389 0 0 0 42 4 0 0 20 0 15 0 414617292 10915721216 9993 33554432000 4194304 4196468 140736536745552 140736536728096 140716460359415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
/proc/23135/statm: 2664971 9993 3000 1 0 2627468 0
[pid=23135/tid=23137] ppid=23132 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 21280 0 -1 4202560 6367 0 0 0 27 3 0 0 20 0 15 0 414617292 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716464591824 140716444439902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23138] ppid=23132 vsize=10659884 memory=8900 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23138/stat : 23138 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716066920720 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23139] ppid=23132 vsize=10659884 memory=140408432067275 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23139/stat : 23139 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716065868176 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23140] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23140/stat : 23140 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716064815632 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23141] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23141/stat : 23141 (java) S 23132 23135 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414617293 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716063763088 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23142] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23142/stat : 23142 (java) S 23132 23135 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414617295 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716019509744 140716460370562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23143] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23143/stat : 23143 (java) S 23132 23135 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414617295 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716018455968 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23144] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23144/stat : 23144 (java) S 23132 23135 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414617295 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716017403376 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23145] ppid=23132 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23145/stat : 23145 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716016351952 140716460378011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23146] ppid=23132 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23135/task/23146/stat : 23146 (java) S 23132 23135 21280 0 -1 1077944384 599 0 0 0 4 0 0 0 20 0 15 0 414617298 10915721216 9993 33554432000 4194304 4196468 140736536745552 140716015298544 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23147] ppid=23132 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23135/task/23147/stat : 23147 (java) S 23132 23135 21280 0 -1 1077944384 282 0 0 0 3 0 0 0 20 0 15 0 414617298 10915721216 9993 33554432000 4194304 4196468 140736536745552 140715946403952 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23148] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0.07 cores=1,3,5,7
/proc/23135/task/23148/stat : 23148 (java) S 23132 23135 21280 0 -1 1077944384 784 0 0 0 7 0 0 0 20 0 15 0 414617298 10915721216 9993 33554432000 4194304 4196468 140736536745552 140715945351408 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23149] ppid=23132 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23149/stat : 23149 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 9993 33554432000 4194304 4196468 140736536745552 140715944299104 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23150] ppid=23132 vsize=10659884 memory=140408429045376 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23150/stat : 23150 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617298 10915721216 9993 33554432000 4194304 4196468 140736536745552 140715943246640 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39972 KiB

[startup+0.700776 s]
/proc/loadavg: 1.84 1.86 1.91 3/229 23150
/proc/meminfo: memFree=29222452/32770624 swapFree=66958212/67108860
[pid=23135] ppid=23132 vsize=10661932 memory=62392 CPUtime=1.08 cores=1,3,5,7
/proc/23135/stat : 23135 (java) S 23132 23135 21280 0 -1 1077944320 12683 0 0 0 102 6 0 0 20 0 15 0 414617292 10917818368 15598 33554432000 4194304 4196468 140736536745552 140736536728096 140716460359415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
/proc/23135/statm: 2665483 15598 3073 1 0 2627980 0
[pid=23135/tid=23137] ppid=23132 vsize=10661932 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 21280 0 -1 4202560 8942 0 0 0 63 4 0 0 20 0 15 0 414617292 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716464591440 140716443546224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23138] ppid=23132 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23138/stat : 23138 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716066920720 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23139] ppid=23132 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23139/stat : 23139 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716065868176 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23140] ppid=23132 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23140/stat : 23140 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716064815632 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23141] ppid=23132 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23141/stat : 23141 (java) S 23132 23135 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414617293 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716063763088 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23142] ppid=23132 vsize=10661932 memory=239802452569541 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23142/stat : 23142 (java) S 23132 23135 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414617295 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716019509744 140716460370562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23143] ppid=23132 vsize=10661932 memory=2933550 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23143/stat : 23143 (java) S 23132 23135 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414617295 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716018455968 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23144] ppid=23132 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23144/stat : 23144 (java) S 23132 23135 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414617295 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716017403376 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23145] ppid=23132 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23145/stat : 23145 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414617298 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716016351952 140716460378011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23146] ppid=23132 vsize=10661932 memory=7809523229951467576 CPUtime=0.09 cores=1,3,5,7
/proc/23135/task/23146/stat : 23146 (java) R 23132 23135 21280 0 -1 4202560 748 0 0 0 9 0 0 0 20 0 15 0 414617298 10917818368 15598 33554432000 4194304 4196468 140736536745552 140716015298544 140716441059712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23147] ppid=23132 vsize=10661932 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/23135/task/23147/stat : 23147 (java) S 23132 23135 21280 0 -1 1077944384 466 0 0 0 10 0 0 0 20 0 15 0 414617298 10917818368 15598 33554432000 4194304 4196468 140736536745552 140715946403952 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23148] ppid=23132 vsize=10661932 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/23135/task/23148/stat : 23148 (java) S 23132 23135 21280 0 -1 1077944384 1168 0 0 0 18 0 0 0 20 0 15 0 414617298 10917818368 15598 33554432000 4194304 4196468 140736536745552 140715945351408 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23149] ppid=23132 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23149/stat : 23149 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414617298 10917818368 15598 33554432000 4194304 4196468 140736536745552 140715944299104 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23150] ppid=23132 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23150/stat : 23150 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617298 10917818368 15598 33554432000 4194304 4196468 140736536745552 140715943246640 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62392 KiB

[startup+1.50076 s]
/proc/loadavg: 1.84 1.86 1.91 3/229 23150
/proc/meminfo: memFree=29205876/32770624 swapFree=66958212/67108860
[pid=23135] ppid=23132 vsize=10663980 memory=74956 CPUtime=1.98 cores=1,3,5,7
/proc/23135/stat : 23135 (java) S 23132 23135 21280 0 -1 1077944320 18284 0 0 0 191 7 0 0 20 0 15 0 414617292 10919915520 18739 33554432000 4194304 4196468 140736536745552 140736536728096 140716460359415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
/proc/23135/statm: 2665995 18739 3092 1 0 2628492 0
[pid=23135/tid=23137] ppid=23132 vsize=10663980 memory=198796856308940 CPUtime=1.48 cores=1,3,5,7
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 21280 0 -1 4202560 13169 0 0 0 143 5 0 0 20 0 15 0 414617292 10919915520 18739 33554432000 4194304 4196468 140736536745552 140716464591440 140716443546241 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23138] ppid=23132 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23138/stat : 23138 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10919915520 18739 33554432000 4194304 4196468 140736536745552 140716066920720 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23139] ppid=23132 vsize=10663980 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23139/stat : 23139 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10919915520 18739 33554432000 4194304 4196468 140736536745552 140716065868176 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23140] ppid=23132 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23140/stat : 23140 (java) S 23132 23135 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414617293 10919915520 18739 33554432000 4194304 4196468 140736536745552 140716064815632 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23141] ppid=23132 vsize=10663980 memory=3472468704547080336 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23141/stat : 23141 (java) S 23132 23135 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414617293 10919915520 18739 33554432000 4194304 4196468 140736536745552 140716063763088 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23142] ppid=23132 vsize=10663980 memory=56 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23142/stat : 23142 (java) S 23132 23135 21280 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 414617295 10919915520 18739 33554432000 4194304 4196468 140736536745552 140716019509744 140716460370562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0

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

/proc/23135/task/23141/stat : 23141 (java) S 23132 23135 21280 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414617293 11004186624 56563 33554432000 4194304 4196468 140736536745552 140716063763088 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23142] ppid=23132 vsize=10746276 memory=38984 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23142/stat : 23142 (java) S 23132 23135 21280 0 -1 1077944384 1101 0 0 0 1 0 0 0 20 0 16 0 414617295 11004186624 56563 33554432000 4194304 4196468 140736536745552 140716019509744 140716460370562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23143] ppid=23132 vsize=10746276 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23143/stat : 23143 (java) S 23132 23135 21280 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414617295 11004186624 56563 33554432000 4194304 4196468 140736536745552 140716018456032 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23144] ppid=23132 vsize=10746276 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23144/stat : 23144 (java) S 23132 23135 21280 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414617295 11004186624 56563 33554432000 4194304 4196468 140736536745552 140716017403392 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23145] ppid=23132 vsize=10746276 memory=203292 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23145/stat : 23145 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414617298 11004186624 56563 33554432000 4194304 4196468 140736536745552 140716016351952 140716460378011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23146] ppid=23132 vsize=10746276 memory=56 CPUtime=1.33 cores=1,3,5,7
/proc/23135/task/23146/stat : 23146 (java) R 23132 23135 21280 0 -1 4202560 3724 0 0 0 133 0 0 0 20 0 16 0 414617298 11004186624 56563 33554432000 4194304 4196468 140736536745552 140716015289376 140716440995299 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23147] ppid=23132 vsize=10746276 memory=9125 CPUtime=1.32 cores=1,3,5,7
/proc/23135/task/23147/stat : 23147 (java) R 23132 23135 21280 0 -1 4202560 3170 0 0 0 131 1 0 0 20 0 16 0 414617298 11004186624 56563 33554432000 4194304 4196468 140736536745552 140715946403952 140716446375040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23148] ppid=23132 vsize=10746276 memory=22707 CPUtime=0.79 cores=1,3,5,7
/proc/23135/task/23148/stat : 23148 (java) S 23132 23135 21280 0 -1 1077944384 3971 0 0 0 78 1 0 0 20 0 16 0 414617298 11004186624 56563 33554432000 4194304 4196468 140736536745552 140715945351408 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23149] ppid=23132 vsize=10746276 memory=-1161699032755964503 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23149/stat : 23149 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414617298 11004186624 56563 33554432000 4194304 4196468 140736536745552 140715944299104 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23150] ppid=23132 vsize=10746276 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23150/stat : 23150 (java) S 23132 23135 21280 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414617298 11004186624 56563 33554432000 4194304 4196468 140736536745552 140715943246640 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23151] ppid=23132 vsize=10746276 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/23135/task/23151/stat : 23151 (java) R 23132 23135 21280 0 -1 4202560 1272 0 0 0 118 1 0 0 20 0 16 0 414617480 11004186624 56563 33554432000 4194304 4196468 140736536745552 140715926578816 140716103467847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
Current children cumulated CPU time: 6.62 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 226252 KiB

[startup+4.1201 s]
# the end of solver process 23135 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.2299 s, system=0.195459 s

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

[startup+3.20094 s]
/proc/loadavg: 1.86 1.87 1.91 4/230 23151
/proc/meminfo: memFree=29060112/32770624 swapFree=66958212/67108860
[pid=23135] ppid=23132 vsize=10746276 memory=236708 CPUtime=6.86 cores=1,3,5,7
/proc/23135/stat : 23135 (java) S 23132 23135 21280 0 -1 1077944320 30347 0 0 0 671 15 0 0 20 0 16 0 414617292 11004186624 59177 33554432000 4194304 4196468 140736536745552 140736536728096 140716460359415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
/proc/23135/statm: 2686569 59177 3348 1 0 2646705 0
[pid=23135/tid=23137] ppid=23132 vsize=10746276 memory=4639059895069856102 CPUtime=1.85 cores=1,3,5,7
/proc/23135/task/23137/stat : 23137 (java) S 23132 23135 21280 0 -1 1077944384 15432 0 0 0 179 6 0 0 20 0 16 0 414617292 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716464602288 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23138] ppid=23132 vsize=10746276 memory=-7735619938911498612 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23138/stat : 23138 (java) S 23132 23135 21280 0 -1 1077944384 125 0 0 0 1 0 0 0 20 0 16 0 414617293 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716066920720 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23139] ppid=23132 vsize=10746276 memory=2195 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23139/stat : 23139 (java) S 23132 23135 21280 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 414617293 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716065868176 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23140] ppid=23132 vsize=10746276 memory=280816639027696 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23140/stat : 23140 (java) S 23132 23135 21280 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 414617293 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716064815632 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23141] ppid=23132 vsize=10746276 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23141/stat : 23141 (java) S 23132 23135 21280 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414617293 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716063763088 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23142] ppid=23132 vsize=10746276 memory=6944656592455359580 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23142/stat : 23142 (java) S 23132 23135 21280 0 -1 1077944384 1101 0 0 0 1 0 0 0 20 0 16 0 414617295 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716019509744 140716460370562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23143] ppid=23132 vsize=10746276 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23143/stat : 23143 (java) S 23132 23135 21280 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414617295 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716018456032 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23144] ppid=23132 vsize=10746276 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23144/stat : 23144 (java) S 23132 23135 21280 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414617295 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716017403392 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23145] ppid=23132 vsize=10746276 memory=9051283677730746851 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23145/stat : 23145 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414617298 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716016351952 140716460378011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23146] ppid=23132 vsize=10746276 memory=172456 CPUtime=1.42 cores=1,3,5,7
/proc/23135/task/23146/stat : 23146 (java) S 23132 23135 21280 0 -1 1077944384 3738 0 0 0 142 0 0 0 20 0 16 0 414617298 11004186624 59177 33554432000 4194304 4196468 140736536745552 140716015298544 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23147] ppid=23132 vsize=10746276 memory=6435732173387486292 CPUtime=1.38 cores=1,3,5,7
/proc/23135/task/23147/stat : 23147 (java) R 23132 23135 21280 0 -1 4202560 3185 0 0 0 137 1 0 0 20 0 16 0 414617298 11004186624 59177 33554432000 4194304 4196468 140736536745552 140715946403952 140716445469508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23148] ppid=23132 vsize=10746276 memory=5860978997287080016 CPUtime=0.79 cores=1,3,5,7
/proc/23135/task/23148/stat : 23148 (java) S 23132 23135 21280 0 -1 1077944384 3972 0 0 0 78 1 0 0 20 0 16 0 414617298 11004186624 59177 33554432000 4194304 4196468 140736536745552 140715945351408 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23149] ppid=23132 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23149/stat : 23149 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414617298 11004186624 59177 33554432000 4194304 4196468 140736536745552 140715944299104 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23150] ppid=23132 vsize=10746276 memory=280816638819104 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23150/stat : 23150 (java) S 23132 23135 21280 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414617298 11004186624 59177 33554432000 4194304 4196468 140736536745552 140715943246640 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23151] ppid=23132 vsize=10746276 memory=2110758926543124 CPUtime=1.28 cores=1,3,5,7
/proc/23135/task/23151/stat : 23151 (java) R 23132 23135 21280 0 -1 4202560 1282 0 0 0 127 1 0 0 20 0 16 0 414617480 11004186624 59177 33554432000 4194304 4196468 140736536745552 140715926579016 140716103484352 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
Current children cumulated CPU time: 6.86 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 236708 KiB

[startup+3.60078 s]
/proc/loadavg: 1.86 1.87 1.91 4/230 23151
/proc/meminfo: memFree=29060112/32770624 swapFree=66958212/67108860
[pid=23135] ppid=23132 vsize=10748324 memory=262228 CPUtime=8.03 cores=1,3,5,7
/proc/23135/stat : 23135 (java) S 23132 23135 21280 0 -1 1077944320 33124 0 0 0 786 17 0 0 20 0 16 0 414617292 11006283776 65557 33554432000 4194304 4196468 140736536745552 140736536728096 140716460359415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
/proc/23135/statm: 2687081 65557 3355 1 0 2647217 0
[pid=23135/tid=23137] ppid=23132 vsize=10748324 memory=6944656592455360604 CPUtime=1.85 cores=1,3,5,7
/proc/23135/task/23137/stat : 23137 (java) S 23132 23135 21280 0 -1 1077944384 15432 0 0 0 179 6 0 0 20 0 16 0 414617292 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716464602288 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23138] ppid=23132 vsize=10748324 memory=74956 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23138/stat : 23138 (java) S 23132 23135 21280 0 -1 1077944384 125 0 0 0 1 0 0 0 20 0 16 0 414617293 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716066920720 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23139] ppid=23132 vsize=10748324 memory=6947174482654029139 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23139/stat : 23139 (java) S 23132 23135 21280 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 16 0 414617293 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716065868176 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23140] ppid=23132 vsize=10748324 memory=7595444335241356387 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23140/stat : 23140 (java) S 23132 23135 21280 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 16 0 414617293 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716064815632 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23141] ppid=23132 vsize=10748324 memory=280816639103776 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23141/stat : 23141 (java) S 23132 23135 21280 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 16 0 414617293 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716063763088 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23142] ppid=23132 vsize=10748324 memory=4874536186311133265 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23142/stat : 23142 (java) S 23132 23135 21280 0 -1 1077944384 1128 0 0 0 1 0 0 0 20 0 16 0 414617295 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716019509744 140716460370562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23143] ppid=23132 vsize=10748324 memory=7974038411334692957 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23143/stat : 23143 (java) S 23132 23135 21280 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414617295 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716018456032 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23144] ppid=23132 vsize=10748324 memory=7100839852556323184 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23144/stat : 23144 (java) S 23132 23135 21280 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414617295 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716017403392 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23145] ppid=23132 vsize=10748324 memory=6576565900034221223 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23145/stat : 23145 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414617298 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716016351952 140716460378011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23146] ppid=23132 vsize=10748324 memory=-2915660033818482078 CPUtime=1.74 cores=1,3,5,7
/proc/23135/task/23146/stat : 23146 (java) R 23132 23135 21280 0 -1 4202560 3814 0 0 0 174 0 0 0 20 0 16 0 414617298 11006283776 65557 33554432000 4194304 4196468 140736536745552 140716015288016 140716452648869 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23147] ppid=23132 vsize=10748324 memory=-7828588039587136877 CPUtime=1.69 cores=1,3,5,7
/proc/23135/task/23147/stat : 23147 (java) R 23132 23135 21280 0 -1 4202560 3291 0 0 0 168 1 0 0 20 0 16 0 414617298 11006283776 65557 33554432000 4194304 4196468 140736536745552 140715946392544 140716443845533 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23148] ppid=23132 vsize=10748324 memory=8318867000361985395 CPUtime=0.92 cores=1,3,5,7
/proc/23135/task/23148/stat : 23148 (java) S 23132 23135 21280 0 -1 1077944384 4207 0 0 0 90 2 0 0 20 0 16 0 414617298 11006283776 65557 33554432000 4194304 4196468 140736536745552 140715945351408 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23149] ppid=23132 vsize=10748324 memory=8110268427993976473 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23149/stat : 23149 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414617298 11006283776 65557 33554432000 4194304 4196468 140736536745552 140715944299104 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23150] ppid=23132 vsize=10748324 memory=-8817053843938656197 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23150/stat : 23150 (java) S 23132 23135 21280 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414617298 11006283776 65557 33554432000 4194304 4196468 140736536745552 140715943246640 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23151] ppid=23132 vsize=10748324 memory=7971815120148723219 CPUtime=1.67 cores=1,3,5,7
/proc/23135/task/23151/stat : 23151 (java) R 23132 23135 21280 0 -1 4202560 3586 0 0 0 164 3 0 0 20 0 16 0 414617480 11006283776 65557 33554432000 4194304 4196468 140736536745552 140715926582432 140716103636999 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
Current children cumulated CPU time: 8.03 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 262228 KiB

[startup+4.00077 s]*
/proc/loadavg: 1.86 1.87 1.91 4/230 23151
/proc/meminfo: memFree=28998068/32770624 swapFree=66958212/67108860
[pid=23135] ppid=23132 vsize=10750668 memory=274592 CPUtime=9.17 cores=1,3,5,7
/proc/23135/stat : 23135 (java) S 23132 23135 21280 0 -1 1077944320 37061 0 0 0 899 18 0 0 20 0 16 0 414617292 11008684032 68648 33554432000 4194304 4196468 140736536745552 140736536728096 140716460359415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
/proc/23135/statm: 2687667 68648 3357 1 0 2647803 0
[pid=23135/tid=23137] ppid=23132 vsize=10750668 memory=751610155955781937 CPUtime=1.85 cores=1,3,5,7
/proc/23135/task/23137/stat : 23137 (java) S 23132 23135 21280 0 -1 1077944384 15432 0 0 0 179 6 0 0 20 0 16 0 414617292 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716464602288 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23138] ppid=23132 vsize=10750668 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23138/stat : 23138 (java) S 23132 23135 21280 0 -1 1077944384 125 0 0 0 1 0 0 0 20 0 16 0 414617293 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716066920720 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23139] ppid=23132 vsize=10750668 memory=3904817571744802464 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23139/stat : 23139 (java) S 23132 23135 21280 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 16 0 414617293 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716065868176 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23140] ppid=23132 vsize=10750668 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23140/stat : 23140 (java) S 23132 23135 21280 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 16 0 414617293 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716064815632 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23141] ppid=23132 vsize=10750668 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23141/stat : 23141 (java) S 23132 23135 21280 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 16 0 414617293 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716063763088 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23142] ppid=23132 vsize=10750668 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23135/task/23142/stat : 23142 (java) S 23132 23135 21280 0 -1 1077944384 1128 0 0 0 1 0 0 0 20 0 16 0 414617295 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716019509744 140716460370562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23143] ppid=23132 vsize=10750668 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23143/stat : 23143 (java) S 23132 23135 21280 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414617295 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716018456032 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23144] ppid=23132 vsize=10750668 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23144/stat : 23144 (java) S 23132 23135 21280 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414617295 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716017403392 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23145] ppid=23132 vsize=10750668 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23145/stat : 23145 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414617298 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716016351952 140716460378011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23146] ppid=23132 vsize=10750668 memory=0 CPUtime=2.05 cores=1,3,5,7
/proc/23135/task/23146/stat : 23146 (java) S 23132 23135 21280 0 -1 1077944384 3856 0 0 0 205 0 0 0 20 0 16 0 414617298 11008684032 68648 33554432000 4194304 4196468 140736536745552 140716015298544 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23147] ppid=23132 vsize=10750668 memory=3763093063592849455 CPUtime=2.1 cores=1,3,5,7
/proc/23135/task/23147/stat : 23147 (java) R 23132 23135 21280 0 -1 4202560 7183 0 0 0 209 1 0 0 20 0 16 0 414617298 11008684032 68648 33554432000 4194304 4196468 140736536745552 140715946389976 140716441903649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23148] ppid=23132 vsize=10750668 memory=3905668598108624544 CPUtime=0.93 cores=1,3,5,7
/proc/23135/task/23148/stat : 23148 (java) S 23132 23135 21280 0 -1 1077944384 4210 0 0 0 91 2 0 0 20 0 16 0 414617298 11008684032 68648 33554432000 4194304 4196468 140736536745552 140715945351408 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23149] ppid=23132 vsize=10750668 memory=3690471420374038069 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23149/stat : 23149 (java) S 23132 23135 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414617298 11008684032 68648 33554432000 4194304 4196468 140736536745552 140715944299104 140716460369621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23150] ppid=23132 vsize=10750668 memory=140408429045376 CPUtime=0 cores=1,3,5,7
/proc/23135/task/23150/stat : 23150 (java) S 23132 23135 21280 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414617298 11008684032 68648 33554432000 4194304 4196468 140736536745552 140715943246640 140716460370562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
[pid=23135/tid=23151] ppid=23132 vsize=10750668 memory=4785954429091461424 CPUtime=2.08 cores=1,3,5,7
/proc/23135/task/23151/stat : 23151 (java) R 23132 23135 21280 0 -1 4202560 3586 0 0 0 205 3 0 0 20 0 16 0 414617480 11008684032 68648 33554432000 4194304 4196468 140736536745552 140715926583672 140716106424523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25300992 140736536753163 140736536753266 140736536753266 140736536756175 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 10750668 KiB
Current children cumulated memory: 274592 KiB

[startup+4.11046 s]*
/proc/loadavg: 1.86 1.87 1.91 3/216 23153
/proc/meminfo: memFree=29249040/32770624 swapFree=66958212/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.12013
CPU time (s): 9.42536
CPU user time (s): 9.2299
CPU system time (s): 0.195459
CPU usage (%): 228.764
Max. virtual memory (cumulated for all children) (KiB): 10750668
Max. memory (cumulated for all children) (KiB): 274592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.2299
system time used= 0.195459
maximum resident set size= 279484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38164
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2679
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 23135
#   total CPU time (s): 9.42536
#   total CPU user time (s): 9.2299
#   total CPU system time (s): 0.195459

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047734 second user time and 0.086254 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-13 16:59:26
IDJOB=4390991
IDBENCH=141204
IDSOLVER=2832
FILE ID=node145/4390991-1568386808
RUNJOBID= node145-1568380473-21312
PBS_JOBID= 21701826
Free space on /tmp= 55180 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-05-opt_c18.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390991-1568386808/watcher-4390991-1568386808 -o /tmp/evaluation-result-4390991-1568386808/solver-4390991-1568386808 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568380473-21312 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390991-1568386808.xml -cm

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

MD5SUM BENCH= d0ab6aee5f30ff70d66f863e0e3556a1
RANDOM SEED=1874455754

node145.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.59
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.59
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.59
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.59
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:        29260932 kB
MemAvailable:   31645116 kB
Buffers:           95092 kB
Cached:          2566316 kB
SwapCached:        41040 kB
Active:          1569548 kB
Inactive:        1345224 kB
Active(anon):     216880 kB
Inactive(anon):    77332 kB
Active(file):    1352668 kB
Inactive(file):  1267892 kB
Unevictable:      110532 kB
Mlocked:          110532 kB
SwapTotal:      67108860 kB
SwapFree:       66958212 kB
Dirty:              8812 kB
Writeback:             0 kB
AnonPages:        333632 kB
Mapped:            56120 kB
Shmem:             32356 kB
Slab:             187040 kB
SReclaimable:     158916 kB
SUnreclaim:        28124 kB
KernelStack:        4016 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1153564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55168 MiB
End job on node145 at 2019-09-13 16:59:31