Trace number 4544810

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.15 3573.79

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat12_11_identity_complement.opb
MD5SUM6b491c2baabcf28ebf0b874cd3568279
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 benchmark1.17133
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1584
Total number of constraints50832
Number of constraints which are clauses47928
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2904
Minimum length of a constraint2
Maximum length of a constraint11
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.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-4544810-1753229548.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
1.08/0.62	c ... done. Wall clock time 0.453s.
1.08/0.62	c declared #vars     1584
1.08/0.62	c #constraints  50832
1.08/0.62	c constraints type 
1.08/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 32670
1.08/0.62	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1452
1.08/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16710
1.08/0.62	c 50832 constraints processed.
9.77/5.06	c cleaning 2500 clauses out of 5001 with flag 0/5001
16.85/10.93	c cleaning 4248 clauses out of 8501 with flag 0/11001
24.77/18.79	c cleaning 5624 clauses out of 11252 with flag 0/18000
38.13/31.65	c cleaning 6814 clauses out of 13628 with flag 0/26000
53.69/47.10	c cleaning 7901 clauses out of 15814 with flag 0/35000
78.72/71.91	c cleaning 8954 clauses out of 17915 with flag 0/45002
105.30/98.29	c cleaning 9972 clauses out of 19960 with flag 0/56001
138.72/131.40	c cleaning 10994 clauses out of 21991 with flag 0/68004
173.14/165.68	c cleaning 11993 clauses out of 23996 with flag 0/81003
216.82/208.94	c cleaning 12999 clauses out of 26002 with flag 0/95002
271.58/263.39	c cleaning 13996 clauses out of 28001 with flag 0/110000
336.32/327.65	c cleaning 14998 clauses out of 30006 with flag 0/126001
402.27/393.04	c cleaning 16001 clauses out of 32009 with flag 0/143002
487.61/477.93	c cleaning 16999 clauses out of 34007 with flag 0/161001
577.81/567.65	c cleaning 18001 clauses out of 36011 with flag 0/180004
667.52/656.62	c cleaning 19000 clauses out of 38009 with flag 0/200003
757.53/746.18	c cleaning 19995 clauses out of 40006 with flag 0/221000
875.23/863.18	c cleaning 21003 clauses out of 42014 with flag 0/243003
993.53/980.72	c cleaning 21999 clauses out of 44009 with flag 0/266001
1131.41/1117.98	c cleaning 23000 clauses out of 46010 with flag 0/290001
1278.83/1264.44	c cleaning 24000 clauses out of 48010 with flag 0/315001
1439.30/1423.85	c cleaning 24997 clauses out of 50010 with flag 0/341001
1648.14/1631.74	c cleaning 26001 clauses out of 52013 with flag 0/368001
1834.23/1816.60	c cleaning 27002 clauses out of 54012 with flag 0/396001
2057.18/2038.66	c cleaning 28000 clauses out of 56012 with flag 0/425003
2265.60/2245.92	c cleaning 29003 clauses out of 58009 with flag 0/455000
2535.76/2514.73	c cleaning 29994 clauses out of 60006 with flag 0/486000
2782.40/2760.17	c cleaning 31004 clauses out of 62012 with flag 0/518000
3050.13/3026.75	c cleaning 31993 clauses out of 64008 with flag 0/551000
3348.47/3323.50	c cleaning 33003 clauses out of 66015 with flag 0/585000
3600.02/3573.71	c starts		: 62
3600.02/3573.71	c conflicts		: 611708
3600.02/3573.71	c decisions		: 649429
3600.02/3573.71	c propagations		: 126159852
3600.02/3573.71	c inspects		: 6451463311
3600.02/3573.71	c shortcuts		: 0
3600.02/3573.71	c learnt literals	: 0
3600.02/3573.71	c learnt binary clauses	: 0
3600.02/3573.71	c learnt ternary clauses	: 0
3600.02/3573.71	c learnt constraints	: 611708
3600.02/3573.71	c ignored constraints	: 0
3600.02/3573.71	c root simplifications	: 0
3600.02/3573.71	c removed literals (reason simplification)	: 0
3600.02/3573.71	c reason swapping (by a shorter reason)	: 0
3600.02/3573.71	c Calls to reduceDB	: 30
3600.02/3573.71	c Number of update (reduction) of LBD	: 858272
3600.02/3573.71	c Imported unit clauses	: 0
3600.02/3573.71	c No decision after first conflict	: false
3600.02/3573.71	c number of reductions to clauses (during analyze)	: 0
3600.02/3573.71	c number of learned constraints concerned by reduction	: 0
3600.02/3573.71	c number of learning phase by resolution	: 0
3600.02/3573.71	c number of learning phase by cutting planes	: 0
3600.02/3573.71	c number of rounding to 1 operations	: 0
3600.02/3573.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3573.71	c number of reductions of the coefficients by power 2 	: 0
3600.02/3573.71	c number of right shift for reduction by power 2 	: 0
3600.02/3573.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3573.71	c number of ending skipping 	: 0
3600.02/3573.71	c number of internal skipping 	: 0
3600.02/3573.71	c number of derivation steps 	: 11007889
3600.02/3573.71	c number of skipped derivation steps 	: 0
3600.02/3573.71	c number of remaining unassigned 	: 206441
3600.02/3573.71	c number of remaining assigned 	: 167499966
3600.02/3573.71	c number of falsified literals weakened from reason	: 0
3600.02/3573.71	c number of falsified literals weakened from conflict	: 0
3600.02/3573.71	c time for arithmetic operations	: 22529096533
3600.02/3573.72	c minimum degree of deleted constraints	: 1
3600.02/3573.73	c maximum degree of deleted constraints	: 1807302226322134989302892772022826098127761462124624954553385863796293228152509424015088697271965651686786105201859861771575390402405329870426926221893685693748088037640155422840607943393041709960574433178634099339277048434886400134573278946467050669585028867643388355602872226173734840842491578117643673945541923808724891784256924941192948561155679853394900099337936464644078146956519800593011932528387619744598459956251410727052058338018986020082202758806959552903640760985131958833237180378607742447928609585233728730111988969387499950200964101778746633288815029337831844381433482639157823794005716529614639786134117482957917177589553755942325585096918235739855896395679782214178304220430111826060471623514958196802648013748152672006439051183543622577941857287292021432561077186082495571192195010612182728992048774378019309493553017759308787449422093342065699130115270797715720857397324216153638655169914871144418124237458730872222967248887129191346473382793263349107531235368887279090074702298135301081474904703231615977108304085282636309864762857827552685632197893418678004252235621897312394107419007185252920364843537733266122248016397132481756524515785509145360513530025873328585543966253115639374284781514613671145545499690251038605855474411991817499585599347540506203625688353051730155071470465934029859043369515282814533297179775981547264861291928257567830251123917252353983091511648283477814794520707841483242587915640140966097161038339057220685913755761272498643403602109641582951224291075217672676104690035653291766893912478493287044679196085443949862143987438680037659740903529064003234136059359278733249840000
3600.02/3573.73	c number of deleted constraints	: 551988
3600.02/3573.73	c speed (assignments/second)	: 35308.19516689401
3600.02/3573.73	c non guided choices	: 18
3600.02/3573.73	c timeout
3600.02/3573.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 27
3600.02/3573.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 59693
3600.02/3573.77	s UNKNOWN
3600.02/3573.77	c Total wall clock time (in seconds): 3573.61

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (58563 MiB free)
  memory of node 1: 64465 MiB (58300 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544810-1753229548/watcher-4544810-1753229548 -o /tmp/evaluation-result-4544810-1753229548/solver-4544810-1753229548 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753222424-166168 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544810-1753229548 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4544810-1753229548.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=167395, runsolver pid=167392

[startup+0.100061 s]*
/proc/loadavg: 4.27 4.25 4.20 5/338 167413
/proc/meminfo: memFree=119638240/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=18930384 memory=55408 CPUtime=0.12 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 6538 0 0 0 10 2 0 0 20 0 18 0 238632254 19384713216 13852 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4732596 13852 5307 1 0 547588 0
[pid=167395/tid=167397] ppid=167392 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 5042 0 0 0 6 1 0 0 20 0 18 0 238632256 19384713216 13852 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238632258 19384713216 13852 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=18930384 memory=58485492697507 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238632258 19384713216 13852 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55408 KiB

[startup+0.205922 s]*
/proc/loadavg: 4.27 4.25 4.20 7/338 167413
/proc/meminfo: memFree=119629292/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=18930384 memory=66496 CPUtime=0.32 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 7144 0 0 0 29 3 0 0 20 0 18 0 238632254 19384713216 16624 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4732596 16624 5435 1 0 548015 0
[pid=167395/tid=167397] ppid=167392 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 5414 0 0 0 16 1 0 0 20 0 18 0 238632256 19384713216 16624 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=18930384 memory=2630 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238632258 19384713216 16624 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238632258 19384713216 16624 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66496 KiB

[startup+0.305845 s]*
/proc/loadavg: 4.27 4.25 4.20 6/338 167413
/proc/meminfo: memFree=119554828/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=18930384 memory=141240 CPUtime=0.51 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 7408 0 0 0 46 5 0 0 20 0 18 0 238632254 19384713216 35310 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4732596 35310 5435 1 0 548116 0
[pid=167395/tid=167397] ppid=167392 vsize=18930384 memory=-9030956838024946364 CPUtime=0.27 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 5477 0 0 0 24 3 0 0 20 0 18 0 238632256 19384713216 35310 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238632258 19384713216 35310 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238632258 19384713216 35310 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 141240 KiB

[startup+0.700224 s]
/proc/loadavg: 4.27 4.25 4.20 6/339 167414
/proc/meminfo: memFree=119453364/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19064676 memory=347304 CPUtime=1.26 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 12504 0 0 0 116 10 0 0 20 0 20 0 238632254 19522228224 86794 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4766169 86826 5467 1 0 552616 0
[pid=167395/tid=167397] ppid=167392 vsize=19064676 memory=24704 CPUtime=0.63 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 5621 0 0 0 55 8 0 0 20 0 20 0 238632256 19522228224 86826 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19064676 memory=10752 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19522228224 86858 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19064676 memory=3200 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238632258 19522228224 86858 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19064676 KiB
Current children cumulated memory: 347304 KiB

[startup+1.50025 s]
/proc/loadavg: 4.27 4.25 4.20 6/340 167415
/proc/meminfo: memFree=119262812/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=594536 CPUtime=2.85 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 21849 0 0 0 267 18 0 0 20 0 20 0 238632254 19521036288 148634 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 148634 5467 1 0 555761 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=3200 CPUtime=1.41 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 5824 0 0 0 128 13 0 0 20 0 20 0 238632256 19521036288 148634 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 148634 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 148634 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 148634 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 594536 KiB

[startup+3.10579 s]
/proc/loadavg: 4.27 4.25 4.20 6/340 167415
/proc/meminfo: memFree=118880564/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=871852 CPUtime=6.04 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 29814 0 0 0 578 26 0 0 20 0 20 0 238632254 19521036288 217963 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 217963 5467 1 0 555783 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=14848 CPUtime=2.98 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 6381 0 0 0 278 20 0 0 20 0 20 0 238632256 19521036288 217963 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 217963 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 217963 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 217963 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 871852 KiB

[startup+6.30023 s]
/proc/loadavg: 4.33 4.26 4.21 5/318 167445
/proc/meminfo: memFree=119740288/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=1325688 CPUtime=11.8 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 35739 0 0 0 1143 37 0 0 20 0 20 0 238632254 19521036288 331422 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 331422 5467 1 0 556594 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=0 CPUtime=6.07 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) S 167392 167395 166156 0 -1 4194368 8571 0 0 0 578 29 0 0 20 0 20 0 238632256 19521036288 331422 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 331422 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 331422 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=629352 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 331422 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 11.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1325688 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.28 4.21 5/340 167484
/proc/meminfo: memFree=117362236/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=1348004 CPUtime=18.75 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 37399 0 0 0 1836 39 0 0 20 0 20 0 238632254 19521036288 337001 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 337001 5467 1 0 557607 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=629352 CPUtime=12.35 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 9452 0 0 0 1205 30 0 0 20 0 20 0 238632256 19521036288 337001 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 337001 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 337001 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=280135081446544 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 337001 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 18.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348004 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.28 4.21 4/318 167522
/proc/meminfo: memFree=119719372/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=1356308 CPUtime=31.93 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 49943 0 0 0 3151 42 0 0 20 0 20 0 238632254 19521036288 339077 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 339077 5467 1 0 559130 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=0 CPUtime=24.89 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 11440 0 0 0 2457 32 0 0 20 0 20 0 238632256 19521036288 339077 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=1356308 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 339077 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=-9030956838024946364 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 339077 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 339077 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 31.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1356308 KiB

[startup+51.1059 s]
/proc/loadavg: 4.52 4.32 4.23 5/341 167685
/proc/meminfo: memFree=119120052/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=1385344 CPUtime=57.83 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 57084 0 0 0 5737 46 0 0 20 0 20 0 238632254 19521036288 346336 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 346336 5467 1 0 559162 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=1354252 CPUtime=50.07 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 14136 0 0 0 4972 35 0 0 20 0 20 0 238632256 19521036288 346336 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=1379188 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 346336 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 346336 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0

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

/proc/meminfo: memFree=108613412/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=2608292 CPUtime=3246.74 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 134015 0 0 0 324293 381 0 0 20 0 20 0 238632254 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 652073 5499 1 0 666331 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=21824 CPUtime=3173.89 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 55456 0 0 0 317147 242 0 0 20 0 20 0 238632256 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 1871 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 3246.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2608292 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/339 167988
/proc/meminfo: memFree=108591120/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=2608292 CPUtime=3307.04 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 134698 0 0 0 330319 385 0 0 20 0 20 0 238632254 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 652073 5499 1 0 666331 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=4352 CPUtime=3232.96 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 55984 0 0 0 323052 244 0 0 20 0 20 0 238632256 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=-9030956838024946364 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 1923 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 3307.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2608292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.14 4.14 5/338 167990
/proc/meminfo: memFree=108563592/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=2608292 CPUtime=3367.43 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 134918 0 0 0 336354 389 0 0 20 0 20 0 238632254 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 652073 5499 1 0 666331 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=0 CPUtime=3292.05 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 56182 0 0 0 328959 246 0 0 20 0 20 0 238632256 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=24704 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 1923 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 3367.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2608292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.14 5/338 167992
/proc/meminfo: memFree=108522872/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=2608292 CPUtime=3427.76 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 134950 0 0 0 342384 392 0 0 20 0 20 0 238632254 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 652073 5499 1 0 666331 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=24704 CPUtime=3351.09 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 56190 0 0 0 334861 248 0 0 20 0 20 0 238632256 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 1923 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 3427.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2608292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.13 5/338 167994
/proc/meminfo: memFree=108416892/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=2608292 CPUtime=3488.01 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 136418 0 0 0 348403 398 0 0 20 0 20 0 238632254 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 652073 5499 1 0 666331 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=24704 CPUtime=3410 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 57507 0 0 0 340748 252 0 0 20 0 20 0 238632256 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 1923 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 3488.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2608292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.14 4.14 5/339 167997
/proc/meminfo: memFree=108371420/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=2608292 CPUtime=3548.26 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 137815 0 0 0 354422 404 0 0 20 0 20 0 238632254 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 652073 5499 1 0 666331 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=2608292 CPUtime=3468.81 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 58383 0 0 0 346625 256 0 0 20 0 20 0 238632256 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=2608292 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=-9030956838024946364 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 1997 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=-9030956838024946364 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 652073 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 3548.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2608292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.7 s]
/proc/loadavg: 4.14 4.13 4.13 5/340 168005
/proc/meminfo: memFree=107860848/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=3109348 CPUtime=3600.02 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 139088 0 0 0 359585 417 0 0 20 0 20 0 238632254 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 777337 5499 1 0 793770 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=3109348 CPUtime=3519.27 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 59190 0 0 0 351660 267 0 0 20 0 20 0 238632256 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=3109348 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=24704 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 2028 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.96 s, system=4.18947 s

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

[startup+3573.7 s]
/proc/loadavg: 4.14 4.13 4.13 5/340 168005
/proc/meminfo: memFree=107860848/131249996 swapFree=33006296/33010684
[pid=167395] ppid=167392 vsize=19063512 memory=3109348 CPUtime=3600.02 cores=1,3
/proc/167395/stat : 167395 (java) S 167392 167395 166156 0 -1 4194304 139088 0 0 0 359585 417 0 0 20 0 20 0 238632254 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
/proc/167395/statm: 4765878 777337 5499 1 0 793770 0
[pid=167395/tid=167397] ppid=167392 vsize=19063512 memory=3109348 CPUtime=3519.27 cores=1,3
/proc/167395/task/167397/stat : 167397 (java) R 167392 167395 166156 0 -1 4194368 59190 0 0 0 351660 267 0 0 20 0 20 0 238632256 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167406] ppid=167392 vsize=19063512 memory=3109348 CPUtime=0 cores=1,3
/proc/167395/task/167406/stat : 167406 (Finalizer) S 167392 167395 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167413] ppid=167392 vsize=19063512 memory=24704 CPUtime=0 cores=1,3
/proc/167395/task/167413/stat : 167413 (Common-Cleaner) S 167392 167395 166156 0 -1 4194368 2028 0 0 0 0 0 0 0 20 0 20 0 238632258 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
[pid=167395/tid=167415] ppid=167392 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/167395/task/167415/stat : 167415 (Timer-0) S 167392 167395 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238632317 19521036288 777337 18446744073709551615 93835098451968 93835098455664 140735293024384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93835098463480 93835098464272 93835104751616 140735293032785 140735293032932 140735293032932 140735293038536 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109348 KiB

Child status: 143

Real time (s): 3573.79
CPU time (s): 3600.15
CPU user time (s): 3595.96
CPU system time (s): 4.18947
CPU usage (%): 100.738
Max. virtual memory (cumulated for all children) (KiB): 19064676
Max. memory (cumulated for all children) (KiB): 3109348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.96
system time used= 4.18947
maximum resident set size= 3110756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141748
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1261488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169633
involuntary context switches= 16909


# summary of solver processes directly reported to runsolver:
#   pid: 167395
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3595.96
#   total CPU system time (s): 4.18947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65162 second user time and 17.5772 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 02:12:28
IDJOB=4544810
IDBENCH=180683
IDSOLVER=3362
FILE ID=nodeC015/4544810-1753229548
RUNJOBID= nodeC015-1753222424-166168
SLURM_JOB_ID= 9687818
Free space on /tmp= 431760 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_11_identity_complement.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544810-1753229548/watcher-4544810-1753229548 -o /tmp/evaluation-result-4544810-1753229548/solver-4544810-1753229548 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753222424-166168 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544810-1753229548 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4544810-1753229548.opb

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

MD5SUM BENCH= 6b491c2baabcf28ebf0b874cd3568279
RANDOM SEED=2143129370

nodeC015 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		: 3600.090
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	: 7000.14
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		: 3600.339
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	: 7000.14
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		: 3599.731
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	: 7000.14
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		: 3599.977
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119670308 kB
MemAvailable:   121191644 kB
Buffers:            1508 kB
Cached:          2289364 kB
SwapCached:         3888 kB
Active:          9457552 kB
Inactive:        1444908 kB
Active(anon):    8585712 kB
Inactive(anon):    48304 kB
Active(file):     871840 kB
Inactive(file):  1396604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4452 kB
Writeback:           468 kB
AnonPages:       8610908 kB
Mapped:           126228 kB
Shmem:             22352 kB
KReclaimable:     184260 kB
Slab:             280232 kB
SReclaimable:     184260 kB
SUnreclaim:        95972 kB
KernelStack:        5248 kB
PageTables:        20624 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10883076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8325120 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:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 430388 MiB
End job on nodeC015 at 2025-07-23 03:12:02