Trace number 4515138

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 Resolution 2025-06-06? (TO) 3600.18 3573

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-cvs16r70-62.0.s.opb
MD5SUM4e99b38fa81d8e2d96927a91dd0f6056
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 benchmark1.10937
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2112
Total number of constraints3279
Number of constraints which are clauses3200
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint1120
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 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1162
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.11	c version PB25.v20250606
0.08/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.12	c java.vm.version	22.0.1+8-16
0.08/0.12	c java.vm.vendor	Oracle Corporation
0.08/0.12	c sun.arch.data.model	64
0.08/0.12	c java.version		22.0.1
0.08/0.12	c os.name		Linux
0.08/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.12	c os.arch		amd64
0.08/0.12	c Free memory 		2104792832
0.08/0.12	c Max memory 		16282288128
0.08/0.12	c Total memory 		2113929216
0.08/0.13	c Number of processors 	2
0.08/0.17	c Pseudo Boolean Optimization by upper bound
0.08/0.17	c --- Begin Solver configuration ---
0.08/0.17	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.08/0.17	c Learn all clauses as in MiniSAT
0.08/0.17	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.17	c Expensive reason simplification
0.08/0.17	c Glucose 2.1 dynamic restart strategy
0.08/0.17	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.17	c timeout=2147483s
0.08/0.17	c DB Simplification allowed=false
0.08/0.17	c Listener: none
0.08/0.17	c --- End Solver configuration ---
0.08/0.17	c solving HOME/instance-4515138-1751232650.opb
0.08/0.17	c reading problem ... 
0.08/0.17	c  no objective function found
0.25/0.24	c ... done. Wall clock time 0.071s.
0.25/0.24	c declared #vars     2112
0.25/0.24	c #constraints  3279
0.25/0.24	c constraints type 
0.25/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3200
0.25/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 79
0.25/0.25	c 3279 constraints processed.
3.17/2.31	c cleaning 2501 clauses out of 5001 with flag 10092/5001
7.05/5.96	c cleaning 4248 clauses out of 8499 with flag 22143/11000
12.98/11.63	c cleaning 5626 clauses out of 11251 with flag 36229/18000
21.58/20.12	c cleaning 6813 clauses out of 13628 with flag 52312/26003
33.63/32.04	c cleaning 7905 clauses out of 15815 with flag 70390/35003
42.09/40.31	c cleaning 8955 clauses out of 17910 with flag 90488/45003
53.38/51.37	c cleaning 9980 clauses out of 19959 with flag 112595/56007
72.71/70.10	c cleaning 10986 clauses out of 21975 with flag 136714/68003
97.03/94.16	c cleaning 11991 clauses out of 23988 with flag 162903/81002
128.69/125.57	c cleaning 12998 clauses out of 25997 with flag 191025/95002
164.05/160.04	c cleaning 13998 clauses out of 27997 with flag 221207/110000
202.73/198.45	c cleaning 15001 clauses out of 30003 with flag 253445/126004
243.83/239.43	c cleaning 16003 clauses out of 32005 with flag 287678/143007
283.23/278.66	c cleaning 16990 clauses out of 33995 with flag 324738/161000
330.06/323.93	c cleaning 18003 clauses out of 36011 with flag 362982/180006
384.31/378.09	c cleaning 19000 clauses out of 38002 with flag 403127/200000
444.14/437.63	c cleaning 20001 clauses out of 40007 with flag 445534/221005
508.38/501.52	c cleaning 21001 clauses out of 42001 with flag 489824/243000
586.93/578.59	c cleaning 22003 clauses out of 44006 with flag 536046/266006
667.93/659.32	c cleaning 22999 clauses out of 46000 with flag 584331/290003
751.81/743.05	c cleaning 23998 clauses out of 48000 with flag 634505/315002
842.77/833.61	c cleaning 24998 clauses out of 50008 with flag 687534/341008
942.25/931.77	c cleaning 25999 clauses out of 52004 with flag 741774/368002
1045.79/1034.98	c cleaning 26991 clauses out of 54003 with flag 798082/396000
1169.35/1158.21	c cleaning 28003 clauses out of 56014 with flag 856264/425002
1297.07/1284.69	c cleaning 29008 clauses out of 58015 with flag 916552/455006
1412.54/1399.86	c cleaning 29995 clauses out of 60006 with flag 979409/486005
1539.60/1524.23	c cleaning 30999 clauses out of 62006 with flag 1043659/518000
1672.73/1657.16	c cleaning 32001 clauses out of 64007 with flag 1110000/551000
1826.90/1811.12	c cleaning 33004 clauses out of 66007 with flag 1178346/585001
1992.15/1974.41	c cleaning 33994 clauses out of 68003 with flag 1248899/620001
2129.53/2111.67	c cleaning 35011 clauses out of 70032 with flag 1321873/656024
2291.65/2273.49	c cleaning 35996 clauses out of 72000 with flag 1396168/693003
2487.73/2467.67	c cleaning 37001 clauses out of 74007 with flag 1472583/731006
2694.89/2674.50	c cleaning 38005 clauses out of 76009 with flag 1551112/770009
2870.27/2847.27	c cleaning 38992 clauses out of 77996 with flag 1632585/810001
3066.27/3042.91	c cleaning 40011 clauses out of 80023 with flag 1715221/851020
3287.49/3261.02	c cleaning 41006 clauses out of 82014 with flag 1799632/893022
3512.53/3485.80	c cleaning 41987 clauses out of 83986 with flag 1885836/936000
3600.05/3572.91	c timeout
3600.05/3572.92	c starts		: 1
3600.05/3572.92	c conflicts		: 958557
3600.05/3572.92	c decisions		: 973796
3600.05/3572.92	c propagations		: 37957180
3600.05/3572.92	c inspects		: 5224104391
3600.05/3572.92	c shortcuts		: 0
3600.05/3572.92	c learnt literals	: 0
3600.05/3572.92	c learnt binary clauses	: 0
3600.05/3572.92	c learnt ternary clauses	: 0
3600.05/3572.92	c learnt constraints	: 958557
3600.05/3572.92	c ignored constraints	: 0
3600.05/3572.92	c root simplifications	: 0
3600.05/3572.92	c removed literals (reason simplification)	: 35166062
3600.05/3572.92	c reason swapping (by a shorter reason)	: 0
3600.05/3572.92	c Calls to reduceDB	: 39
3600.05/3572.92	c Number of update (reduction) of LBD	: 3053
3600.05/3572.92	c Imported unit clauses	: 0
3600.05/3572.92	c No decision after first conflict	: false
3600.05/3572.92	c number of reductions to clauses (during analyze)	: 0
3600.05/3572.92	c number of learned constraints concerned by reduction	: 0
3600.05/3572.92	c number of learning phase by resolution	: 0
3600.05/3572.93	c number of learning phase by cutting planes	: 0
3600.05/3572.93	c number of rounding to 1 operations	: 0
3600.05/3572.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3572.93	c number of reductions of the coefficients by power 2 	: 0
3600.05/3572.93	c number of right shift for reduction by power 2 	: 0
3600.05/3572.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3572.93	c number of ending skipping 	: 0
3600.05/3572.93	c number of internal skipping 	: 0
3600.05/3572.93	c number of derivation steps 	: 0
3600.05/3572.93	c number of skipped derivation steps 	: 0
3600.05/3572.93	c number of remaining unassigned 	: 0
3600.05/3572.93	c number of remaining assigned 	: 0
3600.05/3572.93	c number of falsified literals weakened from reason	: 0
3600.05/3572.93	c number of falsified literals weakened from conflict	: 0
3600.05/3572.93	c time for arithmetic operations	: 0
3600.05/3572.93	c minimum degree of deleted constraints	: null
3600.05/3572.93	c maximum degree of deleted constraints	: null
3600.05/3572.93	c number of deleted constraints	: 0
3600.05/3572.93	c speed (assignments/second)	: 10624.290623366947
3600.05/3572.93	c non guided choices	: 727
3600.05/3572.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 64556
3600.05/3572.97	s UNKNOWN
3600.05/3572.97	c Total wall clock time (in seconds): 3572.805

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62833 MiB free)
  memory of node 1: 64465 MiB (63771 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515138-1751232650/watcher-4515138-1751232650 -o /tmp/evaluation-result-4515138-1751232650/solver-4515138-1751232650 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31769 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515138-1751232650.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=31814, runsolver pid=31808
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 0.46 0.93 1.46 5/333 31897
/proc/meminfo: memFree=129561080/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=18930384 memory=53416 CPUtime=0.08 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 6041 0 52 0 6 2 0 0 20 0 18 0 38942621 19384713216 13354 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4732596 13354 5316 1 0 547218 0
[pid=31814/tid=31823] ppid=31808 vsize=18930384 memory=4026532124 CPUtime=0.04 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 4910 0 0 0 3 1 0 0 20 0 18 0 38942624 19384713216 13354 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=18930384 memory=17146 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 13354 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 13354 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53416 KiB

[startup+0.205984 s]*
/proc/loadavg: 0.46 0.93 1.46 13/333 31897
/proc/meminfo: memFree=129532752/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=18930384 memory=66828 CPUtime=0.25 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 6774 0 52 0 23 2 0 0 20 0 18 0 38942621 19384713216 16707 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4732596 16707 5380 1 0 547845 0
[pid=31814/tid=31823] ppid=31808 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 5307 0 0 0 12 2 0 0 20 0 18 0 38942624 19384713216 16707 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=18930384 memory=17146 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 16707 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 16707 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66828 KiB

[startup+0.305891 s]*
/proc/loadavg: 0.46 0.93 1.46 9/334 31898
/proc/meminfo: memFree=129434516/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=18996948 memory=79132 CPUtime=0.44 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 8973 0 52 0 41 3 0 0 20 0 19 0 38942621 19452874752 19783 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4749237 19783 5412 1 0 549709 0
[pid=31814/tid=31823] ppid=31808 vsize=18996948 memory=-6000919502821419884 CPUtime=0.21 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 5361 0 0 0 19 2 0 0 20 0 19 0 38942624 19452874752 19783 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38942627 19452874752 19783 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38942627 19452874752 19783 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38942647 19452874752 19783 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79132 KiB

[startup+0.700224 s]
/proc/loadavg: 0.46 0.93 1.46 9/337 31901
/proc/meminfo: memFree=129279236/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=18998468 memory=102668 CPUtime=1.21 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 9730 0 52 0 117 4 0 0 20 0 19 0 38942621 19454431232 25667 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4749617 25667 5412 1 0 550323 0
[pid=31814/tid=31823] ppid=31808 vsize=18998468 memory=17536 CPUtime=0.57 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 5377 0 0 0 55 2 0 0 20 0 19 0 38942624 19454431232 25667 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=18998468 memory=10752 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38942627 19454431232 25667 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=18998468 memory=3328 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38942627 19454431232 25667 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=18998468 memory=4760 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38942647 19454431232 25667 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18998468 KiB
Current children cumulated memory: 102668 KiB

[startup+1.50024 s]
/proc/loadavg: 0.46 0.93 1.46 7/339 31903
/proc/meminfo: memFree=129136512/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=18996948 memory=162840 CPUtime=2.24 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 11659 0 52 0 218 6 0 0 20 0 19 0 38942621 19452874752 40710 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4749237 40710 5412 1 0 550985 0
[pid=31814/tid=31823] ppid=31808 vsize=18996948 memory=10752 CPUtime=1.37 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 5561 0 0 0 134 3 0 0 20 0 19 0 38942624 19452874752 40710 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38942627 19452874752 40710 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38942627 19452874752 40710 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38942647 19452874752 40710 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162840 KiB

[startup+3.10575 s]
/proc/loadavg: 0.74 0.99 1.47 5/341 31906
/proc/meminfo: memFree=128265280/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=245640 CPUtime=4.01 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 16175 0 52 0 393 8 0 0 20 0 20 0 38942621 19521036288 61410 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 61410 5444 1 0 551328 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=10752 CPUtime=2.9 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 6778 0 0 0 286 4 0 0 20 0 20 0 38942624 19521036288 61410 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=-6000919472790203244 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 61410 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 61410 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 61410 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 245640 KiB

[startup+6.30025 s]
/proc/loadavg: 0.74 0.99 1.47 6/341 31906
/proc/meminfo: memFree=127295124/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=412188 CPUtime=7.55 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 18816 0 52 0 743 12 0 0 20 0 20 0 38942621 19521036288 103047 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 103047 5444 1 0 551880 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 6895 0 0 0 590 4 0 0 20 0 20 0 38942624 19521036288 103047 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 103047 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 103047 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 103047 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 7.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 412188 KiB

[startup+12.7002 s]
/proc/loadavg: 1.33 1.10 1.51 5/341 31906
/proc/meminfo: memFree=125749148/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=620304 CPUtime=14.09 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 21960 0 52 0 1393 16 0 0 20 0 20 0 38942621 19521036288 155076 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 155076 5444 1 0 681367 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=587536 CPUtime=12.17 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 7723 0 0 0 1212 5 0 0 20 0 20 0 38942624 19521036288 155076 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 155076 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 155076 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=-6000919472790203244 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 155076 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 14.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 620304 KiB

[startup+25.5002 s]
/proc/loadavg: 1.74 1.20 1.53 5/341 31906
/proc/meminfo: memFree=122016420/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=933736 CPUtime=27.06 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 24302 0 52 0 2683 23 0 0 20 0 20 0 38942621 19521036288 233434 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 233434 5444 1 0 681377 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=587536 CPUtime=24.74 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 8681 0 0 0 2468 6 0 0 20 0 20 0 38942624 19521036288 233434 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 233434 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=933736 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 233434 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=-6000919472790203244 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 233434 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 27.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 933736 KiB

[startup+51.1058 s]
/proc/loadavg: 2.63 1.45 1.61 5/341 31906
/proc/meminfo: memFree=116342928/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=1544444 CPUtime=53.18 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 27852 0 52 0 5281 37 0 0 20 0 20 0 38942621 19521036288 386111 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 386111 5444 1 0 681377 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=1433852 CPUtime=49.72 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 9388 0 0 0 4966 6 0 0 20 0 20 0 38942624 19521036288 386111 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0

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

/proc/meminfo: memFree=93658264/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=4725660 CPUtime=3248.87 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 160588 0 52 0 324682 205 0 0 20 0 20 0 38942621 19521036288 1181415 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 1181415 5508 1 0 1353078 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=4542288 CPUtime=3196.89 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 68346 0 0 0 319654 35 0 0 20 0 20 0 38942624 19521036288 1181415 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1181415 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=4542288 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 1223 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1181415 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=4723612 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 1181415 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 3248.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4725660 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.46 4.35 5/339 32280
/proc/meminfo: memFree=93417016/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=4959228 CPUtime=3308.87 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 161471 0 52 0 330676 211 0 0 20 0 20 0 38942621 19521036288 1239807 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 1239807 5508 1 0 1353078 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=10752 CPUtime=3256.6 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 69108 0 0 0 325621 39 0 0 20 0 20 0 38942624 19521036288 1239807 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=4780956 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1239807 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=4542288 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 1228 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1239807 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 1239807 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 3308.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4959228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.40 4.34 5/340 32478
/proc/meminfo: memFree=93144576/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=5032956 CPUtime=3368.93 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 164877 0 52 0 336679 214 0 0 20 0 20 0 38942621 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 1258239 5508 1 0 1353078 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=14848 CPUtime=3316.24 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 70699 0 0 0 331584 40 0 0 20 0 20 0 38942624 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 1228 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 3368.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5032956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.37 4.33 5/340 32546
/proc/meminfo: memFree=105175212/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=5032956 CPUtime=3429.01 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 167292 0 52 0 342685 216 0 0 20 0 20 0 38942621 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 1258239 5508 1 0 1353078 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=5032956 CPUtime=3375.89 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 71602 0 0 0 337549 40 0 0 20 0 20 0 38942624 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=-6000919472790203244 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 1269 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 3429.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5032956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.35 4.33 5/341 32618
/proc/meminfo: memFree=117749720/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=5032956 CPUtime=3489.08 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 169356 0 52 0 348690 218 0 0 20 0 20 0 38942621 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 1258239 5508 1 0 1353078 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=5032956 CPUtime=3435.53 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 73191 0 0 0 343513 40 0 0 20 0 20 0 38942624 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 1310 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 3489.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5032956 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.30 4.31 5/340 32622
/proc/meminfo: memFree=115460744/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=5032956 CPUtime=3549.13 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 172612 0 52 0 354693 220 0 0 20 0 20 0 38942621 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 1258239 5508 1 0 1353078 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=4380 CPUtime=3495.22 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 75021 0 0 0 349481 41 0 0 20 0 20 0 38942624 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 1335 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 3549.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5032956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.9 s]
/proc/loadavg: 4.28 4.30 4.31 7/340 32626
/proc/meminfo: memFree=113367364/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=5032956 CPUtime=3600.05 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 174807 0 52 0 359783 222 0 0 20 0 20 0 38942621 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 1258239 5508 1 0 1353078 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=-6000919472790203244 CPUtime=3545.23 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 75671 0 0 0 354482 41 0 0 20 0 20 0 38942624 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 1375 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5032956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.94 s, system=2.23915 s

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

[startup+3572.9 s]
/proc/loadavg: 4.28 4.30 4.31 7/340 32626
/proc/meminfo: memFree=113367364/131249988 swapFree=33010684/33010684
[pid=31814] ppid=31808 vsize=19063512 memory=5032956 CPUtime=3600.05 cores=0,2
/proc/31814/stat : 31814 (java) S 31808 31814 31759 0 -1 4194304 174807 0 52 0 359783 222 0 0 20 0 20 0 38942621 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
/proc/31814/statm: 4765878 1258239 5508 1 0 1353078 0
[pid=31814/tid=31823] ppid=31808 vsize=19063512 memory=-6000919472790203244 CPUtime=3545.23 cores=0,2
/proc/31814/task/31823/stat : 31823 (java) R 31808 31814 31759 0 -1 4194368 75671 0 0 0 354482 41 0 0 20 0 20 0 38942624 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31851] ppid=31808 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/31814/task/31851/stat : 31851 (Finalizer) S 31808 31814 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31863] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31863/stat : 31863 (Common-Cleaner) S 31808 31814 31759 0 -1 4194368 1375 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
[pid=31814/tid=31898] ppid=31808 vsize=19063512 memory=5032956 CPUtime=0 cores=0,2
/proc/31814/task/31898/stat : 31898 (Timer-0) S 31808 31814 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942647 19521036288 1258239 18446744073709551615 94479662723072 94479662726768 140730046258320 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94479662734584 94479662735376 94479695425536 140730046265729 140730046265830 140730046265830 140730046271432 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5032956 KiB

Child status: 143

Real time (s): 3573
CPU time (s): 3600.18
CPU user time (s): 3597.94
CPU system time (s): 2.23915
CPU usage (%): 100.761
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5032956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.94
system time used= 2.23915
maximum resident set size= 5033596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176800
page faults= 52
swaps= 0
block input operations= 0
block output operations= 4208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111111
involuntary context switches= 8360


# summary of solver processes directly reported to runsolver:
#   pid: 31814
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.94
#   total CPU system time (s): 2.23915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19132 second user time and 19.0213 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 23:30:51
IDJOB=4515138
IDBENCH=164171
IDSOLVER=3363
FILE ID=nodeC020/4515138-1751232650
RUNJOBID= nodeC020-1751232650-31769
SLURM_JOB_ID= 9587710
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-cvs16r70-62.0.s.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515138-1751232650/watcher-4515138-1751232650 -o /tmp/evaluation-result-4515138-1751232650/solver-4515138-1751232650 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31769 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515138-1751232650.opb

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

MD5SUM BENCH= 4e99b38fa81d8e2d96927a91dd0f6056
RANDOM SEED=2074671419

nodeC020 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.094
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1641.165
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.892
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2137.356
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.052
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3213.678
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.409
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2084.832
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129645864 kB
MemAvailable:   129755356 kB
Buffers:            3280 kB
Cached:           916004 kB
SwapCached:            0 kB
Active:           386092 kB
Inactive:         608720 kB
Active(anon):      93584 kB
Inactive(anon):        0 kB
Active(file):     292508 kB
Inactive(file):   608720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3428 kB
Writeback:             0 kB
AnonPages:         78664 kB
Mapped:           102640 kB
Shmem:             18056 kB
KReclaimable:      95004 kB
Slab:             181856 kB
SReclaimable:      95004 kB
SUnreclaim:        86852 kB
KernelStack:        4144 kB
PageTables:         2892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     340480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC020 at 2025-06-30 00:30:24