Trace number 4521915

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.15 3593.13

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1540
Best CPU time to get the best result obtained on this benchmark1304.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4521915-1751594166.opb
0.12/0.14	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.19	c  objective function found
506.15/503.76	c ... done. Wall clock time 503.619s.
506.15/503.76	c declared #vars     4576880
506.15/503.76	c #constraints  176770
506.15/503.76	c constraints type 
506.15/503.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87615
506.15/503.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 89155
506.15/503.76	c 176770 constraints processed.
506.15/503.77	c objective function length is 3080 literals
512.83/508.59	c cleaning 2496 clauses out of 5000 with flag 31344/5000
518.41/513.89	c cleaning 4244 clauses out of 8504 with flag 71015/11000
524.62/519.79	c cleaning 5621 clauses out of 11261 with flag 118113/18001
531.32/526.28	c cleaning 6804 clauses out of 13641 with flag 170100/26002
539.51/534.38	c cleaning 7906 clauses out of 15835 with flag 233978/35000
549.47/547.36	c cleaning 8952 clauses out of 17929 with flag 303694/45000
561.05/558.99	c cleaning 9974 clauses out of 19977 with flag 384801/56000
571.68/569.54	c cleaning 10990 clauses out of 22004 with flag 459439/68001
581.26/579.12	c cleaning 12000 clauses out of 24014 with flag 552766/81001
592.04/589.98	c cleaning 12993 clauses out of 26013 with flag 654288/95000
604.30/602.16	c cleaning 13981 clauses out of 28021 with flag 753367/110001
618.66/616.56	c cleaning 15013 clauses out of 30040 with flag 863556/126001
636.25/634.02	c cleaning 16007 clauses out of 32029 with flag 978387/143003
659.34/657.01	c cleaning 17007 clauses out of 34023 with flag 1101023/161004
683.27/681.08	c cleaning 17998 clauses out of 36013 with flag 1239290/180001
700.64/698.40	c cleaning 18989 clauses out of 38015 with flag 1377251/200001
720.95/718.57	c cleaning 19987 clauses out of 40026 with flag 1518633/221001
740.11/737.79	c cleaning 20987 clauses out of 42038 with flag 1663584/243000
765.22/762.88	c cleaning 22001 clauses out of 44053 with flag 1832054/266002
789.45/787.05	c cleaning 22992 clauses out of 46050 with flag 2023937/290000
809.92/807.47	c cleaning 23997 clauses out of 48058 with flag 2202795/315000
840.55/838.07	c cleaning 25014 clauses out of 50063 with flag 2379762/341002
862.30/860.15	c cleaning 25982 clauses out of 52048 with flag 2556974/368001
898.52/896.10	c cleaning 26986 clauses out of 54065 with flag 2737181/396000
924.43/921.95	c cleaning 27963 clauses out of 56079 with flag 2933023/425000
950.95/948.96	c cleaning 28984 clauses out of 58116 with flag 3122296/455000
977.47/975.40	c cleaning 29961 clauses out of 60137 with flag 3329519/486005
1016.83/1015.08	c cleaning 30992 clauses out of 62173 with flag 3552844/518002
1047.35/1045.55	c cleaning 32080 clauses out of 64180 with flag 3791319/551001
1096.58/1095.01	c cleaning 33039 clauses out of 66101 with flag 4045724/585002
1146.74/1145.21	c cleaning 33983 clauses out of 68062 with flag 4298362/620002
1197.34/1195.84	c cleaning 34995 clauses out of 70077 with flag 4530557/656000
1231.10/1229.55	c cleaning 36012 clauses out of 72082 with flag 4791411/693000
1295.00/1293.50	c cleaning 37024 clauses out of 74070 with flag 5064929/731000
1409.77/1406.36	c cleaning 38018 clauses out of 76046 with flag 5379305/770000
1473.75/1467.64	c cleaning 38998 clauses out of 78031 with flag 5713382/810003
1508.75/1502.89	c cleaning 39981 clauses out of 80030 with flag 5993474/851000
1575.00/1569.31	c cleaning 40996 clauses out of 82051 with flag 6275562/893002
1655.14/1649.57	c cleaning 41993 clauses out of 84053 with flag 6590117/936000
1743.46/1735.20	c cleaning 43001 clauses out of 86062 with flag 6918206/980002
1838.80/1827.99	c cleaning 43999 clauses out of 88059 with flag 7246601/1025000
1895.47/1885.47	c cleaning 45005 clauses out of 90061 with flag 7606211/1071001
1974.30/1965.60	c cleaning 46003 clauses out of 92056 with flag 7996408/1118001
2044.08/2032.84	c cleaning 47000 clauses out of 94053 with flag 8405752/1166001
2119.00/2111.09	c cleaning 47990 clauses out of 96052 with flag 8772703/1215000
2190.69/2180.38	c cleaning 48998 clauses out of 98063 with flag 9162535/1265001
2272.60/2259.65	c cleaning 50006 clauses out of 100064 with flag 9620911/1316000
2350.63/2337.77	c cleaning 50983 clauses out of 102058 with flag 10047780/1368000
2452.71/2441.41	c cleaning 51995 clauses out of 104079 with flag 10552510/1421004
2523.53/2516.44	c cleaning 53027 clauses out of 106082 with flag 10963607/1475002
2621.83/2614.27	c cleaning 54012 clauses out of 108055 with flag 11351400/1530002
2726.10/2719.98	c cleaning 55004 clauses out of 110041 with flag 11763489/1586000
2815.07/2806.52	c cleaning 55996 clauses out of 112038 with flag 12185263/1643001
2916.57/2909.87	c cleaning 57002 clauses out of 114041 with flag 12594734/1701000
3011.42/3005.76	c cleaning 58006 clauses out of 116043 with flag 13019748/1760004
3116.42/3108.19	c cleaning 59005 clauses out of 118035 with flag 13484050/1820002
3220.99/3213.26	c cleaning 59994 clauses out of 120028 with flag 13960283/1881000
3344.48/3334.01	c cleaning 61003 clauses out of 122034 with flag 14418303/1943000
3460.99/3454.16	c cleaning 62000 clauses out of 124031 with flag 14935289/2006000
3550.80/3546.43	c cleaning 62994 clauses out of 126031 with flag 15422203/2070000
3600.02/3593.02	c starts		: 1446
3600.02/3593.02	c conflicts		: 2106485
3600.02/3593.02	c decisions		: 162866961
3600.02/3593.02	c propagations		: 358771172
3600.02/3593.02	c inspects		: 6271696536
3600.02/3593.02	c shortcuts		: 0
3600.02/3593.02	c learnt literals	: 0
3600.02/3593.02	c learnt binary clauses	: 0
3600.02/3593.02	c learnt ternary clauses	: 0
3600.02/3593.02	c learnt constraints	: 2106485
3600.02/3593.02	c ignored constraints	: 0
3600.02/3593.02	c root simplifications	: 0
3600.02/3593.02	c removed literals (reason simplification)	: 5782714
3600.02/3593.02	c reason swapping (by a shorter reason)	: 0
3600.02/3593.02	c Calls to reduceDB	: 60
3600.02/3593.02	c Number of update (reduction) of LBD	: 1421089
3600.02/3593.02	c Imported unit clauses	: 0
3600.02/3593.02	c No decision after first conflict	: false
3600.02/3593.02	c number of reductions to clauses (during analyze)	: 0
3600.02/3593.02	c number of learned constraints concerned by reduction	: 0
3600.02/3593.02	c number of learning phase by resolution	: 0
3600.02/3593.02	c number of learning phase by cutting planes	: 0
3600.02/3593.02	c number of rounding to 1 operations	: 0
3600.02/3593.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3593.02	c number of reductions of the coefficients by power 2 	: 0
3600.02/3593.02	c number of right shift for reduction by power 2 	: 0
3600.02/3593.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3593.02	c number of ending skipping 	: 0
3600.02/3593.02	c number of internal skipping 	: 0
3600.02/3593.02	c number of derivation steps 	: 0
3600.02/3593.02	c number of skipped derivation steps 	: 0
3600.02/3593.02	c number of remaining unassigned 	: 0
3600.02/3593.02	c number of remaining assigned 	: 0
3600.02/3593.02	c number of falsified literals weakened from reason	: 0
3600.02/3593.02	c number of falsified literals weakened from conflict	: 0
3600.02/3593.02	c time for arithmetic operations	: 0
3600.02/3593.02	c minimum degree of deleted constraints	: null
3600.02/3593.02	c maximum degree of deleted constraints	: null
3600.02/3593.02	c number of deleted constraints	: 0
3600.02/3593.03	c speed (assignments/second)	: 116140.47652498419
3600.02/3593.03	c non guided choices	: 159584691
3600.02/3593.03	c timeout
3600.02/3593.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 99522
3600.02/3593.08	s UNKNOWN
3600.02/3593.08	c Total wall clock time (in seconds): 3592.94

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: 63708 MiB (35494 MiB free)
  memory of node 1: 64465 MiB (19339 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521915-1751594166/watcher-4521915-1751594166 -o /tmp/evaluation-result-4521915-1751594166/solver-4521915-1751594166 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751590761-83620 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521915-1751594166 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4521915-1751594166.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=83999, runsolver pid=83996
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.24 4.23 4.19 7/345 84017
/proc/meminfo: memFree=56115724/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18930384 memory=55644 CPUtime=0.12 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 6525 0 0 0 10 2 0 0 20 0 18 0 75094575 19384713216 13911 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4732596 13911 5369 1 0 547604 0
[pid=83999/tid=84001] ppid=83996 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 5044 0 0 0 7 1 0 0 20 0 18 0 75094576 19384713216 13911 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75094578 19384713216 13911 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75094579 19384713216 13911 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55644 KiB

[startup+0.206005 s]*
/proc/loadavg: 4.24 4.23 4.19 7/345 84017
/proc/meminfo: memFree=55979044/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18930384 memory=190272 CPUtime=0.26 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 6924 0 0 0 21 5 0 0 20 0 18 0 75094575 19384713216 47568 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4732596 47568 5433 1 0 547813 0
[pid=83999/tid=84001] ppid=83996 vsize=18930384 memory=4026794268 CPUtime=0.15 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 5309 0 0 0 12 3 0 0 20 0 18 0 75094576 19384713216 47568 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18930384 memory=16099 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75094578 19384713216 47568 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75094579 19384713216 47568 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 190272 KiB

[startup+0.305917 s]*
/proc/loadavg: 4.24 4.23 4.19 5/345 84017
/proc/meminfo: memFree=55704928/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18930384 memory=481808 CPUtime=0.41 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 7230 0 0 0 31 10 0 0 20 0 18 0 75094575 19384713216 120452 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4732596 120452 5433 1 0 547937 0
[pid=83999/tid=84001] ppid=83996 vsize=18930384 memory=-6000919481229076839 CPUtime=0.25 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 5492 0 0 0 16 9 0 0 20 0 18 0 75094576 19384713216 120964 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75094578 19384713216 120964 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75094579 19384713216 120964 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 481808 KiB

[startup+0.700258 s]
/proc/loadavg: 4.24 4.23 4.19 6/346 84018
/proc/meminfo: memFree=55277372/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18996948 memory=887728 CPUtime=1.07 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 11788 0 0 0 88 19 0 0 20 0 19 0 75094575 19452874752 221932 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4749237 221932 5465 1 0 551192 0
[pid=83999/tid=84001] ppid=83996 vsize=18996948 memory=14336 CPUtime=0.61 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 5676 0 0 0 45 16 0 0 20 0 19 0 75094576 19452874752 221932 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75094578 19452874752 221932 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75094579 19452874752 221932 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 887728 KiB

[startup+1.50025 s]
/proc/loadavg: 4.24 4.23 4.19 5/346 84018
/proc/meminfo: memFree=55259480/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18996948 memory=1100300 CPUtime=1.94 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 12303 0 0 0 170 24 0 0 20 0 19 0 75094575 19452874752 275075 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4749237 275075 5465 1 0 663982 0
[pid=83999/tid=84001] ppid=83996 vsize=18996948 memory=3200 CPUtime=1.38 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 5815 0 0 0 118 20 0 0 20 0 19 0 75094576 19452874752 275075 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75094578 19452874752 275075 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75094579 19452874752 275075 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 1.94 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1100300 KiB

[startup+3.106 s]
/proc/loadavg: 4.24 4.23 4.19 5/346 84018
/proc/meminfo: memFree=54574032/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18996948 memory=1555652 CPUtime=3.77 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 13334 0 0 0 344 33 0 0 20 0 19 0 75094575 19452874752 388913 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4749237 388913 5465 1 0 925098 0
[pid=83999/tid=84001] ppid=83996 vsize=18996948 memory=10624 CPUtime=2.9 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) S 83996 83999 83609 0 -1 4194368 6134 0 0 0 262 28 0 0 20 0 19 0 75094576 19452874752 388913 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75094578 19452874752 388913 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75094579 19452874752 388913 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 3.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1555652 KiB

[startup+6.30023 s]
/proc/loadavg: 4.38 4.26 4.20 5/346 84018
/proc/meminfo: memFree=54288484/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18996948 memory=1803580 CPUtime=7.1 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 14220 0 0 0 671 39 0 0 20 0 19 0 75094575 19452874752 450895 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4749237 450895 5497 1 0 1052540 0
[pid=83999/tid=84001] ppid=83996 vsize=18996948 memory=10624 CPUtime=5.97 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 6577 0 0 0 564 33 0 0 20 0 19 0 75094576 19452874752 450895 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75094578 19452874752 450895 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18996948 memory=-6000919481229076839 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75094579 19452874752 450895 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 7.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1803580 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.26 4.20 5/346 84018
/proc/meminfo: memFree=54000000/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18996948 memory=2027864 CPUtime=13.76 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 19640 0 0 0 1331 45 0 0 20 0 19 0 75094575 19452874752 506966 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4749237 506966 5497 1 0 1175881 0
[pid=83999/tid=84001] ppid=83996 vsize=18996948 memory=14156 CPUtime=12.1 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 6976 0 0 0 1173 37 0 0 20 0 19 0 75094576 19452874752 506966 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75094578 19452874752 506966 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75094579 19452874752 506966 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 13.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2027864 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.25 4.20 5/346 84018
/proc/meminfo: memFree=53872224/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18996948 memory=2034724 CPUtime=26.66 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 23689 0 0 0 2619 47 0 0 20 0 19 0 75094575 19452874752 508681 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4749237 508681 5497 1 0 1175881 0
[pid=83999/tid=84001] ppid=83996 vsize=18996948 memory=5632 CPUtime=24.35 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 8096 0 0 0 2397 38 0 0 20 0 19 0 75094576 19452874752 508681 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18996948 memory=2029256 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75094578 19452874752 508681 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18996948 memory=2034468 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75094579 19452874752 508681 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 26.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2034724 KiB

[startup+51.1059 s]
/proc/loadavg: 4.39 4.28 4.21 5/346 84018
/proc/meminfo: memFree=53648136/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18996948 memory=2041060 CPUtime=52.31 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 27992 0 0 0 5180 51 0 0 20 0 19 0 75094575 19452874752 510265 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4749237 510265 5497 1 0 1175881 0
[pid=83999/tid=84001] ppid=83996 vsize=18996948 memory=2038884 CPUtime=48.87 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 10020 0 0 0 4847 40 0 0 20 0 19 0 75094576 19452874752 510265 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=18996948 memory=2038884 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75094578 19452874752 510265 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=18996948 memory=2038884 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75094579 19452874752 510265 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 52.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2041060 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.25 4.20 5/345 84020
/proc/meminfo: memFree=53203784/131249996 swapFree=33003212/33010684
[pid=83999] ppid=83996 vsize=18996948 memory=2051548 CPUtime=103.59 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 30317 0 0 0 10298 61 0 0 20 0 19 0 75094575 19452874752 512887 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0

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

[startup+3282.3 s]
/proc/loadavg: 4.34 4.37 4.35 5/345 84485
/proc/meminfo: memFree=17092012/131249996 swapFree=33000896/33010684
[pid=83999] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3292.77 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 250709 0 0 0 327876 1401 0 0 20 0 20 0 75094575 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4765878 1382068 5593 1 0 1407289 0
[pid=83999/tid=84001] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3186.29 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 117742 0 0 0 317427 1202 0 0 20 0 20 0 75094576 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75094578 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 2520 0 0 0 0 0 0 0 20 0 20 0 75094579 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84324] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84324/stat : 84324 (Timer-0) S 83996 83999 83609 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75144966 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 3292.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5528272 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.33 4.34 6/346 84488
/proc/meminfo: memFree=15837712/131249996 swapFree=33000896/33010684
[pid=83999] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3352.76 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 254205 0 0 0 333858 1418 0 0 20 0 20 0 75094575 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4765878 1382068 5593 1 0 1407289 0
[pid=83999/tid=84001] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3245.56 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 119423 0 0 0 323338 1218 0 0 20 0 20 0 75094576 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75094578 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 2523 0 0 0 0 0 0 0 20 0 20 0 75094579 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84324] ppid=83996 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/83999/task/84324/stat : 84324 (Timer-0) S 83996 83999 83609 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75144966 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 3352.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5528272 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.38 4.36 5/347 84491
/proc/meminfo: memFree=14647184/131249996 swapFree=33000896/33010684
[pid=83999] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3409.28 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 258993 0 0 0 339484 1444 0 0 20 0 20 0 75094575 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4765878 1382068 5593 1 0 1407289 0
[pid=83999/tid=84001] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3301 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 121738 0 0 0 328858 1242 0 0 20 0 20 0 75094576 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75094578 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 2584 0 0 0 0 0 0 0 20 0 20 0 75094579 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84324] ppid=83996 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/83999/task/84324/stat : 84324 (Timer-0) S 83996 83999 83609 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75144966 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 3409.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5528272 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.35 4.35 6/347 84493
/proc/meminfo: memFree=13303404/131249996 swapFree=33000896/33010684
[pid=83999] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3471.34 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 262583 0 0 0 345665 1469 0 0 20 0 20 0 75094575 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4765878 1382068 5593 1 0 1407289 0
[pid=83999/tid=84001] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3360.06 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 123037 0 0 0 334744 1262 0 0 20 0 20 0 75094576 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75094578 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 2676 0 0 0 0 0 0 0 20 0 20 0 75094579 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84324] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84324/stat : 84324 (Timer-0) S 83996 83999 83609 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75144966 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 3471.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5528272 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.32 4.34 6/346 84495
/proc/meminfo: memFree=12002052/131249996 swapFree=33000896/33010684
[pid=83999] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3526.64 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 265780 0 0 0 351168 1496 0 0 20 0 20 0 75094575 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4765878 1382068 5593 1 0 1407289 0
[pid=83999/tid=84001] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3414.32 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 124745 0 0 0 340145 1287 0 0 20 0 20 0 75094576 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75094578 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 2817 0 0 0 0 0 0 0 20 0 20 0 75094579 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84324] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84324/stat : 84324 (Timer-0) S 83996 83999 83609 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75144966 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 3526.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5528272 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.35 4.35 5/346 84563
/proc/meminfo: memFree=56949644/131249996 swapFree=33000896/33010684
[pid=83999] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3589.33 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 271863 0 0 0 357406 1527 0 0 20 0 20 0 75094575 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4765878 1382068 5593 1 0 1407289 0
[pid=83999/tid=84001] ppid=83996 vsize=19063512 memory=19456 CPUtime=3473.79 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 126630 0 0 0 346067 1312 0 0 20 0 20 0 75094576 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75094578 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=19063512 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 2819 0 0 0 0 0 0 0 20 0 20 0 75094579 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84324] ppid=83996 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/83999/task/84324/stat : 84324 (Timer-0) S 83996 83999 83609 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75144966 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 3589.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5528272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593 s]*
/proc/loadavg: 4.40 4.35 4.35 4/346 84563
/proc/meminfo: memFree=56391456/131249996 swapFree=33000896/33010684
[pid=83999] ppid=83996 vsize=19063512 memory=5528272 CPUtime=3600.02 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 272091 0 0 0 358469 1533 0 0 20 0 20 0 75094575 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4765878 1382068 5593 1 0 1407289 0
[pid=83999/tid=84001] ppid=83996 vsize=19063512 memory=-6000919507083028583 CPUtime=3484.15 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) R 83996 83999 83609 0 -1 4194368 126722 0 0 0 347097 1318 0 0 20 0 20 0 75094576 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=19063512 memory=5088 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75094578 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=19063512 memory=5200 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 2819 0 0 0 0 0 0 0 20 0 20 0 75094579 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84324] ppid=83996 vsize=19063512 memory=5356 CPUtime=0 cores=4,6
/proc/83999/task/84324/stat : 84324 (Timer-0) S 83996 83999 83609 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75144966 19521036288 1382068 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5528272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.8 s, system=15.356 s

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

[startup+3593.11 s]
/proc/loadavg: 4.40 4.35 4.35 4/346 84563
/proc/meminfo: memFree=56391456/131249996 swapFree=33000896/33010684
[pid=83999] ppid=83996 vsize=19263204 memory=5529168 CPUtime=3600.12 cores=4,6
/proc/83999/stat : 83999 (java) S 83996 83999 83609 0 -1 4194304 273788 0 0 0 358479 1533 0 0 20 0 17 0 75094575 19725520896 1382292 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
/proc/83999/statm: 4815801 1382292 5593 1 0 1408266 0
[pid=83999/tid=84001] ppid=83996 vsize=19263204 memory=5528272 CPUtime=3484.17 cores=4,6
/proc/83999/task/84001/stat : 84001 (java) D 83996 83999 83609 0 -1 4194368 126925 0 0 0 347099 1318 0 0 20 0 17 0 75094576 19725520896 1382292 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84010] ppid=83996 vsize=19263204 memory=14336 CPUtime=0 cores=4,6
/proc/83999/task/84010/stat : 84010 (Finalizer) S 83996 83999 83609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 17 0 75094578 19725520896 1382292 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
[pid=83999/tid=84017] ppid=83996 vsize=19263204 memory=5528272 CPUtime=0 cores=4,6
/proc/83999/task/84017/stat : 84017 (Common-Cleaner) S 83996 83999 83609 0 -1 4194368 2819 0 0 0 0 0 0 0 20 0 17 0 75094579 19725520896 1382292 18446744073709551615 94521741778944 94521741782640 140736374255328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94521741790456 94521741791248 94521751076864 140736374262064 140736374262246 140736374262246 140736374267848 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5529168 KiB

Child status: 143

Real time (s): 3593.13
CPU time (s): 3600.15
CPU user time (s): 3584.8
CPU system time (s): 15.356
CPU usage (%): 100.195
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5529168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.8
system time used= 15.356
maximum resident set size= 5529424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273817
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16022640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197668
involuntary context switches= 20802


# summary of solver processes directly reported to runsolver:
#   pid: 83999
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3584.8
#   total CPU system time (s): 15.356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47457 second user time and 18.2084 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-04 03:56:07
IDJOB=4521915
IDBENCH=178517
IDSOLVER=3364
FILE ID=nodeC023/4521915-1751594166
RUNJOBID= nodeC023-1751590761-83620
SLURM_JOB_ID= 9598847
Free space on /tmp= 431756 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521915-1751594166/watcher-4521915-1751594166 -o /tmp/evaluation-result-4521915-1751594166/solver-4521915-1751594166 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751590761-83620 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521915-1751594166 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4521915-1751594166.opb

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=336097983

nodeC023 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		: 3599.889
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	: 6999.78
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		: 3599.865
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	: 6999.78
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		: 3618.091
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	: 6999.78
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		: 3611.879
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	: 6999.78
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.019
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	: 6999.78
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		: 3599.893
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	: 6999.78
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		: 3535.913
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	: 6999.78
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		: 3700.000
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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        56150940 kB
MemAvailable:   95700228 kB
Buffers:              16 kB
Cached:         40257916 kB
SwapCached:          912 kB
Active:         34175768 kB
Inactive:       40090340 kB
Active(anon):   33985564 kB
Inactive(anon):    35528 kB
Active(file):     190204 kB
Inactive(file): 40054812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003212 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            160340 kB
Writeback:             0 kB
AnonPages:      34010480 kB
Mapped:           118664 kB
Shmem:             12800 kB
KReclaimable:     287020 kB
Slab:             382244 kB
SReclaimable:     287020 kB
SUnreclaim:        95224 kB
KernelStack:        5296 kB
PageTables:        70256 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   34632260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151608 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  33181696 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431736 MiB
End job on nodeC023 at 2025-07-04 04:56:00