Trace number 4492155

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.32 3541.93

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-12,16.opb
MD5SUM6f51c740b20225a3e31589ba684183f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.060951
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4662
Total number of constraints31725
Number of constraints which are clauses30696
Number of constraints which are cardinality constraints (but not clauses)951
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.21/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.21/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.35	c See www.sat4j.org for details.
0.21/0.37	c version PB25.v20250606
0.21/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.21/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.21/0.39	c java.vm.version	22.0.1+8-16
0.21/0.39	c java.vm.vendor	Oracle Corporation
0.21/0.39	c sun.arch.data.model	64
0.21/0.39	c java.version		22.0.1
0.21/0.39	c os.name		Linux
0.21/0.39	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.21/0.39	c os.arch		amd64
0.21/0.40	c Free memory 		2104792832
0.21/0.40	c Max memory 		16282288128
0.21/0.40	c Total memory 		2113929216
0.21/0.41	c Number of processors 	2
0.51/0.60	c Pseudo Boolean Optimization by upper bound
0.51/0.60	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.51/0.60	c  - never skip resolution steps
0.51/0.60	c  - Auto-division on coefficients is disabled
0.51/0.60	c  - No postprocessing
0.51/0.60	c  - Conflict is considered as is when resolving
0.51/0.60	c  - Use constraints as they come during conflict analysis
0.51/0.60	c  - Weaken first using unassigned literals
0.51/0.60	c  - Bump strategy: ALWAYS_ONE
0.51/0.60	c  - Bumper: EFFECTIVE
0.51/0.60	c --- Begin Solver configuration ---
0.51/0.60	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.51/0.60	c Learn all clauses as in MiniSAT
0.51/0.60	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.51/0.60	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.51/0.60	c No reason simplification
0.51/0.60	c Dynamic restart strategy considering the size of the coefficients
0.51/0.60	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.51/0.60	c timeout=2147483s
0.51/0.60	c DB Simplification allowed=false
0.51/0.60	c Listener: none
0.51/0.60	c --- End Solver configuration ---
0.51/0.60	c solving HOME/instance-4492155-1751145706.opb
0.51/0.60	c reading problem ... 
0.51/0.61	c using VERIPB proof format
0.51/0.61	c  no objective function found
2.40/1.51	c ... done. Wall clock time 0.896s.
2.40/1.51	c declared #vars     4662
2.40/1.51	c #constraints  31899
2.40/1.51	c constraints type 
2.40/1.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 951
2.40/1.51	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
2.40/1.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30870
2.40/1.51	c 31899 constraints processed.
10.49/5.71	c cleaning 2501 clauses out of 5001 with flag 0/5001
17.08/10.74	c cleaning 4248 clauses out of 8499 with flag 0/11000
22.10/15.36	c cleaning 5621 clauses out of 11251 with flag 0/18000
26.99/19.74	c cleaning 6806 clauses out of 13630 with flag 0/26000
32.98/25.40	c cleaning 7904 clauses out of 15826 with flag 0/35002
41.03/32.85	c cleaning 8946 clauses out of 17920 with flag 0/45000
52.42/42.28	c cleaning 9981 clauses out of 19974 with flag 0/56000
68.74/58.28	c cleaning 10991 clauses out of 21993 with flag 0/68000
81.22/70.65	c cleaning 11994 clauses out of 24003 with flag 0/81001
107.25/95.21	c cleaning 12998 clauses out of 26008 with flag 0/95000
145.39/132.59	c cleaning 13984 clauses out of 28011 with flag 0/110001
171.27/157.79	c cleaning 15007 clauses out of 30028 with flag 0/126002
211.65/197.06	c cleaning 15990 clauses out of 32020 with flag 0/143001
250.96/235.46	c cleaning 17008 clauses out of 34029 with flag 0/161000
295.84/279.38	c cleaning 17999 clauses out of 36021 with flag 0/180000
345.89/328.43	c cleaning 19004 clauses out of 38024 with flag 0/200002
387.88/369.40	c cleaning 20001 clauses out of 40019 with flag 0/221001
436.56/417.20	c cleaning 20993 clauses out of 42017 with flag 0/243000
489.02/468.93	c cleaning 22003 clauses out of 44024 with flag 0/266000
546.62/525.91	c cleaning 23000 clauses out of 46021 with flag 0/290000
617.69/596.66	c cleaning 23999 clauses out of 48022 with flag 0/315001
690.53/668.30	c cleaning 25001 clauses out of 50022 with flag 0/341000
764.88/741.44	c cleaning 25996 clauses out of 52022 with flag 0/368001
879.31/853.89	c cleaning 27005 clauses out of 54028 with flag 0/396003
1019.04/991.28	c cleaning 28002 clauses out of 56023 with flag 0/425003
1105.83/1077.50	c cleaning 28998 clauses out of 58020 with flag 0/455002
1234.81/1203.93	c cleaning 29998 clauses out of 60021 with flag 0/486001
1380.71/1347.88	c cleaning 31000 clauses out of 62022 with flag 0/518000
1548.32/1513.43	c cleaning 31999 clauses out of 64024 with flag 0/551002
1689.48/1653.39	c cleaning 32995 clauses out of 66023 with flag 0/585000
1849.45/1811.64	c cleaning 34002 clauses out of 68029 with flag 0/620001
1983.22/1943.77	c cleaning 34998 clauses out of 70026 with flag 0/656000
2109.09/2067.66	c cleaning 35999 clauses out of 72028 with flag 0/693000
2236.41/2193.55	c cleaning 37000 clauses out of 74030 with flag 0/731001
2371.06/2327.26	c cleaning 37996 clauses out of 76030 with flag 0/770001
2500.70/2454.93	c cleaning 39006 clauses out of 78035 with flag 0/810002
2675.42/2627.29	c cleaning 40005 clauses out of 80027 with flag 0/851000
2877.55/2827.03	c cleaning 40997 clauses out of 82022 with flag 0/893000
3077.11/3024.69	c cleaning 41995 clauses out of 84026 with flag 0/936001
3330.09/3274.94	c cleaning 42999 clauses out of 86030 with flag 0/980000
3527.59/3470.20	c cleaning 44004 clauses out of 88032 with flag 0/1025001
3600.01/3541.72	c timeout
3600.01/3541.73	c starts		: 53
3600.01/3541.74	c conflicts		: 1049665
3600.01/3541.74	c decisions		: 1154047
3600.01/3541.74	c propagations		: 31776442
3600.01/3541.74	c inspects		: 4895720913
3600.01/3541.74	c shortcuts		: 0
3600.01/3541.74	c learnt literals	: 0
3600.01/3541.74	c learnt binary clauses	: 0
3600.01/3541.74	c learnt ternary clauses	: 0
3600.01/3541.74	c learnt constraints	: 1049664
3600.01/3541.74	c ignored constraints	: 0
3600.01/3541.74	c root simplifications	: 0
3600.01/3541.74	c removed literals (reason simplification)	: 0
3600.01/3541.74	c reason swapping (by a shorter reason)	: 0
3600.01/3541.74	c Calls to reduceDB	: 41
3600.01/3541.74	c Number of update (reduction) of LBD	: 1073251
3600.01/3541.74	c Imported unit clauses	: 0
3600.01/3541.75	c No decision after first conflict	: false
3600.01/3541.75	c number of reductions to clauses (during analyze)	: 0
3600.01/3541.75	c number of learned constraints concerned by reduction	: 0
3600.01/3541.75	c number of learning phase by resolution	: 0
3600.01/3541.75	c number of learning phase by cutting planes	: 0
3600.01/3541.75	c number of rounding to 1 operations	: 0
3600.01/3541.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3541.75	c number of reductions of the coefficients by power 2 	: 0
3600.01/3541.75	c number of right shift for reduction by power 2 	: 0
3600.01/3541.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3541.75	c number of ending skipping 	: 0
3600.01/3541.75	c number of internal skipping 	: 0
3600.01/3541.76	c number of derivation steps 	: 10581083
3600.01/3541.76	c number of skipped derivation steps 	: 0
3600.01/3541.76	c number of remaining unassigned 	: 230814
3600.01/3541.76	c number of remaining assigned 	: 179653591
3600.01/3541.76	c number of falsified literals weakened from reason	: 0
3600.01/3541.76	c number of falsified literals weakened from conflict	: 0
3600.01/3541.76	c time for arithmetic operations	: 10138724841
3600.01/3541.77	c minimum degree of deleted constraints	: 1
3600.01/3541.77	c maximum degree of deleted constraints	: 11592005288400
3600.01/3541.77	c number of deleted constraints	: 980973
3600.01/3541.77	c speed (assignments/second)	: 8975.7570929979
3600.01/3541.77	c non guided choices	: 17542
3600.19/3541.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 36758
3600.19/3541.88	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 358
3600.19/3541.88	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31575
3600.19/3541.88	s UNKNOWN
3600.19/3541.89	c Total wall clock time (in seconds): 3541.284

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: 63794 MiB (63219 MiB free)
  memory of node 1: 64507 MiB (64057 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492155-1751145706/watcher-4492155-1751145706 -o /tmp/evaluation-result-4492155-1751145706/solver-4492155-1751145706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14979 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492155-1751145706 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492155-1751145706.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15032, runsolver pid=15020

[startup+0.100103 s]*
/proc/loadavg: 0.54 1.10 2.08 5/260 15046
/proc/meminfo: memFree=130333400/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=235772 memory=10880 CPUtime=0.01 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 647 0 109 0 0 1 0 0 20 0 2 0 30249513 241430528 2720 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 58943 2720 2336 1 0 604 0
[pid=15032/tid=15045] ppid=15020 vsize=235772 memory=4026532124 CPUtime=0 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 94 0 43 0 0 0 0 0 20 0 2 0 30249522 241430528 2720 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16784588 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 235772 KiB
Current children cumulated memory: 10880 KiB

[startup+0.215002 s]*
/proc/loadavg: 0.54 1.10 2.08 3/288 15074
/proc/meminfo: memFree=130256516/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=18596548 memory=38668 CPUtime=0.07 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 4924 0 325 0 2 5 0 0 20 0 13 0 30249513 19042865152 9667 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4649394 9667 4001 1 0 545166 0
[pid=15032/tid=15045] ppid=15020 vsize=18730704 memory=3472328300254200092 CPUtime=0.05 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) S 15020 15032 14966 0 -1 4194368 4307 0 259 0 2 3 0 0 20 0 16 0 30249522 19180240896 9731 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=18730704 memory=1593 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 16 0 30249536 19180240896 9731 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15102] ppid=15020 vsize=18730704 memory=60693105869820 CPUtime=0 cores=5,7
/proc/15032/task/15102/stat : 15102 (java) R 15020 15032 14966 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 16 0 30249536 19180240896 9731 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 2147221247 0 16800975 0 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18596548 KiB
Current children cumulated memory: 38668 KiB

[startup+0.315581 s]*
/proc/loadavg: 0.54 1.10 2.08 11/324 15110
/proc/meminfo: memFree=130229160/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=18930384 memory=48656 CPUtime=0.21 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 5824 0 349 0 14 7 0 0 20 0 18 0 30249513 19384713216 12164 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4732596 12164 5217 1 0 547121 0
[pid=15032/tid=15045] ppid=15020 vsize=18930384 memory=-6000919502821943150 CPUtime=0.13 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 4707 0 267 0 9 4 0 0 20 0 18 0 30249522 19384713216 12164 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=18930384 memory=-4421386496231433830 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30249536 19384713216 12164 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30249537 19384713216 12164 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48656 KiB

[startup+0.700425 s]
/proc/loadavg: 1.62 1.32 2.15 14/324 15110
/proc/meminfo: memFree=130198412/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=18930384 memory=66192 CPUtime=0.85 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 6984 0 356 0 75 10 0 0 20 0 18 0 30249513 19384713216 16548 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4732596 16548 5377 1 0 547976 0
[pid=15032/tid=15045] ppid=15020 vsize=18930384 memory=17152 CPUtime=0.45 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 5255 0 271 0 39 6 0 0 20 0 18 0 30249522 19384713216 16548 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30249536 19384713216 16548 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=18930384 memory=5632 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30249537 19384713216 16548 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 0.85 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66192 KiB

[startup+1.50026 s]
/proc/loadavg: 1.62 1.32 2.15 12/328 15114
/proc/meminfo: memFree=129748172/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=18996948 memory=820868 CPUtime=2.4 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 11105 0 361 0 207 33 0 0 20 0 19 0 30249513 19452874752 205217 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4749237 205217 5409 1 0 550832 0
[pid=15032/tid=15045] ppid=15020 vsize=18996948 memory=5632 CPUtime=1.17 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 5675 0 271 0 90 27 0 0 20 0 19 0 30249522 19452874752 205217 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30249536 19452874752 205217 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30249537 19452874752 205217 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 820868 KiB

[startup+3.10568 s]
/proc/loadavg: 1.62 1.32 2.15 12/332 15118
/proc/meminfo: memFree=126731764/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=842736 CPUtime=5.59 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 21658 0 361 0 521 38 0 0 20 0 20 0 30249513 19521036288 210684 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 210684 5441 1 0 556091 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=0 CPUtime=2.61 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 5778 0 271 0 233 28 0 0 20 0 20 0 30249522 19521036288 210684 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 210684 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=842608 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 210684 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=4892 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 210684 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 842736 KiB

[startup+6.30025 s]
/proc/loadavg: 1.97 1.40 2.17 8/332 15118
/proc/meminfo: memFree=124971844/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=1826200 CPUtime=11.38 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 35186 0 361 0 1077 61 0 0 20 0 20 0 30249513 19521036288 456550 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 456550 5441 1 0 842377 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=0 CPUtime=5.61 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 8028 0 271 0 513 48 0 0 20 0 20 0 30249522 19521036288 456550 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=2244 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 456550 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 456550 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=-6000919507116910446 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 456550 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 11.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1826200 KiB

[startup+12.7004 s]
/proc/loadavg: 2.13 1.44 2.18 8/332 15118
/proc/meminfo: memFree=119950932/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=2330836 CPUtime=19.3 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 35989 0 361 0 1856 74 0 0 20 0 20 0 30249513 19521036288 582709 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 582709 5441 1 0 842740 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=-6000919507116910446 CPUtime=11.88 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 8396 0 271 0 1128 60 0 0 20 0 20 0 30249522 19521036288 582709 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=2329556 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 582709 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=2334428 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 582709 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=2330708 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 582709 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 19.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2330836 KiB

[startup+25.5005 s]
/proc/loadavg: 2.49 1.54 2.20 7/332 15118
/proc/meminfo: memFree=115409616/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=4340024 CPUtime=33.08 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 38150 0 361 0 3190 118 0 0 20 0 20 0 30249513 19521036288 1085006 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 1085006 5441 1 0 1465251 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=0 CPUtime=24.14 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 9892 0 271 0 2314 100 0 0 20 0 20 0 30249522 19521036288 1085006 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1085006 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=2463920 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1085006 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=3199 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1085006 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 33.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4340024 KiB

[startup+51.1105 s]
/proc/loadavg: 3.22 1.81 2.27 7/332 15118
/proc/meminfo: memFree=113935016/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=4965536 CPUtime=61.62 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 49859 0 361 0 6022 140 0 0 20 0 20 0 30249513 19521036288 1241384 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 1241384 5441 1 0 1465438 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=4875424 CPUtime=48.83 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 13242 0 271 0 4769 114 0 0 20 0 20 0 30249522 19521036288 1241384 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=4965536 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1241384 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=4815972 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1241384 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=4815332 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1241384 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 61.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4965536 KiB

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

Current children cumulated memory: 5814444 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.39 4.29 7/327 15314
/proc/meminfo: memFree=107613416/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=5814444 CPUtime=3337.54 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 242866 0 361 0 333089 665 0 0 20 0 20 0 30249513 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 1453611 5473 1 0 1466347 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=14720 CPUtime=3201.47 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 127337 0 271 0 319771 376 0 0 20 0 20 0 30249522 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 3056 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 3337.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5814444 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.38 4.29 7/327 15316
/proc/meminfo: memFree=107597336/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=5814444 CPUtime=3398.11 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 243784 0 361 0 339139 672 0 0 20 0 20 0 30249513 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 1453611 5473 1 0 1466347 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=5814444 CPUtime=3260.04 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 128072 0 271 0 325625 379 0 0 20 0 20 0 30249522 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 3116 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 3398.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5814444 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.34 4.28 7/327 15318
/proc/meminfo: memFree=107567156/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=5814444 CPUtime=3458.99 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 247157 0 361 0 345220 679 0 0 20 0 20 0 30249513 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 1453611 5473 1 0 1466347 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=17152 CPUtime=3318.74 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 130382 0 271 0 331492 382 0 0 20 0 20 0 30249522 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 3204 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 3458.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5814444 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.31 4.27 7/328 15325
/proc/meminfo: memFree=107522712/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=5814444 CPUtime=3519.61 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 249308 0 361 0 351276 685 0 0 20 0 20 0 30249513 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 1453611 5473 1 0 1466347 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=17152 CPUtime=3377.55 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 132255 0 271 0 337371 384 0 0 20 0 20 0 30249522 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 3204 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=4892 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 3519.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5814444 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.31 4.27 7/328 15327
/proc/meminfo: memFree=107467228/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=5814444 CPUtime=3580.31 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 253456 0 361 0 357337 694 0 0 20 0 20 0 30249513 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 1453611 5473 1 0 1466347 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=5814444 CPUtime=3436.45 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 135374 0 271 0 343258 387 0 0 20 0 20 0 30249522 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 3259 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 3580.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5814444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3541.7 s]
/proc/loadavg: 4.27 4.31 4.27 5/284 15445
/proc/meminfo: memFree=118600636/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19063512 memory=5814444 CPUtime=3600.01 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 255427 0 361 0 359302 699 0 0 20 0 20 0 30249513 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4765878 1453611 5473 1 0 1466347 0
[pid=15032/tid=15045] ppid=15020 vsize=19063512 memory=5814444 CPUtime=3455.32 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) R 15020 15032 14966 0 -1 4194368 136562 0 271 0 345141 391 0 0 20 0 20 0 30249522 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19063512 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 3259 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15117] ppid=15020 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15032/task/15117/stat : 15117 (Timer-0) S 15020 15032 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1453611 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5814444 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.28 s, system=7.03277 s

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

[startup+3541.8 s]
/proc/loadavg: 4.27 4.31 4.27 5/284 15445
/proc/meminfo: memFree=118600636/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19263204 memory=5815212 CPUtime=3600.19 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 258306 0 361 0 359319 700 0 0 20 0 21 0 30249513 19725520896 1453803 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4815801 1453803 5473 1 0 1467275 0
[pid=15032/tid=15045] ppid=15020 vsize=19263204 memory=4252 CPUtime=3455.36 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) S 15020 15032 14966 0 -1 4194368 136964 0 271 0 345144 392 0 0 20 0 21 0 30249522 19725520896 1453803 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19263204 memory=3200 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 30249536 19725520896 1453803 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19263204 memory=4892 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 3259 0 0 0 0 0 0 0 20 0 21 0 30249537 19725520896 1453803 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5815212 KiB

[startup+3541.9 s]
/proc/loadavg: 4.27 4.31 4.27 5/284 15445
/proc/meminfo: memFree=118600636/131382112 swapFree=33010684/33010684
[pid=15032] ppid=15020 vsize=19263204 memory=5815340 CPUtime=3600.28 cores=5,7
/proc/15032/stat : 15032 (java) S 15020 15032 14966 0 -1 4194304 258509 0 361 0 359328 700 0 0 20 0 15 0 30249513 19725520896 1453835 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
/proc/15032/statm: 4815801 1453835 5473 1 0 1467312 0
[pid=15032/tid=15045] ppid=15020 vsize=19263204 memory=5814444 CPUtime=3455.36 cores=5,7
/proc/15032/task/15045/stat : 15045 (java) S 15020 15032 14966 0 -1 4194368 136964 0 271 0 345144 392 0 0 20 0 15 0 30249522 19725520896 1453835 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15080] ppid=15020 vsize=19263204 memory=11264 CPUtime=0 cores=5,7
/proc/15032/task/15080/stat : 15080 (Finalizer) S 15020 15032 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 15 0 30249536 19725520896 1453835 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
[pid=15032/tid=15109] ppid=15020 vsize=19263204 memory=5814444 CPUtime=0 cores=5,7
/proc/15032/task/15109/stat : 15109 (Common-Cleaner) S 15020 15032 14966 0 -1 4194368 3259 0 0 0 0 0 0 0 20 0 15 0 30249537 19725520896 1453835 18446744073709551615 94284481122304 94284481126000 140722530719056 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94284481133816 94284481134608 94284504666112 140722530724141 140722530724326 140722530724326 140722530729928 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5815340 KiB

Child status: 143

Real time (s): 3541.93
CPU time (s): 3600.32
CPU user time (s): 3593.28
CPU system time (s): 7.03277
CPU usage (%): 101.648
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5815340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.28
system time used= 7.03277
maximum resident set size= 5815468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258536
page faults= 361
swaps= 0
block input operations= 16224
block output operations= 1257032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132449
involuntary context switches= 15855


# summary of solver processes directly reported to runsolver:
#   pid: 15032
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3593.28
#   total CPU system time (s): 7.03277

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9014 second user time and 39.6605 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 23:21:46
IDJOB=4492155
IDBENCH=147760
IDSOLVER=3362
FILE ID=nodeC001/4492155-1751145706
RUNJOBID= nodeC001-1751145706-14979
SLURM_JOB_ID= 9587448
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-12,16.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492155-1751145706/watcher-4492155-1751145706 -o /tmp/evaluation-result-4492155-1751145706/solver-4492155-1751145706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14979 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492155-1751145706 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492155-1751145706.opb

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

MD5SUM BENCH= 6f51c740b20225a3e31589ba684183f5
RANDOM SEED=2433003

nodeC001 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	: 0xb00001f
cpu MHz		: 1197.461
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.172
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.126
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.094
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.511
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.170
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.129
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1198.593
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130335732 kB
MemAvailable:   129933896 kB
Buffers:            3280 kB
Cached:           362728 kB
SwapCached:            0 kB
Active:           266112 kB
Inactive:         164844 kB
Active(anon):      82908 kB
Inactive(anon):        0 kB
Active(file):     183204 kB
Inactive(file):   164844 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7612 kB
Writeback:             4 kB
AnonPages:         68192 kB
Mapped:           102012 kB
Shmem:             17960 kB
KReclaimable:      83764 kB
Slab:             162980 kB
SReclaimable:      83764 kB
SUnreclaim:        79216 kB
KernelStack:        3888 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-06-29 00:20:48