Trace number 4515461

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.31 3575.83

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-2.opb
MD5SUM8532f997584288657d51f2d7727e9fb5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.66675
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22684
Total number of constraints5672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints5657
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.12/0.10	c Free memory 		2104792832
0.12/0.10	c Max memory 		16282288128
0.12/0.10	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.17	c  - never skip resolution steps
0.12/0.17	c  - Auto-division on coefficients is disabled
0.12/0.17	c  - No postprocessing
0.12/0.17	c  - Conflict is considered as is when resolving
0.12/0.17	c  - Use constraints as they come during conflict analysis
0.12/0.17	c  - Weaken first using unassigned literals
0.12/0.17	c  - Bump strategy: ALWAYS_ONE
0.12/0.17	c  - Bumper: EFFECTIVE
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.17	c No reason simplification
0.12/0.17	c Dynamic restart strategy considering the size of the coefficients
0.12/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4515461-1751234527.opb
0.12/0.17	c reading problem ... 
0.12/0.19	c using VERIPB proof format
0.12/0.20	c  no objective function found
1.04/0.64	c ... done. Wall clock time 0.465s.
1.04/0.64	c declared #vars     22684
1.04/0.64	c #constraints  5672
1.04/0.64	c constraints type 
1.04/0.65	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 5672
1.04/0.65	c 5672 constraints processed.
4.37/2.30	c cleaning 2453 clauses out of 5001 with flag 0/5001
8.26/4.38	c cleaning 4202 clauses out of 8547 with flag 0/11000
19.74/15.20	c cleaning 5657 clauses out of 11345 with flag 0/18000
28.31/23.79	c cleaning 6827 clauses out of 13689 with flag 0/26001
36.19/31.33	c cleaning 7866 clauses out of 15862 with flag 0/35001
108.92/104.07	c cleaning 8989 clauses out of 17996 with flag 0/45001
123.61/118.57	c cleaning 9982 clauses out of 20007 with flag 0/56001
132.39/127.10	c cleaning 10992 clauses out of 22024 with flag 0/68000
145.15/139.55	c cleaning 11976 clauses out of 24034 with flag 0/81002
154.15/148.33	c cleaning 13002 clauses out of 26057 with flag 0/95001
167.22/161.09	c cleaning 14008 clauses out of 28055 with flag 0/110001
184.39/177.66	c cleaning 14953 clauses out of 30048 with flag 0/126002
199.02/191.78	c cleaning 15932 clauses out of 32093 with flag 0/143000
235.22/227.22	c cleaning 17066 clauses out of 34162 with flag 0/161001
282.68/274.03	c cleaning 18022 clauses out of 36096 with flag 0/180001
698.64/688.88	c cleaning 19023 clauses out of 38073 with flag 0/200000
1056.83/1047.38	c cleaning 19993 clauses out of 40052 with flag 0/221002
1103.94/1093.67	c cleaning 21016 clauses out of 42058 with flag 0/243001
1165.21/1153.96	c cleaning 21992 clauses out of 44042 with flag 0/266001
1667.59/1655.11	c cleaning 22961 clauses out of 46049 with flag 0/290000
1702.62/1689.58	c cleaning 23975 clauses out of 48088 with flag 0/315000
2424.72/2409.88	c cleaning 25020 clauses out of 50113 with flag 0/341000
2590.05/2573.89	c cleaning 25948 clauses out of 52093 with flag 0/368000
2896.03/2877.90	c cleaning 27013 clauses out of 54146 with flag 0/396001
2995.48/2976.35	c cleaning 27995 clauses out of 56134 with flag 0/425002
3055.66/3035.46	c cleaning 28994 clauses out of 58142 with flag 0/455005
3081.46/3060.53	c cleaning 29995 clauses out of 60143 with flag 0/486000
3108.42/3086.89	c cleaning 31001 clauses out of 62151 with flag 0/518003
3258.36/3235.32	c cleaning 32008 clauses out of 64148 with flag 0/551001
3339.25/3316.08	c cleaning 32955 clauses out of 66139 with flag 0/585000
3600.07/3575.71	c starts		: 26
3600.07/3575.72	c conflicts		: 599253
3600.07/3575.72	c decisions		: 1439367
3600.07/3575.72	c propagations		: 4634197
3600.07/3575.72	c inspects		: 1398458760
3600.07/3575.72	c shortcuts		: 0
3600.07/3575.72	c learnt literals	: 0
3600.07/3575.73	c learnt binary clauses	: 0
3600.07/3575.73	c learnt ternary clauses	: 0
3600.07/3575.73	c learnt constraints	: 599253
3600.07/3575.73	c ignored constraints	: 0
3600.07/3575.73	c root simplifications	: 0
3600.07/3575.73	c removed literals (reason simplification)	: 0
3600.07/3575.73	c reason swapping (by a shorter reason)	: 0
3600.07/3575.73	c Calls to reduceDB	: 30
3600.07/3575.73	c Number of update (reduction) of LBD	: 479773
3600.07/3575.73	c Imported unit clauses	: 0
3600.07/3575.73	c No decision after first conflict	: false
3600.07/3575.73	c number of reductions to clauses (during analyze)	: 0
3600.07/3575.73	c number of learned constraints concerned by reduction	: 0
3600.07/3575.73	c number of learning phase by resolution	: 0
3600.07/3575.73	c number of learning phase by cutting planes	: 0
3600.07/3575.73	c number of rounding to 1 operations	: 0
3600.07/3575.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3575.73	c number of reductions of the coefficients by power 2 	: 0
3600.07/3575.73	c number of right shift for reduction by power 2 	: 0
3600.07/3575.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3575.73	c number of ending skipping 	: 0
3600.07/3575.73	c number of internal skipping 	: 0
3600.07/3575.73	c number of derivation steps 	: 2088180
3600.07/3575.73	c number of skipped derivation steps 	: 0
3600.07/3575.73	c number of remaining unassigned 	: 1872214
3600.07/3575.73	c number of remaining assigned 	: 95560126
3600.07/3575.73	c number of falsified literals weakened from reason	: 0
3600.07/3575.73	c number of falsified literals weakened from conflict	: 0
3600.07/3575.73	c time for arithmetic operations	: 33668504274
3600.07/3575.73	c minimum degree of deleted constraints	: 1
3600.07/3575.74	c maximum degree of deleted constraints	: 321303277788081991424648927121313731935901453295543478514630206475410221368574353862452914450597430534168672830044638858758165974780011233847802069889325150914025884635603669362590177981165942286402792191716059293908233844191249446838521393780054153982451279612757998457249133012197476343820652202292487526220779927196891104776895317474601114486752673634384139749134985865795465901113040118971094029958975425530434788222170614962779883697561106981096824054301613638734452342156730614638361757293629226120937609590879358661709122871200103887989212708664308066867407558635002436899018202686404403556593960665245805732664514470388253498013947153456752272871384659735179631868688736502309915420729896259543625936154122781043626137939233775075286973675
3600.07/3575.74	c number of deleted constraints	: 551816
3600.07/3575.75	c speed (assignments/second)	: 1296.2462483461954
3600.07/3575.75	c non guided choices	: 67433
3600.07/3575.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 56
3600.07/3575.80	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 47381
3600.28/3575.80	s UNKNOWN
3600.28/3575.80	c Total wall clock time (in seconds): 3575.628

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100062 s]*
/proc/loadavg: 4.25 4.22 4.19 6/345 33647
/proc/meminfo: memFree=112526536/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=18930384 memory=55356 CPUtime=0.12 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 6478 0 0 0 10 2 0 0 20 0 18 0 39131257 19384713216 13839 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4732596 13839 5336 1 0 547564 0
[pid=33629/tid=33631] ppid=33626 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 5009 0 0 0 6 1 0 0 20 0 18 0 39131259 19384713216 13839 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39131261 19384713216 13839 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=18930384 memory=57385981078066 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39131262 19384713216 13839 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55356 KiB

[startup+0.206246 s]*
/proc/loadavg: 4.25 4.22 4.19 6/345 33647
/proc/meminfo: memFree=112520488/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=18930384 memory=64024 CPUtime=0.27 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 7039 0 0 0 25 2 0 0 20 0 18 0 39131257 19384713216 16006 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4732596 16006 5432 1 0 547955 0
[pid=33629/tid=33631] ppid=33626 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 5380 0 0 0 14 2 0 0 20 0 18 0 39131259 19384713216 16006 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=18930384 memory=15156 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39131261 19384713216 16006 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39131262 19384713216 16006 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64024 KiB

[startup+0.306028 s]*
/proc/loadavg: 4.25 4.22 4.19 6/346 33648
/proc/meminfo: memFree=112434616/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=18996948 memory=153348 CPUtime=0.47 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 7369 0 0 0 42 5 0 0 20 0 19 0 39131257 19452874752 38337 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4749237 38337 5464 1 0 548342 0
[pid=33629/tid=33631] ppid=33626 vsize=18996948 memory=-6000919481346713964 CPUtime=0.26 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 5439 0 0 0 22 4 0 0 20 0 19 0 39131259 19452874752 38337 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39131261 19452874752 38337 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39131262 19452874752 38337 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153348 KiB

[startup+0.700239 s]
/proc/loadavg: 4.25 4.22 4.19 6/346 33648
/proc/meminfo: memFree=112248596/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=465456 CPUtime=1.22 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 10201 0 0 0 109 13 0 0 20 0 20 0 39131257 19521036288 116364 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 116364 5464 1 0 550155 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=17152 CPUtime=0.58 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 5634 0 0 0 48 10 0 0 20 0 20 0 39131259 19521036288 116364 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 116364 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 116364 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 465456 KiB

[startup+1.50026 s]
/proc/loadavg: 4.39 4.25 4.20 6/347 33649
/proc/meminfo: memFree=111989100/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=1055688 CPUtime=2.81 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 13902 0 0 0 254 27 0 0 20 0 20 0 39131257 19521036288 263922 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 263922 5464 1 0 1078166 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=3200 CPUtime=1.3 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 6004 0 0 0 108 22 0 0 20 0 20 0 39131259 19521036288 263922 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 263922 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 263922 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 263922 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1055688 KiB

[startup+3.10601 s]
/proc/loadavg: 4.39 4.25 4.20 6/347 33649
/proc/meminfo: memFree=110596592/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=1987680 CPUtime=5.96 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 18683 0 0 0 550 46 0 0 20 0 20 0 39131257 19521036288 496920 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 496920 5464 1 0 1081081 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=14344 CPUtime=2.8 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 6474 0 0 0 241 39 0 0 20 0 20 0 39131259 19521036288 496920 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 496920 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 496920 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 496920 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1987680 KiB

[startup+6.30023 s]
/proc/loadavg: 4.36 4.24 4.20 5/347 33649
/proc/meminfo: memFree=109744560/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=2822336 CPUtime=10.81 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 21331 0 0 0 1015 66 0 0 20 0 20 0 39131257 19521036288 705584 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 705584 5496 1 0 1081947 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=0 CPUtime=5.92 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 7134 0 0 0 534 58 0 0 20 0 20 0 39131259 19521036288 705584 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 705584 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 705584 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=1150152 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 705584 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 10.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2822336 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.24 4.20 5/347 33649
/proc/meminfo: memFree=109732532/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=2828484 CPUtime=17.19 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 22628 0 0 0 1651 68 0 0 20 0 20 0 39131257 19521036288 707121 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 707121 5496 1 0 1081947 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=1150152 CPUtime=12.25 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 8383 0 0 0 1165 60 0 0 20 0 20 0 39131259 19521036288 707121 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=2822336 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 707121 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 707121 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 707121 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 17.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2828484 KiB

[startup+25.5002 s]
/proc/loadavg: 4.36 4.25 4.20 5/347 33650
/proc/meminfo: memFree=109691724/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=2834756 CPUtime=30.25 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 29812 0 0 0 2949 76 0 0 20 0 20 0 39131257 19521036288 708689 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 708689 5496 1 0 1081965 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=0 CPUtime=24.88 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 9984 0 0 0 2421 67 0 0 20 0 20 0 39131259 19521036288 708689 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 708689 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=2834756 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 708689 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=2834628 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 708689 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 30.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2834756 KiB

[startup+51.106 s]
/proc/loadavg: 4.28 4.24 4.20 5/347 33784
/proc/meminfo: memFree=108909900/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=2927300 CPUtime=56.01 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 36488 0 0 0 5516 85 0 0 20 0 20 0 39131257 19521036288 731825 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 731825 5496 1 0 1081965 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=2834756 CPUtime=50.13 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 12242 0 0 0 4941 72 0 0 20 0 20 0 39131259 19521036288 731825 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=2927300 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 731825 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=-6000919481346713964 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/343 34012
/proc/meminfo: memFree=112563524/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=5652444 CPUtime=3245.39 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 159409 0 0 0 324102 437 0 0 20 0 20 0 39131257 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 1413111 5528 1 0 1431435 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=14344 CPUtime=3183.08 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 75132 0 0 0 318002 306 0 0 20 0 20 0 39131259 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=5652444 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 2338 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=5652444 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 3245.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5652444 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/343 34014
/proc/meminfo: memFree=112524076/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=5652444 CPUtime=3305.2 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 160636 0 0 0 330079 441 0 0 20 0 20 0 39131257 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 1413111 5528 1 0 1431435 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=17152 CPUtime=3241.71 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 76187 0 0 0 323862 309 0 0 20 0 20 0 39131259 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=2204 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 2374 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=5652444 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 1413111 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 3305.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5652444 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/342 34016
/proc/meminfo: memFree=112428380/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=5666812 CPUtime=3366.37 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 166373 0 0 0 336188 449 0 0 20 0 20 0 39131257 19521036288 1416703 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 1416703 5528 1 0 1431495 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=2204 CPUtime=3300.72 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 77823 0 0 0 329758 314 0 0 20 0 20 0 39131259 19521036288 1416703 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=5666812 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 1416703 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=5666812 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 2463 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 1416703 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=5666812 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 1416703 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 3366.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5666812 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/343 34022
/proc/meminfo: memFree=111678480/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=5673984 CPUtime=3426.51 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 169698 0 0 0 342200 451 0 0 20 0 20 0 39131257 19521036288 1418496 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 1418496 5528 1 0 1431495 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=5666812 CPUtime=3360.23 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 80067 0 0 0 335708 315 0 0 20 0 20 0 39131259 19521036288 1418496 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=5666812 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 1418496 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=5673984 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 2463 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 1418496 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=5673984 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 1418496 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 3426.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5673984 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/342 34029
/proc/meminfo: memFree=111524436/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=5676052 CPUtime=3486.6 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 170772 0 0 0 348207 453 0 0 20 0 20 0 39131257 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 1419013 5528 1 0 1431495 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=5666812 CPUtime=3419.83 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 80870 0 0 0 341668 315 0 0 20 0 20 0 39131259 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=5666812 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 2512 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=5673984 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 3486.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5676052 KiB

[startup+3522.3 s]
/proc/loadavg: 3.85 4.07 4.07 4/316 34064
/proc/meminfo: memFree=116174248/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=5676052 CPUtime=3546.64 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 174013 0 0 0 354209 455 0 0 20 0 20 0 39131257 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 1419013 5528 1 0 1431495 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=5673984 CPUtime=3479.48 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 82908 0 0 0 347633 315 0 0 20 0 20 0 39131259 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 2604 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 3546.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5676052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.7 s]
/proc/loadavg: 3.47 3.93 4.02 4/316 34081
/proc/meminfo: memFree=115577220/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19063512 memory=5676052 CPUtime=3600.07 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 176249 0 0 0 359551 456 0 0 20 0 20 0 39131257 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4765878 1419013 5528 1 0 1431495 0
[pid=33629/tid=33631] ppid=33626 vsize=19063512 memory=2204 CPUtime=3532.55 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 84229 0 0 0 352939 316 0 0 20 0 20 0 39131259 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39131261 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19063512 memory=6452091021772350524 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 2650 0 0 0 0 0 0 0 20 0 20 0 39131262 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33649] ppid=33626 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/33629/task/33649/stat : 33649 (Timer-0) S 33626 33629 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39131323 19521036288 1419013 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5676052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.72 s, system=4.59242 s

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

[startup+3575.8 s]
/proc/loadavg: 3.47 3.93 4.02 4/316 34081
/proc/meminfo: memFree=115577220/131249988 swapFree=33010684/33010684
[pid=33629] ppid=33626 vsize=19263204 memory=5676692 CPUtime=3600.28 cores=1,3
/proc/33629/stat : 33629 (java) S 33626 33629 31943 0 -1 4194304 178608 0 0 0 359571 457 0 0 20 0 21 0 39131257 19725520896 1419173 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
/proc/33629/statm: 4815801 1419173 5528 1 0 1432417 0
[pid=33629/tid=33631] ppid=33626 vsize=19263204 memory=12416 CPUtime=3532.65 cores=1,3
/proc/33629/task/33631/stat : 33631 (java) R 33626 33629 31943 0 -1 4194368 84340 0 0 0 352949 316 0 0 20 0 21 0 39131259 19725520896 1419173 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33640] ppid=33626 vsize=19263204 memory=2712 CPUtime=0 cores=1,3
/proc/33629/task/33640/stat : 33640 (Finalizer) S 33626 33629 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39131261 19725520896 1419173 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
[pid=33629/tid=33647] ppid=33626 vsize=19263204 memory=-6000919481346713964 CPUtime=0 cores=1,3
/proc/33629/task/33647/stat : 33647 (Common-Cleaner) S 33626 33629 31943 0 -1 4194368 2650 0 0 0 0 0 0 0 20 0 21 0 39131262 19725520896 1419173 18446744073709551615 94454038036480 94454038040176 140722661157584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94454038047992 94454038048784 94454068785152 140722661165357 140722661165542 140722661165542 140722661171144 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5676692 KiB

Child status: 143

Real time (s): 3575.83
CPU time (s): 3600.31
CPU user time (s): 3595.72
CPU system time (s): 4.59242
CPU usage (%): 100.685
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5676692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.72
system time used= 4.59242
maximum resident set size= 5676820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1856136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125228
involuntary context switches= 9829


# summary of solver processes directly reported to runsolver:
#   pid: 33629
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3595.72
#   total CPU system time (s): 4.59242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.32139 second user time and 16.0979 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-30 00:02:07
IDJOB=4515461
IDBENCH=165259
IDSOLVER=3362
FILE ID=nodeC031/4515461-1751234527
RUNJOBID= nodeC031-1751227368-31955
SLURM_JOB_ID= 9587685
Free space on /tmp= 432620 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515461-1751234527/watcher-4515461-1751234527 -o /tmp/evaluation-result-4515461-1751234527/solver-4515461-1751234527 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31955 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515461-1751234527 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515461-1751234527.opb

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

MD5SUM BENCH= 8532f997584288657d51f2d7727e9fb5
RANDOM SEED=495512759

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		: 3599.886
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		: 3600.153
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		: 3626.202
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3600.470
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.915
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		: 3599.885
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		: 3600.029
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		: 3600.032
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:        112543392 kB
MemAvailable:   113116148 kB
Buffers:            3280 kB
Cached:          1381172 kB
SwapCached:            0 kB
Active:         16994416 kB
Inactive:        1126340 kB
Active(anon):   16754448 kB
Inactive(anon):        0 kB
Active(file):     239968 kB
Inactive(file):  1126340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1424 kB
Writeback:             0 kB
AnonPages:      16739268 kB
Mapped:           123140 kB
Shmem:             18064 kB
KReclaimable:      91372 kB
Slab:             178892 kB
SReclaimable:      91372 kB
SUnreclaim:        87520 kB
KernelStack:        5320 kB
PageTables:        36824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   23018020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151576 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16445440 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-30 01:01:43