Trace number 4493235

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.23 3565.05

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM447851c4fd40c5c34c03bb94532f1e8d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.916974
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints74305
Number of constraints which are clauses74305
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint50
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2104792832
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2113929216
0.26/0.25	c Number of processors 	2
0.43/0.41	c Pseudo Boolean Optimization by upper bound
0.43/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.41	c  - never skip resolution steps
0.43/0.41	c  - Auto-division on coefficients is disabled
0.43/0.41	c  - No postprocessing
0.43/0.41	c  - Conflict is considered as is when resolving
0.43/0.41	c  - Use constraints as they come during conflict analysis
0.43/0.41	c  - Weaken first using unassigned literals
0.43/0.41	c  - Bump strategy: ALWAYS_ONE
0.43/0.41	c  - Bumper: EFFECTIVE
0.43/0.41	c --- Begin Solver configuration ---
0.43/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.43/0.41	c Learn all clauses as in MiniSAT
0.43/0.41	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.41	c No reason simplification
0.43/0.41	c Dynamic restart strategy considering the size of the coefficients
0.43/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.43/0.41	c timeout=2147483s
0.43/0.41	c DB Simplification allowed=false
0.43/0.41	c Listener: none
0.43/0.41	c --- End Solver configuration ---
0.43/0.41	c solving HOME/instance-4493235-1751149513.opb
0.43/0.41	c reading problem ... 
0.58/0.42	c using VERIPB proof format
0.58/0.43	c  no objective function found
2.65/1.56	c ... done. Wall clock time 1.153s.
2.65/1.56	c declared #vars     2750
2.65/1.56	c #constraints  74305
2.65/1.56	c constraints type 
2.65/1.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74250
2.65/1.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 55
2.65/1.57	c 74305 constraints processed.
6.70/3.65	c cleaning 2495 clauses out of 5000 with flag 0/5000
9.54/6.01	c cleaning 4243 clauses out of 8505 with flag 0/11000
12.89/9.16	c cleaning 5627 clauses out of 11264 with flag 0/18002
17.62/13.70	c cleaning 6813 clauses out of 13635 with flag 0/26000
23.14/19.10	c cleaning 7903 clauses out of 15822 with flag 0/35000
28.97/24.73	c cleaning 8956 clauses out of 17920 with flag 0/45001
36.61/32.18	c cleaning 9976 clauses out of 19963 with flag 0/56000
45.60/40.86	c cleaning 10990 clauses out of 21988 with flag 0/68001
54.65/49.81	c cleaning 11990 clauses out of 23997 with flag 0/81000
63.15/58.13	c cleaning 13000 clauses out of 26009 with flag 0/95002
73.36/68.11	c cleaning 13997 clauses out of 28008 with flag 0/110001
84.85/79.25	c cleaning 14998 clauses out of 30011 with flag 0/126001
98.04/92.07	c cleaning 16003 clauses out of 32015 with flag 0/143003
110.74/104.31	c cleaning 17000 clauses out of 34010 with flag 0/161001
129.32/122.64	c cleaning 18001 clauses out of 36010 with flag 0/180001
146.56/139.81	c cleaning 18996 clauses out of 38008 with flag 0/200000
166.65/159.69	c cleaning 19999 clauses out of 40012 with flag 0/221000
184.29/177.05	c cleaning 21001 clauses out of 42014 with flag 0/243001
206.18/198.58	c cleaning 22000 clauses out of 44012 with flag 0/266000
234.53/226.52	c cleaning 23004 clauses out of 46012 with flag 0/290000
265.15/257.03	c cleaning 23999 clauses out of 48013 with flag 0/315005
298.65/290.03	c cleaning 24998 clauses out of 50009 with flag 0/341000
333.14/324.11	c cleaning 26000 clauses out of 52011 with flag 0/368000
371.75/362.39	c cleaning 27001 clauses out of 54013 with flag 0/396002
407.38/397.74	c cleaning 28000 clauses out of 56013 with flag 0/425003
438.58/428.66	c cleaning 28996 clauses out of 58011 with flag 0/455001
473.03/462.78	c cleaning 30000 clauses out of 60016 with flag 0/486002
505.46/494.88	c cleaning 31001 clauses out of 62014 with flag 0/518000
536.95/526.03	c cleaning 31998 clauses out of 64015 with flag 0/551002
577.74/566.62	c cleaning 33000 clauses out of 66015 with flag 0/585000
617.16/605.63	c cleaning 33999 clauses out of 68016 with flag 0/620001
658.91/646.83	c cleaning 35002 clauses out of 70016 with flag 0/656000
708.62/696.07	c cleaning 36001 clauses out of 72015 with flag 0/693001
759.42/746.39	c cleaning 37003 clauses out of 74013 with flag 0/731000
808.78/794.32	c cleaning 37996 clauses out of 76011 with flag 0/770001
868.39/853.46	c cleaning 38997 clauses out of 78014 with flag 0/810000
933.05/917.59	c cleaning 40001 clauses out of 80017 with flag 0/851000
996.60/980.24	c cleaning 40996 clauses out of 82016 with flag 0/893000
1056.00/1039.44	c cleaning 42006 clauses out of 84020 with flag 0/936000
1123.27/1106.09	c cleaning 42999 clauses out of 86014 with flag 0/980000
1189.47/1171.85	c cleaning 44006 clauses out of 88017 with flag 0/1025002
1252.16/1233.77	c cleaning 45001 clauses out of 90009 with flag 0/1071000
1330.92/1312.09	c cleaning 46001 clauses out of 92010 with flag 0/1118002
1417.56/1398.02	c cleaning 46999 clauses out of 94007 with flag 0/1166000
1498.28/1478.33	c cleaning 47996 clauses out of 96008 with flag 0/1215000
1580.54/1560.18	c cleaning 49002 clauses out of 98013 with flag 0/1265001
1665.34/1643.37	c cleaning 50006 clauses out of 100012 with flag 0/1316002
1762.20/1739.98	c cleaning 51000 clauses out of 102004 with flag 0/1368000
1865.26/1842.60	c cleaning 51994 clauses out of 104005 with flag 0/1421001
1969.60/1946.66	c cleaning 53001 clauses out of 106012 with flag 0/1475002
2074.64/2050.89	c cleaning 54003 clauses out of 108009 with flag 0/1530000
2178.64/2154.23	c cleaning 54993 clauses out of 110006 with flag 0/1586000
2267.28/2242.14	c cleaning 56002 clauses out of 112014 with flag 0/1643001
2358.59/2333.00	c cleaning 56999 clauses out of 114011 with flag 0/1701000
2466.60/2440.58	c cleaning 57998 clauses out of 116013 with flag 0/1760001
2561.43/2533.13	c cleaning 58997 clauses out of 118015 with flag 0/1820001
2664.87/2636.01	c cleaning 60002 clauses out of 120017 with flag 0/1881000
2769.16/2739.52	c cleaning 60999 clauses out of 122016 with flag 0/1943001
2879.98/2849.55	c cleaning 62004 clauses out of 124016 with flag 0/2006000
2997.07/2965.73	c cleaning 62995 clauses out of 126012 with flag 0/2070000
3117.25/3084.46	c cleaning 64005 clauses out of 128018 with flag 0/2135001
3283.98/3250.13	c cleaning 65002 clauses out of 130016 with flag 0/2201004
3439.93/3405.44	c cleaning 65996 clauses out of 132010 with flag 0/2268000
3600.03/3564.92	c starts		: 1
3600.03/3564.93	c conflicts		: 2331161
3600.03/3564.93	c decisions		: 2552787
3600.03/3564.93	c propagations		: 35806875
3600.03/3564.93	c inspects		: 13737711003
3600.03/3564.93	c shortcuts		: 0
3600.03/3564.93	c learnt literals	: 0
3600.03/3564.93	c learnt binary clauses	: 0
3600.03/3564.93	c learnt ternary clauses	: 0
3600.03/3564.93	c learnt constraints	: 2331160
3600.03/3564.93	c ignored constraints	: 0
3600.03/3564.93	c root simplifications	: 0
3600.03/3564.93	c removed literals (reason simplification)	: 0
3600.03/3564.93	c reason swapping (by a shorter reason)	: 0
3600.03/3564.93	c Calls to reduceDB	: 63
3600.03/3564.93	c Number of update (reduction) of LBD	: 3425250
3600.03/3564.93	c Imported unit clauses	: 0
3600.03/3564.93	c No decision after first conflict	: false
3600.03/3564.93	c number of reductions to clauses (during analyze)	: 0
3600.03/3564.93	c number of learned constraints concerned by reduction	: 0
3600.03/3564.93	c number of learning phase by resolution	: 0
3600.03/3564.93	c number of learning phase by cutting planes	: 0
3600.03/3564.93	c number of rounding to 1 operations	: 0
3600.03/3564.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3564.93	c number of reductions of the coefficients by power 2 	: 0
3600.03/3564.93	c number of right shift for reduction by power 2 	: 0
3600.03/3564.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3564.93	c number of ending skipping 	: 0
3600.03/3564.93	c number of internal skipping 	: 0
3600.03/3564.94	c number of derivation steps 	: 17997211
3600.03/3564.94	c timeout
3600.03/3564.94	c number of skipped derivation steps 	: 0
3600.03/3564.94	c number of remaining unassigned 	: 0
3600.03/3564.94	c number of remaining assigned 	: 0
3600.03/3564.94	c number of falsified literals weakened from reason	: 0
3600.03/3564.94	c number of falsified literals weakened from conflict	: 0
3600.03/3564.94	c time for arithmetic operations	: 0
3600.03/3564.94	c minimum degree of deleted constraints	: 1
3600.03/3564.94	c maximum degree of deleted constraints	: 1
3600.03/3564.95	c number of deleted constraints	: 2201986
3600.03/3564.95	c speed (assignments/second)	: 10048.581738216792
3600.03/3564.95	c non guided choices	: 1244
3600.03/3565.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 129174
3600.03/3565.00	s UNKNOWN
3600.03/3565.00	c Total wall clock time (in seconds): 3564.59

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (52418 MiB free)
  memory of node 1: 64465 MiB (57194 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493235-1751149513/watcher-4493235-1751149513 -o /tmp/evaluation-result-4493235-1751149513/solver-4493235-1751149513 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15156 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493235-1751149513 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493235-1751149513.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=16603, runsolver pid=16600

[startup+0.100087 s]*
/proc/loadavg: 4.55 4.44 4.32 6/329 16622
/proc/meminfo: memFree=112226260/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=18930384 memory=47432 CPUtime=0.11 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 5688 0 0 0 9 2 0 0 20 0 18 0 30630401 19384713216 11858 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4732596 11858 5142 1 0 546901 0
[pid=16603/tid=16605] ppid=16600 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 4593 0 0 0 5 1 0 0 20 0 18 0 30630403 19384713216 11858 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30630408 19384713216 11858 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=18930384 memory=58494082638250 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30630409 19384713216 11858 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47432 KiB

[startup+0.213981 s]*
/proc/loadavg: 4.55 4.44 4.32 6/329 16622
/proc/meminfo: memFree=112223236/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=18930384 memory=51016 CPUtime=0.26 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 6427 0 0 0 24 2 0 0 20 0 18 0 30630401 19384713216 12754 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4732596 12754 5334 1 0 547512 0
[pid=16603/tid=16605] ppid=16600 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 4968 0 0 0 14 1 0 0 20 0 18 0 30630403 19384713216 12754 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30630408 19384713216 12754 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30630409 19384713216 12754 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51016 KiB

[startup+0.313815 s]*
/proc/loadavg: 4.55 4.44 4.32 7/329 16622
/proc/meminfo: memFree=112217124/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=18930384 memory=58260 CPUtime=0.43 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 6702 0 0 0 40 3 0 0 20 0 18 0 30630401 19384713216 14565 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4732596 14565 5334 1 0 547713 0
[pid=16603/tid=16605] ppid=16600 vsize=18930384 memory=-6000919507150071406 CPUtime=0.24 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 5138 0 0 0 22 2 0 0 20 0 18 0 30630403 19384713216 14565 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30630408 19384713216 14565 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30630409 19384713216 14565 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58260 KiB

[startup+0.701525 s]
/proc/loadavg: 4.55 4.44 4.32 7/329 16622
/proc/meminfo: memFree=112212336/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=18930384 memory=116156 CPUtime=1.11 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 7250 0 0 0 106 5 0 0 20 0 18 0 30630401 19384713216 29039 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4732596 29039 5462 1 0 548054 0
[pid=16603/tid=16605] ppid=16600 vsize=18930384 memory=17408 CPUtime=0.6 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 5405 0 0 0 57 3 0 0 20 0 18 0 30630403 19384713216 29039 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30630408 19384713216 29039 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=18930384 memory=3328 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30630409 19384713216 29039 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 116156 KiB

[startup+1.50019 s]
/proc/loadavg: 4.55 4.44 4.32 7/330 16623
/proc/meminfo: memFree=112007680/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=18996948 memory=1130744 CPUtime=2.65 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 20846 0 0 0 237 28 0 0 20 0 19 0 30630401 19452874752 282686 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4749237 282686 5462 1 0 554802 0
[pid=16603/tid=16605] ppid=16600 vsize=18996948 memory=3328 CPUtime=1.35 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 5886 0 0 0 112 23 0 0 20 0 19 0 30630403 19452874752 282686 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30630408 19452874752 282686 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30630409 19452874752 282686 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1130744 KiB

[startup+3.10549 s]
/proc/loadavg: 4.66 4.46 4.33 6/331 16624
/proc/meminfo: memFree=111660204/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=1299668 CPUtime=5.83 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 28039 0 0 0 549 34 0 0 20 0 20 0 30630401 19521036288 324917 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 324917 5462 1 0 556160 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=11264 CPUtime=2.84 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 6295 0 0 0 257 27 0 0 20 0 20 0 30630403 19521036288 324917 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 324917 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 324917 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 324917 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1299668 KiB

[startup+6.30019 s]
/proc/loadavg: 4.66 4.46 4.33 6/331 16624
/proc/meminfo: memFree=110472364/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=2474772 CPUtime=10.07 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 33602 0 0 0 950 57 0 0 20 0 20 0 30630401 19521036288 618693 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 618693 5462 1 0 840273 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=0 CPUtime=5.92 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 8408 0 0 0 544 48 0 0 20 0 20 0 30630403 19521036288 618693 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 618693 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=-6000919507150071406 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 618693 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 618693 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 10.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2474772 KiB

[startup+12.7004 s]
/proc/loadavg: 4.61 4.46 4.33 5/331 16624
/proc/meminfo: memFree=108870404/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=2505704 CPUtime=16.62 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 33702 0 0 0 1603 59 0 0 20 0 20 0 30630401 19521036288 626426 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 626426 5462 1 0 840286 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=0 CPUtime=11.98 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) S 16600 16603 15143 0 -1 4194368 8438 0 0 0 1149 49 0 0 20 0 20 0 30630403 19521036288 626426 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=2505704 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 626426 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 626426 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 626426 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 16.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2505704 KiB

[startup+25.5003 s]
/proc/loadavg: 4.56 4.45 4.33 5/331 16624
/proc/meminfo: memFree=106279396/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=5111204 CPUtime=29.75 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 36297 0 0 0 2865 110 0 0 20 0 20 0 30630401 19521036288 1277801 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 1277801 5462 1 0 1489943 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=-6000919507150071406 CPUtime=24.19 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 9625 0 0 0 2325 94 0 0 20 0 20 0 30630403 19521036288 1277801 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=3196 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 1277801 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=3849564 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 1277801 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=3640624 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 1277801 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 29.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5111204 KiB

[startup+51.1135 s]
/proc/loadavg: 4.50 4.45 4.33 6/331 16624
/proc/meminfo: memFree=104690200/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=6677648 CPUtime=55.96 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 43848 0 0 0 5451 145 0 0 20 0 20 0 30630401 19521036288 1669412 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 1669412 5494 1 0 1824170 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=6159376 CPUtime=48.95 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 13419 0 0 0 4772 123 0 0 20 0 20 0 30630403 19521036288 1669412 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=-6000919507150071406 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 1669412 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=5217856 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 1669412 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=5088640 CPUtime=0 cores=5,7

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

/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 3227 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 3195.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10164080 KiB

[startup+3222.3 s]
/proc/loadavg: 4.34 4.31 4.23 5/331 17198
/proc/meminfo: memFree=96326868/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=10164080 CPUtime=3255.87 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 367445 0 0 0 324977 610 0 0 20 0 20 0 30630401 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 2541020 5494 1 0 2555936 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=-6000919507150071406 CPUtime=3164.78 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 221208 0 0 0 316095 383 0 0 20 0 20 0 30630403 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 3321 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 3255.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10164080 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.27 4.22 5/332 17206
/proc/meminfo: memFree=96311936/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=10164080 CPUtime=3316.21 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 375283 0 0 0 331005 616 0 0 20 0 20 0 30630401 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 2541020 5494 1 0 2555936 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=10164080 CPUtime=3224.06 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 226306 0 0 0 322021 385 0 0 20 0 20 0 30630403 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 3375 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=4224 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 3316.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10164080 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.28 4.22 5/332 17208
/proc/meminfo: memFree=96279608/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=10164080 CPUtime=3376.56 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 380517 0 0 0 337033 623 0 0 20 0 20 0 30630401 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 2541020 5494 1 0 2555936 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=9088 CPUtime=3283.23 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 229586 0 0 0 327935 388 0 0 20 0 20 0 30630403 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=-6000919507150071406 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 3467 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 3376.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10164080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.26 4.22 5/332 17210
/proc/meminfo: memFree=97491892/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=10164080 CPUtime=3436.84 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 387358 0 0 0 343056 628 0 0 20 0 20 0 30630401 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 2541020 5494 1 0 2555936 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=9088 CPUtime=3342.2 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 233761 0 0 0 333830 390 0 0 20 0 20 0 30630403 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 3467 0 0 0 0 0 0 0 20 0 20 0 30630409 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 3436.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10164080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.54 4.33 4.25 6/332 17279
/proc/meminfo: memFree=108705636/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=10164080 CPUtime=3497.08 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 391532 0 0 0 349073 635 0 0 20 0 20 0 30630401 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 2541020 5494 1 0 2555936 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=9088 CPUtime=3401.62 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 236935 0 0 0 339769 393 0 0 20 0 20 0 30630403 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0.01 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 3509 0 0 0 1 0 0 0 20 0 20 0 30630409 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 3497.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10164080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.88 4.47 4.30 5/331 17281
/proc/meminfo: memFree=107892776/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=10164080 CPUtime=3557.18 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 395937 0 0 0 355077 641 0 0 20 0 20 0 30630401 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 2541020 5494 1 0 2555936 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=10164080 CPUtime=3461.02 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 241013 0 0 0 345706 396 0 0 20 0 20 0 30630403 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=10164080 CPUtime=0.01 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 3598 0 0 0 1 0 0 0 20 0 20 0 30630409 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 3557.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10164080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3564.9 s]
/proc/loadavg: 4.41 4.40 4.28 5/331 17283
/proc/meminfo: memFree=107810024/131382112 swapFree=33010684/33010684
[pid=16603] ppid=16600 vsize=19063512 memory=10164080 CPUtime=3600.03 cores=5,7
/proc/16603/stat : 16603 (java) S 16600 16603 15143 0 -1 4194304 401507 0 0 0 359357 646 0 0 20 0 20 0 30630401 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
/proc/16603/statm: 4765878 2541020 5494 1 0 2555936 0
[pid=16603/tid=16605] ppid=16600 vsize=19063512 memory=14340 CPUtime=3502.96 cores=5,7
/proc/16603/task/16605/stat : 16605 (java) R 16600 16603 15143 0 -1 4194368 244011 0 0 0 349898 398 0 0 20 0 20 0 30630403 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16615] ppid=16600 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/16603/task/16615/stat : 16615 (Finalizer) S 16600 16603 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30630408 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16622] ppid=16600 vsize=19063512 memory=17408 CPUtime=0.01 cores=5,7
/proc/16603/task/16622/stat : 16622 (Common-Cleaner) S 16600 16603 15143 0 -1 4194368 3645 0 0 0 1 0 0 0 20 0 20 0 30630409 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
[pid=16603/tid=16624] ppid=16600 vsize=19063512 memory=198340509722 CPUtime=0 cores=5,7
/proc/16603/task/16624/stat : 16624 (Timer-0) S 16600 16603 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30630558 19521036288 2541020 18446744073709551615 94923267969024 94923267972720 140726593531408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94923267980536 94923267981328 94923294093312 140726593534253 140726593534438 140726593534438 140726593540040 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10164080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.73 s, system=6.49997 s

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

[startup+3565.01 s]*
/proc/loadavg: 4.41 4.40 4.28 4/326 17286
/proc/meminfo: memFree=107813320/131382112 swapFree=33010684/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): 3565.05
CPU time (s): 3600.23
CPU user time (s): 3593.73
CPU system time (s): 6.49997
CPU usage (%): 100.987
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 10164080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.73
system time used= 6.49997
maximum resident set size= 10165360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 477184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118757
involuntary context switches= 17025


# summary of solver processes directly reported to runsolver:
#   pid: 16603
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3593.73
#   total CPU system time (s): 6.49997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.279 second user time and 35.2323 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 00:25:13
IDJOB=4493235
IDBENCH=147856
IDSOLVER=3362
FILE ID=nodeC007/4493235-1751149513
RUNJOBID= nodeC007-1751145946-15156
SLURM_JOB_ID= 9587454
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493235-1751149513/watcher-4493235-1751149513 -o /tmp/evaluation-result-4493235-1751149513/solver-4493235-1751149513 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15156 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493235-1751149513 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493235-1751149513.opb

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

MD5SUM BENCH= 447851c4fd40c5c34c03bb94532f1e8d
RANDOM SEED=1428489354

nodeC007 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		: 3638.827
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.68
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		: 3653.492
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.68
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.202
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.68
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.359
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.68
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		: 3586.244
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.68
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		: 1197.291
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.386
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.68
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.204
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        112243648 kB
MemAvailable:   114372628 kB
Buffers:            3280 kB
Cached:          2937864 kB
SwapCached:            0 kB
Active:         15895296 kB
Inactive:        2692720 kB
Active(anon):   15664892 kB
Inactive(anon):        0 kB
Active(file):     230404 kB
Inactive(file):  2692720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7048 kB
Writeback:             0 kB
AnonPages:      15646196 kB
Mapped:           122240 kB
Shmem:             17960 kB
KReclaimable:      90968 kB
Slab:             172620 kB
SReclaimable:      90968 kB
SUnreclaim:        81652 kB
KernelStack:        5088 kB
PageTables:        34336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   16361368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15316992 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC007 at 2025-06-29 01:24:38