Trace number 4521914

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 2025-06-06? (TO) 3600.26 3574.37

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.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.15	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2104792832
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2113929216
0.11/0.19	c Number of processors 	2
0.25/0.29	c Pseudo Boolean Optimization by upper bound
0.25/0.29	c --- Begin Solver configuration ---
0.25/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.25/0.29	c Learn all clauses as in MiniSAT
0.25/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.29	c Expensive reason simplification
0.25/0.29	c Glucose 2.1 dynamic restart strategy
0.25/0.29	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.25/0.29	c timeout=2147483s
0.25/0.29	c DB Simplification allowed=false
0.25/0.29	c Listener: none
0.25/0.29	c --- End Solver configuration ---
0.25/0.29	c solving HOME/instance-4521914-1751594541.opb
0.25/0.29	c reading problem ... 
0.37/0.35	c  objective function found
556.10/547.52	c ... done. Wall clock time 547.224s.
556.10/547.52	c declared #vars     4576880
556.10/547.52	c #constraints  176770
556.10/547.52	c constraints type 
556.10/547.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87615
556.10/547.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 89155
556.10/547.52	c 176770 constraints processed.
556.10/547.53	c objective function length is 3080 literals
562.78/552.37	c cleaning 2496 clauses out of 5000 with flag 31344/5000
567.78/557.07	c cleaning 4244 clauses out of 8504 with flag 71015/11000
574.09/562.74	c cleaning 5621 clauses out of 11261 with flag 118113/18001
579.99/568.45	c cleaning 6804 clauses out of 13641 with flag 170100/26002
587.73/576.27	c cleaning 7906 clauses out of 15835 with flag 233978/35000
597.74/586.37	c cleaning 8952 clauses out of 17929 with flag 303694/45000
609.71/598.32	c cleaning 9974 clauses out of 19977 with flag 384801/56000
619.79/608.41	c cleaning 10990 clauses out of 22004 with flag 459439/68001
628.78/617.48	c cleaning 12000 clauses out of 24014 with flag 552766/81001
638.77/627.47	c cleaning 12993 clauses out of 26013 with flag 654288/95000
650.75/639.43	c cleaning 13981 clauses out of 28021 with flag 753367/110001
664.52/653.29	c cleaning 15013 clauses out of 30040 with flag 863556/126001
680.72/669.36	c cleaning 16007 clauses out of 32029 with flag 978387/143003
703.82/692.44	c cleaning 17007 clauses out of 34023 with flag 1101023/161004
727.13/715.90	c cleaning 17998 clauses out of 36013 with flag 1239290/180001
743.68/732.63	c cleaning 18989 clauses out of 38015 with flag 1377251/200001
762.62/751.70	c cleaning 19987 clauses out of 40026 with flag 1518633/221001
780.81/770.02	c cleaning 20987 clauses out of 42038 with flag 1663584/243000
803.93/793.19	c cleaning 22001 clauses out of 44053 with flag 1832054/266002
827.53/816.99	c cleaning 22992 clauses out of 46050 with flag 2023937/290000
848.03/837.58	c cleaning 23997 clauses out of 48058 with flag 2202795/315000
878.41/867.70	c cleaning 25014 clauses out of 50063 with flag 2379762/341002
897.80/887.24	c cleaning 25982 clauses out of 52048 with flag 2556974/368001
923.46/912.96	c cleaning 26986 clauses out of 54065 with flag 2737181/396000
945.23/934.79	c cleaning 27963 clauses out of 56079 with flag 2933023/425000
966.53/955.86	c cleaning 28984 clauses out of 58116 with flag 3122296/455000
987.90/977.29	c cleaning 29961 clauses out of 60137 with flag 3329519/486005
1016.77/1006.13	c cleaning 30992 clauses out of 62173 with flag 3552844/518002
1042.12/1031.39	c cleaning 32080 clauses out of 64180 with flag 3791319/551001
1077.57/1066.81	c cleaning 33039 clauses out of 66101 with flag 4045724/585002
1116.74/1105.69	c cleaning 33983 clauses out of 68062 with flag 4298362/620002
1154.44/1143.03	c cleaning 34995 clauses out of 70077 with flag 4530557/656000
1184.09/1172.72	c cleaning 36012 clauses out of 72082 with flag 4791411/693000
1232.78/1221.17	c cleaning 37024 clauses out of 74070 with flag 5064929/731000
1327.70/1315.54	c cleaning 38018 clauses out of 76046 with flag 5379305/770000
1375.15/1363.11	c cleaning 38998 clauses out of 78031 with flag 5713382/810003
1405.03/1392.65	c cleaning 39981 clauses out of 80030 with flag 5993474/851000
1454.33/1442.14	c cleaning 40996 clauses out of 82051 with flag 6275562/893002
1515.07/1502.45	c cleaning 41993 clauses out of 84053 with flag 6590117/936000
1578.49/1565.99	c cleaning 43001 clauses out of 86062 with flag 6918206/980002
1648.68/1635.63	c cleaning 43999 clauses out of 88059 with flag 7246601/1025000
1688.69/1675.12	c cleaning 45005 clauses out of 90061 with flag 7606211/1071001
1742.79/1729.48	c cleaning 46003 clauses out of 92056 with flag 7996408/1118001
1792.35/1778.81	c cleaning 47000 clauses out of 94053 with flag 8405752/1166001
1848.99/1835.00	c cleaning 47990 clauses out of 96052 with flag 8772703/1215000
1899.13/1885.16	c cleaning 48998 clauses out of 98063 with flag 9162535/1265001
1960.74/1946.16	c cleaning 50006 clauses out of 100064 with flag 9620911/1316000
2021.12/2002.61	c cleaning 50983 clauses out of 102058 with flag 10047780/1368000
2092.52/2074.56	c cleaning 51995 clauses out of 104079 with flag 10552510/1421004
2144.87/2126.37	c cleaning 53027 clauses out of 106082 with flag 10963607/1475002
2216.39/2197.90	c cleaning 54012 clauses out of 108055 with flag 11351400/1530002
2290.13/2271.57	c cleaning 55004 clauses out of 110041 with flag 11763489/1586000
2353.19/2334.30	c cleaning 55996 clauses out of 112038 with flag 12185263/1643001
2427.06/2407.80	c cleaning 57002 clauses out of 114041 with flag 12594734/1701000
2498.27/2479.12	c cleaning 58006 clauses out of 116043 with flag 13019748/1760004
2574.81/2555.38	c cleaning 59005 clauses out of 118035 with flag 13484050/1820002
2651.53/2631.81	c cleaning 59994 clauses out of 120028 with flag 13960283/1881000
2748.60/2728.64	c cleaning 61003 clauses out of 122034 with flag 14418303/1943000
2835.88/2816.19	c cleaning 62000 clauses out of 124031 with flag 14935289/2006000
2900.09/2879.99	c cleaning 62994 clauses out of 126031 with flag 15422203/2070000
2989.82/2969.33	c cleaning 63995 clauses out of 128037 with flag 15870707/2135000
3086.89/3062.52	c cleaning 64998 clauses out of 130042 with flag 16330352/2201000
3149.94/3125.08	c cleaning 65980 clauses out of 132044 with flag 16810017/2268000
3274.06/3249.32	c cleaning 66982 clauses out of 134065 with flag 17278409/2336001
3406.34/3381.58	c cleaning 68011 clauses out of 136088 with flag 17758374/2405006
3518.03/3492.68	c cleaning 69015 clauses out of 138071 with flag 18242443/2475000
3600.03/3574.22	c starts		: 1472
3600.03/3574.23	c conflicts		: 2533036
3600.03/3574.23	c decisions		: 173433497
3600.03/3574.23	c propagations		: 387251408
3600.03/3574.23	c inspects		: 8125552458
3600.03/3574.23	c shortcuts		: 0
3600.03/3574.23	c learnt literals	: 0
3600.03/3574.23	c learnt binary clauses	: 0
3600.03/3574.23	c learnt ternary clauses	: 0
3600.03/3574.23	c learnt constraints	: 2533036
3600.03/3574.23	c ignored constraints	: 0
3600.03/3574.23	c root simplifications	: 0
3600.03/3574.24	c removed literals (reason simplification)	: 7251254
3600.03/3574.24	c timeout
3600.03/3574.24	c reason swapping (by a shorter reason)	: 0
3600.03/3574.24	c Calls to reduceDB	: 66
3600.03/3574.24	c Number of update (reduction) of LBD	: 1718624
3600.03/3574.24	c Imported unit clauses	: 0
3600.03/3574.24	c No decision after first conflict	: false
3600.03/3574.24	c number of reductions to clauses (during analyze)	: 0
3600.03/3574.24	c number of learned constraints concerned by reduction	: 0
3600.03/3574.24	c number of learning phase by resolution	: 0
3600.03/3574.24	c number of learning phase by cutting planes	: 0
3600.03/3574.24	c number of rounding to 1 operations	: 0
3600.03/3574.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3574.24	c number of reductions of the coefficients by power 2 	: 0
3600.03/3574.24	c number of right shift for reduction by power 2 	: 0
3600.03/3574.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3574.24	c number of ending skipping 	: 0
3600.03/3574.24	c number of internal skipping 	: 0
3600.03/3574.24	c number of derivation steps 	: 0
3600.03/3574.24	c number of skipped derivation steps 	: 0
3600.03/3574.24	c number of remaining unassigned 	: 0
3600.03/3574.24	c number of remaining assigned 	: 0
3600.03/3574.24	c number of falsified literals weakened from reason	: 0
3600.03/3574.24	c number of falsified literals weakened from conflict	: 0
3600.03/3574.24	c time for arithmetic operations	: 0
3600.03/3574.24	c minimum degree of deleted constraints	: null
3600.03/3574.24	c maximum degree of deleted constraints	: null
3600.03/3574.24	c number of deleted constraints	: 0
3600.03/3574.25	c speed (assignments/second)	: 127951.00972721506
3600.03/3574.25	c non guided choices	: 169630733
3600.03/3574.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 127092
3600.03/3574.30	s UNKNOWN
3600.03/3574.30	c Total wall clock time (in seconds): 3574.001

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: 63794 MiB (49451 MiB free)
  memory of node 1: 64507 MiB (47204 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521914-1751594541/watcher-4521914-1751594541 -o /tmp/evaluation-result-4521914-1751594541/solver-4521914-1751594541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83035 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4521914-1751594541.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=84366, runsolver pid=84363

[startup+0.100072 s]*
/proc/loadavg: 4.23 4.25 4.28 6/323 84384
/proc/meminfo: memFree=98957048/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18930384 memory=49032 CPUtime=0.11 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 5937 0 0 0 9 2 0 0 20 0 18 0 75133224 19384713216 12258 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4732596 12258 5338 1 0 547105 0
[pid=84366/tid=84368] ppid=84363 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 4811 0 0 0 5 1 0 0 20 0 18 0 75133227 19384713216 12258 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75133229 19384713216 12258 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75133230 19384713216 12258 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49032 KiB

[startup+0.213505 s]*
/proc/loadavg: 4.23 4.25 4.28 5/323 84384
/proc/meminfo: memFree=98948920/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18930384 memory=57760 CPUtime=0.25 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 6582 0 0 0 22 3 0 0 20 0 18 0 75133224 19384713216 14440 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4732596 14440 5338 1 0 547619 0
[pid=84366/tid=84368] ppid=84363 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 5068 0 0 0 15 1 0 0 20 0 18 0 75133227 19384713216 14440 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75133229 19384713216 14440 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75133230 19384713216 14440 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.313314 s]*
/proc/loadavg: 4.23 4.25 4.28 5/323 84384
/proc/meminfo: memFree=98912056/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18930384 memory=94020 CPUtime=0.37 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 6855 0 0 0 33 4 0 0 20 0 18 0 75133224 19384713216 23505 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4732596 23505 5434 1 0 547787 0
[pid=84366/tid=84368] ppid=84363 vsize=18930384 memory=-6000919494164703335 CPUtime=0.25 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 5235 0 0 0 22 3 0 0 20 0 18 0 75133227 19384713216 23505 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75133229 19384713216 23505 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75133230 19384713216 23505 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94020 KiB

[startup+0.700383 s]
/proc/loadavg: 4.23 4.25 4.28 5/323 84384
/proc/meminfo: memFree=98666044/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18930384 memory=850372 CPUtime=0.92 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 8985 0 0 0 70 22 0 0 20 0 18 0 75133224 19384713216 212593 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4732596 212593 5434 1 0 548970 0
[pid=84366/tid=84368] ppid=84363 vsize=18930384 memory=18688 CPUtime=0.59 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 5652 0 0 0 40 19 0 0 20 0 18 0 75133227 19384713216 212593 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75133229 19384713216 212593 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75133230 19384713216 212593 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 850372 KiB

[startup+1.50027 s]
/proc/loadavg: 4.23 4.25 4.28 6/324 84385
/proc/meminfo: memFree=98130036/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18996948 memory=1160012 CPUtime=2.07 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 10631 0 0 0 178 29 0 0 20 0 19 0 75133224 19452874752 290003 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4749237 290003 5466 1 0 700097 0
[pid=84366/tid=84368] ppid=84363 vsize=18996948 memory=3200 CPUtime=1.35 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 5832 0 0 0 110 25 0 0 20 0 19 0 75133227 19452874752 290003 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75133229 19452874752 290003 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75133230 19452874752 290003 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 2.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1160012 KiB

[startup+3.11145 s]
/proc/loadavg: 4.23 4.25 4.28 5/324 84385
/proc/meminfo: memFree=97507880/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18996948 memory=1724916 CPUtime=4 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 11956 0 0 0 359 41 0 0 20 0 19 0 75133224 19452874752 431229 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4749237 431229 5466 1 0 1042683 0
[pid=84366/tid=84368] ppid=84363 vsize=18996948 memory=11264 CPUtime=2.84 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 6200 0 0 0 249 35 0 0 20 0 19 0 75133227 19452874752 431229 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75133229 19452874752 431229 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75133230 19452874752 431229 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1724916 KiB

[startup+6.30037 s]
/proc/loadavg: 4.37 4.28 4.29 5/324 84385
/proc/meminfo: memFree=96807528/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18996948 memory=2205240 CPUtime=7.62 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 14187 0 0 0 711 51 0 0 20 0 19 0 75133224 19452874752 551310 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4749237 551310 5498 1 0 1617280 0
[pid=84366/tid=84368] ppid=84363 vsize=18996948 memory=5632 CPUtime=5.81 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 6748 0 0 0 537 44 0 0 20 0 19 0 75133227 19452874752 551310 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75133229 19452874752 551310 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18996948 memory=-6000919494164703335 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75133230 19452874752 551310 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 7.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2205240 KiB

[startup+12.7004 s]
/proc/loadavg: 4.34 4.28 4.29 5/324 84385
/proc/meminfo: memFree=96065260/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18996948 memory=2941928 CPUtime=14.71 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 23893 0 0 0 1401 70 0 0 20 0 19 0 75133224 19452874752 735482 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4749237 735482 5498 1 0 1736865 0
[pid=84366/tid=84368] ppid=84363 vsize=18996948 memory=2682592 CPUtime=11.81 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) S 84363 84366 83023 0 -1 4194368 7739 0 0 0 1123 58 0 0 20 0 19 0 75133227 19452874752 735482 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18996948 memory=18688 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75133229 19452874752 735482 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75133230 19452874752 735482 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 14.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2941928 KiB

[startup+25.5002 s]
/proc/loadavg: 4.26 4.26 4.28 5/324 84385
/proc/meminfo: memFree=95598316/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18996948 memory=3411972 CPUtime=27.65 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 28387 0 0 0 2684 81 0 0 20 0 19 0 75133224 19452874752 852993 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4749237 852993 5498 1 0 2000066 0
[pid=84366/tid=84368] ppid=84363 vsize=18996948 memory=2682592 CPUtime=23.72 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 8691 0 0 0 2306 66 0 0 20 0 19 0 75133227 19452874752 852993 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18996948 memory=-6000919494164703335 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75133229 19452874752 852993 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18996948 memory=3405812 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75133230 19452874752 852993 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 27.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3411972 KiB

[startup+51.1057 s]
/proc/loadavg: 4.32 4.27 4.28 5/324 84386
/proc/meminfo: memFree=95589872/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18996948 memory=3422220 CPUtime=53.61 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 32611 0 0 0 5276 85 0 0 20 0 19 0 75133224 19452874752 855555 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4749237 855555 5498 1 0 2000066 0
[pid=84366/tid=84368] ppid=84363 vsize=18996948 memory=-6000919494164703335 CPUtime=47.83 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 10664 0 0 0 4716 67 0 0 20 0 19 0 75133227 19452874752 855555 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75133229 19452874752 855555 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=18996948 memory=-6000919494164703335 CPUtime=0 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75133230 19452874752 855555 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 53.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3422220 KiB

[startup+102.301 s]
/proc/loadavg: 4.26 4.26 4.28 5/325 84392
/proc/meminfo: memFree=95239740/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=18996948 memory=3769956 CPUtime=105.42 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 38247 0 0 0 10443 99 0 0 20 0 19 0 75133224 19452874752 942489 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4749237 942489 5498 1 0 2171356 0
[pid=84366/tid=84368] ppid=84363 vsize=18996948 memory=3428368 CPUtime=95.99 cores=4,6

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

[startup+3222.3 s]
/proc/loadavg: 1.11 1.12 1.33 2/250 84640
/proc/meminfo: memFree=119233672/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=19063512 memory=9451204 CPUtime=3247.08 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 194776 0 0 0 324252 456 0 0 20 0 20 0 75133224 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4765878 2362801 5594 1 0 3572769 0
[pid=84366/tid=84368] ppid=84363 vsize=19063512 memory=9447044 CPUtime=3166.28 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 105154 0 0 0 316458 170 0 0 20 0 20 0 75133227 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=19063512 memory=9447044 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75133229 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=19063512 memory=9451204 CPUtime=0.01 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 3392 0 0 0 0 1 0 0 20 0 20 0 75133230 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84450] ppid=84363 vsize=19063512 memory=9451204 CPUtime=0 cores=4,6
/proc/84366/task/84450/stat : 84450 (Timer-0) S 84363 84366 83023 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75187993 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 3247.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9451204 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.11 1.31 2/250 84642
/proc/meminfo: memFree=119233672/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=19063512 memory=9451204 CPUtime=3307.41 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 198243 0 0 0 330280 461 0 0 20 0 20 0 75133224 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4765878 2362801 5594 1 0 3572769 0
[pid=84366/tid=84368] ppid=84363 vsize=19063512 memory=9451204 CPUtime=3225.3 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 107188 0 0 0 322359 171 0 0 20 0 20 0 75133227 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=19063512 memory=9451204 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75133229 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=19063512 memory=9451204 CPUtime=0.01 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 3467 0 0 0 0 1 0 0 20 0 20 0 75133230 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84450] ppid=84363 vsize=19063512 memory=9451204 CPUtime=0 cores=4,6
/proc/84366/task/84450/stat : 84450 (Timer-0) S 84363 84366 83023 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75187993 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 3307.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9451204 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.11 1.30 2/250 84644
/proc/meminfo: memFree=119233420/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=19063512 memory=9451204 CPUtime=3367.19 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 199125 0 0 0 336254 465 0 0 20 0 20 0 75133224 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4765878 2362801 5594 1 0 3572769 0
[pid=84366/tid=84368] ppid=84363 vsize=19063512 memory=9451204 CPUtime=3285.03 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 107950 0 0 0 328331 172 0 0 20 0 20 0 75133227 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=19063512 memory=9451204 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75133229 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=19063512 memory=18688 CPUtime=0.01 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 3540 0 0 0 0 1 0 0 20 0 20 0 75133230 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84450] ppid=84363 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/84366/task/84450/stat : 84450 (Timer-0) S 84363 84366 83023 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75187993 19521036288 2362801 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 3367.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9451204 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.10 1.28 2/251 84649
/proc/meminfo: memFree=119233672/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=19063512 memory=9451588 CPUtime=3427.85 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 204325 0 0 0 342315 470 0 0 20 0 20 0 75133224 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4765878 2362897 5594 1 0 3572861 0
[pid=84366/tid=84368] ppid=84363 vsize=19063512 memory=9451204 CPUtime=3344.25 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 110877 0 0 0 334253 172 0 0 20 0 20 0 75133227 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=19063512 memory=9451204 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75133229 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=19063512 memory=18688 CPUtime=0.01 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 3621 0 0 0 0 1 0 0 20 0 20 0 75133230 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84450] ppid=84363 vsize=19063512 memory=9451588 CPUtime=0 cores=4,6
/proc/84366/task/84450/stat : 84450 (Timer-0) S 84363 84366 83023 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75187993 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 3427.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9451588 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.09 1.26 2/251 84651
/proc/meminfo: memFree=119233764/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=19063512 memory=9451588 CPUtime=3487.76 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 204536 0 0 0 348303 473 0 0 20 0 20 0 75133224 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4765878 2362897 5594 1 0 3572861 0
[pid=84366/tid=84368] ppid=84363 vsize=19063512 memory=9451204 CPUtime=3404.13 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 111004 0 0 0 340241 172 0 0 20 0 20 0 75133227 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=19063512 memory=9451204 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75133229 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=19063512 memory=9451588 CPUtime=0.01 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 3701 0 0 0 0 1 0 0 20 0 20 0 75133230 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84450] ppid=84363 vsize=19063512 memory=9451588 CPUtime=0 cores=4,6
/proc/84366/task/84450/stat : 84450 (Timer-0) S 84363 84366 83023 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75187993 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 3487.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9451588 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.11 1.26 2/251 84664
/proc/meminfo: memFree=119238516/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=19063512 memory=9451588 CPUtime=3548.19 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 207514 0 0 0 354343 476 0 0 20 0 20 0 75133224 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4765878 2362897 5594 1 0 3572861 0
[pid=84366/tid=84368] ppid=84363 vsize=19063512 memory=9451588 CPUtime=3463.49 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 113178 0 0 0 346177 172 0 0 20 0 20 0 75133227 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=19063512 memory=9451588 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75133229 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=19063512 memory=9451588 CPUtime=0.01 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 3769 0 0 0 0 1 0 0 20 0 20 0 75133230 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84450] ppid=84363 vsize=19063512 memory=9451588 CPUtime=0 cores=4,6
/proc/84366/task/84450/stat : 84450 (Timer-0) S 84363 84366 83023 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75187993 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 3548.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9451588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574.2 s]
/proc/loadavg: 1.09 1.10 1.25 2/251 84665
/proc/meminfo: memFree=119238432/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=19063512 memory=9451588 CPUtime=3600.03 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 208285 0 0 0 359524 479 0 0 20 0 20 0 75133224 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4765878 2362897 5594 1 0 3572861 0
[pid=84366/tid=84368] ppid=84363 vsize=19063512 memory=245635481903 CPUtime=3515.29 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) R 84363 84366 83023 0 -1 4194368 113783 0 0 0 351356 173 0 0 20 0 20 0 75133227 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=19063512 memory=55212677268211 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75133229 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=19063512 memory=359958 CPUtime=0.01 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 3895 0 0 0 0 1 0 0 20 0 20 0 75133230 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84450] ppid=84363 vsize=19063512 memory=-6000919494164703335 CPUtime=0 cores=4,6
/proc/84366/task/84450/stat : 84450 (Timer-0) S 84363 84366 83023 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75187993 19521036288 2362897 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9451588 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.41 s, system=4.85508 s

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

[startup+3574.31 s]
/proc/loadavg: 1.09 1.10 1.25 2/251 84665
/proc/meminfo: memFree=119238432/131382112 swapFree=33009904/33010684
[pid=84366] ppid=84363 vsize=19263204 memory=9452356 CPUtime=3600.2 cores=4,6
/proc/84366/stat : 84366 (java) S 84363 84366 83023 0 -1 4194304 211835 0 0 0 359540 480 0 0 20 0 15 0 75133224 19725520896 2363089 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
/proc/84366/statm: 4815801 2363089 5594 1 0 3573783 0
[pid=84366/tid=84368] ppid=84363 vsize=19263204 memory=5632 CPUtime=3515.31 cores=4,6
/proc/84366/task/84368/stat : 84368 (java) S 84363 84366 83023 0 -1 4194368 113971 0 0 0 351358 173 0 0 20 0 15 0 75133227 19725520896 2363089 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84377] ppid=84363 vsize=19263204 memory=9451588 CPUtime=0 cores=4,6
/proc/84366/task/84377/stat : 84377 (Finalizer) S 84363 84366 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 75133229 19725520896 2363089 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
[pid=84366/tid=84384] ppid=84363 vsize=19263204 memory=9451588 CPUtime=0.01 cores=4,6
/proc/84366/task/84384/stat : 84384 (Common-Cleaner) S 84363 84366 83023 0 -1 4194368 3895 0 0 0 0 1 0 0 20 0 15 0 75133230 19725520896 2363089 18446744073709551615 94289663520768 94289663524464 140728532054704 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94289663532280 94289663533072 94289673637888 140728532060545 140728532060646 140728532060646 140728532066248 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 9452356 KiB

Child status: 143

Real time (s): 3574.37
CPU time (s): 3600.26
CPU user time (s): 3595.41
CPU system time (s): 4.85508
CPU usage (%): 100.725
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 9452356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.41
system time used= 4.85508
maximum resident set size= 9452484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211864
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133449
involuntary context switches= 16652


# summary of solver processes directly reported to runsolver:
#   pid: 84366
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3595.41
#   total CPU system time (s): 4.85508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2686 second user time and 31.7227 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 04:02:23
IDJOB=4521914
IDBENCH=178517
IDSOLVER=3363
FILE ID=nodeC001/4521914-1751594541
RUNJOBID= nodeC001-1751584695-83035
SLURM_JOB_ID= 9598830
Free space on /tmp= 432396 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521914-1751594541/watcher-4521914-1751594541 -o /tmp/evaluation-result-4521914-1751594541/solver-4521914-1751594541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83035 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4521914-1751594541.opb

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=623712851

nodeC001 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		: 3491.739
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.49
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		: 3663.293
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.49
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		: 1197.219
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.49
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		: 1197.709
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.49
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		: 2992.932
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.49
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		: 3663.235
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.49
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		: 1196.634
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.49
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		: 1197.943
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        98975288 kB
MemAvailable:   100232944 kB
Buffers:            1668 kB
Cached:          2042324 kB
SwapCached:          128 kB
Active:         29954540 kB
Inactive:        1804444 kB
Active(anon):   29704680 kB
Inactive(anon):    28088 kB
Active(file):     249860 kB
Inactive(file):  1776356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            113204 kB
Writeback:             0 kB
AnonPages:      29717932 kB
Mapped:           123480 kB
Shmem:             17776 kB
KReclaimable:     141748 kB
Slab:             227900 kB
SReclaimable:     141748 kB
SUnreclaim:        86152 kB
KernelStack:        4960 kB
PageTables:        61820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   35257332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  29333504 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432396 MiB
End job on nodeC001 at 2025-07-04 05:01:58