Trace number 4442942

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.19 3568.15

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
MD5SUM01a2d7031971d4d75da01f2dca43b6c9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.9343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints368641
Number of constraints which are clauses368641
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.44	c See www.sat4j.org for details.
0.05/0.48	c version CUSTOM.v20240707
0.05/0.49	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.49	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.49	c java.vm.version	22.0.1+8-16
0.05/0.49	c java.vm.vendor	Oracle Corporation
0.05/0.49	c sun.arch.data.model	64
0.05/0.49	c java.version		22.0.1
0.05/0.49	c os.name		Linux
0.05/0.49	c os.version		4.18.0-301.1.el8.x86_64
0.05/0.49	c os.arch		amd64
0.05/0.50	c Free memory 		2104792832
0.05/0.50	c Max memory 		16282288128
0.05/0.50	c Total memory 		2113929216
0.05/0.50	c Number of processors 	2
0.14/0.58	--- Begin Solver configuration ---
0.14/0.58	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.58	Learn all clauses as in MiniSAT
0.14/0.58	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.58	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.58	Expensive reason simplification
0.14/0.58	Glucose 2.1 dynamic restart strategy
0.14/0.58	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.58	timeout=2147483s
0.14/0.58	DB Simplification allowed=false
0.14/0.58	Listener: none
0.14/0.58	--- End Solver configuration ---
0.14/0.58	c Pseudo Boolean Optimization by upper bound
0.14/0.58	c --- Begin Solver configuration ---
0.14/0.58	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.58	c Learn all clauses as in MiniSAT
0.14/0.58	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.58	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.58	c Expensive reason simplification
0.14/0.58	c Glucose 2.1 dynamic restart strategy
0.14/0.58	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.58	c timeout=2147483s
0.14/0.58	c DB Simplification allowed=false
0.14/0.58	c Listener: none
0.14/0.58	c --- End Solver configuration ---
0.14/0.58	c solving HOME/instance-4442942-1721817186.opb
0.14/0.58	c reading problem ... 
0.14/0.58	c using VERIPB proof format
0.14/0.58	c  no objective function found
1.98/1.54	c ... done. Wall clock time 0.962s.
1.98/1.54	c declared #vars     8190
1.98/1.54	c #constraints  368641
1.98/1.54	c constraints type 
1.98/1.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 368550
1.98/1.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
1.98/1.55	c 368641 constraints processed.
6.85/4.85	c cleaning 2499 clauses out of 5001 with flag 30764/5001
11.90/9.69	c cleaning 4246 clauses out of 8501 with flag 71766/11000
19.08/16.76	c cleaning 5627 clauses out of 11256 with flag 117412/18001
27.71/25.25	c cleaning 6807 clauses out of 13628 with flag 175516/26000
37.25/35.23	c cleaning 7906 clauses out of 15821 with flag 240812/35000
48.52/46.30	c cleaning 8954 clauses out of 17915 with flag 312575/45000
61.79/59.40	c cleaning 9980 clauses out of 19961 with flag 391780/56000
77.97/76.27	c cleaning 10986 clauses out of 21981 with flag 471804/68000
95.42/93.40	c cleaning 11987 clauses out of 23996 with flag 564473/81001
104.32/102.24	c cleaning 12980 clauses out of 26008 with flag 665673/95000
111.96/109.51	c cleaning 13978 clauses out of 28028 with flag 774618/110000
124.32/121.86	c cleaning 14983 clauses out of 30052 with flag 883551/126002
134.81/135.44	c cleaning 15999 clauses out of 32067 with flag 998166/143000
149.30/149.78	c cleaning 17003 clauses out of 34071 with flag 1117527/161003
167.08/167.49	c cleaning 17996 clauses out of 36067 with flag 1242733/180002
185.58/185.74	c cleaning 19020 clauses out of 38071 with flag 1379694/200002
195.38/195.35	c cleaning 19981 clauses out of 40053 with flag 1518471/221004
214.66/214.57	c cleaning 20994 clauses out of 42069 with flag 1664423/243001
239.59/239.04	c cleaning 21986 clauses out of 44074 with flag 1828925/266000
269.44/268.60	c cleaning 23004 clauses out of 46090 with flag 2009890/290002
303.29/302.23	c cleaning 23993 clauses out of 48084 with flag 2190148/315000
339.75/338.83	c cleaning 24997 clauses out of 50091 with flag 2385141/341000
384.33/383.24	c cleaning 26001 clauses out of 52094 with flag 2588944/368000
434.29/432.90	c cleaning 26995 clauses out of 54094 with flag 2802926/396001
471.54/469.74	c cleaning 27996 clauses out of 56099 with flag 3038778/425001
509.88/512.57	c cleaning 29007 clauses out of 58102 with flag 3270705/455000
554.58/557.77	c cleaning 30002 clauses out of 60097 with flag 3527102/486002
600.46/603.61	c cleaning 31005 clauses out of 62093 with flag 3799546/518000
648.19/651.84	c cleaning 32001 clauses out of 64090 with flag 4060704/551002
691.88/695.42	c cleaning 33003 clauses out of 66088 with flag 4315849/585001
748.08/750.84	c cleaning 33994 clauses out of 68084 with flag 4573160/620000
807.81/811.64	c cleaning 35004 clauses out of 70091 with flag 4860471/656001
873.00/876.74	c cleaning 36005 clauses out of 72087 with flag 5175642/693001
941.42/944.71	c cleaning 36999 clauses out of 74083 with flag 5509697/731002
1015.54/1019.99	c cleaning 38001 clauses out of 76084 with flag 5865826/770002
1099.89/1104.22	c cleaning 38990 clauses out of 78082 with flag 6249099/810001
1161.33/1164.40	c cleaning 39991 clauses out of 80091 with flag 6617782/851000
1225.45/1228.79	c cleaning 41007 clauses out of 82103 with flag 6964330/893003
1299.55/1301.21	c cleaning 42004 clauses out of 84093 with flag 7326656/936000
1380.67/1382.09	c cleaning 42997 clauses out of 86089 with flag 7697461/980000
1425.01/1424.69	c cleaning 44011 clauses out of 88092 with flag 8033690/1025000
1494.07/1493.42	c cleaning 44992 clauses out of 90081 with flag 8355276/1071000
1574.19/1572.03	c cleaning 45997 clauses out of 92089 with flag 8681945/1118000
1652.90/1648.62	c cleaning 47013 clauses out of 94093 with flag 9045909/1166001
1732.29/1727.36	c cleaning 48008 clauses out of 96080 with flag 9410488/1215001
1825.31/1819.09	c cleaning 48995 clauses out of 98071 with flag 9796943/1265000
1927.20/1919.01	c cleaning 50010 clauses out of 100078 with flag 10184824/1316002
2033.78/2023.87	c cleaning 50990 clauses out of 102066 with flag 10573871/1368000
2159.12/2147.88	c cleaning 52022 clauses out of 104078 with flag 10974666/1421002
2265.07/2251.24	c cleaning 53004 clauses out of 106055 with flag 11375902/1475001
2358.74/2347.59	c cleaning 54010 clauses out of 108053 with flag 11828124/1530003
2464.39/2450.77	c cleaning 55004 clauses out of 110040 with flag 12264982/1586000
2529.55/2513.72	c cleaning 55987 clauses out of 112039 with flag 12695545/1643003
2632.62/2614.76	c cleaning 56988 clauses out of 114049 with flag 13086475/1701000
2728.80/2710.18	c cleaning 57994 clauses out of 116062 with flag 13499809/1760001
2789.32/2768.66	c cleaning 58991 clauses out of 118068 with flag 13914863/1820001
2833.41/2811.24	c cleaning 59997 clauses out of 120076 with flag 14349334/1881000
2870.78/2845.86	c cleaning 60998 clauses out of 122079 with flag 14763758/1943000
2976.27/2950.75	c cleaning 61995 clauses out of 124082 with flag 15156296/2006001
3077.31/3049.67	c cleaning 63001 clauses out of 126088 with flag 15599697/2070002
3150.87/3121.03	c cleaning 63984 clauses out of 128085 with flag 16082369/2135000
3296.19/3261.87	c cleaning 65001 clauses out of 130102 with flag 16557569/2201001
3478.38/3443.76	c cleaning 65997 clauses out of 132101 with flag 17051558/2268001
3600.04/3563.72	c starts		: 301
3600.04/3563.72	c timeout
3600.04/3563.72	c conflicts		: 2306580
3600.04/3563.72	c decisions		: 3910305
3600.04/3563.72	c propagations		: 33831639
3600.04/3563.72	c inspects		: 8609065461
3600.04/3563.72	c shortcuts		: 0
3600.04/3563.72	c learnt literals	: 0
3600.04/3563.72	c learnt binary clauses	: 0
3600.04/3563.72	c learnt ternary clauses	: 0
3600.04/3563.72	c learnt constraints	: 2306580
3600.04/3563.72	c ignored constraints	: 0
3600.04/3563.72	c root simplifications	: 0
3600.04/3563.72	c removed literals (reason simplification)	: 8528407
3600.04/3563.72	c reason swapping (by a shorter reason)	: 0
3600.04/3563.72	c Calls to reduceDB	: 63
3600.04/3563.72	c Number of update (reduction) of LBD	: 1437284
3600.04/3563.72	c Imported unit clauses	: 0
3600.04/3563.72	c No decision after first conflict	: false
3600.04/3563.72	c number of reductions to clauses (during analyze)	: 0
3600.04/3563.72	c number of learned constraints concerned by reduction	: 0
3600.04/3563.72	c number of learning phase by resolution	: 0
3600.04/3563.72	c number of learning phase by cutting planes	: 0
3600.04/3563.72	c number of rounding to 1 operations	: 0
3600.04/3563.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3563.72	c number of reductions of the coefficients by power 2 	: 0
3600.04/3563.72	c number of right shift for reduction by power 2 	: 0
3600.04/3563.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3563.72	c number of ending skipping 	: 0
3600.04/3563.72	c number of internal skipping 	: 0
3600.04/3563.72	c number of derivation steps 	: 0
3600.04/3563.72	c number of skipped derivation steps 	: 0
3600.04/3563.72	c number of remaining unassigned 	: 0
3600.04/3563.72	c number of remaining assigned 	: 0
3600.04/3563.72	c number of falsified literals weakened from reason	: 0
3600.04/3563.72	c number of falsified literals weakened from conflict	: 0
3600.04/3563.72	c time for arithmetic operations	: 0
3600.04/3563.72	c minimum degree of deleted constraints	: null
3600.04/3563.72	c maximum degree of deleted constraints	: null
3600.04/3563.72	c number of deleted constraints	: 0
3600.04/3563.73	c speed (assignments/second)	: 9497.488186264149
3600.04/3563.73	c non guided choices	: 235057
3600.04/3563.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 104683
3600.04/3563.77	s UNKNOWN
3600.04/3563.77	c Total wall clock time (in seconds): 3563.193

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) 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: 63968 MiB (60343 MiB free)
  memory of node 1: 64473 MiB (61785 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442942-1721817186/watcher-4442942-1721817186 -o /tmp/evaluation-result-4442942-1721817186/solver-4442942-1721817186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721817186-193373 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4442942-1721817186 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4442942-1721817186.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=193436, runsolver pid=193433

[startup+0.100094 s]*
/proc/loadavg: 0.13 0.10 0.16 1/263 193442
/proc/meminfo: memFree=125052352/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=104524 memory=9008 CPUtime=0 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 591 0 12 0 0 0 0 0 20 0 2 0 18247029 107032576 2252 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 0 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 26131 2252 1868 1 0 583 0
[pid=193436/tid=193439] ppid=193433 vsize=104524 memory=4026561586 CPUtime=0 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) D 193433 193436 193361 0 -1 4194368 41 0 5 0 0 0 0 0 20 0 2 0 18247033 107032576 2252 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 0 0 0 0 -1 1 0 0 5 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 104524 KiB
Current children cumulated memory: 9008 KiB

[startup+0.204594 s]*
/proc/loadavg: 0.13 0.10 0.16 1/265 193444
/proc/meminfo: memFree=125018564/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=547128 memory=21908 CPUtime=0 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 1484 0 37 0 0 0 0 0 20 0 2 0 18247029 560259072 5477 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16784588 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 136782 5477 3331 1 0 4255 0
[pid=193436/tid=193439] ppid=193433 vsize=547128 memory=8737651120394928259 CPUtime=0 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) D 193433 193436 193361 0 -1 4194368 934 0 30 0 0 0 0 0 20 0 2 0 18247033 560259072 5477 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 15 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 547128 KiB
Current children cumulated memory: 21908 KiB

[startup+0.304668 s]*
/proc/loadavg: 0.13 0.10 0.16 3/285 193464
/proc/meminfo: memFree=124939336/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=18195152 memory=43108 CPUtime=0.02 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 5513 0 50 0 0 2 0 0 20 0 7 0 18247029 18631835648 10777 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16784588 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4548788 10777 4178 1 0 545089 0
[pid=193436/tid=193439] ppid=193433 vsize=18195152 memory=-8960587011465192124 CPUtime=0.01 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 4962 0 43 0 0 1 0 0 20 0 7 0 18247033 18631835648 10777 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 25 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18195152 KiB
Current children cumulated memory: 43108 KiB

[startup+0.700371 s]
/proc/loadavg: 0.13 0.10 0.16 13/329 193508
/proc/meminfo: memFree=124859972/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=18993908 memory=102256 CPUtime=0.43 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 9129 0 66 0 39 4 0 0 20 0 18 0 18247029 19449761792 25564 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4748477 25564 6060 1 0 550590 0
[pid=193436/tid=193439] ppid=193433 vsize=18993908 memory=0 CPUtime=0.23 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 6028 0 54 0 20 3 0 0 20 0 18 0 18247033 19449761792 25564 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 40 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=18993908 memory=5448 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18247061 19449761792 25564 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=18993908 memory=140482877464721 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 18247062 19449761792 25564 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 102256 KiB

[startup+1.50238 s]
/proc/loadavg: 0.13 0.10 0.16 8/312 193524
/proc/meminfo: memFree=124562296/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19060472 memory=229696 CPUtime=1.98 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 17494 0 66 0 190 8 0 0 20 0 19 0 18247029 19517923328 57424 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4765118 57424 6083 1 0 556268 0
[pid=193436/tid=193439] ppid=193433 vsize=19060472 memory=140482877464721 CPUtime=0.92 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) S 193433 193436 193361 0 -1 1077936192 6070 0 54 0 87 5 0 0 20 0 19 0 18247033 19517923328 57424 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18247061 19517923328 57424 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19060472 memory=5448 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 18247062 19517923328 57424 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 229696 KiB

[startup+3.10637 s]
/proc/loadavg: 0.92 0.26 0.21 9/337 193584
/proc/meminfo: memFree=123652944/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=453716 CPUtime=4.77 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 18922 0 66 0 463 14 0 0 20 0 20 0 18247029 19586084864 113429 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 113429 6118 1 0 1083093 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=0 CPUtime=2.4 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 6240 0 54 0 229 11 0 0 20 0 20 0 18247033 19586084864 113429 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 40 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=-8960587011465192124 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 113429 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 113429 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=5448 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 113429 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 453716 KiB

[startup+6.30037 s]
/proc/loadavg: 0.92 0.26 0.21 5/317 193601
/proc/meminfo: memFree=123350884/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=614700 CPUtime=8.52 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 26051 0 66 0 832 20 0 0 20 0 20 0 18247029 19586084864 153675 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 153675 6119 1 0 1083124 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=0 CPUtime=5.42 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 7708 0 54 0 528 14 0 0 20 0 20 0 18247033 19586084864 153675 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 40 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=561376 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 153675 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=11496 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 153675 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 153675 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 614700 KiB

[startup+12.7003 s]
/proc/loadavg: 1.55 0.42 0.27 6/338 193652
/proc/meminfo: memFree=121605912/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=1193640 CPUtime=15.03 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 27249 0 66 0 1469 34 0 0 20 0 20 0 18247029 19586084864 298410 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 298410 6119 1 0 1250235 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=1193640 CPUtime=11.57 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 8009 0 54 0 1133 24 0 0 20 0 20 0 18247033 19586084864 298410 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=75480 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 298410 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=841340 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 298410 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=-8960587011465192124 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 298410 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 15.03 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1193640 KiB

[startup+25.5003 s]
/proc/loadavg: 1.93 0.54 0.31 6/336 193790
/proc/meminfo: memFree=119823444/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=1560588 CPUtime=28.01 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 31093 0 66 0 2753 48 0 0 20 0 20 0 18247029 19586084864 390147 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 390147 6119 1 0 1250239 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=1193640 CPUtime=24.12 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 9243 0 54 0 2376 36 0 0 20 0 20 0 18247033 19586084864 390147 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=1560508 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 390147 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=1406509 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 390147 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=75480 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 390147 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 28.01 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1560588 KiB

[startup+51.1059 s]
/proc/loadavg: 2.81 0.86 0.42 5/336 193861
/proc/meminfo: memFree=117605400/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=2115792 CPUtime=53.5 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 40484 0 66 0 5279 71 0 0 20 0 20 0 18247029 19586084864 528948 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 528948 6134 1 0 1250242 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=1982672 CPUtime=48.42 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 11977 0 54 0 4795 47 0 0 20 0 20 0 18247033 19586084864 528948 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 99 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=2115792 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 528948 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=1861776 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 528948 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=75480 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 528948 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 53.5 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2115792 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 1.42 0.64 5/336 193870
/proc/meminfo: memFree=113009788/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=3279312 CPUtime=104.46 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 52150 0 66 0 10327 119 0 0 20 0 20 0 18247029 19586084864 819828 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 819828 6135 1 0 1250246 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=2851172 CPUtime=97.49 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 15204 0 54 0 9672 77 0 0 20 0 20 0 18247033 19586084864 819828 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 208 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0

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

Current children cumulated CPU time: 3253.89 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 9326348 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.25 4.12 5/335 195413
/proc/meminfo: memFree=71069200/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=7818068 CPUtime=3316.74 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 658423 0 66 0 329957 1717 0 0 20 0 20 0 18247029 19586084864 1954517 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 1954517 6152 1 0 1968525 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=7818068 CPUtime=3182.23 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 192596 0 54 0 316728 1495 0 0 20 0 20 0 18247033 19586084864 1954517 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3775 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=7818068 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 1954517 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=7790936 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 2922 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 1954517 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=18720 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 1954517 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 3316.74 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7818068 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.26 4.13 5/335 195591
/proc/meminfo: memFree=70567260/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=7818120 CPUtime=3377 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 664065 0 66 0 335961 1739 0 0 20 0 20 0 18247029 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 1954530 6152 1 0 1968525 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=7790936 CPUtime=3241.31 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 194652 0 54 0 322617 1514 0 0 20 0 20 0 18247033 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3788 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=7818068 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=7968 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 2923 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=7818120 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 3377 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7818120 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.24 4.13 5/335 195602
/proc/meminfo: memFree=70139720/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=7818120 CPUtime=3436.97 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 666056 0 66 0 341941 1756 0 0 20 0 20 0 18247029 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 1954530 6152 1 0 1968525 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=7968 CPUtime=3300.48 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 196100 0 54 0 328518 1530 0 0 20 0 20 0 18247033 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3797 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=7818120 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=7818120 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 3015 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=7818120 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 3436.97 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7818120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.21 4.13 3/333 195668
/proc/meminfo: memFree=69572180/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=7818120 CPUtime=3496.82 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 672425 0 66 0 347905 1777 0 0 20 0 20 0 18247029 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 1954530 6152 1 0 1968525 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=7968 CPUtime=3359.53 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 199565 0 54 0 334405 1548 0 0 20 0 20 0 18247033 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3804 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=7818120 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=7818120 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 3157 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=7818120 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 1954530 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 3496.82 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7818120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.22 4.13 5/333 195679
/proc/meminfo: memFree=68988352/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=7821016 CPUtime=3558.57 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 691644 0 66 0 354058 1799 0 0 20 0 20 0 18247029 19586084864 1955254 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 1955254 6152 1 0 1968698 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=7818120 CPUtime=3418.88 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 207361 0 54 0 340321 1567 0 0 20 0 20 0 18247033 19586084864 1955254 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3813 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=12248 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 1955254 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=11496 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 3158 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 1955254 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 1955254 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 3558.57 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7821016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3563.7 s]
/proc/loadavg: 4.29 4.24 4.14 7/332 195756
/proc/meminfo: memFree=83141312/131524600 swapFree=131070960/131071996
[pid=193436] ppid=193433 vsize=19127036 memory=7821040 CPUtime=3600.04 cores=1,3
/proc/193436/stat : 193436 (java) S 193433 193436 193361 0 -1 1077936128 697222 0 66 0 358190 1814 0 0 20 0 20 0 18247029 19586084864 1955260 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
/proc/193436/statm: 4781759 1955260 6152 1 0 1968698 0
[pid=193436/tid=193439] ppid=193433 vsize=19127036 memory=7821040 CPUtime=3459.51 cores=1,3
/proc/193436/task/193439/stat : 193439 (java) R 193433 193436 193361 0 -1 4194368 208902 0 54 0 344370 1581 0 0 20 0 20 0 18247033 19586084864 1955260 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3820 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193480] ppid=193433 vsize=19127036 memory=7821040 CPUtime=0 cores=1,3
/proc/193436/task/193480/stat : 193480 (Finalizer) S 193433 193436 193361 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18247061 19586084864 1955260 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193507] ppid=193433 vsize=19127036 memory=7821040 CPUtime=0 cores=1,3
/proc/193436/task/193507/stat : 193507 (Common-Cleaner) S 193433 193436 193361 0 -1 1077936192 3258 0 0 0 0 0 0 0 20 0 20 0 18247062 19586084864 1955260 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
[pid=193436/tid=193581] ppid=193433 vsize=19127036 memory=7821040 CPUtime=0 cores=1,3
/proc/193436/task/193581/stat : 193581 (Timer-0) S 193433 193436 193361 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18247184 19586084864 1955260 134679101440 94542200487936 94542200491632 140720896995008 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94542200499448 94542200500240 94542201606144 140720896996271 140720896996453 140720896996453 140720897003464 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7821040 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3568.15 s]
# the end of solver process 193436 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3582.01 s, system=18.1763 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3564.8 s]
/proc/loadavg: 4.29 4.24 4.14 4/314 195759
/proc/meminfo: memFree=83060732/131524600 swapFree=131070960/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3565.2 s]
/proc/loadavg: 4.29 4.24 4.14 3/314 195759
/proc/meminfo: memFree=83060564/131524600 swapFree=131070960/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3565.6 s]
/proc/loadavg: 4.29 4.24 4.14 3/314 195759
/proc/meminfo: memFree=83060564/131524600 swapFree=131070960/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3565.7 s]
/proc/loadavg: 4.29 4.24 4.14 3/314 195759
/proc/meminfo: memFree=83060564/131524600 swapFree=131070960/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3568.15
CPU time (s): 3600.19
CPU user time (s): 3582.01
CPU system time (s): 18.1763
CPU usage (%): 100.898
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 9596696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.01
system time used= 18.1763
maximum resident set size= 9596696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 700817
page faults= 66
swaps= 0
block input operations= 6408
block output operations= 23992136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119560
involuntary context switches= 20410


# summary of solver processes directly reported to runsolver:
#   pid: 193436
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3582.01
#   total CPU system time (s): 18.1763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3056 second user time and 15.443 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-24 12:33:07
IDJOB=4442942
IDBENCH=147857
IDSOLVER=3079
FILE ID=nodeC020/4442942-1721817186
RUNJOBID= nodeC020-1721817186-193373
SLURM_JOB_ID= 7816874
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442942-1721817186/watcher-4442942-1721817186 -o /tmp/evaluation-result-4442942-1721817186/solver-4442942-1721817186 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721817186-193373 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4442942-1721817186 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4442942-1721817186.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 01a2d7031971d4d75da01f2dca43b6c9
RANDOM SEED=990321049

nodeC020.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3561.947
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3660.318
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3475.533
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3652.456
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3446.653
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3626.019
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3453.660
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3662.978
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
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 pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125063660 kB
MemAvailable:   129775396 kB
Buffers:          238196 kB
Cached:          5261032 kB
SwapCached:           68 kB
Active:          2544908 kB
Inactive:        3228268 kB
Active(anon):       1472 kB
Inactive(anon):   326464 kB
Active(file):    2543436 kB
Inactive(file):  2901804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070960 kB
Dirty:             17092 kB
Writeback:             0 kB
AnonPages:        273108 kB
Mapped:           112740 kB
Shmem:             53952 kB
KReclaimable:     212636 kB
Slab:             328972 kB
SReclaimable:     212636 kB
SUnreclaim:       116336 kB
KernelStack:        4036 kB
PageTables:        10124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     677664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            22592 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      363220 kB
DirectMap2M:    44498944 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC020 at 2024-07-24 13:32:35