Trace number 4513985

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.17 3546.6

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v051-n2.opb
MD5SUM7729cb4e99fea72bb32a899c13dec964
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.019991
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.08/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.23	c java.vm.version	22.0.1+8-16
0.08/0.23	c java.vm.vendor	Oracle Corporation
0.08/0.23	c sun.arch.data.model	64
0.08/0.23	c java.version		22.0.1
0.08/0.23	c os.name		Linux
0.08/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.23	c os.arch		amd64
0.08/0.23	c Free memory 		2104792832
0.08/0.23	c Max memory 		16282288128
0.08/0.23	c Total memory 		2113929216
0.08/0.23	c Number of processors 	2
0.08/0.30	c Pseudo Boolean Optimization by upper bound
0.08/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.30	c  - never skip resolution steps
0.08/0.30	c  - Auto-division on coefficients is disabled
0.08/0.30	c  - No postprocessing
0.08/0.30	c  - Conflict is considered as is when resolving
0.08/0.30	c  - Use constraints as they come during conflict analysis
0.08/0.30	c  - Weaken first using unassigned literals
0.08/0.30	c  - Bump strategy: ALWAYS_ONE
0.08/0.30	c  - Bumper: EFFECTIVE
0.08/0.30	c --- Begin Solver configuration ---
0.08/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.08/0.30	c Learn all clauses as in MiniSAT
0.08/0.30	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.30	c No reason simplification
0.08/0.30	c Dynamic restart strategy considering the size of the coefficients
0.08/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.08/0.30	c timeout=2147483s
0.08/0.30	c DB Simplification allowed=false
0.08/0.30	c Listener: none
0.08/0.30	c --- End Solver configuration ---
0.08/0.30	c solving HOME/instance-4513985-1751227368.opb
0.08/0.30	c reading problem ... 
0.08/0.30	c using VERIPB proof format
0.08/0.31	c  no objective function found
0.24/0.32	c ... done. Wall clock time 0.025s.
0.24/0.32	c declared #vars     153
0.24/0.32	c #constraints  102
0.24/0.32	c constraints type 
0.24/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51
0.24/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 51
0.24/0.32	c 102 constraints processed.
5.95/3.27	c cleaning 2498 clauses out of 5002 with flag 0/5002
10.53/6.73	c cleaning 4251 clauses out of 8503 with flag 0/11001
15.74/11.71	c cleaning 5624 clauses out of 11251 with flag 0/18000
22.53/18.43	c cleaning 6811 clauses out of 13628 with flag 0/26001
30.65/26.57	c cleaning 7909 clauses out of 15817 with flag 0/35001
40.24/36.03	c cleaning 8952 clauses out of 17909 with flag 0/45002
51.54/47.23	c cleaning 9978 clauses out of 19957 with flag 0/56002
65.28/60.71	c cleaning 10989 clauses out of 21979 with flag 0/68002
81.47/76.63	c cleaning 11994 clauses out of 23989 with flag 0/81001
99.89/94.77	c cleaning 12996 clauses out of 25994 with flag 0/95000
120.44/114.97	c cleaning 13998 clauses out of 28001 with flag 0/110003
144.99/138.95	c cleaning 14997 clauses out of 30000 with flag 0/126000
167.45/160.90	c cleaning 16003 clauses out of 32005 with flag 0/143002
191.44/184.54	c cleaning 16999 clauses out of 34000 with flag 0/161000
220.34/213.04	c cleaning 17996 clauses out of 36001 with flag 0/180000
250.04/242.35	c cleaning 19000 clauses out of 38007 with flag 0/200002
281.21/273.08	c cleaning 20001 clauses out of 40006 with flag 0/221001
321.26/312.59	c cleaning 20997 clauses out of 42006 with flag 0/243002
360.93/351.63	c cleaning 22001 clauses out of 44007 with flag 0/266000
401.17/391.22	c cleaning 22999 clauses out of 46009 with flag 0/290003
450.91/440.24	c cleaning 23999 clauses out of 48009 with flag 0/315002
501.97/490.69	c cleaning 25003 clauses out of 50009 with flag 0/341001
562.70/550.50	c cleaning 25999 clauses out of 52006 with flag 0/368001
620.62/607.63	c cleaning 27003 clauses out of 54006 with flag 0/396000
687.80/673.93	c cleaning 27997 clauses out of 56004 with flag 0/425001
758.39/743.20	c cleaning 28998 clauses out of 58006 with flag 0/455000
826.83/810.93	c cleaning 30000 clauses out of 60010 with flag 0/486002
904.50/887.67	c cleaning 30999 clauses out of 62008 with flag 0/518000
991.22/973.35	c cleaning 32003 clauses out of 64011 with flag 0/551002
1084.36/1065.47	c cleaning 33001 clauses out of 66008 with flag 0/585002
1177.43/1157.59	c cleaning 34002 clauses out of 68006 with flag 0/620001
1274.76/1253.87	c cleaning 35001 clauses out of 70004 with flag 0/656001
1381.20/1359.02	c cleaning 35995 clauses out of 72002 with flag 0/693000
1483.24/1460.00	c cleaning 37005 clauses out of 74010 with flag 0/731003
1594.91/1570.20	c cleaning 37997 clauses out of 76003 with flag 0/770001
1710.90/1684.29	c cleaning 39001 clauses out of 78005 with flag 0/810000
1823.01/1795.17	c cleaning 40000 clauses out of 80005 with flag 0/851001
1944.26/1915.03	c cleaning 41002 clauses out of 82006 with flag 0/893002
2070.02/2039.22	c cleaning 41999 clauses out of 84004 with flag 0/936002
2211.31/2178.63	c cleaning 43002 clauses out of 86006 with flag 0/980003
2357.46/2322.86	c cleaning 43999 clauses out of 88003 with flag 0/1025002
2517.64/2480.71	c cleaning 44996 clauses out of 90002 with flag 0/1071000
2686.06/2646.44	c cleaning 46001 clauses out of 92010 with flag 0/1118004
2856.36/2814.48	c cleaning 46997 clauses out of 94007 with flag 0/1166002
3038.35/2993.64	c cleaning 48000 clauses out of 96009 with flag 0/1215001
3228.64/3181.30	c cleaning 49001 clauses out of 98009 with flag 0/1265001
3427.71/3376.87	c cleaning 50001 clauses out of 100007 with flag 0/1316000
3600.02/3546.51	c starts		: 3210
3600.02/3546.51	c conflicts		: 1361507
3600.02/3546.51	c decisions		: 1502085
3600.02/3546.51	c propagations		: 16045027
3600.02/3546.51	c inspects		: 4386408749
3600.02/3546.51	c shortcuts		: 0
3600.02/3546.51	c learnt literals	: 0
3600.02/3546.51	c learnt binary clauses	: 0
3600.02/3546.51	c learnt ternary clauses	: 0
3600.02/3546.51	c learnt constraints	: 1361507
3600.02/3546.51	c ignored constraints	: 0
3600.02/3546.51	c root simplifications	: 0
3600.02/3546.51	c removed literals (reason simplification)	: 0
3600.02/3546.51	c reason swapping (by a shorter reason)	: 0
3600.02/3546.51	c Calls to reduceDB	: 47
3600.02/3546.51	c Number of update (reduction) of LBD	: 1074480
3600.02/3546.51	c Imported unit clauses	: 0
3600.02/3546.52	c No decision after first conflict	: false
3600.02/3546.52	c number of reductions to clauses (during analyze)	: 0
3600.02/3546.52	c number of learned constraints concerned by reduction	: 0
3600.02/3546.52	c number of learning phase by resolution	: 0
3600.02/3546.52	c number of learning phase by cutting planes	: 0
3600.02/3546.52	c number of rounding to 1 operations	: 0
3600.02/3546.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3546.52	c number of reductions of the coefficients by power 2 	: 0
3600.02/3546.52	c number of right shift for reduction by power 2 	: 0
3600.02/3546.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3546.52	c number of ending skipping 	: 0
3600.02/3546.52	c number of internal skipping 	: 0
3600.02/3546.52	c number of derivation steps 	: 9277331
3600.02/3546.52	c number of skipped derivation steps 	: 0
3600.02/3546.52	c number of remaining unassigned 	: 22679
3600.02/3546.52	c number of remaining assigned 	: 295777462
3600.02/3546.52	c number of falsified literals weakened from reason	: 0
3600.02/3546.52	c number of falsified literals weakened from conflict	: 0
3600.02/3546.52	c time for arithmetic operations	: 4133195861
3600.02/3546.52	c timeout
3600.02/3546.53	c minimum degree of deleted constraints	: 1
3600.02/3546.53	c maximum degree of deleted constraints	: 69050624
3600.02/3546.53	c number of deleted constraints	: 1265994
3600.02/3546.54	c speed (assignments/second)	: 4524.559191113437
3600.02/3546.54	c non guided choices	: 45
3600.02/3546.58	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 14
3600.02/3546.58	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 95499
3600.02/3546.59	s UNKNOWN
3600.02/3546.59	c Total wall clock time (in seconds): 3546.287

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513985-1751227368/watcher-4513985-1751227368 -o /tmp/evaluation-result-4513985-1751227368/solver-4513985-1751227368 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31954 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513985-1751227368 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513985-1751227368.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=31999, runsolver pid=31993

[startup+0.100059 s]*
/proc/loadavg: 0.96 1.54 2.73 4/284 32033
/proc/meminfo: memFree=129897108/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=18130736 memory=22000 CPUtime=0 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 2094 0 151 0 0 0 0 0 20 0 7 0 38415338 18565873664 5500 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4532684 5500 3168 1 0 540973 0
[pid=31999/tid=32015] ppid=31993 vsize=18130736 memory=4026532124 CPUtime=0 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 1538 0 87 0 0 0 0 0 20 0 7 0 38415343 18565873664 5500 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 22000 KiB

[startup+0.206183 s]*
/proc/loadavg: 0.96 1.54 2.73 9/334 32083
/proc/meminfo: memFree=129829216/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=18930384 memory=49036 CPUtime=0.08 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 5843 0 392 0 6 2 0 0 20 0 18 0 38415338 19384713216 12259 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4732596 12259 5223 1 0 547209 0
[pid=31999/tid=32015] ppid=31993 vsize=18930384 memory=3472328132922704156 CPUtime=0.05 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 4688 0 295 0 4 1 0 0 20 0 18 0 38415343 19384713216 12259 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=18930384 memory=15156 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38415354 19384713216 12259 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38415355 19384713216 12259 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49036 KiB

[startup+0.306305 s]*
/proc/loadavg: 0.96 1.54 2.73 7/334 32083
/proc/meminfo: memFree=129782348/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=18930384 memory=61468 CPUtime=0.24 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 6811 0 393 0 22 2 0 0 20 0 18 0 38415338 19384713216 15367 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4732596 15367 5351 1 0 547923 0
[pid=31999/tid=32015] ppid=31993 vsize=18930384 memory=-6000919481229077356 CPUtime=0.13 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 5167 0 296 0 12 1 0 0 20 0 18 0 38415343 19384713216 15367 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=18930384 memory=-4421386509116336484 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38415354 19384713216 15367 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38415355 19384713216 15367 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61468 KiB

[startup+0.700601 s]
/proc/loadavg: 0.96 1.54 2.73 11/339 32088
/proc/meminfo: memFree=129603600/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=18996948 memory=154920 CPUtime=0.99 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 10405 0 393 0 94 5 0 0 20 0 19 0 38415338 19452874752 38730 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4749237 38730 5351 1 0 550211 0
[pid=31999/tid=32015] ppid=31993 vsize=18996948 memory=17152 CPUtime=0.45 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 5346 0 296 0 42 3 0 0 20 0 19 0 38415343 19452874752 38730 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38415354 19452874752 38730 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38415355 19452874752 38730 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=18996948 memory=2204 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38415371 19452874752 38730 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154920 KiB

[startup+1.50025 s]
/proc/loadavg: 0.96 1.54 2.73 8/338 32093
/proc/meminfo: memFree=129316732/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=254960 CPUtime=2.57 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 20024 0 394 0 249 8 0 0 20 0 20 0 38415338 19521036288 63740 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 63740 5447 1 0 555211 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=0 CPUtime=1.2 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 5718 0 296 0 115 5 0 0 20 0 20 0 38415343 19521036288 63740 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 63740 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 63740 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=2204 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 63740 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 254960 KiB

[startup+3.10609 s]
/proc/loadavg: 0.96 1.54 2.73 9/341 32157
/proc/meminfo: memFree=127507820/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=864692 CPUtime=5.76 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 26658 0 394 0 554 22 0 0 20 0 20 0 38415338 19521036288 216173 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 216173 5447 1 0 662166 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=0 CPUtime=2.72 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 6683 0 296 0 256 16 0 0 20 0 20 0 38415343 19521036288 216173 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 216173 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=-6000919494113979244 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 216173 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 216173 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 864692 KiB

[startup+6.30021 s]
/proc/loadavg: 1.52 1.64 2.76 6/342 32158
/proc/meminfo: memFree=125353384/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=1585144 CPUtime=9.99 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 29157 0 394 0 961 38 0 0 20 0 20 0 38415338 19521036288 396286 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 396286 5447 1 0 662237 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=0 CPUtime=5.82 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 8148 0 296 0 551 31 0 0 20 0 20 0 38415343 19521036288 396286 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=7379822455664436076 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 396286 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=1309788 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 396286 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 396286 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 9.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1585144 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 1.68 2.77 5/342 32158
/proc/meminfo: memFree=123839276/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=1603812 CPUtime=16.76 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 33304 0 394 0 1635 41 0 0 20 0 20 0 38415338 19521036288 400953 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 400953 5447 1 0 663713 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=0 CPUtime=12.11 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 8883 0 296 0 1178 33 0 0 20 0 20 0 38415343 19521036288 400953 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 400953 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 400953 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 400953 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 16.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1603812 KiB

[startup+25.5002 s]
/proc/loadavg: 2.23 1.80 2.79 5/342 32158
/proc/meminfo: memFree=122567344/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=1616232 CPUtime=29.65 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 36409 0 394 0 2921 44 0 0 20 0 20 0 38415338 19521036288 404058 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 404058 5447 1 0 663729 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=0 CPUtime=24.66 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 11087 0 296 0 2430 36 0 0 20 0 20 0 38415343 19521036288 404058 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 404058 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 404058 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 404058 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 29.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1616232 KiB

[startup+51.1062 s]
/proc/loadavg: 2.90 1.99 2.83 5/342 32158
/proc/meminfo: memFree=121870496/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=1663600 CPUtime=55.52 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 43268 0 394 0 5501 51 0 0 20 0 20 0 38415338 19521036288 415900 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 415900 5447 1 0 663729 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=1657356 CPUtime=49.59 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 13082 0 296 0 4918 41 0 0 20 0 20 0 38415343 19521036288 415900 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=1640944 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 415900 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=-6000919494113979244 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 415900 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=1640944 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 415900 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0

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

/proc/meminfo: memFree=110757196/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=3109788 CPUtime=3270.35 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 120608 0 394 0 326465 570 0 0 20 0 20 0 38415338 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 777447 5479 1 0 792146 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=3109788 CPUtime=3152.19 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 54816 0 296 0 314805 414 0 0 20 0 20 0 38415343 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=3109788 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=3109788 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 1588 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 3270.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109788 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/344 32399
/proc/meminfo: memFree=110677720/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=3109788 CPUtime=3331.09 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 120702 0 394 0 332532 577 0 0 20 0 20 0 38415338 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 777447 5479 1 0 792146 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=3109788 CPUtime=3211.05 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 54835 0 296 0 320686 419 0 0 20 0 20 0 38415343 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=3109788 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=3109788 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 1589 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 777447 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 3331.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3109788 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.19 4.18 5/344 32405
/proc/meminfo: memFree=110597336/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=3108884 CPUtime=3392.41 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 124910 0 394 0 338655 586 0 0 20 0 20 0 38415338 19521036288 777221 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 777221 5479 1 0 792146 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=3108884 CPUtime=3269.76 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 56520 0 296 0 326551 425 0 0 20 0 20 0 38415343 19521036288 777221 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=3108884 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 777221 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=3108884 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 1589 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 777221 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 777221 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 3392.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3108884 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/344 32407
/proc/meminfo: memFree=110502244/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=3112340 CPUtime=3453.72 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 128000 0 394 0 344779 593 0 0 20 0 20 0 38415338 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 778085 5479 1 0 792146 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=3108884 CPUtime=3328.56 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 57955 0 296 0 332425 431 0 0 20 0 20 0 38415343 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=3108884 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=3108884 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 1658 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=3112340 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 3453.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112340 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.18 4.18 5/344 32409
/proc/meminfo: memFree=110398276/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=3112340 CPUtime=3514.55 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 129291 0 394 0 350852 603 0 0 20 0 20 0 38415338 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 778085 5479 1 0 792146 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=3108884 CPUtime=3387.29 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 58990 0 296 0 338291 438 0 0 20 0 20 0 38415343 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=3108884 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=3108884 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 1658 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=3112340 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 3514.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112340 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/342 32422
/proc/meminfo: memFree=110306632/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=3112340 CPUtime=3575.45 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 129474 0 394 0 356933 612 0 0 20 0 20 0 38415338 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 778085 5479 1 0 792146 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=3112340 CPUtime=3446.1 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 59024 0 296 0 344165 445 0 0 20 0 20 0 38415343 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=3112340 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=3112340 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 1729 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 3575.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3546.5 s]
/proc/loadavg: 4.14 4.17 4.17 5/342 32422
/proc/meminfo: memFree=110288136/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=3112340 CPUtime=3600.02 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 129653 0 394 0 359387 615 0 0 20 0 20 0 38415338 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 778085 5479 1 0 792146 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=10752 CPUtime=3469.77 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 59171 0 296 0 346530 447 0 0 20 0 20 0 38415343 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=-6000919494113979244 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 1729 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112340 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594 s, system=6.16717 s

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

[startup+3546.5 s]
/proc/loadavg: 4.14 4.17 4.17 5/342 32422
/proc/meminfo: memFree=110288136/131249988 swapFree=33010684/33010684
[pid=31999] ppid=31993 vsize=19063512 memory=3112340 CPUtime=3600.02 cores=4,6
/proc/31999/stat : 31999 (java) S 31993 31999 31943 0 -1 4194304 129653 0 394 0 359387 615 0 0 20 0 20 0 38415338 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
/proc/31999/statm: 4765878 778085 5479 1 0 792146 0
[pid=31999/tid=32015] ppid=31993 vsize=19063512 memory=10752 CPUtime=3469.77 cores=4,6
/proc/31999/task/32015/stat : 32015 (java) R 31993 31999 31943 0 -1 4194368 59171 0 296 0 346530 447 0 0 20 0 20 0 38415343 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32051] ppid=31993 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31999/task/32051/stat : 32051 (Finalizer) S 31993 31999 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38415354 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32080] ppid=31993 vsize=19063512 memory=-6000919494113979244 CPUtime=0 cores=4,6
/proc/31999/task/32080/stat : 32080 (Common-Cleaner) S 31993 31999 31943 0 -1 4194368 1729 0 0 0 0 0 0 0 20 0 20 0 38415355 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
[pid=31999/tid=32085] ppid=31993 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31999/task/32085/stat : 32085 (Timer-0) S 31993 31999 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415371 19521036288 778085 18446744073709551615 94646536540160 94646536543856 140737346846800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94646536551672 94646536552464 94646562091008 140737346853165 140737346853350 140737346853350 140737346858952 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3112340 KiB

Child status: 143

Real time (s): 3546.6
CPU time (s): 3600.17
CPU user time (s): 3594
CPU system time (s): 6.16717
CPU usage (%): 101.51
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3118364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594
system time used= 6.16717
maximum resident set size= 3118364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131982
page faults= 394
swaps= 0
block input operations= 31864
block output operations= 2420128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157018
involuntary context switches= 19566


# summary of solver processes directly reported to runsolver:
#   pid: 31999
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3594
#   total CPU system time (s): 6.16717

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.47547 second user time and 18.5717 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 22:02:48
IDJOB=4513985
IDBENCH=162594
IDSOLVER=3362
FILE ID=nodeC031/4513985-1751227368
RUNJOBID= nodeC031-1751227368-31954
SLURM_JOB_ID= 9587685
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v051-n2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513985-1751227368/watcher-4513985-1751227368 -o /tmp/evaluation-result-4513985-1751227368/solver-4513985-1751227368 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31954 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513985-1751227368 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513985-1751227368.opb

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

MD5SUM BENCH= 7729cb4e99fea72bb32a899c13dec964
RANDOM SEED=4021210

nodeC031 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.216
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 2700.369
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.343
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 1264.333
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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.874
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 2401.292
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.861
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
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		: 1200.945
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129925456 kB
MemAvailable:   129722244 kB
Buffers:            3280 kB
Cached:           605884 kB
SwapCached:            0 kB
Active:           302700 kB
Inactive:         385836 kB
Active(anon):      97436 kB
Inactive(anon):        0 kB
Active(file):     205264 kB
Inactive(file):   385836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               648 kB
Writeback:             0 kB
AnonPages:         82492 kB
Mapped:           102796 kB
Shmem:             18064 kB
KReclaimable:      89856 kB
Slab:             176148 kB
SReclaimable:      89856 kB
SUnreclaim:        86292 kB
KernelStack:        4008 kB
PageTables:         2704 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     340140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC031 at 2025-06-29 23:01:55