Trace number 4492409

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 VeriPB 2025-06-06? (TO) 3600.32 3558.98

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
MD5SUM6180e07a8a28dc9855a92185a7357651
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 benchmark0.013872
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2800
Total number of constraints150
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
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 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.19	c version PB25.v20250606
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.21	c os.arch		amd64
0.13/0.22	c Free memory 		2104792832
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2113929216
0.13/0.23	c Number of processors 	2
0.31/0.33	c Pseudo Boolean Optimization by upper bound
0.31/0.33	c --- Begin Solver configuration ---
0.31/0.33	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.31/0.33	c Learn all clauses as in MiniSAT
0.31/0.33	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.33	c Expensive reason simplification
0.31/0.33	c Glucose 2.1 dynamic restart strategy
0.31/0.33	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.31/0.33	c timeout=2147483s
0.31/0.33	c DB Simplification allowed=false
0.31/0.33	c Listener: none
0.31/0.33	c --- End Solver configuration ---
0.31/0.33	c solving HOME/instance-4492409-1751145498.opb
0.31/0.33	c reading problem ... 
0.46/0.33	c using VERIPB proof format
0.46/0.34	c  no objective function found
0.65/0.45	c ... done. Wall clock time 0.115s.
0.65/0.45	c declared #vars     2800
0.65/0.45	c #constraints  150
0.65/0.45	c constraints type 
0.65/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.65/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80
0.65/0.45	c 150 constraints processed.
4.71/2.51	c cleaning 2498 clauses out of 5001 with flag 32390/5001
6.84/4.27	c cleaning 4240 clauses out of 8502 with flag 73092/11000
9.04/5.85	c cleaning 5606 clauses out of 11263 with flag 116671/18001
13.13/9.65	c cleaning 6679 clauses out of 13656 with flag 174337/26000
22.80/19.17	c cleaning 7983 clauses out of 15977 with flag 291963/35000
34.77/30.76	c cleaning 8997 clauses out of 17995 with flag 425175/45001
41.79/37.77	c cleaning 9995 clauses out of 19997 with flag 582946/56000
52.94/48.34	c cleaning 11001 clauses out of 22004 with flag 758841/68002
70.01/65.42	c cleaning 11999 clauses out of 24006 with flag 953347/81005
86.41/81.47	c cleaning 13001 clauses out of 26002 with flag 1160706/95000
98.39/93.07	c cleaning 13996 clauses out of 28001 with flag 1361924/110000
111.35/105.76	c cleaning 15002 clauses out of 30005 with flag 1524249/126000
129.76/123.63	c cleaning 15991 clauses out of 32004 with flag 1667307/143001
154.27/147.72	c cleaning 17001 clauses out of 34014 with flag 1828221/161002
175.82/169.11	c cleaning 18002 clauses out of 36011 with flag 2002154/180000
202.18/195.09	c cleaning 18997 clauses out of 38010 with flag 2191075/200001
234.24/226.78	c cleaning 20003 clauses out of 40016 with flag 2378100/221004
266.51/258.88	c cleaning 20998 clauses out of 42010 with flag 2569556/243001
293.28/285.28	c cleaning 22000 clauses out of 44012 with flag 2763035/266001
327.64/319.18	c cleaning 22996 clauses out of 46012 with flag 3011167/290001
364.34/354.63	c cleaning 23998 clauses out of 48016 with flag 3259824/315001
409.73/399.52	c cleaning 24997 clauses out of 50017 with flag 3499081/341000
459.56/449.03	c cleaning 25993 clauses out of 52022 with flag 3758825/368002
510.47/499.67	c cleaning 26985 clauses out of 54028 with flag 4031134/396001
566.47/554.92	c cleaning 28016 clauses out of 56043 with flag 4322255/425001
611.02/598.95	c cleaning 29008 clauses out of 58026 with flag 4596878/455000
667.11/654.61	c cleaning 30007 clauses out of 60025 with flag 4865130/486007
723.91/710.76	c cleaning 31000 clauses out of 62015 with flag 5163728/518004
771.72/758.23	c cleaning 31995 clauses out of 64014 with flag 5436191/551003
833.61/818.67	c cleaning 33003 clauses out of 66021 with flag 5707730/585005
896.07/880.33	c cleaning 33999 clauses out of 68013 with flag 6015702/620000
968.60/952.45	c cleaning 35003 clauses out of 70014 with flag 6335035/656000
1029.30/1012.41	c cleaning 35995 clauses out of 72011 with flag 6736198/693000
1096.19/1078.76	c cleaning 36991 clauses out of 74016 with flag 7117813/731000
1162.88/1144.61	c cleaning 38006 clauses out of 76026 with flag 7541381/770001
1244.60/1225.78	c cleaning 39006 clauses out of 78019 with flag 7962711/810000
1333.03/1311.44	c cleaning 40003 clauses out of 80013 with flag 8411462/851000
1426.01/1403.68	c cleaning 40996 clauses out of 82010 with flag 8847632/893000
1528.83/1505.88	c cleaning 42001 clauses out of 84016 with flag 9299597/936002
1633.50/1610.04	c cleaning 42996 clauses out of 86016 with flag 9793919/980003
1739.54/1715.57	c cleaning 44002 clauses out of 88017 with flag 10326138/1025000
1851.03/1826.50	c cleaning 45001 clauses out of 90016 with flag 10814667/1071001
1966.77/1941.65	c cleaning 45994 clauses out of 92017 with flag 11335616/1118003
2092.71/2068.42	c cleaning 47000 clauses out of 94020 with flag 11899874/1166000
2202.55/2174.66	c cleaning 47984 clauses out of 96020 with flag 12424575/1215000
2285.34/2256.60	c cleaning 49013 clauses out of 98037 with flag 12857506/1265001
2382.14/2352.83	c cleaning 50002 clauses out of 100023 with flag 13269810/1316000
2466.64/2436.88	c cleaning 51005 clauses out of 102024 with flag 13705326/1368003
2556.50/2525.86	c cleaning 51999 clauses out of 104016 with flag 14185045/1421000
2653.28/2621.61	c cleaning 53005 clauses out of 106018 with flag 14659945/1475001
2739.39/2706.82	c cleaning 54003 clauses out of 108013 with flag 15094897/1530001
2869.00/2835.20	c cleaning 54992 clauses out of 110009 with flag 15536826/1586000
2997.07/2959.53	c cleaning 56003 clauses out of 112019 with flag 16019827/1643002
3102.62/3064.20	c cleaning 57001 clauses out of 114014 with flag 16505015/1701000
3210.76/3171.39	c cleaning 58001 clauses out of 116014 with flag 16983469/1760001
3335.55/3295.30	c cleaning 59002 clauses out of 118013 with flag 17477060/1820001
3495.17/3454.27	c cleaning 60003 clauses out of 120014 with flag 17954854/1881004
3595.30/3554.10	c cleaning 60998 clauses out of 122007 with flag 18532575/1943000
3600.07/3558.82	c timeout
3600.07/3558.84	c starts		: 1806
3600.07/3558.85	c conflicts		: 1948765
3600.07/3558.85	c decisions		: 3661030
3600.07/3558.85	c propagations		: 43507097
3600.07/3558.85	c inspects		: 7816615738
3600.07/3558.85	c shortcuts		: 0
3600.07/3558.85	c learnt literals	: 0
3600.07/3558.85	c learnt binary clauses	: 0
3600.07/3558.85	c learnt ternary clauses	: 0
3600.07/3558.87	c learnt constraints	: 1948765
3600.07/3558.87	c ignored constraints	: 0
3600.07/3558.87	c root simplifications	: 0
3600.07/3558.87	c removed literals (reason simplification)	: 48378027
3600.07/3558.87	c reason swapping (by a shorter reason)	: 0
3600.07/3558.87	c Calls to reduceDB	: 58
3600.07/3558.87	c Number of update (reduction) of LBD	: 1430921
3600.07/3558.87	c Imported unit clauses	: 0
3600.07/3558.87	c No decision after first conflict	: false
3600.07/3558.87	c number of reductions to clauses (during analyze)	: 0
3600.07/3558.87	c number of learned constraints concerned by reduction	: 0
3600.07/3558.87	c number of learning phase by resolution	: 0
3600.07/3558.87	c number of learning phase by cutting planes	: 0
3600.07/3558.87	c number of rounding to 1 operations	: 0
3600.07/3558.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3558.87	c number of reductions of the coefficients by power 2 	: 0
3600.07/3558.87	c number of right shift for reduction by power 2 	: 0
3600.07/3558.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3558.88	c number of ending skipping 	: 0
3600.07/3558.88	c number of internal skipping 	: 0
3600.07/3558.88	c number of derivation steps 	: 0
3600.07/3558.88	c number of skipped derivation steps 	: 0
3600.07/3558.88	c number of remaining unassigned 	: 0
3600.07/3558.88	c number of remaining assigned 	: 0
3600.07/3558.88	c number of falsified literals weakened from reason	: 0
3600.07/3558.88	c number of falsified literals weakened from conflict	: 0
3600.07/3558.88	c time for arithmetic operations	: 0
3600.07/3558.88	c minimum degree of deleted constraints	: null
3600.07/3558.88	c maximum degree of deleted constraints	: null
3600.07/3558.88	c number of deleted constraints	: 0
3600.07/3558.88	c speed (assignments/second)	: 12226.517604296963
3600.07/3558.88	c non guided choices	: 5798
3600.23/3558.94	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 66774
3600.23/3558.94	s UNKNOWN
3600.23/3558.94	c Total wall clock time (in seconds): 3558.611

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: 63837 MiB (62254 MiB free)
  memory of node 1: 64465 MiB (60909 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492409-1751145498/watcher-4492409-1751145498 -o /tmp/evaluation-result-4492409-1751145498/solver-4492409-1751145498 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13823 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492409-1751145498 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492409-1751145498.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 FSIZE limit: 102400000 KiB
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
Starting watchdog thread
solver pid=14400, runsolver pid=14397
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 2.34 1.95 2.89 6/330 14418
/proc/meminfo: memFree=126104944/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=18930384 memory=48264 CPUtime=0.13 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 5760 0 0 0 9 4 0 0 20 0 18 0 30228959 19384713216 12066 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4732596 12066 5328 1 0 546982 0
[pid=14400/tid=14402] ppid=14397 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 4666 0 0 0 6 2 0 0 20 0 18 0 30228961 19384713216 12098 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30228966 19384713216 12098 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=18930384 memory=60693105881846 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30228967 19384713216 12098 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48264 KiB

[startup+0.221516 s]*
/proc/loadavg: 2.34 1.95 2.89 6/330 14418
/proc/meminfo: memFree=126103276/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=18930384 memory=55352 CPUtime=0.31 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 6494 0 0 0 26 5 0 0 20 0 18 0 30228959 19384713216 13838 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4732596 13838 5328 1 0 547565 0
[pid=14400/tid=14402] ppid=14397 vsize=18930384 memory=4026532124 CPUtime=0.2 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 5018 0 0 0 17 3 0 0 20 0 18 0 30228961 19384713216 13838 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=18930384 memory=14857 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30228966 19384713216 13838 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=18930384 memory=59593594242043 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30228967 19384713216 13838 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55352 KiB

[startup+0.317572 s]*
/proc/loadavg: 2.34 1.95 2.89 8/330 14418
/proc/meminfo: memFree=126082808/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=18930384 memory=58380 CPUtime=0.46 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 6754 0 0 0 40 6 0 0 20 0 18 0 30228959 19384713216 14595 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4732596 14595 5328 1 0 547771 0
[pid=14400/tid=14402] ppid=14397 vsize=18930384 memory=-6000919476934502510 CPUtime=0.28 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 5208 0 0 0 25 3 0 0 20 0 18 0 30228961 19384713216 14595 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30228966 19384713216 14595 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30228967 19384713216 14595 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58380 KiB

[startup+0.700327 s]
/proc/loadavg: 2.34 1.95 2.89 7/331 14419
/proc/meminfo: memFree=126037312/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=18996948 memory=76972 CPUtime=1.17 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 8377 0 0 0 109 8 0 0 20 0 19 0 30228959 19452874752 19243 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4749237 19243 5392 1 0 548855 0
[pid=14400/tid=14402] ppid=14397 vsize=18996948 memory=17408 CPUtime=0.65 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 5348 0 0 0 61 4 0 0 20 0 19 0 30228961 19452874752 19243 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30228966 19452874752 19243 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30228967 19452874752 19243 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30229005 19452874752 19243 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76972 KiB

[startup+1.50026 s]
/proc/loadavg: 2.71 2.03 2.91 7/332 14420
/proc/meminfo: memFree=125954048/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=167020 CPUtime=2.73 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 15855 0 0 0 261 12 0 0 20 0 20 0 30228959 19521036288 41755 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 41755 5456 1 0 551362 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=0 CPUtime=1.38 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 5778 0 0 0 131 7 0 0 20 0 20 0 30228961 19521036288 41755 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 41755 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 41755 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 41755 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167020 KiB

[startup+3.10581 s]
/proc/loadavg: 2.71 2.03 2.91 6/333 14421
/proc/meminfo: memFree=125430204/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=201956 CPUtime=5.68 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 19791 0 0 0 552 16 0 0 20 0 20 0 30228959 19521036288 50489 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 50489 5456 1 0 551615 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=11264 CPUtime=2.92 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 6885 0 0 0 283 9 0 0 20 0 20 0 30228961 19521036288 50489 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=-6000919476934502510 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 50489 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 50489 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 50489 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201956 KiB

[startup+6.3002 s]
/proc/loadavg: 2.89 2.08 2.93 6/333 14421
/proc/meminfo: memFree=124996936/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=347388 CPUtime=9.63 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 22604 0 0 0 939 24 0 0 20 0 20 0 30228959 19521036288 86847 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 86847 5456 1 0 551669 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=0 CPUtime=5.95 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) S 14397 14400 13812 0 -1 4194368 7338 0 0 0 580 15 0 0 20 0 20 0 30228961 19521036288 86847 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 86847 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 86847 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=167032 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 86847 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 9.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 347388 KiB

[startup+12.7004 s]
/proc/loadavg: 2.98 2.12 2.93 6/334 14423
/proc/meminfo: memFree=124034212/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=780644 CPUtime=16.22 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 27526 0 0 0 1583 39 0 0 20 0 20 0 30228959 19521036288 195161 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 195161 5456 1 0 816179 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=167032 CPUtime=11.88 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) S 14397 14400 13812 0 -1 4194368 7870 0 0 0 1162 26 0 0 20 0 20 0 30228961 19521036288 195161 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 195161 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=653616 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 195161 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 195161 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 16.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 780644 KiB

[startup+25.5003 s]
/proc/loadavg: 3.14 2.18 2.94 6/334 14423
/proc/meminfo: memFree=121974804/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=1625980 CPUtime=29.44 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 30272 0 0 0 2878 66 0 0 20 0 20 0 30228959 19521036288 406495 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 406495 5456 1 0 1192183 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=-6000919476934502510 CPUtime=23.97 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 9181 0 0 0 2352 45 0 0 20 0 20 0 30228961 19521036288 406495 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 406495 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 406495 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 406495 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 29.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1625980 KiB

[startup+51.1057 s]
/proc/loadavg: 3.62 2.38 2.99 6/334 14423
/proc/meminfo: memFree=119034808/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=3489172 CPUtime=55.73 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 34042 0 0 0 5449 124 0 0 20 0 20 0 30228959 19521036288 872293 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 872293 5488 1 0 1338411 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=3489172 CPUtime=48.12 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 11056 0 0 0 4725 87 0 0 20 0 20 0 30228961 19521036288 872293 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=3359996 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 872293 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0

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

[startup+3222.3 s]
/proc/loadavg: 4.13 4.15 4.14 6/331 14627
/proc/meminfo: memFree=80362188/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=10580376 CPUtime=3261.98 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 301358 0 0 0 324446 1752 0 0 20 0 20 0 30228959 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 2645094 5520 1 0 2659109 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=10580248 CPUtime=3138.72 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 160901 0 0 0 312409 1463 0 0 20 0 20 0 30228961 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=10580376 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 3322 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 3261.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10580376 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.15 4.14 6/331 14629
/proc/meminfo: memFree=80015184/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=10580376 CPUtime=3322.52 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 306035 0 0 0 330478 1774 0 0 20 0 20 0 30228959 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 2645094 5520 1 0 2659109 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=10580376 CPUtime=3197.48 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 164158 0 0 0 318266 1482 0 0 20 0 20 0 30228961 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=10580376 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=10580376 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 3456 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=10580376 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 3322.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10580376 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.16 4.14 6/331 14631
/proc/meminfo: memFree=79607792/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=10580376 CPUtime=3382.94 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 310572 0 0 0 336492 1802 0 0 20 0 20 0 30228959 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 2645094 5520 1 0 2659109 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=11264 CPUtime=3256.15 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 167371 0 0 0 324110 1505 0 0 20 0 20 0 30228961 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=17344 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=10580376 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 3510 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 3382.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10580376 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.14 4.13 6/332 14636
/proc/meminfo: memFree=79281176/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=10580376 CPUtime=3443.2 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 315352 0 0 0 342497 1823 0 0 20 0 20 0 30228959 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 2645094 5520 1 0 2659109 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=17344 CPUtime=3315.23 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 171080 0 0 0 330001 1522 0 0 20 0 20 0 30228961 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=10580376 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 3511 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=10580376 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 3443.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10580376 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.13 6/332 14642
/proc/meminfo: memFree=78943376/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=10580376 CPUtime=3503.37 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 319727 0 0 0 348492 1845 0 0 20 0 20 0 30228959 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 2645094 5520 1 0 2659109 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=17344 CPUtime=3374.35 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 174239 0 0 0 335894 1541 0 0 20 0 20 0 30228961 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=10580376 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 3603 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 3503.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10580376 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.13 7/329 14711
/proc/meminfo: memFree=91049308/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=10580376 CPUtime=3563.07 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 323513 0 0 0 354435 1872 0 0 20 0 20 0 30228959 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 2645094 5520 1 0 2659109 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=10580376 CPUtime=3432 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 177534 0 0 0 341635 1565 0 0 20 0 20 0 30228961 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=2884 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 3647 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=10580376 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 3563.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10580376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3558.8 s]
/proc/loadavg: 4.16 4.14 4.13 6/333 14715
/proc/meminfo: memFree=89230068/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19063512 memory=10580376 CPUtime=3600.07 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 327420 0 0 0 358116 1891 0 0 20 0 20 0 30228959 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4765878 2645094 5520 1 0 2659109 0
[pid=14400/tid=14402] ppid=14397 vsize=19063512 memory=4480 CPUtime=3467.47 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 179940 0 0 0 345165 1582 0 0 20 0 20 0 30228961 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30228966 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 3742 0 0 0 0 0 0 0 20 0 20 0 30228967 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14419] ppid=14397 vsize=19063512 memory=6016 CPUtime=0 cores=4,6
/proc/14400/task/14419/stat : 14419 (Timer-0) S 14397 14400 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30229005 19521036288 2645094 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10580376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.35 s, system=18.9709 s

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

[startup+3558.9 s]
/proc/loadavg: 4.16 4.14 4.13 6/333 14715
/proc/meminfo: memFree=89230068/131382116 swapFree=33010684/33010684
[pid=14400] ppid=14397 vsize=19263204 memory=10581272 CPUtime=3600.23 cores=4,6
/proc/14400/stat : 14400 (java) S 14397 14400 13812 0 -1 4194304 329668 0 0 0 358129 1894 0 0 20 0 21 0 30228959 19725520896 2645318 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
/proc/14400/statm: 4815801 2645318 5520 1 0 2660055 0
[pid=14400/tid=14402] ppid=14397 vsize=19263204 memory=10580376 CPUtime=3467.5 cores=4,6
/proc/14400/task/14402/stat : 14402 (java) R 14397 14400 13812 0 -1 4194368 180345 0 0 0 345167 1583 0 0 20 0 21 0 30228961 19725520896 2645318 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14411] ppid=14397 vsize=19263204 memory=3200 CPUtime=0 cores=4,6
/proc/14400/task/14411/stat : 14411 (Finalizer) S 14397 14400 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30228966 19725520896 2645318 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
[pid=14400/tid=14418] ppid=14397 vsize=19263204 memory=14080 CPUtime=0 cores=4,6
/proc/14400/task/14418/stat : 14418 (Common-Cleaner) S 14397 14400 13812 0 -1 4194368 3742 0 0 0 0 0 0 0 20 0 21 0 30228967 19725520896 2645318 18446744073709551615 94837437194240 94837437197936 140733891226432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94837437205752 94837437206544 94837461970944 140733891234096 140733891234278 140733891234278 140733891239880 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10581272 KiB

Child status: 143

Real time (s): 3558.98
CPU time (s): 3600.32
CPU user time (s): 3581.35
CPU system time (s): 18.9709
CPU usage (%): 101.162
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10581556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.35
system time used= 18.9709
maximum resident set size= 10581556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329916
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20337968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122258
involuntary context switches= 16345


# summary of solver processes directly reported to runsolver:
#   pid: 14400
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3581.35
#   total CPU system time (s): 18.9709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.118 second user time and 34.9346 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-28 23:18:18
IDJOB=4492409
IDBENCH=147791
IDSOLVER=3364
FILE ID=nodeC004/4492409-1751145498
RUNJOBID= nodeC004-1751145467-13823
SLURM_JOB_ID= 9587447
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492409-1751145498/watcher-4492409-1751145498 -o /tmp/evaluation-result-4492409-1751145498/solver-4492409-1751145498 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13823 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492409-1751145498 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492409-1751145498.opb

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

MD5SUM BENCH= 6180e07a8a28dc9855a92185a7357651
RANDOM SEED=625667253

nodeC004 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	: 0xb00001f
cpu MHz		: 1197.238
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3591.663
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1796.560
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1213.491
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.247
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1397.483
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.352
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1795.819
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126120484 kB
MemAvailable:   126092580 kB
Buffers:            3280 kB
Cached:           784696 kB
SwapCached:            0 kB
Active:          4159512 kB
Inactive:         552332 kB
Active(anon):    3942192 kB
Inactive(anon):        0 kB
Active(file):     217320 kB
Inactive(file):   552332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            433236 kB
Writeback:             0 kB
AnonPages:       3927156 kB
Mapped:           122192 kB
Shmem:             17976 kB
KReclaimable:      84144 kB
Slab:             177168 kB
SReclaimable:      84144 kB
SUnreclaim:        93024 kB
KernelStack:        5072 kB
PageTables:        11400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10023176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3729408 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC004 at 2025-06-29 00:17:37