Trace number 4522604

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.19 3069.85

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_10000_3_0.95_1.opb
MD5SUMf516066f51c8bae055825e7ba19c7fb5
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 benchmark1176
Best CPU time to get the best result obtained on this benchmark11.1543
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables50000
Total number of constraints50001
Number of constraints which are clauses30000
Number of constraints which are cardinality constraints (but not clauses)20000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint20000
Number of terms in the objective function 20000
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 20000
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 20000
Number of bits of the biggest sum of numbers15
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB25.v20250606
0.08/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.11	c java.vm.version	22.0.1+8-16
0.08/0.11	c java.vm.vendor	Oracle Corporation
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		22.0.1
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.12	c Free memory 		2104792832
0.08/0.12	c Max memory 		16282288128
0.08/0.12	c Total memory 		2113929216
0.08/0.12	c Number of processors 	2
0.08/0.16	c Pseudo Boolean Optimization by upper bound
0.08/0.16	c --- Begin Solver configuration ---
0.08/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.08/0.16	c Learn all clauses as in MiniSAT
0.08/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.16	c Expensive reason simplification
0.08/0.16	c Glucose 2.1 dynamic restart strategy
0.08/0.16	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.16	c timeout=2147483s
0.08/0.16	c DB Simplification allowed=false
0.08/0.16	c Listener: none
0.08/0.16	c --- End Solver configuration ---
0.08/0.16	c solving HOME/instance-4522604-1751647264.opb
0.08/0.16	c reading problem ... 
0.08/0.16	c  objective function found
3.50/2.02	c ... done. Wall clock time 1.853s.
3.50/2.02	c declared #vars     50000
3.50/2.02	c #constraints  70002
3.50/2.02	c constraints type 
3.50/2.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3055
3.50/2.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18073
3.50/2.02	c org.sat4j.specs.Constr$1 => 532
3.50/2.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 47843
3.50/2.02	c org.sat4j.pb.constraints.pb.UnitClausePB => 499
3.50/2.02	c 70002 constraints processed.
3.50/2.04	c objective function length is 20000 literals
16.53/13.95	c cleaning 2488 clauses out of 4976 with flag 10337/5001
33.28/30.68	c cleaning 4243 clauses out of 8486 with flag 22804/11000
56.66/51.78	c cleaning 5620 clauses out of 11239 with flag 37414/18000
87.47/77.50	c cleaning 6810 clauses out of 13620 with flag 53964/26001
117.55/105.81	c cleaning 7904 clauses out of 15808 with flag 72947/35001
154.97/138.36	c cleaning 8952 clauses out of 17903 with flag 93949/45000
206.70/182.76	c cleaning 9976 clauses out of 19951 with flag 116694/56001
263.94/232.83	c cleaning 10987 clauses out of 21974 with flag 141631/68000
317.23/280.80	c cleaning 11992 clauses out of 23987 with flag 168805/81000
379.80/332.67	c cleaning 12995 clauses out of 25996 with flag 198047/95001
445.90/396.08	c cleaning 13997 clauses out of 28000 with flag 229144/110000
518.94/466.24	c cleaning 15002 clauses out of 30003 with flag 263579/126000
608.67/546.76	c cleaning 15998 clauses out of 32002 with flag 299097/143001
679.00/613.47	c cleaning 17002 clauses out of 34003 with flag 335140/161000
763.54/686.00	c cleaning 17997 clauses out of 35999 with flag 373498/180000
849.32/759.61	c cleaning 18999 clauses out of 38002 with flag 415843/200000
945.52/845.96	c cleaning 19998 clauses out of 40002 with flag 460622/221000
1076.35/961.39	c cleaning 21002 clauses out of 42004 with flag 506553/243000
1196.88/1063.74	c cleaning 21999 clauses out of 44002 with flag 555055/266000
1311.47/1170.69	c cleaning 23000 clauses out of 46001 with flag 604794/290000
1455.01/1285.75	c cleaning 23999 clauses out of 48002 with flag 656231/315001
1587.94/1401.32	c cleaning 25001 clauses out of 50002 with flag 709389/341000
1765.94/1560.46	c cleaning 25999 clauses out of 52002 with flag 769146/368001
1931.75/1708.64	c cleaning 27002 clauses out of 54003 with flag 826803/396001
2134.50/1880.64	c cleaning 28001 clauses out of 56001 with flag 887809/425001
2297.67/2026.44	c cleaning 28999 clauses out of 57998 with flag 950126/455001
2464.08/2173.83	c cleaning 29999 clauses out of 59999 with flag 1015469/486001
2669.72/2332.21	c cleaning 30995 clauses out of 61999 with flag 1081745/518000
2873.56/2481.80	c cleaning 32002 clauses out of 64004 with flag 1150388/551000
3079.61/2652.55	c cleaning 32999 clauses out of 66002 with flag 1221479/585000
3354.89/2875.34	c cleaning 34000 clauses out of 68003 with flag 1295000/620000
3600.02/3069.71	c starts		: 1
3600.02/3069.72	c conflicts		: 652025
3600.02/3069.72	c decisions		: 1120111
3600.02/3069.72	c timeout
3600.02/3069.72	c propagations		: 5427953474
3600.02/3069.72	c inspects		: 1645736901
3600.02/3069.72	c shortcuts		: 0
3600.02/3069.72	c learnt literals	: 40
3600.02/3069.72	c learnt binary clauses	: 9
3600.02/3069.72	c learnt ternary clauses	: 7
3600.02/3069.72	c learnt constraints	: 651985
3600.02/3069.72	c ignored constraints	: 0
3600.02/3069.72	c root simplifications	: 0
3600.02/3069.72	c removed literals (reason simplification)	: 6873190
3600.02/3069.72	c reason swapping (by a shorter reason)	: 0
3600.02/3069.72	c Calls to reduceDB	: 31
3600.02/3069.72	c Number of update (reduction) of LBD	: 6050
3600.02/3069.72	c Imported unit clauses	: 0
3600.02/3069.72	c No decision after first conflict	: false
3600.02/3069.72	c number of reductions to clauses (during analyze)	: 0
3600.02/3069.72	c number of learned constraints concerned by reduction	: 0
3600.02/3069.72	c number of learning phase by resolution	: 0
3600.02/3069.72	c number of learning phase by cutting planes	: 0
3600.02/3069.72	c number of rounding to 1 operations	: 0
3600.02/3069.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3069.72	c number of reductions of the coefficients by power 2 	: 0
3600.02/3069.72	c number of right shift for reduction by power 2 	: 0
3600.02/3069.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3069.72	c number of ending skipping 	: 0
3600.02/3069.72	c number of internal skipping 	: 0
3600.02/3069.72	c number of derivation steps 	: 0
3600.02/3069.72	c number of skipped derivation steps 	: 0
3600.02/3069.72	c number of remaining unassigned 	: 0
3600.02/3069.72	c number of remaining assigned 	: 0
3600.02/3069.72	c number of falsified literals weakened from reason	: 0
3600.02/3069.72	c number of falsified literals weakened from conflict	: 0
3600.02/3069.72	c time for arithmetic operations	: 0
3600.02/3069.73	c minimum degree of deleted constraints	: null
3600.02/3069.73	c maximum degree of deleted constraints	: null
3600.02/3069.73	c number of deleted constraints	: 0
3600.02/3069.73	c speed (assignments/second)	: 1769412.2697470612
3600.02/3069.73	c non guided choices	: 0
3600.02/3069.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 66019
3600.02/3069.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 9
3600.02/3069.77	s UNKNOWN
3600.02/3069.78	c Total wall clock time (in seconds): 3069.616

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522604-1751647264/watcher-4522604-1751647264 -o /tmp/evaluation-result-4522604-1751647264/solver-4522604-1751647264 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90897 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4522604-1751647264.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
solver pid=90923, runsolver pid=90920
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 2.12 2.11 2.28 3/272 90956
/proc/meminfo: memFree=126397340/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=18930384 memory=49404 CPUtime=0.08 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 6025 0 3 0 6 2 0 0 20 0 18 0 80405011 19384713216 12351 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4732596 12351 5334 1 0 547170 0
[pid=90923/tid=90930] ppid=90920 vsize=18930384 memory=4026531959 CPUtime=0.05 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 4885 0 1 0 4 1 0 0 20 0 18 0 80405015 19384713216 12351 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=18930384 memory=215637821670 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80405017 19384713216 12351 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=18930384 memory=28230 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80405017 19384713216 12351 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49404 KiB

[startup+0.205547 s]*
/proc/loadavg: 2.12 2.11 2.28 8/310 90994
/proc/meminfo: memFree=126307780/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=18930384 memory=63360 CPUtime=0.26 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 6883 0 3 0 24 2 0 0 20 0 18 0 80405011 19384713216 15840 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4732596 15840 5430 1 0 547824 0
[pid=90923/tid=90930] ppid=90920 vsize=18930384 memory=4026794268 CPUtime=0.14 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) S 90920 90923 90417 0 -1 4194368 5227 0 1 0 13 1 0 0 20 0 18 0 80405015 19384713216 15840 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=18930384 memory=2569 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80405017 19384713216 15840 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80405017 19384713216 15840 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63360 KiB

[startup+0.305512 s]*
/proc/loadavg: 2.12 2.11 2.28 8/309 90995
/proc/meminfo: memFree=126134868/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=18996948 memory=157772 CPUtime=0.45 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 9160 0 3 0 40 5 0 0 20 0 19 0 80405011 19452874752 39443 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4749237 39443 5462 1 0 549542 0
[pid=90923/tid=90930] ppid=90920 vsize=18996948 memory=-6000919481296186470 CPUtime=0.22 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 5307 0 1 0 19 3 0 0 20 0 19 0 80405015 19452874752 39443 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80405017 19452874752 39443 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80405017 19452874752 39443 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157772 KiB

[startup+0.700249 s]
/proc/loadavg: 2.12 2.11 2.28 9/333 91024
/proc/meminfo: memFree=125325568/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=18996948 memory=1025352 CPUtime=1.14 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 10568 0 3 0 93 21 0 0 20 0 19 0 80405011 19452874752 256338 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4749237 256338 5462 1 0 550196 0
[pid=90923/tid=90930] ppid=90920 vsize=18996948 memory=18944 CPUtime=0.56 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 5725 0 1 0 38 18 0 0 20 0 19 0 80405015 19452874752 256338 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80405017 19452874752 256338 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=18996948 memory=21612 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80405017 19452874752 256338 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1025352 KiB

[startup+1.50027 s]
/proc/loadavg: 2.51 2.19 2.31 7/334 91025
/proc/meminfo: memFree=120952600/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=18996948 memory=3387240 CPUtime=2.7 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 21198 0 3 0 199 71 0 0 20 0 19 0 80405011 19452874752 846810 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4749237 846810 5462 1 0 1081589 0
[pid=90923/tid=90930] ppid=90920 vsize=18996948 memory=21612 CPUtime=1.32 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 6879 0 1 0 67 65 0 0 20 0 19 0 80405015 19452874752 846810 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80405017 19452874752 846810 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80405017 19452874752 846810 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3387240 KiB

[startup+3.10584 s]
/proc/loadavg: 2.51 2.19 2.31 6/335 91026
/proc/meminfo: memFree=113413108/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19063512 memory=3389672 CPUtime=5.59 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 21732 0 3 0 487 72 0 0 20 0 20 0 80405011 19521036288 847418 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4765878 847418 5526 1 0 1082020 0
[pid=90923/tid=90930] ppid=90920 vsize=19063512 memory=10752 CPUtime=2.84 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 6988 0 1 0 219 65 0 0 20 0 20 0 80405015 19521036288 847418 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 847418 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 847418 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19521036288 847418 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3389672 KiB

[startup+6.30021 s]
/proc/loadavg: 2.63 2.22 2.32 7/336 91027
/proc/meminfo: memFree=110307028/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19063512 memory=3381860 CPUtime=8.88 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 21787 0 3 0 816 72 0 0 20 0 20 0 80405011 19521036288 845465 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4765878 845465 5526 1 0 1082039 0
[pid=90923/tid=90930] ppid=90920 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 6999 0 1 0 537 66 0 0 20 0 20 0 80405015 19521036288 845465 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 845465 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19063512 memory=3381860 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 845465 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19063512 memory=-6000919507116321894 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19521036288 845465 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3381860 KiB

[startup+12.7002 s]
/proc/loadavg: 2.74 2.25 2.33 5/337 91028
/proc/meminfo: memFree=109180296/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19063512 memory=3381988 CPUtime=15.33 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 22133 0 3 0 1461 72 0 0 20 0 20 0 80405011 19521036288 845497 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4765878 845497 5558 1 0 1082055 0
[pid=90923/tid=90930] ppid=90920 vsize=19063512 memory=0 CPUtime=12.41 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 7318 0 1 0 1175 66 0 0 20 0 20 0 80405015 19521036288 845497 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 845497 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 845497 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19521036288 845497 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 15.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3381988 KiB

[startup+25.5003 s]
/proc/loadavg: 2.93 2.31 2.34 5/337 91095
/proc/meminfo: memFree=110128552/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19063512 memory=3382372 CPUtime=28.18 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 27077 0 3 0 2745 73 0 0 20 0 20 0 80405011 19521036288 845593 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4765878 845593 5558 1 0 1082095 0
[pid=90923/tid=90930] ppid=90920 vsize=19063512 memory=18944 CPUtime=25.17 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 9954 0 1 0 2451 66 0 0 20 0 20 0 80405015 19521036288 845593 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19063512 memory=3381860 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 845593 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19063512 memory=3382372 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 845593 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19063512 memory=3387240 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19521036288 845593 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 28.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3382372 KiB

[startup+51.1056 s]
/proc/loadavg: 3.54 2.52 2.41 5/338 91096
/proc/meminfo: memFree=106742632/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19063512 memory=4569976 CPUtime=56.07 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 39681 0 3 0 5508 99 0 0 20 0 20 0 80405011 19521036288 1142494 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4765878 1142494 5558 1 0 1683699 0
[pid=90923/tid=90930] ppid=90920 vsize=19063512 memory=14720 CPUtime=48.57 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 11283 0 1 0 4785 72 0 0 20 0 20 0 80405015 19521036288 1142494 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19063512 memory=3381860 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 1142494 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 80405017 19521036288 1142494 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19521036288 1142494 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 56.07 s

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

/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098506 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19129048 memory=16394024 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 1825 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098506 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19129048 memory=16394024 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19588145152 4098506 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 3123.32 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16394024 KiB

[startup+2742.3 s]
/proc/loadavg: 4.62 4.62 4.43 5/340 91303
/proc/meminfo: memFree=72614328/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19129048 memory=16393880 CPUtime=3197.33 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 506175 0 4 0 319210 523 0 0 20 0 20 0 80405011 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4782262 4098470 5558 1 0 4111973 0
[pid=90923/tid=90930] ppid=90920 vsize=19129048 memory=16394024 CPUtime=2529.71 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 248433 0 1 0 252826 145 0 0 20 0 20 0 80405015 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19129048 memory=16394024 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19129048 memory=18944 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 1881 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19129048 memory=14720 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 3197.33 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16393880 KiB

[startup+2802.3 s]
/proc/loadavg: 4.44 4.56 4.42 6/340 91305
/proc/meminfo: memFree=71954060/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19129048 memory=16393880 CPUtime=3266.17 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 515813 0 4 0 326088 529 0 0 20 0 20 0 80405011 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4782262 4098470 5558 1 0 4111973 0
[pid=90923/tid=90930] ppid=90920 vsize=19129048 memory=16393880 CPUtime=2587.89 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 255597 0 1 0 258643 146 0 0 20 0 20 0 80405015 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19129048 memory=16393880 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19129048 memory=10752 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 1902 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19129048 memory=5760 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 3266.17 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16393880 KiB

[startup+2862.3 s]
/proc/loadavg: 4.53 4.60 4.45 5/340 91307
/proc/meminfo: memFree=70628196/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19129048 memory=16393880 CPUtime=3341.91 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 520993 0 4 0 333657 534 0 0 20 0 20 0 80405011 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4782262 4098470 5558 1 0 4111973 0
[pid=90923/tid=90930] ppid=90920 vsize=19129048 memory=16393880 CPUtime=2646.05 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 258604 0 1 0 264459 146 0 0 20 0 20 0 80405015 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19129048 memory=16393880 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19129048 memory=16393880 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 1906 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19129048 memory=16393880 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19588145152 4098470 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 3341.91 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16393880 KiB

[startup+2922.3 s]
/proc/loadavg: 4.78 4.66 4.47 6/339 91309
/proc/meminfo: memFree=70628388/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19129048 memory=16394008 CPUtime=3418.3 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 531428 0 4 0 341288 542 0 0 20 0 20 0 80405011 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4782262 4098502 5558 1 0 4111981 0
[pid=90923/tid=90930] ppid=90920 vsize=19129048 memory=16393880 CPUtime=2702.95 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) S 90920 90923 90417 0 -1 4194368 266545 0 1 0 270148 147 0 0 20 0 20 0 80405015 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19129048 memory=16393880 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19129048 memory=16393880 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 1906 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19129048 memory=16393880 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 3418.3 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16394008 KiB

[startup+2982.3 s]
/proc/loadavg: 4.45 4.59 4.46 5/339 91311
/proc/meminfo: memFree=69962984/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19129048 memory=16394008 CPUtime=3489.03 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 536255 0 4 0 348359 544 0 0 20 0 20 0 80405011 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4782262 4098502 5558 1 0 4111981 0
[pid=90923/tid=90930] ppid=90920 vsize=19129048 memory=10752 CPUtime=2751.79 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 268422 0 1 0 275032 147 0 0 20 0 20 0 80405015 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19129048 memory=16394008 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19129048 memory=14720 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 1934 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19129048 memory=16394008 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 3489.03 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16394008 KiB

[startup+3042.3 s]
/proc/loadavg: 4.84 4.67 4.50 5/338 91313
/proc/meminfo: memFree=69963892/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19129048 memory=16394008 CPUtime=3571.62 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 544634 0 4 0 356609 553 0 0 20 0 20 0 80405011 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4782262 4098502 5558 1 0 4111981 0
[pid=90923/tid=90930] ppid=90920 vsize=19129048 memory=16394008 CPUtime=2809.96 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 274566 0 1 0 280849 147 0 0 20 0 20 0 80405015 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19129048 memory=14720 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19129048 memory=16394008 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 1979 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19129048 memory=16394008 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 3571.62 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16394008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3069.7 s]
/proc/loadavg: 4.71 4.65 4.49 6/338 91313
/proc/meminfo: memFree=69297068/131250000 swapFree=33010672/33010684
[pid=90923] ppid=90920 vsize=19129048 memory=16394008 CPUtime=3600.02 cores=5,7
/proc/90923/stat : 90923 (java) S 90920 90923 90417 0 -1 4194304 545870 0 4 0 359449 553 0 0 20 0 20 0 80405011 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
/proc/90923/statm: 4782262 4098502 5558 1 0 4111981 0
[pid=90923/tid=90930] ppid=90920 vsize=19129048 memory=10752 CPUtime=2836.15 cores=5,7
/proc/90923/task/90930/stat : 90930 (java) R 90920 90923 90417 0 -1 4194368 275036 0 1 0 283467 148 0 0 20 0 20 0 80405015 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90942] ppid=90920 vsize=19129048 memory=16394008 CPUtime=0 cores=5,7
/proc/90923/task/90942/stat : 90942 (Finalizer) S 90920 90923 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=90951] ppid=90920 vsize=19129048 memory=-6000919507116321894 CPUtime=0 cores=5,7
/proc/90923/task/90951/stat : 90951 (Common-Cleaner) S 90920 90923 90417 0 -1 4194368 1983 0 0 0 0 0 0 0 20 0 20 0 80405017 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
[pid=90923/tid=91026] ppid=90920 vsize=19129048 memory=14720 CPUtime=0 cores=5,7
/proc/90923/task/91026/stat : 91026 (Timer-0) S 90920 90923 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80405218 19588145152 4098502 18446744073709551615 93953193656320 93953193660016 140722750487152 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93953193667832 93953193668624 93953225682944 140722750491008 140722750491109 140722750491109 140722750496712 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 16394008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.6 s, system=5.59011 s

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

[startup+3069.8 s]*
/proc/loadavg: 4.71 4.65 4.49 8/320 91316
/proc/meminfo: memFree=71163224/131250000 swapFree=33010672/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): 3069.85
CPU time (s): 3600.19
CPU user time (s): 3594.6
CPU system time (s): 5.59011
CPU usage (%): 117.276
Max. virtual memory (cumulated for all children) (KiB): 19129048
Max. memory (cumulated for all children) (KiB): 16394024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.6
system time used= 5.59011
maximum resident set size= 16394776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 548343
page faults= 4
swaps= 0
block input operations= 64
block output operations= 17352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103746
involuntary context switches= 30241


# summary of solver processes directly reported to runsolver:
#   pid: 90923
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3594.6
#   total CPU system time (s): 5.59011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.91749 second user time and 14.343 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-04 18:41:04
IDJOB=4522604
IDBENCH=179216
IDSOLVER=3363
FILE ID=nodeC026/4522604-1751647264
RUNJOBID= nodeC026-1751647263-90897
SLURM_JOB_ID= 9672331
Free space on /tmp= 429816 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_10000_3_0.95_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522604-1751647264/watcher-4522604-1751647264 -o /tmp/evaluation-result-4522604-1751647264/solver-4522604-1751647264 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90897 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4522604-1751647264.opb

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

MD5SUM BENCH= f516066f51c8bae055825e7ba19c7fb5
RANDOM SEED=447731742

nodeC026 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		: 3599.787
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.59
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		: 3599.818
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.904
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.59
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		: 3600.003
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.361
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.59
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		: 3599.801
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.59
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.795
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.59
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		: 3643.934
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126399148 kB
MemAvailable:   129532800 kB
Buffers:            2128 kB
Cached:          3757976 kB
SwapCached:            4 kB
Active:           766160 kB
Inactive:        3087772 kB
Active(anon):     102216 kB
Inactive(anon):     9688 kB
Active(file):     663944 kB
Inactive(file):  3078084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29360 kB
Writeback:             0 kB
AnonPages:         97028 kB
Mapped:           105012 kB
Shmem:             18076 kB
KReclaimable:     452424 kB
Slab:             554636 kB
SReclaimable:     452424 kB
SUnreclaim:       102212 kB
KernelStack:        4144 kB
PageTables:         3008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     360808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429764 MiB
End job on nodeC026 at 2025-07-04 19:32:14