Trace number 4544966

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.19 3572.3

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat20_19_identity_complement.opb
MD5SUM6b62b1f0af3a4b117c91c07257537aad
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 benchmark14.7305
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7600
Total number of constraints700360
Number of constraints which are clauses685920
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14440
Minimum length of a constraint2
Maximum length of a constraint19
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 37
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.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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4544966-1753229586.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
10.99/8.85	c ... done. Wall clock time 8.694s.
10.99/8.85	c declared #vars     7600
10.99/8.85	c #constraints  700360
10.99/8.85	c constraints type 
10.99/8.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 552330
10.99/8.85	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 7220
10.99/8.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 140810
10.99/8.85	c 700360 constraints processed.
23.22/17.49	c cleaning 2501 clauses out of 5002 with flag 0/5002
35.29/28.46	c cleaning 4249 clauses out of 8502 with flag 0/11003
50.92/43.12	c cleaning 5626 clauses out of 11251 with flag 0/18001
74.05/65.78	c cleaning 6809 clauses out of 13624 with flag 0/26000
101.05/92.52	c cleaning 7907 clauses out of 15815 with flag 0/35000
129.55/120.96	c cleaning 8952 clauses out of 17909 with flag 0/45001
160.88/152.07	c cleaning 9979 clauses out of 19959 with flag 0/56003
203.42/194.39	c cleaning 10983 clauses out of 21977 with flag 0/68000
248.92/239.42	c cleaning 11992 clauses out of 23994 with flag 0/81000
304.08/294.07	c cleaning 13002 clauses out of 26004 with flag 0/95002
370.44/359.89	c cleaning 13998 clauses out of 28000 with flag 0/110000
436.61/425.44	c cleaning 15001 clauses out of 30003 with flag 0/126001
519.46/507.46	c cleaning 15988 clauses out of 32002 with flag 0/143001
614.51/601.84	c cleaning 17000 clauses out of 34015 with flag 0/161002
723.18/709.97	c cleaning 18003 clauses out of 36016 with flag 0/180003
832.71/818.97	c cleaning 18999 clauses out of 38010 with flag 0/200000
959.50/944.99	c cleaning 20003 clauses out of 40011 with flag 0/221000
1088.48/1073.17	c cleaning 20998 clauses out of 42008 with flag 0/243000
1232.70/1216.50	c cleaning 22002 clauses out of 44010 with flag 0/266000
1393.97/1376.91	c cleaning 23003 clauses out of 46009 with flag 0/290001
1571.21/1553.36	c cleaning 23999 clauses out of 48007 with flag 0/315002
1761.49/1742.72	c cleaning 24996 clauses out of 50006 with flag 0/341000
1983.42/1963.55	c cleaning 26002 clauses out of 52010 with flag 0/368000
2188.37/2167.49	c cleaning 26999 clauses out of 54009 with flag 0/396001
2368.42/2346.20	c cleaning 28004 clauses out of 56012 with flag 0/425003
2593.99/2571.00	c cleaning 28994 clauses out of 58005 with flag 0/455000
2857.97/2833.86	c cleaning 29999 clauses out of 60012 with flag 0/486001
3143.54/3118.33	c cleaning 30991 clauses out of 62013 with flag 0/518001
3396.65/3370.18	c cleaning 32008 clauses out of 64024 with flag 0/551003
3600.06/3572.21	c starts		: 52
3600.06/3572.21	c conflicts		: 576707
3600.06/3572.21	c decisions		: 620568
3600.06/3572.21	c propagations		: 360963528
3600.06/3572.21	c inspects		: 12231166695
3600.06/3572.21	c shortcuts		: 0
3600.06/3572.21	c learnt literals	: 0
3600.06/3572.21	c learnt binary clauses	: 0
3600.06/3572.21	c learnt ternary clauses	: 0
3600.06/3572.21	c learnt constraints	: 576706
3600.06/3572.21	c ignored constraints	: 0
3600.06/3572.21	c root simplifications	: 0
3600.06/3572.21	c removed literals (reason simplification)	: 0
3600.06/3572.21	c reason swapping (by a shorter reason)	: 0
3600.06/3572.21	c Calls to reduceDB	: 29
3600.06/3572.21	c Number of update (reduction) of LBD	: 884093
3600.06/3572.21	c Imported unit clauses	: 0
3600.06/3572.21	c No decision after first conflict	: false
3600.06/3572.21	c number of reductions to clauses (during analyze)	: 0
3600.06/3572.21	c number of learned constraints concerned by reduction	: 0
3600.06/3572.21	c number of learning phase by resolution	: 0
3600.06/3572.21	c number of learning phase by cutting planes	: 0
3600.06/3572.21	c number of rounding to 1 operations	: 0
3600.06/3572.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3572.21	c number of reductions of the coefficients by power 2 	: 0
3600.06/3572.21	c number of right shift for reduction by power 2 	: 0
3600.06/3572.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3572.21	c number of ending skipping 	: 0
3600.06/3572.21	c number of internal skipping 	: 0
3600.06/3572.21	c number of derivation steps 	: 10709431
3600.06/3572.21	c number of skipped derivation steps 	: 0
3600.06/3572.21	c number of remaining unassigned 	: 127441
3600.06/3572.21	c number of remaining assigned 	: 286912482
3600.06/3572.21	c number of falsified literals weakened from reason	: 0
3600.06/3572.22	c number of falsified literals weakened from conflict	: 0
3600.06/3572.22	c time for arithmetic operations	: 13135501062
3600.06/3572.22	c minimum degree of deleted constraints	: 1
3600.06/3572.22	c maximum degree of deleted constraints	: 188060012966019891839430316943326227777020971620510000794958567024453278746837836442729675809619465931977016067521020587196351227350680216028344297173085505369808367128061922667957666121580361404255497780355271007213006674997895231369574384530284059743289744279973383567405683232615787624520448098935407921894806230057906466954949507688548763505785720800
3600.06/3572.22	c number of deleted constraints	: 518987
3600.06/3572.22	c speed (assignments/second)	: 101298.7554429027
3600.06/3572.22	c non guided choices	: 34
3600.06/3572.23	c timeout
3600.06/3572.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 48
3600.06/3572.26	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 57671
3600.06/3572.26	s UNKNOWN
3600.06/3572.26	c Total wall clock time (in seconds): 3572.106

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=167665, runsolver pid=167662

[startup+0.100061 s]*
/proc/loadavg: 4.48 4.30 4.22 5/339 167683
/proc/meminfo: memFree=123816160/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=18930384 memory=57760 CPUtime=0.13 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 6564 0 0 0 11 2 0 0 20 0 18 0 238636112 19384713216 14440 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4732596 14440 5329 1 0 547604 0
[pid=167665/tid=167667] ppid=167662 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 238636113 19384713216 14440 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238636115 19384713216 14440 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=18930384 memory=58485492697507 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238636116 19384713216 14440 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.205805 s]*
/proc/loadavg: 4.48 4.30 4.22 7/339 167683
/proc/meminfo: memFree=123793664/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=18930384 memory=80968 CPUtime=0.32 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 7147 0 0 0 30 2 0 0 20 0 18 0 238636112 19384713216 20242 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4732596 20242 5457 1 0 548015 0
[pid=167665/tid=167667] ppid=167662 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 5405 0 0 0 16 1 0 0 20 0 18 0 238636113 19384713216 20242 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=18930384 memory=2630 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238636115 19384713216 20242 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238636116 19384713216 20242 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80968 KiB

[startup+0.305735 s]*
/proc/loadavg: 4.48 4.30 4.22 6/340 167684
/proc/meminfo: memFree=123724032/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=18996948 memory=156632 CPUtime=0.51 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 7776 0 0 0 47 4 0 0 20 0 19 0 238636112 19452874752 39158 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4749237 39158 5457 1 0 548598 0
[pid=167665/tid=167667] ppid=167662 vsize=18996948 memory=-9031797964420195004 CPUtime=0.25 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 5460 0 0 0 22 3 0 0 20 0 19 0 238636113 19452874752 39158 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238636115 19452874752 39158 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238636116 19452874752 39158 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156632 KiB

[startup+0.700247 s]
/proc/loadavg: 4.48 4.30 4.22 6/340 167684
/proc/meminfo: memFree=123502408/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=18996948 memory=666620 CPUtime=1.26 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 14528 0 0 0 111 15 0 0 20 0 19 0 238636112 19452874752 166655 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4749237 166655 5457 1 0 552178 0
[pid=167665/tid=167667] ppid=167662 vsize=18996948 memory=24704 CPUtime=0.61 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 5702 0 0 0 48 13 0 0 20 0 19 0 238636113 19452874752 166655 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238636115 19452874752 166655 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238636116 19452874752 166655 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 666620 KiB

[startup+1.50025 s]
/proc/loadavg: 4.48 4.30 4.22 6/340 167684
/proc/meminfo: memFree=122278404/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=18996948 memory=2391392 CPUtime=2.83 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 25538 0 0 0 234 49 0 0 20 0 19 0 238636112 19452874752 597848 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4749237 597848 5457 1 0 1082949 0
[pid=167665/tid=167667] ppid=167662 vsize=18996948 memory=3200 CPUtime=1.38 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 6527 0 0 0 94 44 0 0 20 0 19 0 238636113 19452874752 597848 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238636115 19452874752 597848 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238636116 19452874752 597848 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2391392 KiB

[startup+3.10557 s]
/proc/loadavg: 4.52 4.32 4.23 6/340 167684
/proc/meminfo: memFree=120751632/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=18996948 memory=3124968 CPUtime=5.03 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 26012 0 0 0 440 63 0 0 20 0 19 0 238636112 19452874752 781242 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4749237 781242 5457 1 0 1082960 0
[pid=167665/tid=167667] ppid=167662 vsize=18996948 memory=10752 CPUtime=2.92 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) S 167662 167665 166156 0 -1 4194368 6893 0 0 0 234 58 0 0 20 0 19 0 238636113 19452874752 781242 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238636115 19452874752 781242 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238636116 19452874752 781242 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3124968 KiB

[startup+6.30023 s]
/proc/loadavg: 4.52 4.32 4.23 5/340 167684
/proc/meminfo: memFree=120257916/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=18996948 memory=4096224 CPUtime=8.37 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 27512 0 0 0 755 82 0 0 20 0 19 0 238636112 19452874752 1024056 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4749237 1024056 5457 1 0 1329444 0
[pid=167665/tid=167667] ppid=167662 vsize=18996948 memory=5632 CPUtime=5.9 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 7690 0 0 0 514 76 0 0 20 0 19 0 238636113 19452874752 1024056 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238636115 19452874752 1024056 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=18996948 memory=-9031797964420195004 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 238636116 19452874752 1024056 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 8.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4096224 KiB

[startup+12.7003 s]
/proc/loadavg: 4.52 4.32 4.23 5/341 167685
/proc/meminfo: memFree=119120052/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=4702248 CPUtime=18.13 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 30472 0 0 0 1717 96 0 0 20 0 20 0 238636112 19521036288 1175562 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1175562 5457 1 0 1478249 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=10752 CPUtime=11.95 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 8691 0 0 0 1107 88 0 0 20 0 20 0 238636113 19521036288 1175562 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1175562 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1175562 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1175562 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 18.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4702248 KiB

[startup+25.5003 s]
/proc/loadavg: 4.44 4.31 4.23 5/341 167685
/proc/meminfo: memFree=119045392/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=4707468 CPUtime=32.27 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 41454 0 0 0 3126 101 0 0 20 0 20 0 238636112 19521036288 1176867 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1176867 5457 1 0 1478394 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=0 CPUtime=24.54 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 11770 0 0 0 2363 91 0 0 20 0 20 0 238636113 19521036288 1176867 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1176867 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=-9031797964420195004 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1176867 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=2731360 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1176867 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 32.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4707468 KiB

[startup+51.1057 s]
/proc/loadavg: 4.35 4.30 4.23 5/341 167686
/proc/meminfo: memFree=118522760/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=4720348 CPUtime=59.2 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 53096 0 0 0 5814 106 0 0 20 0 20 0 238636112 19521036288 1180087 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1180087 5457 1 0 1479940 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=4720348 CPUtime=49.79 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 15451 0 0 0 4886 93 0 0 20 0 20 0 238636113 19521036288 1180087 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=4714068 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1180087 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1180087 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1180087 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 59.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4720348 KiB


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

/proc/meminfo: memFree=108629276/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=5772092 CPUtime=3187.74 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 227531 0 0 0 318362 412 0 0 20 0 20 0 238636112 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1443023 5489 1 0 1480053 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=0 CPUtime=3122.16 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 131161 0 0 0 311940 276 0 0 20 0 20 0 238636113 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 2346 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=5772092 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 3187.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5772092 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.14 5/339 167987
/proc/meminfo: memFree=108599664/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=5772092 CPUtime=3248.09 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 231595 0 0 0 324392 417 0 0 20 0 20 0 238636112 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1443023 5489 1 0 1480053 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=5772092 CPUtime=3181.29 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 133813 0 0 0 317851 278 0 0 20 0 20 0 238636113 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=5772092 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=5772092 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 2347 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1443023 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 3248.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5772092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.13 4.14 5/338 167989
/proc/meminfo: memFree=108564296/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=5772220 CPUtime=3308.41 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 234427 0 0 0 330420 421 0 0 20 0 20 0 238636112 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1443055 5489 1 0 1480053 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=5772220 CPUtime=3240.53 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 136278 0 0 0 323772 281 0 0 20 0 20 0 238636113 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 2439 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=5772220 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 3308.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5772220 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/338 167991
/proc/meminfo: memFree=108539244/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=5772220 CPUtime=3368.71 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 235237 0 0 0 336446 425 0 0 20 0 20 0 238636112 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1443055 5489 1 0 1480053 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=5772220 CPUtime=3299.82 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 136949 0 0 0 329698 284 0 0 20 0 20 0 238636113 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=5772220 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=5772220 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 2517 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=5772220 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1443055 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 3368.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5772220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.13 5/338 167993
/proc/meminfo: memFree=108421136/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=5866192 CPUtime=3429.33 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 253478 0 0 0 342497 436 0 0 20 0 20 0 238636112 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1466548 5521 1 0 1480842 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=5772220 CPUtime=3359.24 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 140265 0 0 0 335636 288 0 0 20 0 20 0 238636113 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=5772220 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=5866192 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 2517 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=5866192 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 3429.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866192 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.13 4.13 6/338 167995
/proc/meminfo: memFree=108383500/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=5866192 CPUtime=3489.52 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 256457 0 0 0 348513 439 0 0 20 0 20 0 238636112 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1466548 5521 1 0 1480842 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=5866192 CPUtime=3418.58 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 142218 0 0 0 341568 290 0 0 20 0 20 0 238636113 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=21824 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=5866192 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 2604 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1466548 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 3489.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866192 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.13 4.13 5/340 168005
/proc/meminfo: memFree=107863864/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=5866320 CPUtime=3549.88 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 257637 0 0 0 354545 443 0 0 20 0 20 0 238636112 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1466580 5521 1 0 1480842 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=5866192 CPUtime=3477.94 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 142744 0 0 0 347502 292 0 0 20 0 20 0 238636113 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=5866320 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=5866320 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 2666 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 3549.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.2 s]
/proc/loadavg: 3.70 4.02 4.09 4/317 168042
/proc/meminfo: memFree=111561696/131249996 swapFree=33006296/33010684
[pid=167665] ppid=167662 vsize=19063512 memory=5866320 CPUtime=3600.06 cores=4,6
/proc/167665/stat : 167665 (java) S 167662 167665 166156 0 -1 4194304 260540 0 0 0 359559 447 0 0 20 0 20 0 238636112 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
/proc/167665/statm: 4765878 1466580 5521 1 0 1480842 0
[pid=167665/tid=167667] ppid=167662 vsize=19063512 memory=3200 CPUtime=3527.28 cores=4,6
/proc/167665/task/167667/stat : 167667 (java) R 167662 167665 166156 0 -1 4194368 144626 0 0 0 352433 295 0 0 20 0 20 0 238636113 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167676] ppid=167662 vsize=19063512 memory=-9031797964420195004 CPUtime=0 cores=4,6
/proc/167665/task/167676/stat : 167676 (Finalizer) S 167662 167665 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238636115 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167683] ppid=167662 vsize=19063512 memory=5866320 CPUtime=0 cores=4,6
/proc/167665/task/167683/stat : 167683 (Common-Cleaner) S 167662 167665 166156 0 -1 4194368 2759 0 0 0 0 0 0 0 20 0 20 0 238636116 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
[pid=167665/tid=167685] ppid=167662 vsize=19063512 memory=5866320 CPUtime=0 cores=4,6
/proc/167665/task/167685/stat : 167685 (Timer-0) S 167662 167665 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238636998 19521036288 1466580 18446744073709551615 94130868867072 94130868870768 140731239287408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94130868878584 94130868879376 94130893529088 140731239291217 140731239291364 140731239291364 140731239296968 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5866320 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.69 s, system=4.49964 s

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

Child status: 143

Real time (s): 3572.3
CPU time (s): 3600.19
CPU user time (s): 3595.69
CPU system time (s): 4.49964
CPU usage (%): 100.781
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5866320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.69
system time used= 4.49964
maximum resident set size= 5867344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263289
page faults= 0
swaps= 0
block input operations= 0
block output operations= 700192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133213
involuntary context switches= 15690


# summary of solver processes directly reported to runsolver:
#   pid: 167665
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.69
#   total CPU system time (s): 4.49964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.23778 second user time and 17.6136 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 02:13:06
IDJOB=4544966
IDBENCH=180687
IDSOLVER=3362
FILE ID=nodeC015/4544966-1753229586
RUNJOBID= nodeC015-1753222424-166167
SLURM_JOB_ID= 9687818
Free space on /tmp= 432484 MiB

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

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

MD5SUM BENCH= 6b62b1f0af3a4b117c91c07257537aad
RANDOM SEED=2115393176

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.070
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.014
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		: 3617.012
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		: 3619.915
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		: 3599.735
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.080
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		: 3600.057
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		: 3601.521
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:        123850304 kB
MemAvailable:   124751860 kB
Buffers:            1508 kB
Cached:          1670340 kB
SwapCached:         3888 kB
Active:          5896192 kB
Inactive:         825840 kB
Active(anon):    5024352 kB
Inactive(anon):    48304 kB
Active(file):     871840 kB
Inactive(file):   777536 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             39364 kB
Writeback:             0 kB
AnonPages:       5049848 kB
Mapped:           125928 kB
Shmem:             22352 kB
KReclaimable:     182836 kB
Slab:             278760 kB
SReclaimable:     182836 kB
SUnreclaim:        95924 kB
KernelStack:        5212 kB
PageTables:        13664 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8138728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4816896 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= 431176 MiB
End job on nodeC015 at 2025-07-23 03:12:39