Trace number 4522556

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 CP 2025-06-06? (TO) 3600.36 3572.7

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i2_pp_94.opb
MD5SUM3daa9ced16b2be364df6dcba1fb45266
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1052
Best CPU time to get the best result obtained on this benchmark3586.43
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables92769
Total number of constraints92770
Number of constraints which are clauses79004
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints10878
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
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 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.28/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.24	c java.vm.version	22.0.1+8-16
0.28/0.24	c java.vm.vendor	Oracle Corporation
0.28/0.24	c sun.arch.data.model	64
0.28/0.24	c java.version		22.0.1
0.28/0.24	c os.name		Linux
0.28/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.24	c os.arch		amd64
0.28/0.25	c Free memory 		2104792832
0.28/0.25	c Max memory 		16282288128
0.28/0.25	c Total memory 		2113929216
0.28/0.26	c Number of processors 	2
0.59/0.45	c Pseudo Boolean Optimization by upper bound
0.59/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.45	c  - never skip resolution steps
0.59/0.45	c  - Auto-division on coefficients is disabled
0.59/0.45	c  - No postprocessing
0.59/0.45	c  - Conflict is considered as is when resolving
0.59/0.45	c  - Use constraints as they come during conflict analysis
0.59/0.45	c  - Weaken first using unassigned literals
0.59/0.45	c  - Bump strategy: ALWAYS_ONE
0.59/0.45	c  - Bumper: ANY
0.59/0.45	c --- Begin Solver configuration ---
0.59/0.45	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.59/0.45	c Learn all clauses as in MiniSAT
0.59/0.45	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.45	c No reason simplification
0.59/0.45	c Armin Biere (Picosat) restarts strategy
0.59/0.45	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.59/0.45	c timeout=2147483s
0.59/0.45	c DB Simplification allowed=false
0.59/0.45	c Listener: none
0.59/0.45	c --- End Solver configuration ---
0.59/0.45	c solving HOME/instance-4522556-1751650844.opb
0.59/0.45	c reading problem ... 
0.59/0.46	c  objective function found
5.86/3.86	c ... done. Wall clock time 3.41s.
5.86/3.86	c declared #vars     92769
5.86/3.86	c #constraints  106536
5.86/3.86	c constraints type 
5.86/3.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 81348
5.86/3.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 12095
5.86/3.86	c org.sat4j.specs.Constr$1 => 500
5.86/3.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12093
5.86/3.86	c org.sat4j.pb.constraints.pb.UnitClausePB => 500
5.86/3.86	c 106536 constraints processed.
5.86/3.89	c objective function length is 2888 literals
3600.01/3572.53	c starts		: 19
3600.01/3572.56	c conflicts		: 4583
3600.01/3572.56	c decisions		: 750525
3600.01/3572.56	c propagations		: 15134215
3600.01/3572.56	c inspects		: 98720712
3600.01/3572.56	c shortcuts		: 0
3600.01/3572.57	c learnt literals	: 2
3600.01/3572.57	c learnt binary clauses	: 1
3600.01/3572.57	c learnt ternary clauses	: 6
3600.01/3572.58	c learnt constraints	: 4580
3600.01/3572.58	c ignored constraints	: 0
3600.01/3572.58	c root simplifications	: 0
3600.01/3572.58	c removed literals (reason simplification)	: 0
3600.01/3572.58	c reason swapping (by a shorter reason)	: 0
3600.01/3572.58	c Calls to reduceDB	: 0
3600.01/3572.58	c Number of update (reduction) of LBD	: 0
3600.01/3572.58	c Imported unit clauses	: 0
3600.01/3572.58	c No decision after first conflict	: false
3600.01/3572.58	c number of reductions to clauses (during analyze)	: 0
3600.01/3572.58	c number of learned constraints concerned by reduction	: 0
3600.01/3572.58	c number of learning phase by resolution	: 0
3600.01/3572.58	c number of learning phase by cutting planes	: 0
3600.01/3572.58	c number of rounding to 1 operations	: 0
3600.01/3572.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3572.58	c number of reductions of the coefficients by power 2 	: 0
3600.01/3572.58	c number of right shift for reduction by power 2 	: 0
3600.01/3572.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3572.58	c number of ending skipping 	: 0
3600.01/3572.58	c number of internal skipping 	: 0
3600.01/3572.58	c number of derivation steps 	: 30195
3600.01/3572.58	c number of skipped derivation steps 	: 0
3600.01/3572.58	c number of remaining unassigned 	: 134860
3600.01/3572.58	c number of remaining assigned 	: 3651551
3600.01/3572.58	c number of falsified literals weakened from reason	: 0
3600.01/3572.59	c number of falsified literals weakened from conflict	: 0
3600.01/3572.59	c time for arithmetic operations	: 3312621314
3600.01/3572.60	c minimum degree of deleted constraints	: null
3600.01/3572.60	c maximum degree of deleted constraints	: null
3600.01/3572.60	c number of deleted constraints	: 0
3600.21/3572.63	c speed (assignments/second)	: 4240.846330209674
3600.21/3572.63	c non guided choices	: 0
3600.21/3572.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 83
3600.21/3572.65	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 4094
3600.21/3572.65	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 402
3600.21/3572.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.21/3572.65	s UNKNOWN
3600.21/3572.65	c Total wall clock time (in seconds): 3572.196

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522556-1751650844/watcher-4522556-1751650844 -o /tmp/evaluation-result-4522556-1751650844/solver-4522556-1751650844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751650844-98597 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4522556-1751650844.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100066 s]*
/proc/loadavg: 1.11 1.17 1.19 7/278 98671
/proc/meminfo: memFree=129540352/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=18930384 memory=47432 CPUtime=0.11 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 5679 0 0 0 7 4 0 0 20 0 18 0 80763074 19384713216 11858 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4732596 11858 5178 1 0 546893 0
[pid=98651/tid=98655] ppid=98639 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 4593 0 0 0 4 2 0 0 20 0 18 0 80763076 19384713216 11858 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80763081 19384713216 11858 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=18930384 memory=59593594259917 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80763082 19384713216 11890 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47432 KiB

[startup+0.218581 s]*
/proc/loadavg: 1.11 1.17 1.19 6/278 98671
/proc/meminfo: memFree=129514080/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=18930384 memory=52916 CPUtime=0.28 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 6356 0 0 0 23 5 0 0 20 0 18 0 80763074 19384713216 13229 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4732596 13229 5370 1 0 547457 0
[pid=98651/tid=98655] ppid=98639 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 4963 0 0 0 14 3 0 0 20 0 18 0 80763076 19384713216 13229 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=18930384 memory=16878 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80763081 19384713216 13229 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80763082 19384713216 13229 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52916 KiB

[startup+0.320755 s]*
/proc/loadavg: 1.11 1.17 1.19 8/278 98671
/proc/meminfo: memFree=129494172/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=18930384 memory=58276 CPUtime=0.42 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 6659 0 0 0 37 5 0 0 20 0 18 0 80763074 19384713216 14569 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4732596 14569 5370 1 0 547690 0
[pid=98651/tid=98655] ppid=98639 vsize=18930384 memory=-6000919468445033574 CPUtime=0.25 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 5116 0 0 0 22 3 0 0 20 0 18 0 80763076 19384713216 14569 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80763081 19384713216 14569 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 80763082 19384713216 14569 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58276 KiB

[startup+0.700447 s]
/proc/loadavg: 1.11 1.17 1.19 8/278 98671
/proc/meminfo: memFree=129420516/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=18996948 memory=155304 CPUtime=1.09 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 7333 0 0 0 99 10 0 0 20 0 19 0 80763074 19452874752 38826 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4749237 38826 5466 1 0 548300 0
[pid=98651/tid=98655] ppid=98639 vsize=18996948 memory=19328 CPUtime=0.56 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 5412 0 0 0 49 7 0 0 20 0 19 0 80763076 19452874752 38826 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80763081 19452874752 38826 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80763082 19452874752 38826 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155304 KiB

[startup+1.50029 s]
/proc/loadavg: 1.58 1.27 1.22 11/320 98727
/proc/meminfo: memFree=128597004/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=18996948 memory=716996 CPUtime=2.65 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 10515 0 0 0 237 28 0 0 20 0 19 0 80763074 19452874752 179249 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4749237 179249 5466 1 0 1222305 0
[pid=98651/tid=98655] ppid=98639 vsize=18996948 memory=3200 CPUtime=1.16 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 5660 0 0 0 96 20 0 0 20 0 19 0 80763076 19452874752 179249 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80763081 19452874752 179249 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80763082 19452874752 179249 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 716996 KiB

[startup+3.10605 s]
/proc/loadavg: 1.58 1.27 1.22 7/323 98730
/proc/meminfo: memFree=117672768/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=18996948 memory=4922664 CPUtime=5.04 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 16814 0 0 0 378 126 0 0 20 0 19 0 80763074 19452874752 1230666 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4749237 1230666 5530 1 0 1978811 0
[pid=98651/tid=98655] ppid=98639 vsize=18996948 memory=11136 CPUtime=2.67 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 7689 0 0 0 153 114 0 0 20 0 19 0 80763076 19452874752 1230666 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80763081 19452874752 1230666 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 80763082 19452874752 1230666 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4922664 KiB

[startup+6.30027 s]
/proc/loadavg: 1.85 1.33 1.24 5/324 98731
/proc/meminfo: memFree=114526580/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19063512 memory=4927144 CPUtime=10.38 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 17963 0 0 0 909 129 0 0 20 0 20 0 80763074 19521036288 1231786 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4765878 1231786 5562 1 0 1979753 0
[pid=98651/tid=98655] ppid=98639 vsize=19063512 memory=5632 CPUtime=5.74 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 7820 0 0 0 459 115 0 0 20 0 20 0 80763076 19521036288 1231786 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80763081 19521036288 1231786 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19063512 memory=2241 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80763082 19521036288 1231786 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80763467 19521036288 1231786 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 10.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4927144 KiB

[startup+12.7005 s]
/proc/loadavg: 2.03 1.37 1.26 5/324 98731
/proc/meminfo: memFree=111751764/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19063512 memory=4927400 CPUtime=17.4 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 18389 0 0 0 1610 130 0 0 20 0 20 0 80763074 19521036288 1231850 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4765878 1231850 5562 1 0 1979753 0
[pid=98651/tid=98655] ppid=98639 vsize=19063512 memory=-6000919468445033574 CPUtime=12.11 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 8181 0 0 0 1096 115 0 0 20 0 20 0 80763076 19521036288 1231850 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80763081 19521036288 1231850 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19063512 memory=4927144 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80763082 19521036288 1231850 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19063512 memory=4927272 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80763467 19521036288 1231850 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 17.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4927400 KiB

[startup+25.5004 s]
/proc/loadavg: 2.40 1.48 1.29 5/324 98732
/proc/meminfo: memFree=107752112/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19063512 memory=4927528 CPUtime=30.28 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 21214 0 0 0 2897 131 0 0 20 0 20 0 80763074 19521036288 1231882 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4765878 1231882 5562 1 0 1979753 0
[pid=98651/tid=98655] ppid=98639 vsize=19063512 memory=0 CPUtime=24.87 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 8910 0 0 0 2371 116 0 0 20 0 20 0 80763076 19521036288 1231882 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19063512 memory=16628 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80763081 19521036288 1231882 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19063512 memory=4927400 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80763082 19521036288 1231882 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19063512 memory=4927144 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80763467 19521036288 1231882 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 30.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4927528 KiB

[startup+51.1139 s]
/proc/loadavg: 3.11 1.74 1.39 5/326 98734
/proc/meminfo: memFree=107649808/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19063512 memory=4927656 CPUtime=56.18 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 24585 0 0 0 5485 133 0 0 20 0 20 0 80763074 19521036288 1231914 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4765878 1231914 5562 1 0 1979769 0
[pid=98651/tid=98655] ppid=98639 vsize=19063512 memory=-6000919468445033574 CPUtime=50.42 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 10782 0 0 0 4926 116 0 0 20 0 20 0 80763076 19521036288 1231914 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19063512 memory=4927656 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80763081 19521036288 1231914 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19063512 memory=4927656 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 80763082 19521036288 1231914 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19063512 memory=4927656 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80763467 19521036288 1231914 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 56.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4927656 KiB

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

[startup+3222.3 s]
/proc/loadavg: 3.15 3.20 3.43 4/303 98931
/proc/meminfo: memFree=110073156/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19130076 memory=7720868 CPUtime=3243 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 163336 0 0 0 323898 402 0 0 20 0 21 0 80763074 19589197824 1930217 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4782519 1930217 5562 1 0 1983051 0
[pid=98651/tid=98655] ppid=98639 vsize=19130076 memory=19328 CPUtime=3201.96 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 90109 0 0 0 320066 130 0 0 20 0 21 0 80763076 19589197824 1930217 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19130076 memory=7720868 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763081 19589197824 1930217 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19130076 memory=7720868 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 3240 0 0 0 0 0 0 0 20 0 21 0 80763082 19589197824 1930217 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19130076 memory=7424 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 80763467 19589197824 1930217 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 3243 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7720868 KiB

[startup+3282.3 s]
/proc/loadavg: 3.10 3.17 3.41 4/303 98933
/proc/meminfo: memFree=110068080/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19130076 memory=7721124 CPUtime=3303.41 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 167591 0 0 0 329935 406 0 0 20 0 21 0 80763074 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4782519 1930281 5562 1 0 1983174 0
[pid=98651/tid=98655] ppid=98639 vsize=19130076 memory=7720996 CPUtime=3261.3 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 92982 0 0 0 326000 130 0 0 20 0 21 0 80763076 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19130076 memory=7720996 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763081 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19130076 memory=1792 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 3332 0 0 0 0 0 0 0 20 0 21 0 80763082 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19130076 memory=12416 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 80763467 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 3303.41 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7721124 KiB

[startup+3342.3 s]
/proc/loadavg: 3.09 3.15 3.39 4/303 98935
/proc/meminfo: memFree=110055792/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19130076 memory=7721124 CPUtime=3363.47 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 169636 0 0 0 335937 410 0 0 20 0 21 0 80763074 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4782519 1930281 5562 1 0 1983174 0
[pid=98651/tid=98655] ppid=98639 vsize=19130076 memory=-6000919468445033574 CPUtime=3321.01 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 94768 0 0 0 331971 130 0 0 20 0 21 0 80763076 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19130076 memory=5148 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763081 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19130076 memory=16628 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 3332 0 0 0 0 0 0 0 20 0 21 0 80763082 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19130076 memory=7721124 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 80763467 19589197824 1930281 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 3363.47 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7721124 KiB

[startup+3402.3 s]
/proc/loadavg: 3.13 3.15 3.37 4/303 98937
/proc/meminfo: memFree=109917012/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19130076 memory=7845508 CPUtime=3430.14 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 191454 0 0 0 342588 426 0 0 20 0 21 0 80763074 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4782519 1961377 5562 1 0 1984517 0
[pid=98651/tid=98655] ppid=98639 vsize=19130076 memory=-6000919468445033574 CPUtime=3380.54 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 96890 0 0 0 337923 131 0 0 20 0 21 0 80763076 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19130076 memory=5148 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763081 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19130076 memory=7845508 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 3461 0 0 0 0 0 0 0 20 0 21 0 80763082 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19130076 memory=16628 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 80763467 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 3430.14 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7845508 KiB

[startup+3462.3 s]
/proc/loadavg: 3.16 3.15 3.36 4/302 98939
/proc/meminfo: memFree=109916760/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19130076 memory=7845508 CPUtime=3490.03 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 191995 0 0 0 348573 430 0 0 20 0 21 0 80763074 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4782519 1961377 5562 1 0 1984517 0
[pid=98651/tid=98655] ppid=98639 vsize=19130076 memory=-6000919468445033574 CPUtime=3440.37 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 97215 0 0 0 343906 131 0 0 20 0 21 0 80763076 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19130076 memory=5148 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763081 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19130076 memory=4764 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 3604 0 0 0 0 0 0 0 20 0 21 0 80763082 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19130076 memory=4283939891660353182 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 80763467 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 3490.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7845508 KiB

[startup+3522.3 s]
/proc/loadavg: 3.11 3.14 3.34 4/303 98942
/proc/meminfo: memFree=109916760/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19130076 memory=7845508 CPUtime=3549.91 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 192490 0 0 0 354557 434 0 0 20 0 21 0 80763074 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4782519 1961377 5562 1 0 1984517 0
[pid=98651/tid=98655] ppid=98639 vsize=19130076 memory=4764 CPUtime=3500.2 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 97536 0 0 0 349889 131 0 0 20 0 21 0 80763076 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19130076 memory=7845508 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763081 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19130076 memory=7845508 CPUtime=0 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 3717 0 0 0 0 0 0 0 20 0 21 0 80763082 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19130076 memory=7845508 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 80763467 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 3549.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7845508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.5 s]
/proc/loadavg: 2.87 3.08 3.31 3/277 98977
/proc/meminfo: memFree=116993288/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19130076 memory=7845508 CPUtime=3600.01 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 193008 0 0 0 359565 436 0 0 20 0 21 0 80763074 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4782519 1961377 5562 1 0 1984517 0
[pid=98651/tid=98655] ppid=98639 vsize=19130076 memory=7845508 CPUtime=3550.26 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 97870 0 0 0 354895 131 0 0 20 0 21 0 80763076 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19130076 memory=16628 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80763081 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19130076 memory=7845508 CPUtime=0.01 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 3836 0 0 0 1 0 0 0 20 0 21 0 80763082 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98731] ppid=98639 vsize=19130076 memory=7845508 CPUtime=0 cores=0,2
/proc/98651/task/98731/stat : 98731 (Timer-0) S 98639 98651 97552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 80763467 19589197824 1961377 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7845508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.93 s, system=4.42532 s

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

[startup+3572.61 s]
/proc/loadavg: 2.87 3.08 3.31 3/277 98977
/proc/meminfo: memFree=116993288/131382120 swapFree=33010416/33010684
[pid=98651] ppid=98639 vsize=19329768 memory=7846532 CPUtime=3600.21 cores=0,2
/proc/98651/stat : 98651 (java) S 98639 98651 97552 0 -1 4194304 195463 0 0 0 359584 437 0 0 20 0 22 0 80763074 19793682432 1961633 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
/proc/98651/statm: 4832442 1961633 5594 1 0 1985501 0
[pid=98651/tid=98655] ppid=98639 vsize=19329768 memory=5148 CPUtime=3550.36 cores=0,2
/proc/98651/task/98655/stat : 98655 (java) R 98639 98651 97552 0 -1 4194368 97870 0 0 0 354905 131 0 0 20 0 22 0 80763076 19793682432 1961633 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98664] ppid=98639 vsize=19329768 memory=3200 CPUtime=0 cores=0,2
/proc/98651/task/98664/stat : 98664 (Finalizer) S 98639 98651 97552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 80763081 19793682432 1961633 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
[pid=98651/tid=98671] ppid=98639 vsize=19329768 memory=7845508 CPUtime=0.01 cores=0,2
/proc/98651/task/98671/stat : 98671 (Common-Cleaner) S 98639 98651 97552 0 -1 4194368 3836 0 0 0 1 0 0 0 20 0 22 0 80763082 19793682432 1961633 18446744073709551615 94506408370176 94506408373872 140731412724144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94506408381688 94506408382480 94506433585152 140731412732285 140731412732389 140731412732389 140731412737992 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 7846532 KiB

Child status: 143

Real time (s): 3572.7
CPU time (s): 3600.36
CPU user time (s): 3595.93
CPU system time (s): 4.42532
CPU usage (%): 100.774
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 7846532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.93
system time used= 4.42532
maximum resident set size= 7846788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117629
involuntary context switches= 11543


# summary of solver processes directly reported to runsolver:
#   pid: 98651
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3595.93
#   total CPU system time (s): 4.42532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.3098 second user time and 39.7571 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-04 19:40:44
IDJOB=4522556
IDBENCH=179078
IDSOLVER=3361
FILE ID=nodeC003/4522556-1751650844
RUNJOBID= nodeC003-1751650844-98597
SLURM_JOB_ID= 9672308
Free space on /tmp= 431988 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i2_pp_94.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522556-1751650844/watcher-4522556-1751650844 -o /tmp/evaluation-result-4522556-1751650844/solver-4522556-1751650844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751650844-98597 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4522556-1751650844.opb

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

MD5SUM BENCH= 3daa9ced16b2be364df6dcba1fb45266
RANDOM SEED=454460652

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129587976 kB
MemAvailable:   129836680 kB
Buffers:            2736 kB
Cached:          1042412 kB
SwapCached:           36 kB
Active:           580352 kB
Inactive:         550144 kB
Active(anon):      95668 kB
Inactive(anon):     7604 kB
Active(file):     484684 kB
Inactive(file):   542540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             22772 kB
Writeback:            28 kB
AnonPages:         88796 kB
Mapped:           104684 kB
Shmem:             17924 kB
KReclaimable:     122212 kB
Slab:             208956 kB
SReclaimable:     122212 kB
SUnreclaim:        86744 kB
KernelStack:        3776 kB
PageTables:         2868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     350796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432004 MiB
End job on nodeC003 at 2025-07-04 20:40:17