Trace number 4503247

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.34 3566.07

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-89.opb
MD5SUM18b53876a62b8c6712d354fac2089947
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 benchmark1418.99
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.19/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.35	c See www.sat4j.org for details.
0.19/0.37	c version PB25.v20250606
0.19/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.19/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.19/0.39	c java.vm.version	22.0.1+8-16
0.19/0.39	c java.vm.vendor	Oracle Corporation
0.19/0.39	c sun.arch.data.model	64
0.19/0.39	c java.version		22.0.1
0.19/0.39	c os.name		Linux
0.19/0.39	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.19/0.39	c os.arch		amd64
0.19/0.40	c Free memory 		2104792832
0.19/0.40	c Max memory 		16282288128
0.19/0.40	c Total memory 		2113929216
0.19/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-4503247-1751171026.opb
0.51/0.60	c reading problem ... 
0.66/0.74	c using VERIPB proof format
0.66/0.74	c  no objective function found
9.67/5.99	c ... done. Wall clock time 5.388s.
9.67/5.99	c declared #vars     10086
9.67/5.99	c #constraints  226608
9.67/5.99	c constraints type 
9.67/5.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
9.67/5.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
9.67/5.99	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 22218
9.67/5.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
9.67/5.99	c 226608 constraints processed.
14.36/8.41	c cleaning 2493 clauses out of 5001 with flag 0/5001
19.23/12.23	c cleaning 4249 clauses out of 8507 with flag 0/11000
23.72/16.57	c cleaning 5626 clauses out of 11258 with flag 0/18000
26.67/18.60	c cleaning 6811 clauses out of 13634 with flag 0/26002
29.94/21.60	c cleaning 7908 clauses out of 15822 with flag 0/35001
33.46/25.16	c cleaning 8952 clauses out of 17913 with flag 0/45000
36.47/28.17	c cleaning 9975 clauses out of 19961 with flag 0/56000
41.43/33.76	c cleaning 10991 clauses out of 21987 with flag 0/68001
46.15/38.44	c cleaning 11998 clauses out of 23999 with flag 0/81004
51.89/44.14	c cleaning 12999 clauses out of 25998 with flag 0/95001
56.88/49.18	c cleaning 13992 clauses out of 27998 with flag 0/110000
62.69/54.94	c cleaning 14995 clauses out of 30007 with flag 0/126001
70.31/62.33	c cleaning 16000 clauses out of 32011 with flag 0/143000
77.01/68.86	c cleaning 16993 clauses out of 34012 with flag 0/161001
85.13/76.99	c cleaning 17997 clauses out of 36018 with flag 0/180000
98.78/90.46	c cleaning 19004 clauses out of 38021 with flag 0/200000
109.35/100.14	c cleaning 20004 clauses out of 40019 with flag 0/221002
120.91/109.63	c cleaning 20999 clauses out of 42013 with flag 0/243000
131.68/119.33	c cleaning 22001 clauses out of 44014 with flag 0/266000
154.81/141.90	c cleaning 22985 clauses out of 46013 with flag 0/290000
189.44/176.04	c cleaning 23995 clauses out of 48029 with flag 0/315001
220.57/206.45	c cleaning 24994 clauses out of 50034 with flag 0/341001
258.69/243.61	c cleaning 26007 clauses out of 52039 with flag 0/368000
298.08/282.18	c cleaning 26994 clauses out of 54032 with flag 0/396000
315.46/299.06	c cleaning 28008 clauses out of 56038 with flag 0/425000
344.26/327.87	c cleaning 28925 clauses out of 58031 with flag 0/455001
372.14/355.58	c cleaning 30038 clauses out of 60106 with flag 0/486001
394.39/377.64	c cleaning 30975 clauses out of 62067 with flag 0/518000
454.60/436.66	c cleaning 31987 clauses out of 64092 with flag 0/551000
529.22/510.26	c cleaning 33017 clauses out of 66105 with flag 0/585000
598.82/579.04	c cleaning 34017 clauses out of 68088 with flag 0/620000
672.80/655.22	c cleaning 35009 clauses out of 70072 with flag 0/656001
749.15/730.63	c cleaning 35999 clauses out of 72063 with flag 0/693001
804.49/785.45	c cleaning 37016 clauses out of 74064 with flag 0/731001
877.62/857.06	c cleaning 38011 clauses out of 76048 with flag 0/770001
956.43/937.96	c cleaning 39011 clauses out of 78036 with flag 0/810000
1054.48/1033.38	c cleaning 39973 clauses out of 80025 with flag 0/851000
1160.19/1137.49	c cleaning 40967 clauses out of 82052 with flag 0/893000
1277.88/1253.06	c cleaning 41991 clauses out of 84086 with flag 0/936001
1407.01/1382.18	c cleaning 43019 clauses out of 86098 with flag 0/980004
1546.81/1519.99	c cleaning 44003 clauses out of 88077 with flag 0/1025002
1649.54/1621.46	c cleaning 45007 clauses out of 90073 with flag 0/1071001
1785.52/1755.49	c cleaning 45988 clauses out of 92065 with flag 0/1118000
1938.15/1905.98	c cleaning 47005 clauses out of 94078 with flag 0/1166001
2077.73/2045.16	c cleaning 48026 clauses out of 96073 with flag 0/1215001
2236.90/2202.87	c cleaning 48992 clauses out of 98046 with flag 0/1265000
2401.93/2369.04	c cleaning 49992 clauses out of 100057 with flag 0/1316003
2568.10/2535.74	c cleaning 50998 clauses out of 102064 with flag 0/1368002
2743.97/2714.55	c cleaning 51987 clauses out of 104065 with flag 0/1421001
2905.38/2875.57	c cleaning 53003 clauses out of 106078 with flag 0/1475001
3092.47/3066.98	c cleaning 54019 clauses out of 108075 with flag 0/1530001
3282.50/3255.31	c cleaning 55009 clauses out of 110055 with flag 0/1586000
3498.37/3468.81	c cleaning 55980 clauses out of 112046 with flag 0/1643000
3600.07/3561.03	c starts		: 39
3600.07/3561.04	c timeout
3600.07/3561.05	c conflicts		: 1674765
3600.07/3561.05	c decisions		: 2707129
3600.07/3561.05	c propagations		: 482008361
3600.07/3561.05	c inspects		: 8340496644
3600.07/3561.05	c shortcuts		: 0
3600.07/3561.05	c learnt literals	: 0
3600.07/3561.05	c learnt binary clauses	: 62
3600.07/3561.05	c learnt ternary clauses	: 728
3600.07/3561.05	c learnt constraints	: 1674764
3600.07/3561.05	c ignored constraints	: 0
3600.07/3561.05	c root simplifications	: 0
3600.07/3561.05	c removed literals (reason simplification)	: 0
3600.07/3561.05	c reason swapping (by a shorter reason)	: 0
3600.07/3561.05	c Calls to reduceDB	: 53
3600.07/3561.05	c Number of update (reduction) of LBD	: 1967933
3600.07/3561.05	c Imported unit clauses	: 0
3600.07/3561.05	c No decision after first conflict	: false
3600.07/3561.05	c number of reductions to clauses (during analyze)	: 0
3600.07/3561.05	c number of learned constraints concerned by reduction	: 0
3600.07/3561.05	c number of learning phase by resolution	: 0
3600.07/3561.05	c number of learning phase by cutting planes	: 0
3600.07/3561.05	c number of rounding to 1 operations	: 0
3600.07/3561.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3561.05	c number of reductions of the coefficients by power 2 	: 0
3600.07/3561.05	c number of right shift for reduction by power 2 	: 0
3600.07/3561.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3561.05	c number of ending skipping 	: 0
3600.07/3561.05	c number of internal skipping 	: 0
3600.07/3561.06	c number of derivation steps 	: 46318500
3600.07/3561.06	c number of skipped derivation steps 	: 0
3600.07/3561.06	c number of remaining unassigned 	: 39381
3600.07/3561.06	c number of remaining assigned 	: 754529589
3600.07/3561.06	c number of falsified literals weakened from reason	: 0
3600.07/3561.06	c number of falsified literals weakened from conflict	: 0
3600.07/3561.06	c time for arithmetic operations	: 11862521358
3600.07/3561.06	c minimum degree of deleted constraints	: 1
3600.07/3561.06	c maximum degree of deleted constraints	: 302003306167090
3600.07/3561.06	c number of deleted constraints	: 1586934
3600.07/3561.06	c speed (assignments/second)	: 135584.32059228505
3600.07/3561.06	c non guided choices	: 29339
3600.24/3561.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52436
3600.24/3561.18	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5
3600.24/3561.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 62
3600.24/3561.18	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 35327
3600.24/3561.18	s UNKNOWN
3600.24/3561.18	c Total wall clock time (in seconds): 3560.579

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100069 s]*
/proc/loadavg: 0.59 0.98 1.28 3/249 21065
/proc/meminfo: memFree=130326464/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=18130736 memory=20596 CPUtime=0.02 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 1741 0 130 0 0 2 0 0 20 0 7 0 32782048 18565873664 5149 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16784588 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4532684 5149 3168 1 0 540973 0
[pid=21055/tid=21061] ppid=21049 vsize=18130736 memory=4026532361 CPUtime=0.01 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) D 21049 21055 21002 0 -1 4194368 1186 0 93 0 0 1 0 0 20 0 7 0 32782053 18565873664 5149 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16784588 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 20596 KiB

[startup+0.213659 s]*
/proc/loadavg: 0.95 1.04 1.30 5/273 21091
/proc/meminfo: memFree=130272236/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=18464448 memory=38596 CPUtime=0.07 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 4864 0 327 0 2 5 0 0 20 0 12 0 32782048 18907594752 9649 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4616112 9649 3999 1 0 544845 0
[pid=21055/tid=21061] ppid=21049 vsize=18464448 memory=7589421003159122441 CPUtime=0.05 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) S 21049 21055 21002 0 -1 4194368 4240 0 289 0 2 3 0 0 20 0 12 0 32782053 18907594752 9649 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=18464448 memory=211342852430 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 12 0 32782070 18907594752 9649 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21099] ppid=21049 vsize=18464448 memory=62887834173854 CPUtime=0 cores=4,6
/proc/21055/task/21099/stat : 21099 (java) R 21049 21055 21002 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 12 0 32782070 18907594752 9649 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 2147221247 0 16800975 0 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18464448 KiB
Current children cumulated memory: 38596 KiB

[startup+0.314087 s]*
/proc/loadavg: 0.95 1.04 1.30 10/311 21131
/proc/meminfo: memFree=130221548/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=18930384 memory=48696 CPUtime=0.19 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 5820 0 353 0 13 6 0 0 20 0 18 0 32782048 19384713216 12174 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4732596 12174 5183 1 0 547190 0
[pid=21055/tid=21061] ppid=21049 vsize=18930384 memory=-6000919498409536365 CPUtime=0.12 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 4608 0 297 0 8 4 0 0 20 0 18 0 32782053 19384713216 12174 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32782070 19384713216 12174 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 32782072 19384713216 12174 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48696 KiB

[startup+0.700429 s]
/proc/loadavg: 0.95 1.04 1.30 10/320 21140
/proc/meminfo: memFree=130177316/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=18930384 memory=61364 CPUtime=0.66 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 6806 0 356 0 58 8 0 0 20 0 18 0 32782048 19384713216 15341 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4732596 15341 5343 1 0 547890 0
[pid=21055/tid=21061] ppid=21049 vsize=18930384 memory=17152 CPUtime=0.37 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) D 21049 21055 21002 0 -1 4456512 5166 0 299 0 32 5 0 0 20 0 18 0 32782053 19384713216 15341 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32782070 19384713216 15341 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=18930384 memory=5632 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 32782072 19384713216 15341 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61364 KiB

[startup+1.5004 s]
/proc/loadavg: 0.95 1.04 1.30 10/323 21143
/proc/meminfo: memFree=129798848/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=18996948 memory=659272 CPUtime=2.13 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 8994 0 357 0 183 30 0 0 20 0 19 0 32782048 19452874752 164818 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4749237 164818 5407 1 0 549354 0
[pid=21055/tid=21061] ppid=21049 vsize=18996948 memory=5632 CPUtime=1.04 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 5552 0 299 0 79 25 0 0 20 0 19 0 32782053 19452874752 164818 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782070 19452874752 164818 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 32782072 19452874752 164818 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 2.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 659272 KiB

[startup+3.10638 s]
/proc/loadavg: 0.95 1.04 1.30 8/324 21144
/proc/meminfo: memFree=121553744/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=18996948 memory=2280608 CPUtime=5.31 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 24136 0 357 0 455 76 0 0 20 0 19 0 32782048 19452874752 570152 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4749237 570152 5407 1 0 820935 0
[pid=21055/tid=21061] ppid=21049 vsize=18996948 memory=11264 CPUtime=2.53 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 6372 0 299 0 188 65 0 0 20 0 19 0 32782053 19452874752 570152 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782070 19452874752 570152 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=18996948 memory=1319024 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 32782072 19452874752 570152 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2280608 KiB

[startup+6.30042 s]
/proc/loadavg: 1.35 1.13 1.32 11/325 21145
/proc/meminfo: memFree=115146992/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=3379596 CPUtime=10.4 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 28793 0 358 0 940 100 0 0 20 0 20 0 32782048 19521036288 844899 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 844899 5407 1 0 1081499 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=11264 CPUtime=5.45 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 7281 0 300 0 457 88 0 0 20 0 20 0 32782053 19521036288 844899 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 844899 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=-2535569614449041971 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 844899 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=-6000919468428651373 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 844899 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 10.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3379596 KiB

[startup+12.7003 s]
/proc/loadavg: 1.72 1.21 1.35 6/327 21147
/proc/meminfo: memFree=109728308/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=3383848 CPUtime=19.85 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 32967 0 358 0 1882 103 0 0 20 0 20 0 32782048 19521036288 845962 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 845962 5407 1 0 1081628 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=11264 CPUtime=11.53 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) S 21049 21055 21002 0 -1 4194368 8436 0 300 0 1064 89 0 0 20 0 20 0 32782053 19521036288 845962 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=-6000919468428651373 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 845962 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=-6000919468428651373 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 845962 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 845962 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 19.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3383848 KiB

[startup+25.5005 s]
/proc/loadavg: 2.08 1.30 1.38 5/328 21148
/proc/meminfo: memFree=108716840/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=4353424 CPUtime=33.84 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 39775 0 358 0 3258 126 0 0 20 0 20 0 32782048 19521036288 1088356 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 1088356 5439 1 0 1328120 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=11264 CPUtime=23.85 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 10694 0 300 0 2275 110 0 0 20 0 20 0 32782053 19521036288 1088356 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=-6000919468428651373 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1088356 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=4353296 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1088356 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=-6000919468428651373 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 1088356 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 33.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4353424 KiB

[startup+51.1141 s]
/proc/loadavg: 2.97 1.59 1.47 5/329 21149
/proc/meminfo: memFree=108611496/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=4368040 CPUtime=58.87 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 45397 0 358 0 5755 132 0 0 20 0 20 0 32782048 19521036288 1092010 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 1092010 5439 1 0 1328137 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=11264 CPUtime=48.18 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 13603 0 300 0 4704 114 0 0 20 0 20 0 32782053 19521036288 1092010 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=4368040 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1092010 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1092010 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=4359632 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 1092010 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 58.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4368040 KiB

[startup+102.301 s]
/proc/loadavg: 3.78 2.03 1.63 5/329 21151

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

Current children cumulated CPU time: 3248.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5259632 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.17 4.10 5/330 21328
/proc/meminfo: memFree=97843292/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=5259632 CPUtime=3309.61 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 252088 0 358 0 330243 718 0 0 20 0 20 0 32782048 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 1314908 5439 1 0 1329711 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=14720 CPUtime=3157.23 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 140884 0 300 0 315259 464 0 0 20 0 20 0 32782053 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=5259632 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=4210185721115995810 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 2435 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=5259632 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 3309.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5259632 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.09 5/332 21337
/proc/meminfo: memFree=101611412/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=5259632 CPUtime=3369.95 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 256219 0 358 0 336269 726 0 0 20 0 20 0 32782048 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 1314908 5439 1 0 1329711 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=3200 CPUtime=3216.19 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 144068 0 300 0 321152 467 0 0 20 0 20 0 32782053 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=5259632 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=5259632 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 2561 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 3369.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5259632 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.17 4.10 5/332 21339
/proc/meminfo: memFree=101915248/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=5259632 CPUtime=3429.88 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 256744 0 358 0 342254 734 0 0 20 0 20 0 32782048 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 1314908 5439 1 0 1329711 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=5259632 CPUtime=3274.32 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 144494 0 300 0 326961 471 0 0 20 0 20 0 32782053 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=5259632 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=5259632 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 2565 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=5259632 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 1314908 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 3429.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5259632 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.20 4.11 5/331 21341
/proc/meminfo: memFree=102006104/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=4417892 CPUtime=3491.78 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 263573 0 358 0 348434 744 0 0 20 0 20 0 32782048 19521036288 1104473 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 1104473 5439 1 0 1118835 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=5259632 CPUtime=3332.73 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 148688 0 300 0 332797 476 0 0 20 0 20 0 32782053 19521036288 1104473 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=5259632 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 1104473 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=46592 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 2565 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 1104473 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 1104473 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 3491.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4417892 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.21 4.12 6/332 21344
/proc/meminfo: memFree=104894728/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=945076 CPUtime=3556.53 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 270678 0 358 0 354883 770 0 0 20 0 20 0 32782048 19521036288 236269 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 236269 5439 1 0 250227 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=46592 CPUtime=3389.76 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 151373 0 300 0 338485 491 0 0 20 0 20 0 32782053 19521036288 236269 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=861804 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 236269 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=-6000919468428651373 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 2616 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 236269 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 236269 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 3556.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 945076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561 s]*
/proc/loadavg: 4.35 4.24 4.13 4/308 21441
/proc/meminfo: memFree=116167188/131382112 swapFree=33010684/33010684
[pid=21055] ppid=21049 vsize=19063512 memory=1143976 CPUtime=3600.07 cores=4,6
/proc/21055/stat : 21055 (java) S 21049 21055 21002 0 -1 4194304 276296 0 358 0 359208 799 0 0 20 0 20 0 32782048 19521036288 285994 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
/proc/21055/statm: 4765878 285994 5439 1 0 298269 0
[pid=21055/tid=21061] ppid=21049 vsize=19063512 memory=2688 CPUtime=3425.88 cores=4,6
/proc/21055/task/21061/stat : 21061 (java) R 21049 21055 21002 0 -1 4194368 153179 0 300 0 342077 511 0 0 20 0 20 0 32782053 19521036288 285994 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21095] ppid=21049 vsize=19063512 memory=-6000919472656313197 CPUtime=0 cores=4,6
/proc/21055/task/21095/stat : 21095 (Finalizer) S 21049 21055 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782070 19521036288 285994 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21118] ppid=21049 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/21055/task/21118/stat : 21118 (Common-Cleaner) S 21049 21055 21002 0 -1 4194368 2616 0 0 0 0 0 0 0 20 0 20 0 32782072 19521036288 285994 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
[pid=21055/tid=21146] ppid=21049 vsize=19063512 memory=2432 CPUtime=0 cores=4,6
/proc/21055/task/21146/stat : 21146 (Timer-0) S 21049 21055 21002 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32782648 19521036288 285994 18446744073709551615 94551482863616 94551482867312 140727152905184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94551482875128 94551482875920 94551515148288 140727152908589 140727152908774 140727152908774 140727152914376 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1143976 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3592.31 s, system=8.02399 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3561.61 s]
/proc/loadavg: 4.35 4.24 4.13 2/290 21444
/proc/meminfo: memFree=116166772/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3562.4 s]
/proc/loadavg: 4.35 4.24 4.13 2/290 21444
/proc/meminfo: memFree=116166524/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3562.8 s]
/proc/loadavg: 4.35 4.24 4.13 2/290 21444
/proc/meminfo: memFree=116166524/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3563 s]*
/proc/loadavg: 4.35 4.24 4.13 2/290 21444
/proc/meminfo: memFree=116166524/131382112 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): 3566.07
CPU time (s): 3600.34
CPU user time (s): 3592.31
CPU system time (s): 8.02399
CPU usage (%): 100.961
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5259632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.31
system time used= 8.02399
maximum resident set size= 5259632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278838
page faults= 358
swaps= 0
block input operations= 26664
block output operations= 1881384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136159
involuntary context switches= 35902


# summary of solver processes directly reported to runsolver:
#   pid: 21055
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3592.31
#   total CPU system time (s): 8.02399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8201 second user time and 35.2136 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 06:23:47
IDJOB=4503247
IDBENCH=155416
IDSOLVER=3362
FILE ID=nodeC005/4503247-1751171026
RUNJOBID= nodeC005-1751171026-21013
SLURM_JOB_ID= 9587533
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-89.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503247-1751171026/watcher-4503247-1751171026 -o /tmp/evaluation-result-4503247-1751171026/solver-4503247-1751171026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21013 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503247-1751171026 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503247-1751171026.opb

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

MD5SUM BENCH= 18b53876a62b8c6712d354fac2089947
RANDOM SEED=1446321554

nodeC005 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.235
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.90
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		: 1198.114
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.90
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.573
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.90
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.240
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.90
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.240
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.90
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.243
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.90
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.661
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.90
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		: 1197.218
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130313556 kB
MemAvailable:   129940584 kB
Buffers:            3280 kB
Cached:           419580 kB
SwapCached:            0 kB
Active:           287780 kB
Inactive:         208796 kB
Active(anon):      92000 kB
Inactive(anon):        0 kB
Active(file):     195780 kB
Inactive(file):   208796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44144 kB
Writeback:             0 kB
AnonPages:         77184 kB
Mapped:           102404 kB
Shmem:             17960 kB
KReclaimable:      85360 kB
Slab:             166864 kB
SReclaimable:      85360 kB
SUnreclaim:        81504 kB
KernelStack:        3904 kB
PageTables:         2796 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     340588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC005 at 2025-06-29 07:23:13