Trace number 4515139

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 VeriPB 2025-06-06? (TO) 3600.21 3565.84

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.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4515139-1751232781.opb
0.42/0.37	c reading problem ... 
0.42/0.37	c using VERIPB proof format
0.42/0.38	c  no objective function found
0.78/0.56	c ... done. Wall clock time 0.177s.
0.78/0.56	c declared #vars     2112
0.78/0.56	c #constraints  3279
0.78/0.56	c constraints type 
0.78/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3200
0.78/0.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 79
0.78/0.56	c 3279 constraints processed.
7.32/4.52	c cleaning 2501 clauses out of 5001 with flag 10092/5001
13.65/10.00	c cleaning 4248 clauses out of 8499 with flag 22143/11000
23.54/19.22	c cleaning 5626 clauses out of 11251 with flag 36229/18000
34.63/29.91	c cleaning 6813 clauses out of 13628 with flag 52312/26003
51.73/46.73	c cleaning 7905 clauses out of 15815 with flag 70390/35003
66.19/60.77	c cleaning 8955 clauses out of 17910 with flag 90488/45003
81.63/75.46	c cleaning 9980 clauses out of 19959 with flag 112595/56007
105.57/99.25	c cleaning 10986 clauses out of 21975 with flag 136714/68003
134.55/127.75	c cleaning 11991 clauses out of 23988 with flag 162903/81002
172.57/165.20	c cleaning 12998 clauses out of 25997 with flag 191025/95002
216.10/208.22	c cleaning 13998 clauses out of 27997 with flag 221207/110000
262.64/254.55	c cleaning 15001 clauses out of 30003 with flag 253445/126004
309.83/301.17	c cleaning 16003 clauses out of 32005 with flag 287678/143007
357.72/348.31	c cleaning 16990 clauses out of 33995 with flag 324738/161000
417.22/405.88	c cleaning 18003 clauses out of 36011 with flag 362982/180006
480.72/468.70	c cleaning 19000 clauses out of 38002 with flag 403127/200000
548.45/536.15	c cleaning 20001 clauses out of 40007 with flag 445534/221005
628.82/615.88	c cleaning 21001 clauses out of 42001 with flag 489824/243000
724.67/711.12	c cleaning 22003 clauses out of 44006 with flag 536046/266006
814.89/800.76	c cleaning 22999 clauses out of 46000 with flag 584331/290003
912.34/896.13	c cleaning 23998 clauses out of 48000 with flag 634505/315002
1018.60/1001.50	c cleaning 24998 clauses out of 50008 with flag 687534/341008
1133.36/1115.43	c cleaning 25999 clauses out of 52004 with flag 741774/368002
1253.24/1234.68	c cleaning 26991 clauses out of 54003 with flag 798082/396000
1407.53/1386.36	c cleaning 28003 clauses out of 56014 with flag 856264/425002
1559.87/1537.85	c cleaning 29008 clauses out of 58015 with flag 916552/455006
1691.10/1668.34	c cleaning 29995 clauses out of 60006 with flag 979409/486005
1843.20/1819.40	c cleaning 30999 clauses out of 62006 with flag 1043659/518000
1995.71/1970.87	c cleaning 32001 clauses out of 64007 with flag 1110000/551000
2176.30/2150.84	c cleaning 33004 clauses out of 66007 with flag 1178346/585001
2366.92/2337.64	c cleaning 33994 clauses out of 68003 with flag 1248899/620001
2524.29/2494.75	c cleaning 35011 clauses out of 70032 with flag 1321873/656024
2707.74/2677.48	c cleaning 35996 clauses out of 72000 with flag 1396168/693003
2923.27/2892.70	c cleaning 37001 clauses out of 74007 with flag 1472583/731006
3152.18/3122.05	c cleaning 38005 clauses out of 76009 with flag 1551112/770009
3344.26/3311.11	c cleaning 38992 clauses out of 77996 with flag 1632585/810001
3563.08/3529.01	c cleaning 40011 clauses out of 80023 with flag 1715221/851020
3600.00/3565.72	c timeout
3600.00/3565.75	c starts		: 1
3600.00/3565.76	c conflicts		: 860728
3600.00/3565.76	c decisions		: 873852
3600.00/3565.76	c propagations		: 34067867
3600.00/3565.76	c inspects		: 4481754336
3600.00/3565.76	c shortcuts		: 0
3600.00/3565.76	c learnt literals	: 0
3600.00/3565.76	c learnt binary clauses	: 0
3600.00/3565.76	c learnt ternary clauses	: 0
3600.00/3565.76	c learnt constraints	: 860728
3600.00/3565.76	c ignored constraints	: 0
3600.00/3565.76	c root simplifications	: 0
3600.00/3565.76	c removed literals (reason simplification)	: 31355880
3600.00/3565.76	c reason swapping (by a shorter reason)	: 0
3600.00/3565.76	c Calls to reduceDB	: 37
3600.00/3565.76	c Number of update (reduction) of LBD	: 2719
3600.00/3565.76	c Imported unit clauses	: 0
3600.00/3565.76	c No decision after first conflict	: false
3600.00/3565.76	c number of reductions to clauses (during analyze)	: 0
3600.00/3565.76	c number of learned constraints concerned by reduction	: 0
3600.00/3565.76	c number of learning phase by resolution	: 0
3600.00/3565.76	c number of learning phase by cutting planes	: 0
3600.00/3565.76	c number of rounding to 1 operations	: 0
3600.00/3565.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3565.76	c number of reductions of the coefficients by power 2 	: 0
3600.00/3565.76	c number of right shift for reduction by power 2 	: 0
3600.00/3565.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3565.76	c number of ending skipping 	: 0
3600.00/3565.76	c number of internal skipping 	: 0
3600.00/3565.76	c number of derivation steps 	: 0
3600.00/3565.76	c number of skipped derivation steps 	: 0
3600.00/3565.76	c number of remaining unassigned 	: 0
3600.00/3565.76	c number of remaining assigned 	: 0
3600.00/3565.76	c number of falsified literals weakened from reason	: 0
3600.00/3565.76	c number of falsified literals weakened from conflict	: 0
3600.00/3565.76	c time for arithmetic operations	: 0
3600.00/3565.76	c minimum degree of deleted constraints	: null
3600.00/3565.76	c maximum degree of deleted constraints	: null
3600.00/3565.76	c number of deleted constraints	: 0
3600.00/3565.77	c speed (assignments/second)	: 9555.686606587637
3600.00/3565.77	c non guided choices	: 727
3600.17/3565.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 49720
3600.17/3565.80	s UNKNOWN
3600.17/3565.80	c Total wall clock time (in seconds): 3565.437

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=31368, runsolver pid=31361

[startup+0.100073 s]*
/proc/loadavg: 1.11 1.70 2.54 8/297 31430
/proc/meminfo: memFree=130041232/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=18930344 memory=46424 CPUtime=0.09 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 5657 0 0 0 6 3 0 0 20 0 18 0 38957274 19384672256 11606 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4732586 11606 4922 1 0 546908 0
[pid=31368/tid=31375] ppid=31361 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4456512 4573 0 0 0 4 2 0 0 20 0 18 0 38957277 19384672256 11606 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=18930344 memory=15877 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957282 19384672256 11606 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=18930344 memory=58494082614266 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957283 19384672256 11606 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46424 KiB

[startup+0.214442 s]*
/proc/loadavg: 1.11 1.70 2.54 11/318 31451
/proc/meminfo: memFree=130033228/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=18930384 memory=52056 CPUtime=0.26 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 6169 0 0 0 22 4 0 0 20 0 18 0 38957274 19384713216 13014 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4732596 13014 5338 1 0 547281 0
[pid=31368/tid=31375] ppid=31361 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 4964 0 0 0 14 2 0 0 20 0 18 0 38957277 19384713216 13014 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=18930384 memory=15877 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957282 19384713216 13014 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957283 19384713216 13014 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52056 KiB

[startup+0.316709 s]*
/proc/loadavg: 1.82 1.84 2.58 8/318 31451
/proc/meminfo: memFree=130016908/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=18930384 memory=58096 CPUtime=0.42 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 6656 0 0 0 37 5 0 0 20 0 18 0 38957274 19384713216 14524 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4732596 14524 5338 1 0 547684 0
[pid=31368/tid=31375] ppid=31361 vsize=18930384 memory=-6000919481263025004 CPUtime=0.25 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 5126 0 0 0 22 3 0 0 20 0 18 0 38957277 19384713216 14524 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957282 19384713216 14524 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957283 19384713216 14524 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58096 KiB

[startup+0.700401 s]
/proc/loadavg: 1.82 1.84 2.58 10/318 31451
/proc/meminfo: memFree=129997596/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=18996948 memory=76936 CPUtime=1.1 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 8695 0 0 0 103 7 0 0 20 0 19 0 38957274 19452874752 19234 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4749237 19234 5434 1 0 549331 0
[pid=31368/tid=31375] ppid=31361 vsize=18996948 memory=17152 CPUtime=0.51 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 5362 0 0 0 47 4 0 0 20 0 19 0 38957277 19452874752 19234 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=18996948 memory=10496 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38957282 19452874752 19234 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38957283 19452874752 19234 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76936 KiB

[startup+1.5003 s]
/proc/loadavg: 1.82 1.84 2.58 10/321 31454
/proc/meminfo: memFree=129767972/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=170632 CPUtime=2.68 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 15630 0 0 0 256 12 0 0 20 0 20 0 38957274 19521036288 42658 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 42658 5498 1 0 551655 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=3200 CPUtime=1.19 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 5837 0 0 0 112 7 0 0 20 0 20 0 38957277 19521036288 42658 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 42658 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 42658 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=16352 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 42658 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170632 KiB

[startup+3.10559 s]
/proc/loadavg: 1.82 1.84 2.58 7/326 31459
/proc/meminfo: memFree=128499944/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=443996 CPUtime=5.45 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 17820 0 0 0 524 21 0 0 20 0 20 0 38957274 19521036288 110999 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 110999 5498 1 0 1128378 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=16352 CPUtime=2.56 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 6300 0 0 0 243 13 0 0 20 0 20 0 38957277 19521036288 110999 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 110999 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 110999 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 110999 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 443996 KiB

[startup+6.30043 s]
/proc/loadavg: 2.16 1.90 2.60 5/326 31459
/proc/meminfo: memFree=125933400/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=917392 CPUtime=9.4 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 20036 0 1 0 905 35 0 0 20 0 20 0 38957274 19521036288 229348 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 229348 5498 1 0 1655028 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=0 CPUtime=5.38 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 7128 0 0 0 516 22 0 0 20 0 20 0 38957277 19521036288 229348 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 229348 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 229348 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=281265731474336 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 229348 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 917392 KiB

[startup+12.7004 s]
/proc/loadavg: 2.39 1.96 2.61 5/328 31461
/proc/meminfo: memFree=121932800/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=1734944 CPUtime=16.86 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 21152 0 1 0 1630 56 0 0 20 0 20 0 38957274 19521036288 433736 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 433736 5498 1 0 1857651 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=0 CPUtime=11.32 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 7464 0 0 0 1095 37 0 0 20 0 20 0 38957277 19521036288 433736 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=1480840 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 433736 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=16352 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 433736 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 433736 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 16.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1734944 KiB

[startup+25.5005 s]
/proc/loadavg: 2.71 2.04 2.64 6/328 31461
/proc/meminfo: memFree=115695516/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=2246800 CPUtime=30.13 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 24072 0 1 0 2937 76 0 0 20 0 20 0 38957274 19521036288 561700 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 561700 5498 1 0 1857653 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=16352 CPUtime=23.54 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 8629 0 0 0 2305 49 0 0 20 0 20 0 38957277 19521036288 561700 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=3197 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 561700 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=423512 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 561700 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=2246800 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 561700 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 30.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2246800 KiB

[startup+51.1137 s]
/proc/loadavg: 3.54 2.31 2.71 5/333 31467
/proc/meminfo: memFree=107013436/131382120 swapFree=33010684/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=2623732 CPUtime=56.39 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 28899 0 1 0 5541 98 0 0 20 0 20 0 38957274 19521036288 655933 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 655933 5498 1 0 1857657 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=2498792 CPUtime=47.95 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 10572 0 0 0 4734 61 0 0 20 0 20 0 38957277 19521036288 655933 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=16352 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 655933 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 655933 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0

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

[startup+3222.3 s]
/proc/loadavg: 4.58 4.62 4.49 5/337 31676
/proc/meminfo: memFree=1008792/131382120 swapFree=33010160/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3254.94 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 217782 0 1 0 324170 1324 0 0 20 0 20 0 38957274 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 1974081 5530 1 0 1988088 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=3200 CPUtime=3159.37 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 118926 0 0 0 314944 993 0 0 20 0 20 0 38957277 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 2796 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 3254.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7896324 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.60 4.49 5/336 31745
/proc/meminfo: memFree=32738884/131382120 swapFree=33010160/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3315.46 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 221884 0 1 0 330199 1347 0 0 20 0 20 0 38957274 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 1974081 5530 1 0 1988088 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=14344 CPUtime=3218.29 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 121185 0 0 0 320816 1013 0 0 20 0 20 0 38957277 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 2876 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 3315.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7896324 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.57 4.48 5/337 31815
/proc/meminfo: memFree=55477668/131382120 swapFree=33010160/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3375.89 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 226055 0 1 0 336222 1367 0 0 20 0 20 0 38957274 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 1974081 5530 1 0 1988088 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3277.23 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 123754 0 0 0 326694 1029 0 0 20 0 20 0 38957277 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 2877 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 3375.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7896324 KiB

[startup+3402.3 s]
/proc/loadavg: 4.50 4.55 4.48 5/340 31886
/proc/meminfo: memFree=99709312/131382120 swapFree=33010160/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3436.09 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 229986 0 1 0 342224 1385 0 0 20 0 20 0 38957274 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 1974081 5530 1 0 1988088 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3336.24 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 126094 0 0 0 332579 1045 0 0 20 0 20 0 38957277 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 2961 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 3436.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7896324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.48 4.54 4.48 5/340 31888
/proc/meminfo: memFree=92176776/131382120 swapFree=33010160/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3496.42 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 234262 0 1 0 348244 1398 0 0 20 0 20 0 38957274 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 1974081 5530 1 0 1988088 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3395.36 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 128948 0 0 0 338482 1054 0 0 20 0 20 0 38957277 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 2962 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 3496.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7896324 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.50 4.47 5/340 31890
/proc/meminfo: memFree=86959828/131382120 swapFree=33010160/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3556.53 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 237474 0 1 0 354242 1411 0 0 20 0 20 0 38957274 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 1974081 5530 1 0 1988088 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3454.65 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 130727 0 0 0 344402 1063 0 0 20 0 20 0 38957277 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 2978 0 0 0 0 0 0 0 20 0 20 0 38957283 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=7896324 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 3556.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7896324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565.7 s]
/proc/loadavg: 4.30 4.47 4.46 5/339 31894
/proc/meminfo: memFree=83548816/131382120 swapFree=33010160/33010684
[pid=31368] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3600 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 238391 0 1 0 358577 1423 0 0 20 0 20 0 38957274 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4765878 1974081 5530 1 0 1988088 0
[pid=31368/tid=31375] ppid=31361 vsize=19063512 memory=7896324 CPUtime=3497.45 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) R 31361 31368 28556 0 -1 4194368 131563 0 0 0 348672 1073 0 0 20 0 20 0 38957277 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957282 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19063512 memory=-4421386500458768996 CPUtime=0.01 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 2981 0 0 0 1 0 0 0 20 0 20 0 38957283 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31452] ppid=31361 vsize=19063512 memory=14344 CPUtime=0 cores=4,6
/proc/31368/task/31452/stat : 31452 (Timer-0) S 31361 31368 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957332 19521036288 1974081 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7896324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.94 s, system=14.2684 s

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

[startup+3565.8 s]
/proc/loadavg: 4.30 4.47 4.46 5/339 31894
/proc/meminfo: memFree=83548816/131382120 swapFree=33010160/33010684
[pid=31368] ppid=31361 vsize=19263204 memory=7896964 CPUtime=3600.17 cores=4,6
/proc/31368/stat : 31368 (java) S 31361 31368 28556 0 -1 4194304 240495 0 1 0 358593 1424 0 0 20 0 21 0 38957274 19725520896 1974241 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
/proc/31368/statm: 4815801 1974241 5530 1 0 1989018 0
[pid=31368/tid=31375] ppid=31361 vsize=19263204 memory=2760 CPUtime=3497.47 cores=4,6
/proc/31368/task/31375/stat : 31375 (java) S 31361 31368 28556 0 -1 4194368 131872 0 0 0 348674 1073 0 0 20 0 21 0 38957277 19725520896 1974241 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31408] ppid=31361 vsize=19263204 memory=22008 CPUtime=0 cores=4,6
/proc/31368/task/31408/stat : 31408 (Finalizer) S 31361 31368 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38957282 19725520896 1974241 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
[pid=31368/tid=31427] ppid=31361 vsize=19263204 memory=5888 CPUtime=0.01 cores=4,6
/proc/31368/task/31427/stat : 31427 (Common-Cleaner) S 31361 31368 28556 0 -1 4194368 2981 0 0 0 1 0 0 0 20 0 21 0 38957283 19725520896 1974241 18446744073709551615 94341747765248 94341747768944 140731860502928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94341747776760 94341747777552 94341762658304 140731860506928 140731860507110 140731860507110 140731860512712 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7896964 KiB

Child status: 143

Real time (s): 3565.84
CPU time (s): 3600.21
CPU user time (s): 3585.94
CPU system time (s): 14.2684
CPU usage (%): 100.964
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7896964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.94
system time used= 14.2684
maximum resident set size= 7897220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240669
page faults= 1
swaps= 0
block input operations= 64
block output operations= 12204936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117377
involuntary context switches= 16047


# summary of solver processes directly reported to runsolver:
#   pid: 31368
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3585.94
#   total CPU system time (s): 14.2684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.8968 second user time and 35.0007 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 23:33:02
IDJOB=4515139
IDBENCH=164171
IDSOLVER=3364
FILE ID=nodeC008/4515139-1751232781
RUNJOBID= nodeC008-1751232781-31325
SLURM_JOB_ID= 9587698
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-cvs16r70-62.0.s.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515139-1751232781/watcher-4515139-1751232781 -o /tmp/evaluation-result-4515139-1751232781/solver-4515139-1751232781 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751232781-31325 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515139-1751232781 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515139-1751232781.opb

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

MD5SUM BENCH= 4e99b38fa81d8e2d96927a91dd0f6056
RANDOM SEED=879735914

nodeC008 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.368
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.126
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.72
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.180
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.72
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.232
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.72
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.627
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.72
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.217
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.72
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.211
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.72
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.188
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130076676 kB
MemAvailable:   129849436 kB
Buffers:            3280 kB
Cached:           583144 kB
SwapCached:            0 kB
Active:           326408 kB
Inactive:         335188 kB
Active(anon):      93128 kB
Inactive(anon):        0 kB
Active(file):     233280 kB
Inactive(file):   335188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2924 kB
Writeback:             4 kB
AnonPages:         78296 kB
Mapped:           102368 kB
Shmem:             17956 kB
KReclaimable:      87840 kB
Slab:             167548 kB
SReclaimable:      87840 kB
SUnreclaim:        79708 kB
KernelStack:        3824 kB
PageTables:         2792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     338552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC008 at 2025-06-30 00:32:28