Trace number 4515354

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.23 3509.62

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-631710.0.u.opb
MD5SUM3de1ff2182bb2a8df9b13aa693b03795
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7728.55
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169577
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1966
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
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 202
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 758
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4515354-1751235489.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
2.96/1.66	c ... done. Wall clock time 1.52s.
2.96/1.66	c declared #vars     167056
2.96/1.66	c #constraints  169877
2.96/1.66	c constraints type 
2.96/1.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 167055
2.96/1.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1966
2.96/1.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 556
2.96/1.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 300
2.96/1.66	c 169877 constraints processed.
9.92/7.67	c cleaning 2499 clauses out of 5004 with flag 20216/5004
21.97/19.08	c cleaning 4251 clauses out of 8502 with flag 44710/11001
38.93/35.47	c cleaning 5617 clauses out of 11250 with flag 78711/18000
59.22/55.25	c cleaning 6813 clauses out of 13633 with flag 114268/26000
85.15/80.36	c cleaning 7911 clauses out of 15823 with flag 150975/35003
115.16/109.86	c cleaning 8947 clauses out of 17911 with flag 194445/45002
151.77/144.13	c cleaning 9976 clauses out of 19963 with flag 252528/56001
192.12/183.48	c cleaning 10987 clauses out of 21986 with flag 312951/68000
243.39/230.12	c cleaning 11997 clauses out of 24001 with flag 376095/81002
302.87/288.66	c cleaning 12992 clauses out of 26002 with flag 443405/95000
366.10/350.55	c cleaning 13995 clauses out of 28010 with flag 511988/110000
438.78/419.78	c cleaning 15002 clauses out of 30015 with flag 583424/126000
526.82/506.27	c cleaning 16002 clauses out of 32014 with flag 661481/143001
619.14/597.44	c cleaning 17003 clauses out of 34013 with flag 741747/161002
716.00/688.56	c cleaning 18001 clauses out of 36008 with flag 820785/180000
826.68/797.63	c cleaning 19002 clauses out of 38008 with flag 908093/200001
942.04/911.34	c cleaning 19998 clauses out of 40005 with flag 1000741/221000
1083.87/1051.69	c cleaning 21002 clauses out of 42007 with flag 1101722/243000
1208.92/1169.74	c cleaning 21996 clauses out of 44006 with flag 1220612/266001
1348.86/1307.80	c cleaning 22999 clauses out of 46010 with flag 1347039/290001
1485.11/1441.71	c cleaning 23998 clauses out of 48010 with flag 1470192/315000
1610.91/1565.67	c cleaning 25002 clauses out of 50015 with flag 1589491/341003
1769.67/1717.70	c cleaning 25998 clauses out of 52010 with flag 1726621/368000
1946.03/1891.60	c cleaning 27000 clauses out of 54013 with flag 1872175/396001
2142.71/2085.98	c cleaning 28001 clauses out of 56012 with flag 2017307/425000
2380.34/2316.25	c cleaning 28999 clauses out of 58011 with flag 2172681/455000
2660.59/2593.66	c cleaning 30002 clauses out of 60013 with flag 2337616/486001
2921.02/2843.95	c cleaning 30997 clauses out of 62010 with flag 2486369/518000
3191.40/3111.29	c cleaning 32004 clauses out of 64014 with flag 2654053/551001
3481.87/3392.65	c cleaning 33004 clauses out of 66014 with flag 2822070/585005
3600.07/3509.52	c starts		: 1
3600.07/3509.52	c conflicts		: 603186
3600.07/3509.52	c decisions		: 643473
3600.07/3509.52	c propagations		: 163535572
3600.07/3509.52	c inspects		: 2901350886
3600.07/3509.53	c shortcuts		: 0
3600.07/3509.53	c learnt literals	: 0
3600.07/3509.53	c learnt binary clauses	: 0
3600.07/3509.53	c learnt ternary clauses	: 0
3600.07/3509.53	c learnt constraints	: 603186
3600.07/3509.53	c ignored constraints	: 0
3600.07/3509.53	c root simplifications	: 0
3600.07/3509.53	c removed literals (reason simplification)	: 2474264
3600.07/3509.53	c timeout
3600.07/3509.53	c reason swapping (by a shorter reason)	: 0
3600.07/3509.53	c Calls to reduceDB	: 30
3600.07/3509.53	c Number of update (reduction) of LBD	: 261181
3600.07/3509.53	c Imported unit clauses	: 0
3600.07/3509.53	c No decision after first conflict	: false
3600.07/3509.53	c number of reductions to clauses (during analyze)	: 0
3600.07/3509.53	c number of learned constraints concerned by reduction	: 0
3600.07/3509.53	c number of learning phase by resolution	: 0
3600.07/3509.53	c number of learning phase by cutting planes	: 0
3600.07/3509.53	c number of rounding to 1 operations	: 0
3600.07/3509.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3509.53	c number of reductions of the coefficients by power 2 	: 0
3600.07/3509.53	c number of right shift for reduction by power 2 	: 0
3600.07/3509.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3509.53	c number of ending skipping 	: 0
3600.07/3509.53	c number of internal skipping 	: 0
3600.07/3509.53	c number of derivation steps 	: 0
3600.07/3509.53	c number of skipped derivation steps 	: 0
3600.07/3509.53	c number of remaining unassigned 	: 0
3600.07/3509.53	c number of remaining assigned 	: 0
3600.07/3509.53	c number of falsified literals weakened from reason	: 0
3600.07/3509.53	c number of falsified literals weakened from conflict	: 0
3600.07/3509.53	c time for arithmetic operations	: 0
3600.07/3509.53	c minimum degree of deleted constraints	: null
3600.07/3509.53	c maximum degree of deleted constraints	: null
3600.07/3509.53	c number of deleted constraints	: 0
3600.07/3509.53	c speed (assignments/second)	: 46619.847524967554
3600.07/3509.53	c non guided choices	: 554
3600.07/3509.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 51191
3600.07/3509.57	s UNKNOWN
3600.07/3509.57	c Total wall clock time (in seconds): 3509.442

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515354-1751235489/watcher-4515354-1751235489 -o /tmp/evaluation-result-4515354-1751235489/solver-4515354-1751235489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32352 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515354-1751235489.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=32460, runsolver pid=32454
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 1.13 1.59 2.62 12/334 32478
/proc/meminfo: memFree=127757924/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=18930384 memory=57648 CPUtime=0.12 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 6563 0 0 0 10 2 0 0 20 0 18 0 39226828 19384713216 14412 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4732596 14412 5335 1 0 547604 0
[pid=32460/tid=32462] ppid=32454 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) S 32454 32460 29257 0 -1 4194368 5074 0 0 0 6 1 0 0 20 0 18 0 39226829 19384713216 14412 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39226831 19384713216 14412 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39226832 19384713216 14412 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57648 KiB

[startup+0.205789 s]*
/proc/loadavg: 1.13 1.59 2.62 10/335 32479
/proc/meminfo: memFree=127553316/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=18996948 memory=156460 CPUtime=0.32 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 7099 0 0 0 28 4 0 0 20 0 19 0 39226828 19452874752 39115 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4749237 39115 5463 1 0 548173 0
[pid=32460/tid=32462] ppid=32454 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 5301 0 0 0 14 2 0 0 20 0 19 0 39226829 19452874752 39115 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=18996948 memory=16099 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39226831 19452874752 39115 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=18996948 memory=57385981051877 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39226832 19452874752 39115 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156460 KiB

[startup+0.305917 s]*
/proc/loadavg: 1.76 1.71 2.65 10/336 32480
/proc/meminfo: memFree=127437748/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=18996948 memory=193500 CPUtime=0.5 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 8784 0 0 0 45 5 0 0 20 0 19 0 39226828 19452874752 48375 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4749237 48375 5463 1 0 549264 0
[pid=32460/tid=32462] ppid=32454 vsize=18996948 memory=-6000919489886448236 CPUtime=0.24 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) S 32454 32460 29257 0 -1 4194368 5310 0 0 0 21 3 0 0 20 0 19 0 39226829 19452874752 48375 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39226831 19452874752 48375 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39226832 19452874752 48375 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 193500 KiB

[startup+0.707101 s]
/proc/loadavg: 1.76 1.71 2.65 9/339 32483
/proc/meminfo: memFree=127071468/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=18996948 memory=667660 CPUtime=1.24 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 10598 0 0 0 108 16 0 0 20 0 19 0 39226828 19452874752 166915 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4749237 166915 5495 1 0 1268219 0
[pid=32460/tid=32462] ppid=32454 vsize=18996948 memory=17536 CPUtime=0.54 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) S 32454 32460 29257 0 -1 4194368 5514 0 0 0 43 11 0 0 20 0 19 0 39226829 19452874752 166915 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39226831 19452874752 166915 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39226832 19452874752 166915 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 667660 KiB

[startup+1.50024 s]
/proc/loadavg: 1.76 1.71 2.65 9/341 32485
/proc/meminfo: memFree=126220048/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=18996948 memory=1314332 CPUtime=2.76 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 15280 0 0 0 247 29 0 0 20 0 19 0 39226828 19452874752 328583 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4749237 328583 5495 1 0 2059753 0
[pid=32460/tid=32462] ppid=32454 vsize=18996948 memory=3200 CPUtime=1.22 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 5811 0 0 0 100 22 0 0 20 0 19 0 39226829 19452874752 328583 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39226831 19452874752 328583 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39226832 19452874752 328583 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1314332 KiB

[startup+3.10594 s]
/proc/loadavg: 1.76 1.71 2.65 7/342 32486
/proc/meminfo: memFree=125682964/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=1475960 CPUtime=5.2 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 15828 0 0 0 486 34 0 0 20 0 20 0 39226828 19521036288 368990 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 368990 5495 1 0 2060165 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=10880 CPUtime=2.65 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 5869 0 0 0 242 23 0 0 20 0 20 0 39226829 19521036288 368990 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 368990 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 368990 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 368990 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1475960 KiB

[startup+6.30024 s]
/proc/loadavg: 1.94 1.75 2.66 5/342 32486
/proc/meminfo: memFree=125318260/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=1473176 CPUtime=8.42 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 15837 0 0 0 807 35 0 0 20 0 20 0 39226828 19521036288 368294 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 368294 5495 1 0 2060165 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=0 CPUtime=5.84 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 5869 0 0 0 561 23 0 0 20 0 20 0 39226829 19521036288 368294 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=-6000919489886448236 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 368294 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 368294 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 368294 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1473176 KiB

[startup+12.7002 s]
/proc/loadavg: 2.10 1.79 2.67 5/342 32486
/proc/meminfo: memFree=124290528/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=1710672 CPUtime=15.37 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 17611 0 0 0 1497 40 0 0 20 0 20 0 39226828 19521036288 427668 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 427668 5527 1 0 2060184 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=1710672 CPUtime=11.99 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 6151 0 0 0 1176 23 0 0 20 0 20 0 39226829 19521036288 427668 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 427668 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 427668 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 427668 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 15.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1710672 KiB

[startup+25.5002 s]
/proc/loadavg: 2.40 1.86 2.68 5/343 32487
/proc/meminfo: memFree=122010960/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=2395376 CPUtime=28.75 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 21602 0 0 0 2822 53 0 0 20 0 20 0 39226828 19521036288 598844 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 598844 5527 1 0 2060184 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=1710672 CPUtime=24.15 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 7093 0 0 0 2392 23 0 0 20 0 20 0 39226829 19521036288 598844 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 598844 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=2370800 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 598844 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=2055372 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 598844 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 28.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2395376 KiB

[startup+51.1048 s]
/proc/loadavg: 3.14 2.10 2.74 5/322 32622
/proc/meminfo: memFree=118494656/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=3312888 CPUtime=55.13 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 26833 0 0 0 5440 73 0 0 20 0 20 0 39226828 19521036288 828222 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 828222 5527 1 0 2060184 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=2395376 CPUtime=48.76 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 9015 0 0 0 4853 23 0 0 20 0 20 0 39226829 19521036288 828222 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=3208440 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 828222 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=3040504 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 828222 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 828222 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 55.13 s

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

/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 2710 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=28520 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 3182.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14425712 KiB

[startup+3162.3 s]
/proc/loadavg: 4.31 4.36 4.28 5/340 33185
/proc/meminfo: memFree=75299180/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3242.77 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 330295 0 0 0 323840 437 0 0 20 0 20 0 39226828 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 3606428 5527 1 0 4082076 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3102.15 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 184660 0 0 0 310128 87 0 0 20 0 20 0 39226829 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=-6000919489886448236 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=-6000919489886448236 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 2742 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 3242.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14425712 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.35 4.28 5/340 33189
/proc/meminfo: memFree=75299524/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3310.27 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 341118 0 0 0 330585 442 0 0 20 0 20 0 39226828 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 3606428 5527 1 0 4082077 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3160.88 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 189891 0 0 0 316000 88 0 0 20 0 20 0 39226829 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=-6000919489886448236 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 2761 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 3310.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14425712 KiB

[startup+3282.3 s]
/proc/loadavg: 4.37 4.36 4.29 5/340 33191
/proc/meminfo: memFree=75294556/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3370.69 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 346190 0 0 0 336625 444 0 0 20 0 20 0 39226828 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 3606428 5527 1 0 4082077 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3220.17 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 193272 0 0 0 321928 89 0 0 20 0 20 0 39226829 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 2879 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 3370.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14425712 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.33 4.28 4/319 33196
/proc/meminfo: memFree=91491232/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3431.12 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 351221 0 0 0 342665 447 0 0 20 0 20 0 39226828 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 3606428 5527 1 0 4082077 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3279.45 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 197732 0 0 0 327855 90 0 0 20 0 20 0 39226829 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 2879 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 3431.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14425712 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.30 4.27 5/339 33261
/proc/meminfo: memFree=88950968/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3491.56 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 356538 0 0 0 348706 450 0 0 20 0 20 0 39226828 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 3606428 5527 1 0 4082077 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=14156 CPUtime=3338.71 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 201363 0 0 0 333781 90 0 0 20 0 20 0 39226829 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 2944 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 3491.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14425712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.27 4.26 5/339 33330
/proc/meminfo: memFree=102390396/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3552.39 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 362484 0 0 0 354786 453 0 0 20 0 20 0 39226828 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 3606428 5527 1 0 4082077 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=14156 CPUtime=3397.59 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 205511 0 0 0 339668 91 0 0 20 0 20 0 39226829 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 2975 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 3552.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14425712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3509.5 s]
/proc/loadavg: 4.11 4.24 4.25 5/338 33332
/proc/meminfo: memFree=101476844/131249996 swapFree=33010684/33010684
[pid=32460] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3600.07 cores=4,6
/proc/32460/stat : 32460 (java) S 32454 32460 29257 0 -1 4194304 367187 0 0 0 359552 455 0 0 20 0 20 0 39226828 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
/proc/32460/statm: 4765878 3606428 5527 1 0 4082077 0
[pid=32460/tid=32462] ppid=32454 vsize=19063512 memory=14425712 CPUtime=3444.06 cores=4,6
/proc/32460/task/32462/stat : 32462 (java) R 32454 32460 29257 0 -1 4194368 208574 0 0 0 344314 92 0 0 20 0 20 0 39226829 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32471] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32471/stat : 32471 (Finalizer) S 32454 32460 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39226831 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32478] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32478/stat : 32478 (Common-Cleaner) S 32454 32460 29257 0 -1 4194368 3093 0 0 0 0 0 0 0 20 0 20 0 39226832 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
[pid=32460/tid=32486] ppid=32454 vsize=19063512 memory=14425712 CPUtime=0 cores=4,6
/proc/32460/task/32486/stat : 32486 (Timer-0) S 32454 32460 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39226997 19521036288 3606428 18446744073709551615 94168369700864 94168369704560 140737348624336 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94168369712376 94168369713168 94168374902784 140737348630913 140737348631014 140737348631014 140737348636616 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14425712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.63 s, system=4.59971 s

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

[startup+3509.6 s]*
/proc/loadavg: 4.11 4.24 4.25 5/320 33335
/proc/meminfo: memFree=113417372/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3509.62
CPU time (s): 3600.23
CPU user time (s): 3595.63
CPU system time (s): 4.59971
CPU usage (%): 102.582
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 14425712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.63
system time used= 4.59971
maximum resident set size= 14426608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110990
involuntary context switches= 7762


# summary of solver processes directly reported to runsolver:
#   pid: 32460
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.63
#   total CPU system time (s): 4.59971

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34692 second user time and 17.6434 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 00:18:10
IDJOB=4515354
IDBENCH=164408
IDSOLVER=3363
FILE ID=nodeC023/4515354-1751235489
RUNJOBID= nodeC023-1751235489-32352
SLURM_JOB_ID= 9587704
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-631710.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515354-1751235489/watcher-4515354-1751235489 -o /tmp/evaluation-result-4515354-1751235489/solver-4515354-1751235489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32352 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515354-1751235489.opb

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

MD5SUM BENCH= 3de1ff2182bb2a8df9b13aa693b03795
RANDOM SEED=1937870362

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127865200 kB
MemAvailable:   129756388 kB
Buffers:            3280 kB
Cached:          2694596 kB
SwapCached:            0 kB
Active:           399124 kB
Inactive:        2389560 kB
Active(anon):     108872 kB
Inactive(anon):        0 kB
Active(file):     290252 kB
Inactive(file):  2389560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14624 kB
Writeback:             8 kB
AnonPages:         93876 kB
Mapped:           113252 kB
Shmem:             18064 kB
KReclaimable:     101232 kB
Slab:             189268 kB
SReclaimable:     101232 kB
SUnreclaim:        88036 kB
KernelStack:        4212 kB
PageTables:         3024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2558164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC023 at 2025-06-30 01:16:39