Trace number 4515425

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.21 3586.18

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP135.shuf-2.opb
MD5SUM220c3fd455f868773072e11b99a8330e
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 benchmark4.24669
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37264
Total number of constraints9317
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints9297
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4515425-1751234441.opb
0.12/0.15	c reading problem ... 
0.12/0.18	c using VERIPB proof format
0.12/0.18	c  no objective function found
1.79/1.07	c ... done. Wall clock time 0.913s.
1.79/1.07	c declared #vars     37264
1.79/1.07	c #constraints  9317
1.79/1.07	c constraints type 
1.79/1.07	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 9317
1.79/1.07	c 9317 constraints processed.
5.36/2.81	c cleaning 2498 clauses out of 5001 with flag 0/5001
9.38/4.95	c cleaning 4208 clauses out of 8502 with flag 0/11000
12.95/8.03	c cleaning 5617 clauses out of 11295 with flag 0/18001
18.00/13.02	c cleaning 6808 clauses out of 13677 with flag 0/26000
25.15/19.97	c cleaning 7913 clauses out of 15869 with flag 0/35000
28.20/23.00	c cleaning 8882 clauses out of 17956 with flag 0/45000
37.33/31.91	c cleaning 9944 clauses out of 20074 with flag 0/56000
42.49/37.06	c cleaning 10984 clauses out of 22131 with flag 0/68001
59.38/53.88	c cleaning 12068 clauses out of 24146 with flag 0/81000
185.50/179.79	c cleaning 13035 clauses out of 26079 with flag 0/95001
459.95/453.88	c cleaning 14016 clauses out of 28045 with flag 0/110002
559.51/553.15	c cleaning 15008 clauses out of 30027 with flag 0/126000
661.57/654.91	c cleaning 16003 clauses out of 32019 with flag 0/143000
797.29/790.58	c cleaning 16999 clauses out of 34017 with flag 0/161001
980.43/973.64	c cleaning 18004 clauses out of 36018 with flag 0/180001
1143.85/1137.45	c cleaning 18998 clauses out of 38013 with flag 0/200000
1328.96/1322.41	c cleaning 20001 clauses out of 40016 with flag 0/221001
1562.04/1555.39	c cleaning 21003 clauses out of 42015 with flag 0/243001
1767.67/1760.82	c cleaning 22001 clauses out of 44012 with flag 0/266001
2022.84/2016.00	c cleaning 22997 clauses out of 46010 with flag 0/290000
2258.21/2251.24	c cleaning 24000 clauses out of 48014 with flag 0/315001
2550.02/2542.93	c cleaning 25000 clauses out of 50014 with flag 0/341001
2911.89/2904.62	c cleaning 25999 clauses out of 52013 with flag 0/368000
3235.36/3227.97	c cleaning 27000 clauses out of 54015 with flag 0/396001
3453.90/3446.09	c cleaning 27999 clauses out of 56014 with flag 0/425000
3485.75/3476.54	c cleaning 28985 clauses out of 58015 with flag 0/455000
3554.47/3542.19	c cleaning 29984 clauses out of 60032 with flag 0/486002
3600.07/3586.12	c starts		: 23
3600.07/3586.12	c conflicts		: 491208
3600.07/3586.12	c decisions		: 861767
3600.07/3586.12	c propagations		: 2985582
3600.07/3586.12	c inspects		: 2393114850
3600.07/3586.12	c shortcuts		: 0
3600.07/3586.12	c learnt literals	: 0
3600.07/3586.12	c learnt binary clauses	: 0
3600.07/3586.12	c learnt ternary clauses	: 0
3600.07/3586.12	c learnt constraints	: 491207
3600.07/3586.12	c ignored constraints	: 0
3600.07/3586.12	c root simplifications	: 0
3600.07/3586.12	c removed literals (reason simplification)	: 0
3600.07/3586.12	c reason swapping (by a shorter reason)	: 0
3600.07/3586.12	c Calls to reduceDB	: 27
3600.07/3586.12	c Number of update (reduction) of LBD	: 327089
3600.07/3586.12	c Imported unit clauses	: 0
3600.07/3586.12	c No decision after first conflict	: false
3600.07/3586.12	c number of reductions to clauses (during analyze)	: 0
3600.07/3586.12	c number of learned constraints concerned by reduction	: 0
3600.07/3586.12	c number of learning phase by resolution	: 0
3600.07/3586.12	c number of learning phase by cutting planes	: 0
3600.07/3586.12	c number of rounding to 1 operations	: 0
3600.07/3586.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3586.12	c number of reductions of the coefficients by power 2 	: 0
3600.07/3586.13	c number of right shift for reduction by power 2 	: 0
3600.07/3586.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3586.13	c number of ending skipping 	: 0
3600.07/3586.13	c number of internal skipping 	: 0
3600.07/3586.13	c number of derivation steps 	: 1719543
3600.07/3586.13	c number of skipped derivation steps 	: 0
3600.07/3586.13	c number of remaining unassigned 	: 353893
3600.07/3586.13	c number of remaining assigned 	: 40211452
3600.07/3586.13	c number of falsified literals weakened from reason	: 0
3600.07/3586.13	c number of falsified literals weakened from conflict	: 0
3600.07/3586.13	c time for arithmetic operations	: 4630049187
3600.07/3586.13	c minimum degree of deleted constraints	: 1
3600.07/3586.13	c maximum degree of deleted constraints	: 345286518134027201875228703156026046966251050967330485520536063833557882692409739528220837055961146513899921772390658807006910
3600.07/3586.13	c number of deleted constraints	: 455954
3600.07/3586.13	c speed (assignments/second)	: 832.7871760712828
3600.07/3586.13	c non guided choices	: 28142
3600.07/3586.15	c timeout
3600.07/3586.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 134
3600.07/3586.16	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 35119
3600.07/3586.16	s UNKNOWN
3600.07/3586.16	c Total wall clock time (in seconds): 3586.004

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

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

[startup+0.10006 s]*
/proc/loadavg: 4.21 4.18 4.18 6/343 33561
/proc/meminfo: memFree=113159752/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=18930384 memory=57752 CPUtime=0.12 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 6563 0 0 0 10 2 0 0 20 0 18 0 39122705 19384713216 14438 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4732596 14438 5340 1 0 547619 0
[pid=33543/tid=33545] ppid=33540 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 5070 0 0 0 6 1 0 0 20 0 18 0 39122706 19384713216 14438 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39122708 19384713216 14438 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=18930384 memory=57385981078066 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39122708 19384713216 14438 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57752 KiB

[startup+0.205836 s]*
/proc/loadavg: 4.21 4.18 4.18 7/343 33561
/proc/meminfo: memFree=113139272/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=18930384 memory=82612 CPUtime=0.28 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 7066 0 0 0 25 3 0 0 20 0 18 0 39122705 19384713216 20653 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4732596 20653 5436 1 0 547952 0
[pid=33543/tid=33545] ppid=33540 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 5393 0 0 0 14 2 0 0 20 0 18 0 39122706 19384713216 20653 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=18930384 memory=15156 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39122708 19384713216 20653 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39122708 19384713216 20653 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 82612 KiB

[startup+0.305789 s]*
/proc/loadavg: 4.21 4.18 4.18 6/344 33562
/proc/meminfo: memFree=113060756/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=18996948 memory=153268 CPUtime=0.46 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 7365 0 0 0 41 5 0 0 20 0 19 0 39122705 19452874752 38317 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4749237 38317 5468 1 0 548334 0
[pid=33543/tid=33545] ppid=33540 vsize=18996948 memory=-6000919507083028844 CPUtime=0.23 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 5430 0 0 0 20 3 0 0 20 0 19 0 39122706 19452874752 38317 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39122708 19452874752 38317 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39122708 19452874752 38317 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153268 KiB

[startup+0.700229 s]
/proc/loadavg: 4.21 4.18 4.18 6/344 33562
/proc/meminfo: memFree=112769248/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=18996948 memory=1007680 CPUtime=1.19 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 11982 0 0 0 96 23 0 0 20 0 19 0 39122705 19452874752 251920 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4749237 251920 5468 1 0 1077046 0
[pid=33543/tid=33545] ppid=33540 vsize=18996948 memory=17152 CPUtime=0.57 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 5830 0 0 0 38 19 0 0 20 0 19 0 39122706 19452874752 251920 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39122708 19452874752 251920 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39122708 19452874752 251920 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1007680 KiB

[startup+1.50024 s]
/proc/loadavg: 4.21 4.18 4.18 6/344 33562
/proc/meminfo: memFree=111941404/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19063512 memory=1573712 CPUtime=2.77 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 22319 0 0 0 241 36 0 0 20 0 20 0 39122705 19521036288 393428 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4765878 393428 5468 1 0 1082018 0
[pid=33543/tid=33545] ppid=33540 vsize=19063512 memory=3200 CPUtime=1.23 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 6164 0 0 0 92 31 0 0 20 0 20 0 39122706 19521036288 393428 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 393428 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 393428 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1573712 KiB

[startup+3.1056 s]
/proc/loadavg: 4.35 4.21 4.19 6/345 33563
/proc/meminfo: memFree=111226376/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19063512 memory=1975136 CPUtime=5.96 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 27739 0 0 0 549 47 0 0 20 0 20 0 39122705 19521036288 493784 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4765878 493784 5468 1 0 1084634 0
[pid=33543/tid=33545] ppid=33540 vsize=19063512 memory=10752 CPUtime=2.73 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 6365 0 0 0 235 38 0 0 20 0 20 0 39122706 19521036288 493784 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 493784 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 493784 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19063512 memory=2204 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39122813 19521036288 493784 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1975136 KiB

[startup+6.30025 s]
/proc/loadavg: 4.35 4.21 4.19 5/345 33563
/proc/meminfo: memFree=110571984/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19063512 memory=2625988 CPUtime=11.21 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 34691 0 0 0 1059 62 0 0 20 0 20 0 39122705 19521036288 656497 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4765878 656497 5500 1 0 1089919 0
[pid=33543/tid=33545] ppid=33540 vsize=19063512 memory=0 CPUtime=5.85 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 7210 0 0 0 534 51 0 0 20 0 20 0 39122706 19521036288 656497 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19063512 memory=4282244484372401526 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 656497 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19063512 memory=-6000919507083028844 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 656497 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39122813 19521036288 656497 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 11.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2625988 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.20 4.19 5/345 33563
/proc/meminfo: memFree=110552136/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19063512 memory=2625840 CPUtime=17.7 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 38930 0 0 0 1704 66 0 0 20 0 20 0 39122705 19521036288 656460 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4765878 656460 5500 1 0 1089919 0
[pid=33543/tid=33545] ppid=33540 vsize=19063512 memory=0 CPUtime=12.1 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 8847 0 0 0 1156 54 0 0 20 0 20 0 39122706 19521036288 656460 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19063512 memory=2623792 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 656460 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 656460 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39122813 19521036288 656460 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 17.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2625840 KiB

[startup+25.5002 s]
/proc/loadavg: 4.33 4.21 4.19 5/345 33578
/proc/meminfo: memFree=110526964/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19063512 memory=2648908 CPUtime=30.86 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 43471 0 0 0 3014 72 0 0 20 0 20 0 39122705 19521036288 662227 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4765878 662227 5500 1 0 1089935 0
[pid=33543/tid=33545] ppid=33540 vsize=19063512 memory=-6000919507083028844 CPUtime=24.67 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 9925 0 0 0 2409 58 0 0 20 0 20 0 39122706 19521036288 662227 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19063512 memory=3026 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 662227 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19063512 memory=2636500 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 662227 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19063512 memory=2636500 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39122813 19521036288 662227 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 30.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2648908 KiB

[startup+51.1057 s]
/proc/loadavg: 4.35 4.23 4.19 5/346 33580
/proc/meminfo: memFree=110464324/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19063512 memory=2687848 CPUtime=56.66 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 49403 0 0 0 5586 80 0 0 20 0 20 0 39122705 19521036288 671962 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4765878 671962 5500 1 0 1089935 0
[pid=33543/tid=33545] ppid=33540 vsize=19063512 memory=2687848 CPUtime=49.81 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 13494 0 0 0 4917 64 0 0 20 0 20 0 39122706 19521036288 671962 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19063512 memory=-6000919507083028844 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 671962 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19063512 memory=2681700 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 671962 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19063512 memory=2640632 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39122813 19521036288 671962 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0

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

/proc/meminfo: memFree=112578268/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19063512 memory=3509892 CPUtime=3289.83 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 134561 0 0 0 328671 312 0 0 20 0 20 0 39122705 19521036288 877473 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4765878 877473 5500 1 0 1089970 0
[pid=33543/tid=33545] ppid=33540 vsize=19063512 memory=-6000919507083028844 CPUtime=3260.2 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 62795 0 0 0 325856 164 0 0 20 0 20 0 39122706 19521036288 877473 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19063512 memory=3507836 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 877473 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19063512 memory=3507836 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 1763 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 877473 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39122813 19521036288 877473 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 3289.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3509892 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/343 34012
/proc/meminfo: memFree=112535796/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19063512 memory=3524280 CPUtime=3349.96 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 134714 0 0 0 334680 316 0 0 20 0 20 0 39122705 19521036288 881070 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4765878 881070 5500 1 0 1089970 0
[pid=33543/tid=33545] ppid=33540 vsize=19063512 memory=3516064 CPUtime=3319.78 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 62810 0 0 0 331812 166 0 0 20 0 20 0 39122706 19521036288 881070 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19063512 memory=-6000919507083028844 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 881070 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19063512 memory=3520184 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 1854 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 881070 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19063512 memory=3520184 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39122813 19521036288 881070 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 3349.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3524280 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/343 34014
/proc/meminfo: memFree=112483632/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19063512 memory=3548868 CPUtime=3409.96 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 136058 0 0 0 340677 319 0 0 20 0 20 0 39122705 19521036288 887217 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4765878 887217 5500 1 0 1089970 0
[pid=33543/tid=33545] ppid=33540 vsize=19063512 memory=3536580 CPUtime=3379.41 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 64055 0 0 0 337774 167 0 0 20 0 20 0 39122706 19521036288 887217 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19063512 memory=2204 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 887217 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19063512 memory=3542724 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 1854 0 0 0 0 0 0 0 20 0 20 0 39122708 19521036288 887217 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19063512 memory=3546820 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39122813 19521036288 887217 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 3409.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3548868 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/342 34017
/proc/meminfo: memFree=112275464/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19130076 memory=3657620 CPUtime=3471.04 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 139390 0 0 0 346772 332 0 0 20 0 21 0 39122705 19589197824 914405 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4782519 914405 5500 1 0 1090779 0
[pid=33543/tid=33545] ppid=33540 vsize=19130076 memory=3200 CPUtime=3438.15 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 65973 0 0 0 343641 174 0 0 20 0 21 0 39122706 19589197824 914405 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19130076 memory=14344 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 914405 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19130076 memory=3561244 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 1908 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 914405 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19130076 memory=3608456 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39122813 19589197824 914405 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 3471.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3657620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/342 34022
/proc/meminfo: memFree=111581372/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19130076 memory=4289016 CPUtime=3533.76 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 143567 0 0 0 353020 356 0 0 20 0 21 0 39122705 19589197824 1072254 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4782519 1072254 5500 1 0 1212325 0
[pid=33543/tid=33545] ppid=33540 vsize=19130076 memory=3561244 CPUtime=3496.15 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 68208 0 0 0 349421 194 0 0 20 0 21 0 39122706 19589197824 1072254 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19130076 memory=3630992 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 1072254 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19130076 memory=4211728 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 1908 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 1072254 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19130076 memory=4278592 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39122813 19589197824 1072254 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 3533.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4289016 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/342 34030
/proc/meminfo: memFree=111430324/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19130076 memory=4401992 CPUtime=3596.19 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 144659 0 0 0 359257 362 0 0 20 0 21 0 39122705 19589197824 1100498 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4782519 1100498 5500 1 0 1212408 0
[pid=33543/tid=33545] ppid=33540 vsize=19130076 memory=4381508 CPUtime=3554.72 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 69132 0 0 0 355277 195 0 0 20 0 21 0 39122706 19589197824 1100498 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19130076 memory=4381508 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 1100498 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19130076 memory=4397896 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 1965 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 1100498 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19130076 memory=14344 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39122813 19589197824 1100498 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 3596.19 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4401992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.11 s]
/proc/loadavg: 4.11 4.13 4.09 5/342 34030
/proc/meminfo: memFree=111420140/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19130076 memory=4406088 CPUtime=3600.07 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 146143 0 0 0 359644 363 0 0 20 0 21 0 39122705 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4782519 1101522 5500 1 0 1212408 0
[pid=33543/tid=33545] ppid=33540 vsize=19130076 memory=5632 CPUtime=3558.43 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 69383 0 0 0 355647 196 0 0 20 0 21 0 39122706 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19130076 memory=-6000919507083028844 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19130076 memory=3557016 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 1965 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19130076 memory=4397896 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39122813 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4406088 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.55 s, system=3.65704 s

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

[startup+3586.11 s]
/proc/loadavg: 4.11 4.13 4.09 5/342 34030
/proc/meminfo: memFree=111420140/131249988 swapFree=33010684/33010684
[pid=33543] ppid=33540 vsize=19130076 memory=4406088 CPUtime=3600.07 cores=4,6
/proc/33543/stat : 33543 (java) S 33540 33543 31943 0 -1 4194304 146143 0 0 0 359644 363 0 0 20 0 21 0 39122705 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
/proc/33543/statm: 4782519 1101522 5500 1 0 1212408 0
[pid=33543/tid=33545] ppid=33540 vsize=19130076 memory=5632 CPUtime=3558.43 cores=4,6
/proc/33543/task/33545/stat : 33545 (java) R 33540 33543 31943 0 -1 4194368 69383 0 0 0 355647 196 0 0 20 0 21 0 39122706 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33554] ppid=33540 vsize=19130076 memory=-6000919507083028844 CPUtime=0 cores=4,6
/proc/33543/task/33554/stat : 33554 (Finalizer) S 33540 33543 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33561] ppid=33540 vsize=19130076 memory=3557016 CPUtime=0 cores=4,6
/proc/33543/task/33561/stat : 33561 (Common-Cleaner) S 33540 33543 31943 0 -1 4194368 1965 0 0 0 0 0 0 0 20 0 21 0 39122708 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
[pid=33543/tid=33563] ppid=33540 vsize=19130076 memory=4397896 CPUtime=0 cores=4,6
/proc/33543/task/33563/stat : 33563 (Timer-0) S 33540 33543 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39122813 19589197824 1101522 18446744073709551615 94625955549184 94625955552880 140733664865280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94625955560696 94625955561488 94625964752896 140733664868653 140733664868838 140733664868838 140733664874440 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4406088 KiB

Child status: 143

Real time (s): 3586.18
CPU time (s): 3600.21
CPU user time (s): 3596.55
CPU system time (s): 3.65704
CPU usage (%): 100.391
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 4406088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.55
system time used= 3.65704
maximum resident set size= 4407112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149087
page faults= 0
swaps= 0
block input operations= 0
block output operations= 749288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132462
involuntary context switches= 11332


# summary of solver processes directly reported to runsolver:
#   pid: 33543
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3596.55
#   total CPU system time (s): 3.65704

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.3505 second user time and 17.5324 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-30 00:00:42
IDJOB=4515425
IDBENCH=165256
IDSOLVER=3362
FILE ID=nodeC031/4515425-1751234441
RUNJOBID= nodeC031-1751227368-31954
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-sumineqArity4pyramidP135.shuf-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515425-1751234441/watcher-4515425-1751234441 -o /tmp/evaluation-result-4515425-1751234441/solver-4515425-1751234441 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31954 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515425-1751234441 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515425-1751234441.opb

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

MD5SUM BENCH= 220c3fd455f868773072e11b99a8330e
RANDOM SEED=114536747

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.660
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		: 3599.913
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		: 3632.560
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		: 3596.175
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		: 3600.220
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.881
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.890
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		: 3601.484
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:        113195412 kB
MemAvailable:   113711476 kB
Buffers:            3280 kB
Cached:          1324352 kB
SwapCached:            0 kB
Active:         16424716 kB
Inactive:        1069592 kB
Active(anon):   16184748 kB
Inactive(anon):        0 kB
Active(file):     239968 kB
Inactive(file):  1069592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1800 kB
Writeback:             0 kB
AnonPages:      16168180 kB
Mapped:           123076 kB
Shmem:             18064 kB
KReclaimable:      91484 kB
Slab:             178796 kB
SReclaimable:      91484 kB
SUnreclaim:        87312 kB
KernelStack:        5280 kB
PageTables:        35352 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   20881008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15919104 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= 433052 MiB
End job on nodeC031 at 2025-06-30 01:00:28