Trace number 4502332

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.23 3582.31

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
heinz/normalized-neos-544324.opb
MD5SUM8c6c1213a1160c9558cfabfe880ab91b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark17.6804
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.27/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.22	c java.vm.version	22.0.1+8-16
0.27/0.22	c java.vm.vendor	Oracle Corporation
0.27/0.22	c sun.arch.data.model	64
0.27/0.22	c java.version		22.0.1
0.27/0.22	c os.name		Linux
0.27/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.22	c os.arch		amd64
0.27/0.23	c Free memory 		2104792832
0.27/0.23	c Max memory 		16282288128
0.27/0.23	c Total memory 		2113929216
0.27/0.24	c Number of processors 	2
0.43/0.34	c Pseudo Boolean Optimization by upper bound
0.43/0.34	c --- Begin Solver configuration ---
0.43/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.43/0.34	c Learn all clauses as in MiniSAT
0.43/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.34	c Expensive reason simplification
0.43/0.34	c Glucose 2.1 dynamic restart strategy
0.43/0.34	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.43/0.34	c timeout=2147483s
0.43/0.34	c DB Simplification allowed=false
0.43/0.34	c Listener: none
0.43/0.34	c --- End Solver configuration ---
0.43/0.34	c solving HOME/instance-4502332-1751472376.opb
0.43/0.34	c reading problem ... 
0.43/0.34	c  objective function found
3.34/2.04	c ... done. Wall clock time 1.701s.
3.34/2.04	c declared #vars     10080
3.34/2.04	c #constraints  732
3.34/2.04	c constraints type 
3.34/2.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
3.34/2.04	c 732 constraints processed.
3.34/2.05	c objective function length is 10080 literals
10.81/8.23	c cleaning 2508 clauses out of 5018 with flag 10593/5018
18.75/15.47	c cleaning 4260 clauses out of 8523 with flag 22641/11031
26.28/22.63	c cleaning 5622 clauses out of 11247 with flag 36612/18015
34.29/30.42	c cleaning 6813 clauses out of 13629 with flag 52623/26019
42.97/38.52	c cleaning 7903 clauses out of 15809 with flag 70613/35012
57.74/52.85	c cleaning 8939 clauses out of 17899 with flag 91937/45005
82.61/77.01	c cleaning 9987 clauses out of 19978 with flag 114810/56023
103.12/96.46	c cleaning 11023 clauses out of 22048 with flag 144939/68080
225.30/216.23	c cleaning 11973 clauses out of 23946 with flag 205337/81001
348.42/338.95	c cleaning 12989 clauses out of 25978 with flag 303850/95006
474.62/464.38	c cleaning 14047 clauses out of 28096 with flag 341717/110113
630.18/616.60	c cleaning 14974 clauses out of 29948 with flag 373515/126012
842.76/829.05	c cleaning 16032 clauses out of 32063 with flag 407693/143101
1113.33/1099.33	c cleaning 17020 clauses out of 34039 with flag 443709/161109
1459.33/1445.34	c cleaning 17961 clauses out of 35921 with flag 481522/180011
1873.26/1857.31	c cleaning 19264 clauses out of 38527 with flag 522696/200578
2170.31/2154.40	c cleaning 20038 clauses out of 40076 with flag 564331/221391
2482.94/2467.11	c cleaning 21067 clauses out of 42133 with flag 608529/243486
2826.85/2810.80	c cleaning 21876 clauses out of 43751 with flag 653920/266171
3218.35/3202.43	c cleaning 22971 clauses out of 45941 with flag 702083/290237
3600.04/3582.23	c timeout
3600.04/3582.24	c starts		: 52
3600.04/3582.24	c conflicts		: 313357
3600.04/3582.24	c decisions		: 1388425
3600.04/3582.24	c propagations		: 125955763
3600.04/3582.24	c inspects		: 2001113245
3600.04/3582.26	c shortcuts		: 0
3600.04/3582.26	c learnt literals	: 0
3600.04/3582.26	c learnt binary clauses	: 0
3600.04/3582.26	c learnt ternary clauses	: 0
3600.04/3582.26	c learnt constraints	: 313357
3600.04/3582.26	c ignored constraints	: 0
3600.04/3582.26	c root simplifications	: 0
3600.04/3582.26	c removed literals (reason simplification)	: 175347004
3600.04/3582.26	c reason swapping (by a shorter reason)	: 0
3600.04/3582.26	c Calls to reduceDB	: 20
3600.04/3582.26	c Number of update (reduction) of LBD	: 23401
3600.04/3582.26	c Imported unit clauses	: 0
3600.04/3582.26	c No decision after first conflict	: false
3600.04/3582.26	c number of reductions to clauses (during analyze)	: 0
3600.04/3582.26	c number of learned constraints concerned by reduction	: 0
3600.04/3582.26	c number of learning phase by resolution	: 0
3600.04/3582.26	c number of learning phase by cutting planes	: 0
3600.04/3582.26	c number of rounding to 1 operations	: 0
3600.04/3582.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3582.26	c number of reductions of the coefficients by power 2 	: 0
3600.04/3582.26	c number of right shift for reduction by power 2 	: 0
3600.04/3582.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3582.26	c number of ending skipping 	: 0
3600.04/3582.26	c number of internal skipping 	: 0
3600.04/3582.26	c number of derivation steps 	: 0
3600.04/3582.26	c number of skipped derivation steps 	: 0
3600.04/3582.26	c number of remaining unassigned 	: 0
3600.04/3582.26	c number of remaining assigned 	: 0
3600.04/3582.26	c number of falsified literals weakened from reason	: 0
3600.04/3582.26	c number of falsified literals weakened from conflict	: 0
3600.04/3582.26	c time for arithmetic operations	: 0
3600.04/3582.26	c minimum degree of deleted constraints	: null
3600.04/3582.26	c maximum degree of deleted constraints	: null
3600.04/3582.26	c number of deleted constraints	: 0
3600.04/3582.26	c speed (assignments/second)	: 35181.23807153629
3600.04/3582.26	c non guided choices	: 3186
3600.04/3582.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 46090
3600.04/3582.29	s UNKNOWN
3600.04/3582.29	c Total wall clock time (in seconds): 3581.958

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502332-1751472376/watcher-4502332-1751472376 -o /tmp/evaluation-result-4502332-1751472376/solver-4502332-1751472376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751465155-62842 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4502332-1751472376.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=64832, runsolver pid=64829

[startup+0.100071 s]*
/proc/loadavg: 4.09 4.11 4.14 12/321 64850
/proc/meminfo: memFree=127438916/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=18930384 memory=50252 CPUtime=0.12 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 5755 0 0 0 8 4 0 0 20 0 18 0 62916420 19384713216 12563 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4732596 12563 5310 1 0 546971 0
[pid=64832/tid=64834] ppid=64829 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 4639 0 0 0 4 2 0 0 20 0 18 0 62916422 19384713216 12563 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62916426 19384713216 12563 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=18930384 memory=55195547748946 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62916427 19384713216 12563 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50252 KiB

[startup+0.213197 s]*
/proc/loadavg: 4.09 4.11 4.14 11/321 64850
/proc/meminfo: memFree=127426200/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=18930384 memory=55152 CPUtime=0.27 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 6448 0 0 0 22 5 0 0 20 0 18 0 62916420 19384713216 13788 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4732596 13788 5342 1 0 547531 0
[pid=64832/tid=64834] ppid=64829 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 4971 0 0 0 13 3 0 0 20 0 18 0 62916422 19384713216 13788 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=18930384 memory=2576 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62916426 19384713216 13820 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=18930384 memory=54096036103158 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62916427 19384713216 13820 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55152 KiB

[startup+0.313202 s]*
/proc/loadavg: 4.09 4.11 4.14 10/321 64850
/proc/meminfo: memFree=127421096/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=18930384 memory=60932 CPUtime=0.43 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 6762 0 0 0 38 5 0 0 20 0 18 0 62916420 19384713216 15233 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4732596 15233 5438 1 0 547769 0
[pid=64832/tid=64834] ppid=64829 vsize=18930384 memory=-6000919468461680745 CPUtime=0.25 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 5173 0 0 0 22 3 0 0 20 0 18 0 62916422 19384713216 15233 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62916426 19384713216 15233 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62916427 19384713216 15233 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60932 KiB

[startup+0.700439 s]
/proc/loadavg: 4.09 4.11 4.14 8/321 64850
/proc/meminfo: memFree=127379508/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=18930384 memory=101780 CPUtime=1.15 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 8860 0 0 0 108 7 0 0 20 0 18 0 62916420 19384713216 25445 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4732596 25445 5438 1 0 549165 0
[pid=64832/tid=64834] ppid=64829 vsize=18930384 memory=17920 CPUtime=0.56 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 5265 0 0 0 51 5 0 0 20 0 18 0 62916422 19384713216 25445 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62916426 19384713216 25445 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62916427 19384713216 25445 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101780 KiB

[startup+1.50032 s]
/proc/loadavg: 4.09 4.11 4.14 6/304 64869
/proc/meminfo: memFree=127278412/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=18996948 memory=164680 CPUtime=2.65 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 11997 0 0 0 251 14 0 0 20 0 19 0 62916420 19452874752 41170 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4749237 41170 5534 1 0 549494 0
[pid=64832/tid=64834] ppid=64829 vsize=18996948 memory=3200 CPUtime=1.28 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 5506 0 0 0 119 9 0 0 20 0 19 0 62916422 19452874752 41170 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 62916426 19452874752 41170 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 62916427 19452874752 41170 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 164680 KiB

[startup+3.10532 s]
/proc/loadavg: 4.25 4.14 4.15 7/326 64920
/proc/meminfo: memFree=126639128/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=490796 CPUtime=5.24 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 17103 0 0 0 501 23 0 0 20 0 20 0 62916420 19521036288 122699 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 122699 5566 1 0 551173 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=11264 CPUtime=2.85 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 7930 0 0 0 268 17 0 0 20 0 20 0 62916422 19521036288 122699 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 122699 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 122699 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 122699 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 490796 KiB

[startup+6.30045 s]
/proc/loadavg: 4.25 4.14 4.15 5/326 64920
/proc/meminfo: memFree=125826708/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=641476 CPUtime=8.65 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 17477 0 0 0 839 26 0 0 20 0 20 0 62916420 19521036288 160369 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 160369 5566 1 0 551349 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=0 CPUtime=6.02 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 8075 0 0 0 582 20 0 0 20 0 20 0 62916422 19521036288 160369 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=475432 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 160369 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 160369 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 160369 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 8.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 641476 KiB

[startup+12.7004 s]
/proc/loadavg: 4.29 4.16 4.15 5/327 64922
/proc/meminfo: memFree=124593120/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=1176624 CPUtime=15.84 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 23102 0 0 0 1545 39 0 0 20 0 20 0 62916420 19521036288 294156 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 294156 5566 1 0 768601 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=5504 CPUtime=11.79 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 8581 0 0 0 1156 23 0 0 20 0 20 0 62916422 19521036288 294156 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 294156 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 294156 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 294156 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 15.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1176624 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.15 4.15 5/327 64922
/proc/meminfo: memFree=121765876/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=1841772 CPUtime=29.18 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 28170 0 0 0 2863 55 0 0 20 0 20 0 62916420 19521036288 460443 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 460443 5566 1 0 1255767 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=0 CPUtime=23.77 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) S 64829 64832 62829 0 -1 4194368 9342 0 0 0 2347 30 0 0 20 0 20 0 62916422 19521036288 460443 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=1769972 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 460443 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=1671664 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 460443 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=220056 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 460443 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 29.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1841772 KiB

[startup+51.1134 s]
/proc/loadavg: 4.28 4.17 4.16 5/327 64989
/proc/meminfo: memFree=118012800/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=2826436 CPUtime=56.06 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 31581 0 0 0 5527 79 0 0 20 0 20 0 62916420 19521036288 706609 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 706609 5566 1 0 1416612 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=2594984 CPUtime=47.83 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 10727 0 0 0 4748 35 0 0 20 0 20 0 62916422 19521036288 706609 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=2482904 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 706609 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 706609 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=1178672 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 706609 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 56.06 s

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

/proc/meminfo: memFree=111565172/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=4301656 CPUtime=3178.31 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 122394 0 0 0 317539 292 0 0 20 0 20 0 62916420 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 1075414 5566 1 0 1417782 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=17920 CPUtime=3139.61 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 47321 0 0 0 313913 48 0 0 20 0 20 0 62916422 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=4301656 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=4301656 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 2348 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=4301656 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 3178.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4301656 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.23 4.44 5/327 65207
/proc/meminfo: memFree=111540388/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=4301656 CPUtime=3238.22 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 123958 0 0 0 323527 295 0 0 20 0 20 0 62916420 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 1075414 5566 1 0 1417782 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=11264 CPUtime=3199.47 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 48735 0 0 0 319899 48 0 0 20 0 20 0 62916422 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=4301656 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 2441 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 1075414 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 3238.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4301656 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.20 4.41 5/327 65209
/proc/meminfo: memFree=111056276/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=4307940 CPUtime=3300.18 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 128052 0 0 0 329719 299 0 0 20 0 20 0 62916420 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 1076985 5566 1 0 1417818 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=4307940 CPUtime=3259.03 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 50255 0 0 0 325855 48 0 0 20 0 20 0 62916422 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 2570 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=-6000919468461680745 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 3300.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4307940 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.20 4.39 5/326 65222
/proc/meminfo: memFree=111055036/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=4307940 CPUtime=3360.09 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 128572 0 0 0 335707 302 0 0 20 0 20 0 62916420 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 1076985 5566 1 0 1417818 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=14464 CPUtime=3318.89 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 50747 0 0 0 331841 48 0 0 20 0 20 0 62916422 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 2571 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 3360.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4307940 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.17 4.37 5/326 65224
/proc/meminfo: memFree=111055044/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=4307940 CPUtime=3420.2 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 130868 0 0 0 341715 305 0 0 20 0 20 0 62916420 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 1076985 5566 1 0 1417818 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=14464 CPUtime=3378.4 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 51787 0 0 0 337792 48 0 0 20 0 20 0 62916422 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=-6000919468461680745 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 2682 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 3420.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4307940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.43 4.24 4.38 5/326 65226
/proc/meminfo: memFree=110600168/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=4307940 CPUtime=3480.11 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 131755 0 0 0 347703 308 0 0 20 0 20 0 62916420 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 1076985 5566 1 0 1417818 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=14464 CPUtime=3438.27 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 52459 0 0 0 343778 49 0 0 20 0 20 0 62916422 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 2789 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 3480.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4307940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.72 4.37 4.42 5/326 65229
/proc/meminfo: memFree=110600200/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=4307940 CPUtime=3540.03 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 131881 0 0 0 353692 311 0 0 20 0 20 0 62916420 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 1076985 5566 1 0 1417818 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=4307940 CPUtime=3498.13 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 52541 0 0 0 349764 49 0 0 20 0 20 0 62916422 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 2796 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=4307940 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 3540.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4307940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.2 s]
/proc/loadavg: 4.31 4.32 4.39 5/327 65232
/proc/meminfo: memFree=110603480/131382120 swapFree=33010416/33010684
[pid=64832] ppid=64829 vsize=19063512 memory=4307940 CPUtime=3600.04 cores=5,7
/proc/64832/stat : 64832 (java) S 64829 64832 62829 0 -1 4194304 134147 0 0 0 359690 314 0 0 20 0 20 0 62916420 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
/proc/64832/statm: 4765878 1076985 5566 1 0 1417818 0
[pid=64832/tid=64834] ppid=64829 vsize=19063512 memory=-6000919468461680745 CPUtime=3557.54 cores=5,7
/proc/64832/task/64834/stat : 64834 (java) R 64829 64832 62829 0 -1 4194368 53538 0 0 0 355705 49 0 0 20 0 20 0 62916422 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64843] ppid=64829 vsize=19063512 memory=2888 CPUtime=0 cores=5,7
/proc/64832/task/64843/stat : 64843 (Finalizer) S 64829 64832 62829 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62916426 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64850] ppid=64829 vsize=19063512 memory=19968 CPUtime=0 cores=5,7
/proc/64832/task/64850/stat : 64850 (Common-Cleaner) S 64829 64832 62829 0 -1 4194368 2797 0 0 0 0 0 0 0 20 0 20 0 62916427 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
[pid=64832/tid=64920] ppid=64829 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/64832/task/64920/stat : 64920 (Timer-0) S 64829 64832 62829 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62916626 19521036288 1076985 18446744073709551615 94668357910528 94668357914224 140731370047808 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94668357922040 94668357922832 94668385562624 140731370051969 140731370052070 140731370052070 140731370057672 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4307940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.06 s, system=3.16731 s

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

Child status: 143

Real time (s): 3582.31
CPU time (s): 3600.23
CPU user time (s): 3597.06
CPU system time (s): 3.16731
CPU usage (%): 100.5
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4307940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.06
system time used= 3.16731
maximum resident set size= 4308836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107925
involuntary context switches= 8356


# summary of solver processes directly reported to runsolver:
#   pid: 64832
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.06
#   total CPU system time (s): 3.16731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8925 second user time and 37.1756 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-02 18:06:16
IDJOB=4502332
IDBENCH=155319
IDSOLVER=3363
FILE ID=nodeC002/4502332-1751472376
RUNJOBID= nodeC002-1751465155-62842
SLURM_JOB_ID= 9598478
Free space on /tmp= 432728 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-544324.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502332-1751472376/watcher-4502332-1751472376 -o /tmp/evaluation-result-4502332-1751472376/solver-4502332-1751472376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751465155-62842 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4502332-1751472376.opb

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

MD5SUM BENCH= 8c6c1213a1160c9558cfabfe880ab91b
RANDOM SEED=1693209131

nodeC002 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		: 3491.902
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.81
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		: 1297.034
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.81
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.293
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.81
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.221
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.81
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.219
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.81
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		: 1496.532
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.81
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.226
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.81
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.156
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127493536 kB
MemAvailable:   127900288 kB
Buffers:            2128 kB
Cached:          1213256 kB
SwapCached:           28 kB
Active:          2426000 kB
Inactive:         910168 kB
Active(anon):    2132312 kB
Inactive(anon):     6404 kB
Active(file):     293688 kB
Inactive(file):   903764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18516 kB
Writeback:             0 kB
AnonPages:       2123932 kB
Mapped:           123320 kB
Shmem:             17932 kB
KReclaimable:      97856 kB
Slab:             182396 kB
SReclaimable:      97856 kB
SUnreclaim:        84540 kB
KernelStack:        4676 kB
PageTables:         7632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7027748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150072 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1929216 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:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432124 MiB
End job on nodeC002 at 2025-07-02 19:05:59