Trace number 4514129

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.24 3540.13

General information on the benchmark

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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4514129-1751228287.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.12/0.18	c ... done. Wall clock time 0.022s.
0.12/0.18	c declared #vars     213
0.12/0.18	c #constraints  142
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 71
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 71
0.12/0.18	c 142 constraints processed.
6.46/3.66	c cleaning 2503 clauses out of 5005 with flag 0/5005
10.05/6.83	c cleaning 4250 clauses out of 8500 with flag 0/11003
13.56/10.22	c cleaning 5624 clauses out of 11248 with flag 0/18001
18.61/15.02	c cleaning 6812 clauses out of 13625 with flag 0/26002
23.23/19.64	c cleaning 7905 clauses out of 15814 with flag 0/35003
29.92/26.25	c cleaning 8950 clauses out of 17906 with flag 0/45000
37.33/33.43	c cleaning 9978 clauses out of 19956 with flag 0/56000
45.64/41.75	c cleaning 10989 clauses out of 21980 with flag 0/68002
57.05/52.96	c cleaning 11998 clauses out of 23996 with flag 0/81007
68.70/64.30	c cleaning 12993 clauses out of 25992 with flag 0/95001
83.43/78.52	c cleaning 13996 clauses out of 27998 with flag 0/110000
98.26/93.01	c cleaning 14997 clauses out of 30002 with flag 0/126000
115.17/109.60	c cleaning 16000 clauses out of 32006 with flag 0/143001
140.33/134.35	c cleaning 16999 clauses out of 34007 with flag 0/161002
164.26/157.64	c cleaning 17997 clauses out of 36006 with flag 0/180000
190.64/183.53	c cleaning 19005 clauses out of 38009 with flag 0/200000
223.50/215.91	c cleaning 20003 clauses out of 40005 with flag 0/221001
253.99/246.09	c cleaning 21005 clauses out of 42009 with flag 0/243008
291.40/282.83	c cleaning 21994 clauses out of 44001 with flag 0/266005
323.20/314.28	c cleaning 22995 clauses out of 46002 with flag 0/290000
364.49/354.95	c cleaning 24003 clauses out of 48011 with flag 0/315004
405.80/395.71	c cleaning 25009 clauses out of 50017 with flag 0/341013
447.09/436.34	c cleaning 25993 clauses out of 51995 with flag 0/368000
484.50/473.22	c cleaning 26998 clauses out of 54002 with flag 0/396000
529.36/517.42	c cleaning 27997 clauses out of 56007 with flag 0/425003
576.84/564.38	c cleaning 29002 clauses out of 58007 with flag 0/455000
633.68/620.41	c cleaning 30002 clauses out of 60005 with flag 0/486000
696.64/682.51	c cleaning 30995 clauses out of 62003 with flag 0/518000
762.01/746.94	c cleaning 32000 clauses out of 64008 with flag 0/551000
829.62/813.71	c cleaning 33006 clauses out of 66011 with flag 0/585003
900.16/883.11	c cleaning 34000 clauses out of 68002 with flag 0/620000
976.09/958.35	c cleaning 34993 clauses out of 70002 with flag 0/656000
1049.29/1030.61	c cleaning 36003 clauses out of 72011 with flag 0/693002
1133.16/1113.67	c cleaning 37004 clauses out of 74009 with flag 0/731003
1229.27/1208.79	c cleaning 38002 clauses out of 76006 with flag 0/770004
1313.56/1292.19	c cleaning 39002 clauses out of 78003 with flag 0/810003
1401.77/1379.06	c cleaning 39999 clauses out of 79999 with flag 0/851001
1509.01/1484.90	c cleaning 40996 clauses out of 82000 with flag 0/893001
1619.36/1593.83	c cleaning 42002 clauses out of 84005 with flag 0/936002
1732.68/1705.47	c cleaning 43001 clauses out of 86003 with flag 0/980002
1851.92/1822.98	c cleaning 44003 clauses out of 88006 with flag 0/1025006
1973.25/1942.07	c cleaning 44998 clauses out of 90002 with flag 0/1071005
2101.60/2068.58	c cleaning 45996 clauses out of 92001 with flag 0/1118002
2240.15/2205.06	c cleaning 46996 clauses out of 94003 with flag 0/1166000
2387.84/2350.48	c cleaning 47999 clauses out of 96008 with flag 0/1215001
2543.57/2503.67	c cleaning 49003 clauses out of 98008 with flag 0/1265000
2701.25/2658.53	c cleaning 49998 clauses out of 100006 with flag 0/1316001
2859.17/2813.39	c cleaning 50998 clauses out of 102007 with flag 0/1368000
3010.34/2961.46	c cleaning 52003 clauses out of 104009 with flag 0/1421000
3183.64/3130.98	c cleaning 53000 clauses out of 106010 with flag 0/1475004
3371.38/3315.95	c cleaning 54004 clauses out of 108008 with flag 0/1530002
3528.19/3469.54	c cleaning 55000 clauses out of 110002 with flag 0/1586000
3600.09/3540.01	c starts		: 4482
3600.09/3540.02	c conflicts		: 1617986
3600.09/3540.02	c decisions		: 1802445
3600.09/3540.02	c propagations		: 20966119
3600.09/3540.02	c inspects		: 4808395099
3600.09/3540.02	c shortcuts		: 0
3600.09/3540.02	c learnt literals	: 0
3600.09/3540.02	c learnt binary clauses	: 0
3600.09/3540.02	c learnt ternary clauses	: 0
3600.09/3540.02	c learnt constraints	: 1617986
3600.09/3540.02	c ignored constraints	: 0
3600.09/3540.02	c root simplifications	: 0
3600.09/3540.02	c removed literals (reason simplification)	: 0
3600.09/3540.02	c reason swapping (by a shorter reason)	: 0
3600.09/3540.02	c Calls to reduceDB	: 52
3600.09/3540.02	c Number of update (reduction) of LBD	: 1292866
3600.09/3540.02	c Imported unit clauses	: 0
3600.09/3540.02	c No decision after first conflict	: false
3600.09/3540.02	c number of reductions to clauses (during analyze)	: 0
3600.09/3540.02	c number of learned constraints concerned by reduction	: 0
3600.09/3540.02	c number of learning phase by resolution	: 0
3600.09/3540.02	c number of learning phase by cutting planes	: 0
3600.09/3540.02	c number of rounding to 1 operations	: 0
3600.09/3540.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3540.02	c number of reductions of the coefficients by power 2 	: 0
3600.09/3540.02	c number of right shift for reduction by power 2 	: 0
3600.09/3540.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3540.02	c number of ending skipping 	: 0
3600.09/3540.02	c number of internal skipping 	: 0
3600.09/3540.02	c number of derivation steps 	: 13504094
3600.09/3540.02	c number of skipped derivation steps 	: 0
3600.09/3540.02	c number of remaining unassigned 	: 7378
3600.09/3540.02	c number of remaining assigned 	: 455033873
3600.09/3540.02	c number of falsified literals weakened from reason	: 0
3600.09/3540.02	c number of falsified literals weakened from conflict	: 0
3600.09/3540.02	c time for arithmetic operations	: 5151394003
3600.09/3540.02	c minimum degree of deleted constraints	: 1
3600.09/3540.02	c maximum degree of deleted constraints	: 28150443
3600.09/3540.02	c number of deleted constraints	: 1530998
3600.09/3540.02	c speed (assignments/second)	: 5922.906880431749
3600.09/3540.02	c non guided choices	: 60
3600.09/3540.04	c timeout
3600.09/3540.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.09/3540.07	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 32
3600.09/3540.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 86955
3600.09/3540.08	s UNKNOWN
3600.09/3540.08	c Total wall clock time (in seconds): 3539.918

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=32257, runsolver pid=32254

[startup+0.10006 s]*
/proc/loadavg: 4.26 4.14 3.72 7/343 32275
/proc/meminfo: memFree=118347476/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=18930384 memory=55576 CPUtime=0.12 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 6555 0 0 0 11 1 0 0 20 0 18 0 38507228 19384713216 13894 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4732596 13894 5334 1 0 547604 0
[pid=32257/tid=32259] ppid=32254 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 5062 0 0 0 6 1 0 0 20 0 18 0 38507229 19384713216 13894 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38507231 19384713216 13894 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=18930384 memory=57385981078066 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38507232 19384713216 13894 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55576 KiB

[startup+0.205886 s]*
/proc/loadavg: 4.26 4.14 3.72 7/344 32276
/proc/meminfo: memFree=118326464/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=18996948 memory=64696 CPUtime=0.31 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 7207 0 0 0 29 2 0 0 20 0 19 0 38507228 19452874752 16174 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4749237 16174 5430 1 0 548320 0
[pid=32257/tid=32259] ppid=32254 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 5445 0 0 0 15 2 0 0 20 0 19 0 38507229 19452874752 16174 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=18996948 memory=15156 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38507231 19452874752 16174 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=18996948 memory=56286469424100 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38507232 19452874752 16174 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38507247 19452874752 16174 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64696 KiB

[startup+0.305826 s]*
/proc/loadavg: 4.26 4.14 3.72 6/344 32276
/proc/meminfo: memFree=118314176/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=18996948 memory=77792 CPUtime=0.51 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 7561 0 0 0 48 3 0 0 20 0 19 0 38507228 19452874752 19448 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4749237 19448 5430 1 0 548438 0
[pid=32257/tid=32259] ppid=32254 vsize=18996948 memory=-6000919489886579308 CPUtime=0.25 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 5480 0 0 0 23 2 0 0 20 0 19 0 38507229 19452874752 19448 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38507231 19452874752 19448 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38507232 19452874752 19448 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38507247 19452874752 19448 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77792 KiB

[startup+0.700222 s]
/proc/loadavg: 4.26 4.14 3.72 6/344 32276
/proc/meminfo: memFree=118247632/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=162244 CPUtime=1.26 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 11407 0 0 0 120 6 0 0 20 0 20 0 38507228 19521036288 40561 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 40561 5462 1 0 551101 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=17152 CPUtime=0.59 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 5525 0 0 0 55 4 0 0 20 0 20 0 38507229 19521036288 40561 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 40561 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 40561 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 40561 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162244 KiB

[startup+1.50024 s]
/proc/loadavg: 4.26 4.14 3.72 6/345 32277
/proc/meminfo: memFree=118197816/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=296936 CPUtime=2.83 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 24226 0 0 0 273 10 0 0 20 0 20 0 38507228 19521036288 74234 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 74234 5462 1 0 556516 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=0 CPUtime=1.35 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 5678 0 0 0 129 6 0 0 20 0 20 0 38507229 19521036288 74234 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 74234 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 74234 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 74234 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 296936 KiB

[startup+3.10574 s]
/proc/loadavg: 4.26 4.14 3.72 6/345 32277
/proc/meminfo: memFree=117932792/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=475956 CPUtime=5.76 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 29088 0 0 0 561 15 0 0 20 0 20 0 38507228 19521036288 118989 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 118989 5462 1 0 556521 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=10752 CPUtime=2.88 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 6546 0 0 0 279 9 0 0 20 0 20 0 38507229 19521036288 118989 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=-6000919489886579308 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 118989 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 118989 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 118989 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 475956 KiB

[startup+6.30021 s]
/proc/loadavg: 4.24 4.14 3.72 5/345 32277
/proc/meminfo: memFree=116824912/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=1587144 CPUtime=9.5 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 31690 0 0 0 909 41 0 0 20 0 20 0 38507228 19521036288 396786 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 396786 5462 1 0 663098 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 8072 0 0 0 569 34 0 0 20 0 20 0 38507229 19521036288 396786 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 396786 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 396786 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=299016 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 396786 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1587144 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.13 3.73 5/345 32277
/proc/meminfo: memFree=116849020/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=1594440 CPUtime=16.22 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 33144 0 0 0 1579 43 0 0 20 0 20 0 38507228 19521036288 398610 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 398610 5462 1 0 663368 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=299016 CPUtime=12.31 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 8689 0 0 0 1196 35 0 0 20 0 20 0 38507229 19521036288 398610 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=1594440 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 398610 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 398610 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 398610 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 16.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1594440 KiB

[startup+25.5002 s]
/proc/loadavg: 4.40 4.18 3.75 5/345 32277
/proc/meminfo: memFree=116777808/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=1611036 CPUtime=29.19 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 39167 0 0 0 2871 48 0 0 20 0 20 0 38507228 19521036288 402759 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 402759 5462 1 0 663368 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=1594440 CPUtime=24.86 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 10839 0 0 0 2447 39 0 0 20 0 20 0 38507229 19521036288 402759 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 402759 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=1611036 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 402759 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 402759 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 29.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1611036 KiB

[startup+51.1058 s]
/proc/loadavg: 4.27 4.16 3.75 5/345 32277
/proc/meminfo: memFree=116670296/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=1646108 CPUtime=55.17 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 46227 0 0 0 5458 59 0 0 20 0 20 0 38507228 19521036288 411527 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 411527 5462 1 0 663368 0

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

/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 776886 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=6768 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 1795 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 776886 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=-6000919489886579308 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 776886 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 3215.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107544 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.22 4.21 5/344 33052
/proc/meminfo: memFree=118729652/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=3107544 CPUtime=3275.48 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 147374 0 0 0 326831 717 0 0 20 0 20 0 38507228 19521036288 776886 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 776886 5494 1 0 791911 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=3107544 CPUtime=3145.96 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 65313 0 0 0 314019 577 0 0 20 0 20 0 38507229 19521036288 776886 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=3107544 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 776886 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 1870 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 776886 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 776886 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 3275.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107544 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.21 4.21 5/344 33054
/proc/meminfo: memFree=118562404/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=3107508 CPUtime=3337.02 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 151267 0 0 0 332977 725 0 0 20 0 20 0 38507228 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 776877 5494 1 0 791911 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=3107508 CPUtime=3204.62 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 66075 0 0 0 319879 583 0 0 20 0 20 0 38507229 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=3107508 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 1877 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=3107508 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 3337.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107508 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.21 4.21 5/342 33057
/proc/meminfo: memFree=118442080/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=3107508 CPUtime=3398.4 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 152101 0 0 0 339105 735 0 0 20 0 20 0 38507228 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 776877 5494 1 0 791911 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=3107508 CPUtime=3263.33 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 66730 0 0 0 325742 591 0 0 20 0 20 0 38507229 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=3107508 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=3107508 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 1877 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=-6000919489886579308 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 3398.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107508 KiB

[startup+3402.31 s]
/proc/loadavg: 4.13 4.19 4.19 5/341 33059
/proc/meminfo: memFree=118348052/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=3107508 CPUtime=3459.45 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 154355 0 0 0 345199 746 0 0 20 0 20 0 38507228 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 776877 5494 1 0 791911 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=3107508 CPUtime=3321.94 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 68136 0 0 0 331594 600 0 0 20 0 20 0 38507229 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=3107508 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 1877 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=3107508 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 776877 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 3459.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107508 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.18 4.19 5/341 33061
/proc/meminfo: memFree=118236352/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=3107636 CPUtime=3520.85 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 156359 0 0 0 351331 754 0 0 20 0 20 0 38507228 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 776909 5494 1 0 791928 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=3107508 CPUtime=3380.44 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 69342 0 0 0 337438 606 0 0 20 0 20 0 38507229 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=3107508 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=3107636 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 1952 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=3107636 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 3520.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107636 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/341 33063
/proc/meminfo: memFree=118139836/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=3107636 CPUtime=3582.11 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 157023 0 0 0 357444 767 0 0 20 0 20 0 38507228 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 776909 5494 1 0 791928 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=3107636 CPUtime=3439.09 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 69895 0 0 0 343292 617 0 0 20 0 20 0 38507229 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=3107636 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 3582.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107636 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540 s]*
/proc/loadavg: 4.12 4.17 4.18 7/341 33063
/proc/meminfo: memFree=118099220/131249988 swapFree=33010684/33010684
[pid=32257] ppid=32254 vsize=19063512 memory=3107636 CPUtime=3600.09 cores=5,7
/proc/32257/stat : 32257 (java) S 32254 32257 31943 0 -1 4194304 157340 0 0 0 359239 770 0 0 20 0 20 0 38507228 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
/proc/32257/statm: 4765878 776909 5494 1 0 791928 0
[pid=32257/tid=32259] ppid=32254 vsize=19063512 memory=6888 CPUtime=3456.38 cores=5,7
/proc/32257/task/32259/stat : 32259 (java) R 32254 32257 31943 0 -1 4194368 70153 0 0 0 345019 619 0 0 20 0 20 0 38507229 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32268] ppid=32254 vsize=19063512 memory=3107636 CPUtime=0 cores=5,7
/proc/32257/task/32268/stat : 32268 (Finalizer) S 32254 32257 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38507231 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32275] ppid=32254 vsize=19063512 memory=4497573875655798432 CPUtime=0 cores=5,7
/proc/32257/task/32275/stat : 32275 (Common-Cleaner) S 32254 32257 31943 0 -1 4194368 2004 0 0 0 0 0 0 0 20 0 20 0 38507232 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
[pid=32257/tid=32276] ppid=32254 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/32257/task/32276/stat : 32276 (Timer-0) S 32254 32257 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38507247 19521036288 776909 18446744073709551615 94246190211072 94246190214768 140723451952464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94246190222584 94246190223376 94246191968256 140723451955501 140723451955686 140723451955686 140723451961288 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3107636 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.52 s, system=7.7183 s

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

[startup+3540.11 s]*
/proc/loadavg: 4.12 4.17 4.18 5/321 33067
/proc/meminfo: memFree=121170556/131249988 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3540.13
CPU time (s): 3600.24
CPU user time (s): 3592.52
CPU system time (s): 7.7183
CPU usage (%): 101.698
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3114840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.52
system time used= 7.7183
maximum resident set size= 3114840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159667
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4784008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161429
involuntary context switches= 33776


# summary of solver processes directly reported to runsolver:
#   pid: 32257
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3592.52
#   total CPU system time (s): 7.7183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.50965 second user time and 17.2595 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 22:18:07
IDJOB=4514129
IDBENCH=162605
IDSOLVER=3362
FILE ID=nodeC031/4514129-1751228287
RUNJOBID= nodeC031-1751227368-31956
SLURM_JOB_ID= 9587685
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 9a4787c73b047272369cfbced442c738
RANDOM SEED=712052538

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.927
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.887
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		: 3594.607
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		: 3599.971
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.891
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.882
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.130
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.388
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:        118371172 kB
MemAvailable:   120004260 kB
Buffers:            3280 kB
Cached:          2440244 kB
SwapCached:            0 kB
Active:         10006984 kB
Inactive:        2186188 kB
Active(anon):    9767512 kB
Inactive(anon):        0 kB
Active(file):     239472 kB
Inactive(file):  2186188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             35416 kB
Writeback:           276 kB
AnonPages:       9752544 kB
Mapped:           122800 kB
Shmem:             18064 kB
KReclaimable:      93332 kB
Slab:             181480 kB
SReclaimable:      93332 kB
SUnreclaim:        88148 kB
KernelStack:        5264 kB
PageTables:        22804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   10383044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9476096 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

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