Trace number 4520073

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 CP VeriPB 2025-06-06? (TO) 3496.34 3711.71

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/
normalized-linearized_pebbling_opt_layeredfan_up_r33_c65_a6.opb
MD5SUM0e48a521f9e70a759d0a47d941d82f86
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 benchmark12675
Best CPU time to get the best result obtained on this benchmark0.310882
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25350
Total number of constraints4225
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints4160
Minimum length of a constraint6
Maximum length of a constraint18
Number of terms in the objective function 25350
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 25350
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 25350
Number of bits of the biggest sum of numbers15
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4520073-1751570220.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.18	c  objective function found
1.05/0.63	c ... done. Wall clock time 0.458s.
1.05/0.63	c declared #vars     25350
1.05/0.63	c #constraints  4225
1.05/0.63	c constraints type 
1.05/0.63	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 4225
1.05/0.63	c 4225 constraints processed.
1.05/0.64	c objective function length is 25350 literals
13.10/10.21	c cleaning 2495 clauses out of 5000 with flag 0/5000
25.47/21.83	c cleaning 4241 clauses out of 8505 with flag 0/11000
88.31/83.77	c cleaning 5626 clauses out of 11264 with flag 0/18000
155.20/155.43	c cleaning 6813 clauses out of 13638 with flag 0/26000
399.78/400.53	c cleaning 7907 clauses out of 15827 with flag 0/35002
636.68/644.56	c cleaning 8950 clauses out of 17920 with flag 0/45002
985.06/998.75	c cleaning 9975 clauses out of 19969 with flag 0/56001
1433.46/1446.85	c cleaning 10988 clauses out of 21993 with flag 0/68000
1902.68/1920.04	c cleaning 11993 clauses out of 24005 with flag 0/81000
2098.92/2128.80	c cleaning 12989 clauses out of 26012 with flag 0/95000
2322.86/2357.00	c cleaning 14000 clauses out of 28023 with flag 0/110000
2683.03/2716.42	c cleaning 14998 clauses out of 30024 with flag 0/126001
2713.55/2746.77	c cleaning 16002 clauses out of 32025 with flag 0/143000
2756.29/2788.88	c cleaning 17004 clauses out of 34024 with flag 0/161001
2794.35/2826.02	c cleaning 18010 clauses out of 36019 with flag 0/180000
2865.28/2896.01	c cleaning 18994 clauses out of 38010 with flag 0/200001
2952.29/3003.45	c cleaning 19998 clauses out of 40016 with flag 0/221001
3091.55/3227.04	c cleaning 20997 clauses out of 42018 with flag 0/243001
3293.94/3460.49	c cleaning 21996 clauses out of 44020 with flag 0/266000
3496.23/3700.01	c starts		: 2
3496.23/3700.01	c conflicts		: 289448
3496.23/3700.01	c decisions		: 927129
3496.23/3700.02	c propagations		: 2305634
3496.23/3700.02	c inspects		: 1236070221
3496.23/3700.02	c shortcuts		: 0
3496.23/3700.02	c learnt literals	: 0
3496.23/3700.02	c learnt binary clauses	: 0
3496.23/3700.02	c learnt ternary clauses	: 0
3496.23/3700.02	c learnt constraints	: 289447
3496.23/3700.02	c ignored constraints	: 0
3496.23/3700.02	c root simplifications	: 0
3496.23/3700.02	c removed literals (reason simplification)	: 0
3496.23/3700.02	c reason swapping (by a shorter reason)	: 0
3496.23/3700.02	c Calls to reduceDB	: 19
3496.23/3700.02	c Number of update (reduction) of LBD	: 310837
3496.23/3700.02	c Imported unit clauses	: 0
3496.23/3700.02	c No decision after first conflict	: false
3496.23/3700.02	c number of reductions to clauses (during analyze)	: 0
3496.23/3700.02	c number of learned constraints concerned by reduction	: 0
3496.23/3700.02	c number of learning phase by resolution	: 0
3496.23/3700.02	c number of learning phase by cutting planes	: 0
3496.23/3700.02	c number of rounding to 1 operations	: 0
3496.23/3700.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3496.23/3700.02	c number of reductions of the coefficients by power 2 	: 0
3496.23/3700.02	c number of right shift for reduction by power 2 	: 0
3496.23/3700.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3496.23/3700.02	c number of ending skipping 	: 0
3496.23/3700.02	c number of internal skipping 	: 0
3496.23/3700.02	c number of derivation steps 	: 824351
3496.23/3700.02	c number of skipped derivation steps 	: 0
3496.23/3700.02	c number of remaining unassigned 	: 374482
3496.23/3700.02	c number of remaining assigned 	: 51946693
3496.23/3700.02	c number of falsified literals weakened from reason	: 0
3496.23/3700.02	c number of falsified literals weakened from conflict	: 0
3496.23/3700.02	c time for arithmetic operations	: 2349620566
3496.23/3700.02	c minimum degree of deleted constraints	: 1
3496.23/3700.02	c maximum degree of deleted constraints	: 3525617086000555529619785516664960
3496.23/3700.02	c number of deleted constraints	: 243976
3496.23/3700.02	c speed (assignments/second)	: 623.2610594362674
3496.23/3700.02	c non guided choices	: 2188
3496.23/3700.05	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2336
3496.23/3700.05	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 43135
3496.23/3700.05	s UNKNOWN
3496.23/3700.06	c Total wall clock time (in seconds): 3699.891

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (56649 MiB free)
  memory of node 1: 64507 MiB (59200 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520073-1751570220/watcher-4520073-1751570220 -o /tmp/evaluation-result-4520073-1751570220/solver-4520073-1751570220 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751562972-81028 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4520073-1751570220 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4520073-1751570220.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
Current StackSize limit: 8192 KiB

solver pid=82149, runsolver pid=82146

[startup+0.100062 s]*
/proc/loadavg: 4.35 4.27 4.21 6/340 82167
/proc/meminfo: memFree=118615768/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=18930384 memory=57336 CPUtime=0.12 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 6471 0 0 0 10 2 0 0 20 0 18 0 72699698 19384713216 14334 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4732596 14334 5344 1 0 547604 0
[pid=82149/tid=82151] ppid=82146 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 5037 0 0 0 6 1 0 0 20 0 18 0 72699700 19384713216 14334 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 72699702 19384713216 14334 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=18930384 memory=59585004307076 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 72699702 19384713216 14334 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57336 KiB

[startup+0.205887 s]*
/proc/loadavg: 4.35 4.27 4.21 7/340 82167
/proc/meminfo: memFree=118607640/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=18930384 memory=65600 CPUtime=0.29 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 6906 0 0 0 26 3 0 0 20 0 18 0 72699698 19384713216 16400 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4732596 16400 5440 1 0 547972 0
[pid=82149/tid=82151] ppid=82146 vsize=18930384 memory=4026794268 CPUtime=0.15 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 5339 0 0 0 13 2 0 0 20 0 18 0 72699700 19384713216 16400 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=18930384 memory=15140 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 72699702 19384713216 16400 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 72699702 19384713216 16400 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65600 KiB

[startup+0.305805 s]*
/proc/loadavg: 4.35 4.27 4.21 6/340 82167
/proc/meminfo: memFree=118542924/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=18930384 memory=139460 CPUtime=0.48 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 8398 0 0 0 44 4 0 0 20 0 18 0 72699698 19384713216 34865 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4732596 34865 5440 1 0 549061 0
[pid=82149/tid=82151] ppid=82146 vsize=18930384 memory=-6000919481313487463 CPUtime=0.24 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 5421 0 0 0 21 3 0 0 20 0 18 0 72699700 19384713216 34865 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 72699702 19384713216 35377 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 72699702 19384713216 35377 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 139460 KiB

[startup+0.700232 s]
/proc/loadavg: 4.35 4.27 4.21 6/341 82168
/proc/meminfo: memFree=118439516/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=18996948 memory=506752 CPUtime=1.24 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 11189 0 0 0 112 12 0 0 20 0 19 0 72699698 19452874752 126688 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4749237 126688 5504 1 0 551308 0
[pid=82149/tid=82151] ppid=82146 vsize=18996948 memory=14592 CPUtime=0.54 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 5681 0 0 0 45 9 0 0 20 0 19 0 72699700 19452874752 126688 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72699702 19452874752 126688 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 72699702 19452874752 126688 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 506752 KiB

[startup+1.50025 s]
/proc/loadavg: 4.35 4.27 4.21 6/342 82169
/proc/meminfo: memFree=118102844/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=916696 CPUtime=2.82 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 12500 0 0 0 260 22 0 0 20 0 20 0 72699698 19521036288 229174 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 229174 5504 1 0 1078119 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=3200 CPUtime=1.19 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 5889 0 0 0 102 17 0 0 20 0 20 0 72699700 19521036288 229174 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 229174 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 229174 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 229174 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 916696 KiB

[startup+3.10573 s]
/proc/loadavg: 4.35 4.27 4.21 5/342 82169
/proc/meminfo: memFree=117179360/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=1497024 CPUtime=5.44 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 16018 0 0 0 510 34 0 0 20 0 20 0 72699698 19521036288 374256 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 374256 5504 1 0 1080212 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=14592 CPUtime=2.77 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 6159 0 0 0 249 28 0 0 20 0 20 0 72699700 19521036288 374256 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 374256 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 374256 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 374256 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1497024 KiB

[startup+6.30023 s]
/proc/loadavg: 4.41 4.28 4.21 5/342 82169
/proc/meminfo: memFree=116941932/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=1627604 CPUtime=8.88 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 16540 0 0 0 851 37 0 0 20 0 20 0 72699698 19521036288 406901 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 406901 5504 1 0 1080528 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=0 CPUtime=5.92 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 6319 0 0 0 562 30 0 0 20 0 20 0 72699700 19521036288 406901 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 406901 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 406901 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=916696 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 406901 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1627604 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.28 4.21 6/342 82169
/proc/meminfo: memFree=116315464/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=2231928 CPUtime=15.93 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 27306 0 0 0 1543 50 0 0 20 0 20 0 72699698 19521036288 557982 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 557982 5504 1 0 1081099 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=916696 CPUtime=12.21 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 8785 0 0 0 1180 41 0 0 20 0 20 0 72699700 19521036288 557982 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=2222208 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 557982 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 557982 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 557982 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2231928 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.26 4.20 5/342 82169
/proc/meminfo: memFree=116198592/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=2255548 CPUtime=29.23 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 36771 0 0 0 2869 54 0 0 20 0 20 0 72699698 19521036288 563887 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 563887 5536 1 0 1081699 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=0 CPUtime=24.71 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 10535 0 0 0 2428 43 0 0 20 0 20 0 72699700 19521036288 563887 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 563887 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=2255296 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 563887 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=2245016 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 563887 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 29.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2255548 KiB

[startup+51.1058 s]
/proc/loadavg: 4.25 4.26 4.20 5/341 82170
/proc/meminfo: memFree=115635232/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=2661180 CPUtime=55.3 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 47481 0 0 0 5467 63 0 0 20 0 20 0 72699698 19521036288 665295 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 665295 5536 1 0 1081704 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=2255548 CPUtime=50.16 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 13589 0 0 0 4966 50 0 0 20 0 20 0 72699700 19521036288 665295 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=12544 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 665295 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=2308 CPUtime=0 cores=4,6

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

/proc/82149/task/82151/stat : 82151 (java) D 82146 82149 80990 0 -1 4194368 70965 0 0 0 314490 121 0 0 20 0 20 0 72699700 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=4280428 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 2178 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=4280428 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 3190.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280428 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.17 4.18 1/342 82362
/proc/meminfo: memFree=107862148/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=4280428 CPUtime=3243.35 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 163972 0 0 0 324079 256 0 0 20 0 20 0 72699698 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 1070107 5536 1 0 1082205 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=3690471420425878453 CPUtime=3197.62 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) D 82146 82149 80990 0 -1 4194368 73044 0 0 0 319641 121 0 0 20 0 20 0 72699700 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=4280428 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=4280428 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 2231 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 3243.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280428 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.19 4.18 6/342 82364
/proc/meminfo: memFree=107836284/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=4280428 CPUtime=3295.89 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 164355 0 0 0 329332 257 0 0 20 0 20 0 72699698 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 1070107 5536 1 0 1082205 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=3690471420425878453 CPUtime=3249.53 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 73317 0 0 0 324832 121 0 0 20 0 20 0 72699700 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 2231 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=4280428 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 3295.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/342 82366
/proc/meminfo: memFree=107806836/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=4280428 CPUtime=3353.74 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 168083 0 0 0 335113 261 0 0 20 0 20 0 72699698 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 1070107 5536 1 0 1082205 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=14592 CPUtime=3306.36 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 75718 0 0 0 330513 123 0 0 20 0 20 0 72699700 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=4280428 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 2232 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 3353.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280428 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/342 82368
/proc/meminfo: memFree=107765052/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=4280428 CPUtime=3412.57 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 171037 0 0 0 340994 263 0 0 20 0 20 0 72699698 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 1070107 5536 1 0 1082205 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=14592 CPUtime=3364.16 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) R 82146 82149 80990 0 -1 4194368 77526 0 0 0 336293 123 0 0 20 0 20 0 72699700 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=-6000919481313487463 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 2321 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 3412.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280428 KiB

[startup+3642.3 s]
/proc/loadavg: 3.64 4.04 4.13 1/317 82403
/proc/meminfo: memFree=111695268/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=4280428 CPUtime=3454.69 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 171188 0 0 0 345204 265 0 0 20 0 20 0 72699698 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 1070107 5536 1 0 1082205 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=4280428 CPUtime=3405.6 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) D 82146 82149 80990 0 -1 4194368 77537 0 0 0 340436 124 0 0 20 0 20 0 72699700 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=14592 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=4280428 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 2384 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 3454.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280428 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 2.43 3.64 3.99 1/268 82475
/proc/meminfo: memFree=118987460/131249996 swapFree=33003468/33010684
[pid=82149] ppid=82146 vsize=19063512 memory=4280428 CPUtime=3496.23 cores=4,6
/proc/82149/stat : 82149 (java) S 82146 82149 80990 0 -1 4194304 171313 0 0 0 349356 267 0 0 20 0 20 0 72699698 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
/proc/82149/statm: 4765878 1070107 5536 1 0 1082205 0
[pid=82149/tid=82151] ppid=82146 vsize=19063512 memory=-6000919481313487463 CPUtime=3446.56 cores=4,6
/proc/82149/task/82151/stat : 82151 (java) D 82146 82149 80990 0 -1 4194368 77605 0 0 0 344531 125 0 0 20 0 20 0 72699700 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82160] ppid=82146 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/82149/task/82160/stat : 82160 (Finalizer) S 82146 82149 80990 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82167] ppid=82146 vsize=19063512 memory=25304 CPUtime=0 cores=4,6
/proc/82149/task/82167/stat : 82167 (Common-Cleaner) S 82146 82149 80990 0 -1 4194368 2384 0 0 0 0 0 0 0 20 0 20 0 72699702 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
[pid=82149/tid=82169] ppid=82146 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/82149/task/82169/stat : 82169 (Timer-0) S 82146 82149 80990 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72699770 19521036288 1070107 18446744073709551615 94578669109248 94578669112944 140736174189824 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94578669120760 94578669121552 94578681888768 140736174197037 140736174197222 140736174197222 140736174202824 0
Current children cumulated CPU time: 3496.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4280428 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3493.65 s, system=2.69479 s

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

[startup+3700.8 s]
/proc/loadavg: 2.43 3.64 3.99 1/250 82478
/proc/meminfo: memFree=118983932/131249996 swapFree=33003468/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 2.43 3.64 3.99 1/250 82478
/proc/meminfo: memFree=118983932/131249996 swapFree=33003468/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3702 s]*
/proc/loadavg: 2.43 3.64 3.99 1/249 82478
/proc/meminfo: memFree=118983932/131249996 swapFree=33003468/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3711.71
CPU time (s): 3496.34
CPU user time (s): 3493.65
CPU system time (s): 2.69479
CPU usage (%): 94.1975
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4281452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3493.65
system time used= 2.69479
maximum resident set size= 4281580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173557
page faults= 0
swaps= 0
block input operations= 0
block output operations= 476200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125785
involuntary context switches= 11571


# summary of solver processes directly reported to runsolver:
#   pid: 82149
#   total CPU time (s): 3496.34
#   total CPU user time (s): 3493.65
#   total CPU system time (s): 2.69479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41707 second user time and 19.2433 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-03 21:17:00
IDJOB=4520073
IDBENCH=177684
IDSOLVER=3362
FILE ID=nodeC021/4520073-1751570220
RUNJOBID= nodeC021-1751562972-81028
SLURM_JOB_ID= 9598766
Free space on /tmp= 430944 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/normalized-linearized_pebbling_opt_layeredfan_up_r33_c65_a6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520073-1751570220/watcher-4520073-1751570220 -o /tmp/evaluation-result-4520073-1751570220/solver-4520073-1751570220 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751562972-81028 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4520073-1751570220 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4520073-1751570220.opb

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

MD5SUM BENCH= 0e48a521f9e70a759d0a47d941d82f86
RANDOM SEED=1416102326

nodeC021 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.771
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.56
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.761
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.56
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		: 3600.088
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.56
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		: 3617.839
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.56
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		: 3599.152
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.56
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.780
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.56
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		: 3599.779
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.56
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118630652 kB
MemAvailable:   124895820 kB
Buffers:            1056 kB
Cached:          6998920 kB
SwapCached:           32 kB
Active:          5343708 kB
Inactive:        6536432 kB
Active(anon):    4852824 kB
Inactive(anon):    40932 kB
Active(file):     490884 kB
Inactive(file):  6495500 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32852 kB
Writeback:             8 kB
AnonPages:       4882916 kB
Mapped:           119332 kB
Shmem:             13452 kB
KReclaimable:     235644 kB
Slab:             329496 kB
SReclaimable:     235644 kB
SUnreclaim:        93852 kB
KernelStack:        5184 kB
PageTables:        13228 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7954956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4663296 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430944 MiB
End job on nodeC021 at 2025-07-03 22:18:52