Trace number 4545045

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 2025-06-06? (TO) 3600.2 3576.53

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4545045-1753236213.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.88/0.51	c ... done. Wall clock time 0.367s.
0.88/0.51	c declared #vars     5363
0.88/0.51	c #constraints  78527
0.88/0.51	c constraints type 
0.88/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74420
0.88/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 53
0.88/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3984
0.88/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.88/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 69
0.88/0.51	c 78527 constraints processed.
4.52/2.54	c cleaning 2488 clauses out of 5000 with flag 32255/5000
6.71/4.50	c cleaning 4250 clauses out of 8513 with flag 83442/11001
9.57/7.28	c cleaning 5629 clauses out of 11264 with flag 155803/18002
12.94/10.43	c cleaning 6811 clauses out of 13634 with flag 238814/26001
17.19/14.59	c cleaning 7898 clauses out of 15822 with flag 351309/35000
21.89/19.13	c cleaning 8960 clauses out of 17926 with flag 480755/45002
27.26/24.42	c cleaning 9958 clauses out of 19964 with flag 636287/56000
34.04/31.09	c cleaning 10998 clauses out of 22007 with flag 817936/68001
41.22/38.11	c cleaning 12002 clauses out of 24009 with flag 1011411/81001
49.81/46.50	c cleaning 12999 clauses out of 26007 with flag 1237097/95001
60.01/56.26	c cleaning 14001 clauses out of 28009 with flag 1498115/110002
70.27/66.43	c cleaning 14973 clauses out of 30006 with flag 1774255/126000
82.46/78.39	c cleaning 15999 clauses out of 32033 with flag 2076197/143000
94.76/90.50	c cleaning 16998 clauses out of 34034 with flag 2399519/161000
107.44/103.11	c cleaning 18013 clauses out of 36036 with flag 2779330/180000
122.79/117.88	c cleaning 18993 clauses out of 38023 with flag 3168679/200000
139.65/134.65	c cleaning 19998 clauses out of 40030 with flag 3588246/221000
158.72/153.45	c cleaning 20997 clauses out of 42033 with flag 4016185/243001
178.25/172.89	c cleaning 22003 clauses out of 44036 with flag 4490376/266001
200.76/195.01	c cleaning 23013 clauses out of 46032 with flag 4989481/290000
225.48/218.94	c cleaning 24001 clauses out of 48020 with flag 5493517/315001
251.94/245.19	c cleaning 25006 clauses out of 50019 with flag 6020014/341001
279.86/272.98	c cleaning 25992 clauses out of 52014 with flag 6608269/368002
309.34/302.16	c cleaning 27006 clauses out of 54020 with flag 7196295/396000
341.57/334.02	c cleaning 28002 clauses out of 56014 with flag 7799980/425000
375.89/368.08	c cleaning 28988 clauses out of 58012 with flag 8438055/455000
412.39/403.86	c cleaning 29996 clauses out of 60024 with flag 9082236/486000
449.66/440.64	c cleaning 31008 clauses out of 62028 with flag 9752398/518000
489.01/479.67	c cleaning 31998 clauses out of 64020 with flag 10476239/551000
529.75/519.65	c cleaning 32999 clauses out of 66022 with flag 11225689/585000
573.67/563.38	c cleaning 34009 clauses out of 68027 with flag 11986745/620004
620.99/610.41	c cleaning 34995 clauses out of 70014 with flag 12747082/656000
672.42/661.41	c cleaning 35975 clauses out of 72019 with flag 13581360/693000
728.86/716.53	c cleaning 36998 clauses out of 74044 with flag 14454498/731000
782.55/769.96	c cleaning 38005 clauses out of 76048 with flag 15347640/770002
841.13/828.26	c cleaning 39006 clauses out of 78042 with flag 16263136/810001
902.79/889.63	c cleaning 40007 clauses out of 80036 with flag 17214146/851001
968.57/954.94	c cleaning 40988 clauses out of 82028 with flag 18191420/893000
1037.95/1024.01	c cleaning 42007 clauses out of 84041 with flag 19216024/936001
1115.90/1101.58	c cleaning 43004 clauses out of 86037 with flag 20244777/980004
1190.61/1175.94	c cleaning 44010 clauses out of 88029 with flag 21255953/1025000
1274.62/1259.40	c cleaning 44997 clauses out of 90021 with flag 22291661/1071002
1361.32/1345.41	c cleaning 45992 clauses out of 92022 with flag 23356418/1118000
1449.69/1433.37	c cleaning 46996 clauses out of 94030 with flag 24423833/1166000
1542.44/1525.69	c cleaning 47993 clauses out of 96034 with flag 25518664/1215000
1640.86/1623.90	c cleaning 48999 clauses out of 98042 with flag 26611811/1265001
1743.19/1725.96	c cleaning 50011 clauses out of 100042 with flag 27761978/1316000
1848.63/1830.94	c cleaning 51007 clauses out of 102031 with flag 28918882/1368000
1958.33/1940.26	c cleaning 52008 clauses out of 104024 with flag 30108311/1421000
2071.70/2053.28	c cleaning 53001 clauses out of 106018 with flag 31273654/1475002
2187.79/2168.92	c cleaning 53996 clauses out of 108015 with flag 32493391/1530000
2312.57/2293.35	c cleaning 54995 clauses out of 110020 with flag 33759130/1586001
2446.04/2426.47	c cleaning 55991 clauses out of 112024 with flag 34990776/1643000
2587.31/2566.61	c cleaning 57004 clauses out of 114034 with flag 36185776/1701001
2731.58/2710.37	c cleaning 58007 clauses out of 116029 with flag 37417628/1760000
2879.96/2858.16	c cleaning 58991 clauses out of 118023 with flag 38641498/1820001
3031.16/3009.20	c cleaning 60011 clauses out of 120031 with flag 39922697/1881000
3188.04/3165.57	c cleaning 60985 clauses out of 122020 with flag 41174658/1943000
3348.59/3326.03	c cleaning 62012 clauses out of 124035 with flag 42496265/2006000
3510.82/3487.81	c cleaning 62998 clauses out of 126023 with flag 43868362/2070000
3600.05/3576.42	c timeout
3600.05/3576.42	c starts		: 6253
3600.05/3576.42	c conflicts		: 2118377
3600.05/3576.42	c decisions		: 6248896
3600.05/3576.42	c propagations		: 661744831
3600.05/3576.42	c inspects		: 24888679564
3600.05/3576.43	c shortcuts		: 0
3600.05/3576.43	c learnt literals	: 0
3600.05/3576.43	c learnt binary clauses	: 4
3600.05/3576.43	c learnt ternary clauses	: 9
3600.05/3576.43	c learnt constraints	: 2118377
3600.05/3576.43	c ignored constraints	: 0
3600.05/3576.43	c root simplifications	: 0
3600.05/3576.43	c removed literals (reason simplification)	: 87970146
3600.05/3576.43	c reason swapping (by a shorter reason)	: 0
3600.05/3576.43	c Calls to reduceDB	: 60
3600.05/3576.43	c Number of update (reduction) of LBD	: 1125126
3600.05/3576.43	c Imported unit clauses	: 0
3600.05/3576.43	c No decision after first conflict	: false
3600.05/3576.43	c number of reductions to clauses (during analyze)	: 0
3600.05/3576.43	c number of learned constraints concerned by reduction	: 0
3600.05/3576.43	c number of learning phase by resolution	: 0
3600.05/3576.43	c number of learning phase by cutting planes	: 0
3600.05/3576.43	c number of rounding to 1 operations	: 0
3600.05/3576.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3576.43	c number of reductions of the coefficients by power 2 	: 0
3600.05/3576.43	c number of right shift for reduction by power 2 	: 0
3600.05/3576.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3576.43	c number of ending skipping 	: 0
3600.05/3576.43	c number of internal skipping 	: 0
3600.05/3576.43	c number of derivation steps 	: 0
3600.05/3576.43	c number of skipped derivation steps 	: 0
3600.05/3576.43	c number of remaining unassigned 	: 0
3600.05/3576.43	c number of remaining assigned 	: 0
3600.05/3576.43	c number of falsified literals weakened from reason	: 0
3600.05/3576.43	c number of falsified literals weakened from conflict	: 0
3600.05/3576.43	c time for arithmetic operations	: 0
3600.05/3576.43	c minimum degree of deleted constraints	: null
3600.05/3576.43	c maximum degree of deleted constraints	: null
3600.05/3576.43	c number of deleted constraints	: 0
3600.05/3576.43	c speed (assignments/second)	: 185056.13697644853
3600.05/3576.43	c non guided choices	: 585
3600.05/3576.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 111398
3600.05/3576.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
3600.05/3576.48	s UNKNOWN
3600.05/3576.48	c Total wall clock time (in seconds): 3576.349

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: 63665 MiB (61722 MiB free)
  memory of node 1: 64507 MiB (49568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545045-1753236213/watcher-4545045-1753236213 -o /tmp/evaluation-result-4545045-1753236213/solver-4545045-1753236213 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166546 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4545045-1753236213.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=167372, runsolver pid=167369

[startup+0.100058 s]*
/proc/loadavg: 4.20 4.20 4.18 5/339 167390
/proc/meminfo: memFree=113937228/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=18930384 memory=59544 CPUtime=0.13 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 6514 0 0 0 11 2 0 0 20 0 18 0 239299092 19384713216 14886 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4732596 14886 5347 1 0 547639 0
[pid=167372/tid=167374] ppid=167369 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 5091 0 0 0 7 1 0 0 20 0 18 0 239299094 19384713216 14886 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239299096 19384713216 14886 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=18930384 memory=60684515963265 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239299096 19384713216 14886 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59544 KiB

[startup+0.205812 s]*
/proc/loadavg: 4.20 4.20 4.18 7/339 167390
/proc/meminfo: memFree=113931964/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=18930384 memory=71548 CPUtime=0.31 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 6860 0 0 0 29 2 0 0 20 0 18 0 239299092 19384713216 17887 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4732596 17887 5443 1 0 547923 0
[pid=167372/tid=167374] ppid=167369 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 5298 0 0 0 15 2 0 0 20 0 18 0 239299094 19384713216 17887 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=18930384 memory=16198 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239299096 19384713216 17887 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239299096 19384713216 17887 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71548 KiB

[startup+0.305691 s]*
/proc/loadavg: 4.20 4.20 4.18 6/339 167390
/proc/meminfo: memFree=113889052/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=18930384 memory=112376 CPUtime=0.5 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 8312 0 0 0 47 3 0 0 20 0 18 0 239299092 19384713216 28094 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4732596 28094 5443 1 0 548904 0
[pid=167372/tid=167374] ppid=167369 vsize=18930384 memory=-8527398104689582780 CPUtime=0.25 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 5318 0 0 0 23 2 0 0 20 0 18 0 239299094 19384713216 28094 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239299096 19384713216 28094 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239299096 19384713216 28094 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 112376 KiB

[startup+0.700231 s]
/proc/loadavg: 4.20 4.20 4.18 6/340 167391
/proc/meminfo: memFree=113832152/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=178636 CPUtime=1.26 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 14512 0 0 0 121 5 0 0 20 0 20 0 239299092 19521036288 44659 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 44659 5475 1 0 554111 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=27648 CPUtime=0.57 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 5379 0 0 0 53 4 0 0 20 0 20 0 239299094 19521036288 44659 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 44659 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 44659 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178636 KiB

[startup+1.50024 s]
/proc/loadavg: 4.20 4.20 4.18 6/341 167392
/proc/meminfo: memFree=113816340/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=180812 CPUtime=2.85 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 20315 0 0 0 278 7 0 0 20 0 20 0 239299092 19521036288 45203 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 45203 5507 1 0 554540 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=3328 CPUtime=1.35 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 5576 0 0 0 131 4 0 0 20 0 20 0 239299094 19521036288 45203 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 45203 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 45203 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 45203 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180812 KiB

[startup+3.10559 s]
/proc/loadavg: 4.35 4.23 4.19 6/340 167458
/proc/meminfo: memFree=121574280/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=214084 CPUtime=5.22 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 24261 0 0 0 512 10 0 0 20 0 20 0 239299092 19521036288 53521 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 53521 5507 1 0 555029 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=14824 CPUtime=2.89 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 6689 0 0 0 283 6 0 0 20 0 20 0 239299094 19521036288 53521 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 53521 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 53521 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 53521 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 214084 KiB

[startup+6.30023 s]
/proc/loadavg: 4.35 4.23 4.19 7/340 167525
/proc/meminfo: memFree=126064904/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=363864 CPUtime=8.67 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 25304 0 0 0 854 13 0 0 20 0 20 0 239299092 19521036288 90966 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 90966 5507 1 0 555042 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=0 CPUtime=5.92 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 6794 0 0 0 586 6 0 0 20 0 20 0 239299094 19521036288 90966 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 90966 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 90966 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=213572 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 90966 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 363864 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.23 4.19 5/341 167526
/proc/meminfo: memFree=125483548/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=588036 CPUtime=15.3 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 29558 0 0 0 1512 18 0 0 20 0 20 0 239299092 19521036288 147009 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 147009 5507 1 0 661551 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=213572 CPUtime=12.14 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 7685 0 0 0 1207 7 0 0 20 0 20 0 239299094 19521036288 147009 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=27648 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 147009 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=542980 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 147009 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 147009 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 588036 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.21 4.19 5/341 167526
/proc/meminfo: memFree=124893860/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=1091188 CPUtime=28.44 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 32052 0 0 0 2816 28 0 0 20 0 20 0 239299092 19521036288 272797 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 272797 5539 1 0 788974 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=542980 CPUtime=24.53 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 8701 0 0 0 2444 9 0 0 20 0 20 0 239299094 19521036288 272797 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 272797 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=977396 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 272797 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=872944 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 272797 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 28.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1091188 KiB

[startup+51.1056 s]
/proc/loadavg: 4.30 4.23 4.19 5/342 167528
/proc/meminfo: memFree=123373476/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=1842892 CPUtime=54.51 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 34559 0 0 0 5406 45 0 0 20 0 20 0 239299092 19521036288 460723 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 460723 5539 1 0 788985 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=10752 CPUtime=49.46 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 9516 0 0 0 4934 12 0 0 20 0 20 0 239299094 19521036288 460723 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=1722044 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 460723 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=1482412 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 460723 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0

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

/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 1689 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 3184.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11013144 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.21 4.19 5/342 167682
/proc/meminfo: memFree=98075772/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3245.11 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 234631 0 0 0 324192 319 0 0 20 0 20 0 239299092 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 2753286 5539 1 0 3593475 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3189.87 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 129066 0 0 0 318912 75 0 0 20 0 20 0 239299094 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=27648 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 1763 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 3245.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11013144 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.20 4.18 5/342 167684
/proc/meminfo: memFree=98063604/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3304.97 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 238092 0 0 0 330176 321 0 0 20 0 20 0 239299092 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 2753286 5539 1 0 3593475 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3249.71 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 132331 0 0 0 324896 75 0 0 20 0 20 0 239299094 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=27648 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 1876 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 3304.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11013144 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.19 4.18 5/342 167686
/proc/meminfo: memFree=98063248/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3365.19 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 242366 0 0 0 336196 323 0 0 20 0 20 0 239299092 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 2753286 5539 1 0 3593479 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3309.22 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 135028 0 0 0 330846 76 0 0 20 0 20 0 239299094 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 1979 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=27648 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 3365.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11013144 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/342 167688
/proc/meminfo: memFree=98059304/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3425.06 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 245500 0 0 0 342180 326 0 0 20 0 20 0 239299092 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 2753286 5539 1 0 3593479 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3369.07 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 137988 0 0 0 336830 77 0 0 20 0 20 0 239299094 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 2108 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 3425.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11013144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/341 167701
/proc/meminfo: memFree=98059532/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3485.41 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 248951 0 0 0 348213 328 0 0 20 0 20 0 239299092 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 2753286 5539 1 0 3593479 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3428.42 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 140115 0 0 0 342765 77 0 0 20 0 20 0 239299094 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 2145 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 3485.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11013144 KiB

[startup+3522.3 s]
/proc/loadavg: 3.44 3.99 4.11 3/290 167770
/proc/meminfo: memFree=116858276/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3545.61 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 253780 0 0 0 354227 334 0 0 20 0 20 0 239299092 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 2753286 5539 1 0 3593479 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3487.89 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 143448 0 0 0 348707 82 0 0 20 0 20 0 239299094 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=11013144 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 2147 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 3545.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11013144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.4 s]
/proc/loadavg: 2.68 3.68 4.00 3/291 167775
/proc/meminfo: memFree=116866032/131249996 swapFree=33010416/33010684
[pid=167372] ppid=167369 vsize=19063512 memory=11013144 CPUtime=3600.05 cores=4,6
/proc/167372/stat : 167372 (java) S 167369 167372 166535 0 -1 4194304 257155 0 0 0 359669 336 0 0 20 0 20 0 239299092 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
/proc/167372/statm: 4765878 2753286 5539 1 0 3593479 0
[pid=167372/tid=167374] ppid=167369 vsize=19063512 memory=27648 CPUtime=3541.34 cores=4,6
/proc/167372/task/167374/stat : 167374 (java) R 167369 167372 166535 0 -1 4194368 145470 0 0 0 354052 82 0 0 20 0 20 0 239299094 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167383] ppid=167369 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/167372/task/167383/stat : 167383 (Finalizer) S 167369 167372 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167390] ppid=167369 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/167372/task/167390/stat : 167390 (Common-Cleaner) S 167369 167372 166535 0 -1 4194368 2216 0 0 0 0 0 0 0 20 0 20 0 239299096 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
[pid=167372/tid=167392] ppid=167369 vsize=19063512 memory=-8527398104689582780 CPUtime=0 cores=4,6
/proc/167372/task/167392/stat : 167392 (Timer-0) S 167369 167372 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239299144 19521036288 2753286 18446744073709551615 94032443920384 94032443924080 140728719240240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94032443931896 94032443932688 94032452427776 140728719243647 140728719243748 140728719243748 140728719249352 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11013144 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.8 s, system=3.39748 s

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

[startup+3576.5 s]*
/proc/loadavg: 2.68 3.68 4.00 3/273 167778
/proc/meminfo: memFree=119333460/131249996 swapFree=33010416/33010684
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): 3576.53
CPU time (s): 3600.2
CPU user time (s): 3596.8
CPU system time (s): 3.39748
CPU usage (%): 100.662
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 11013144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.8
system time used= 3.39748
maximum resident set size= 11014040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109980
involuntary context switches= 5342


# summary of solver processes directly reported to runsolver:
#   pid: 167372
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.8
#   total CPU system time (s): 3.39748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34682 second user time and 16.8416 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-23 04:03:33
IDJOB=4545045
IDBENCH=180696
IDSOLVER=3363
FILE ID=nodeC017/4545045-1753236213
RUNJOBID= nodeC017-1753232630-166546
SLURM_JOB_ID= 9687845
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545045-1753236213/watcher-4545045-1753236213 -o /tmp/evaluation-result-4545045-1753236213/solver-4545045-1753236213 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166546 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4545045-1753236213.opb

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=419748241

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3600.048
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.071
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3637.093
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3594.026
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.083
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.082
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3596.947
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3585.735
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113961476 kB
MemAvailable:   114410620 kB
Buffers:            1688 kB
Cached:          1216128 kB
SwapCached:           32 kB
Active:         16316556 kB
Inactive:         242388 kB
Active(anon):   15343272 kB
Inactive(anon):    24108 kB
Active(file):     973284 kB
Inactive(file):   218280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2636 kB
Writeback:             0 kB
AnonPages:      15343540 kB
Mapped:           128924 kB
Shmem:             26240 kB
KReclaimable:     193236 kB
Slab:             289056 kB
SReclaimable:     193236 kB
SUnreclaim:        95820 kB
KernelStack:        5200 kB
PageTables:        33736 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   23408304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15030272 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC017 at 2025-07-23 05:03:10