Trace number 4512064

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.26 3458.94

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/
normalized-hw512-vm100p-dec.opb.negationfix.opb
MD5SUM87dcb6b5c21e845aafa503750cb7c14f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2771456
Total number of constraints11850
Number of constraints which are clauses5412
Number of constraints which are cardinality constraints (but not clauses)5412
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5412
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1990420
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4457840
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4512064-1751201087.opb
0.12/0.13	c reading problem ... 
0.12/0.15	c  no objective function found
35.98/31.25	c ... done. Wall clock time 31.11s.
35.98/31.25	c declared #vars     2771456
35.98/31.25	c #constraints  11850
35.98/31.25	c constraints type 
35.98/31.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5412
35.98/31.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1025
35.98/31.25	c org.sat4j.specs.Constr$1 => 1
35.98/31.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5412
35.98/31.25	c 11850 constraints processed.
73.96/68.17	c cleaning 2498 clauses out of 5000 with flag 19664/5000
106.02/100.10	c cleaning 4237 clauses out of 8503 with flag 66710/11001
149.62/143.63	c cleaning 5617 clauses out of 11266 with flag 136657/18001
215.38/206.99	c cleaning 6817 clauses out of 13651 with flag 234031/26003
293.43/283.30	c cleaning 7900 clauses out of 15831 with flag 351982/35000
382.70/367.17	c cleaning 8956 clauses out of 17935 with flag 489829/45004
473.71/456.02	c cleaning 9968 clauses out of 19976 with flag 636915/56001
575.10/551.06	c cleaning 10989 clauses out of 22008 with flag 814028/68001
680.72/654.78	c cleaning 11995 clauses out of 24019 with flag 1006870/81001
756.29/723.43	c cleaning 12994 clauses out of 26027 with flag 1088737/95004
882.38/847.37	c cleaning 13996 clauses out of 28031 with flag 1207350/110002
978.62/934.61	c cleaning 14993 clauses out of 30034 with flag 1363810/126001
1079.55/1033.13	c cleaning 16001 clauses out of 32040 with flag 1551179/143000
1196.38/1147.98	c cleaning 17000 clauses out of 34040 with flag 1777413/161001
1317.74/1262.69	c cleaning 17983 clauses out of 36039 with flag 1987758/180000
1473.01/1415.20	c cleaning 18984 clauses out of 38057 with flag 2144529/200001
1672.03/1606.80	c cleaning 20000 clauses out of 40073 with flag 2332549/221001
1813.76/1737.14	c cleaning 20989 clauses out of 42074 with flag 2511497/243002
1933.22/1854.70	c cleaning 22006 clauses out of 44084 with flag 2664196/266001
2093.76/2004.16	c cleaning 23000 clauses out of 46079 with flag 2879624/290002
2265.87/2172.74	c cleaning 24010 clauses out of 48079 with flag 3093150/315002
2467.95/2367.01	c cleaning 25000 clauses out of 50074 with flag 3281922/341007
2806.25/2690.72	c cleaning 25991 clauses out of 52070 with flag 3536071/368003
3074.23/2955.42	c cleaning 27001 clauses out of 54076 with flag 3832806/396000
3365.71/3238.36	c cleaning 28003 clauses out of 56075 with flag 4133317/425000
3537.73/3398.51	c cleaning 29012 clauses out of 58072 with flag 4375572/455000
3600.01/3458.82	c starts		: 106
3600.01/3458.83	c conflicts		: 472579
3600.01/3458.83	c decisions		: 93192197
3600.01/3458.83	c propagations		: 643383515
3600.01/3458.83	c inspects		: 528365904
3600.01/3458.83	c shortcuts		: 0
3600.01/3458.83	c learnt literals	: 0
3600.01/3458.83	c learnt binary clauses	: 0
3600.01/3458.83	c learnt ternary clauses	: 0
3600.01/3458.83	c learnt constraints	: 472579
3600.01/3458.83	c ignored constraints	: 0
3600.01/3458.83	c root simplifications	: 0
3600.01/3458.83	c removed literals (reason simplification)	: 1780816
3600.01/3458.83	c reason swapping (by a shorter reason)	: 0
3600.01/3458.83	c Calls to reduceDB	: 26
3600.01/3458.83	c Number of update (reduction) of LBD	: 228417
3600.01/3458.83	c Imported unit clauses	: 0
3600.01/3458.84	c No decision after first conflict	: false
3600.01/3458.84	c number of reductions to clauses (during analyze)	: 0
3600.01/3458.84	c number of learned constraints concerned by reduction	: 0
3600.01/3458.84	c number of learning phase by resolution	: 0
3600.01/3458.84	c number of learning phase by cutting planes	: 0
3600.01/3458.84	c number of rounding to 1 operations	: 0
3600.01/3458.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3458.84	c number of reductions of the coefficients by power 2 	: 0
3600.01/3458.84	c number of right shift for reduction by power 2 	: 0
3600.01/3458.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3458.84	c number of ending skipping 	: 0
3600.01/3458.84	c number of internal skipping 	: 0
3600.01/3458.84	c number of derivation steps 	: 0
3600.01/3458.84	c number of skipped derivation steps 	: 0
3600.01/3458.84	c number of remaining unassigned 	: 0
3600.01/3458.84	c number of remaining assigned 	: 0
3600.01/3458.84	c number of falsified literals weakened from reason	: 0
3600.01/3458.84	c number of falsified literals weakened from conflict	: 0
3600.01/3458.84	c time for arithmetic operations	: 0
3600.01/3458.85	c minimum degree of deleted constraints	: null
3600.01/3458.85	c maximum degree of deleted constraints	: null
3600.01/3458.85	c number of deleted constraints	: 0
3600.01/3458.85	c speed (assignments/second)	: 187711.5280705071
3600.01/3458.85	c non guided choices	: 84209192
3600.01/3458.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 46639
3600.01/3458.90	s UNKNOWN
3600.01/3458.90	c Total wall clock time (in seconds): 3458.762

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512064-1751201087/watcher-4512064-1751201087 -o /tmp/evaluation-result-4512064-1751201087/solver-4512064-1751201087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751193887-24633 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4512064-1751201087.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=26250, runsolver pid=26247

[startup+0.10006 s]*
/proc/loadavg: 4.26 4.22 4.14 5/337 26268
/proc/meminfo: memFree=114957364/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=18930384 memory=55524 CPUtime=0.12 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 6542 0 0 0 11 1 0 0 20 0 18 0 35783389 19384713216 13881 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4732596 13881 5328 1 0 547604 0
[pid=26250/tid=26252] ppid=26247 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 5040 0 0 0 6 1 0 0 20 0 18 0 35783391 19384713216 13881 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35783393 19384713216 13881 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=18930384 memory=58485492696503 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35783393 19384713216 13881 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55524 KiB

[startup+0.205808 s]*
/proc/loadavg: 4.26 4.22 4.14 7/337 26268
/proc/meminfo: memFree=114865740/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=18930384 memory=148248 CPUtime=0.3 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 7150 0 0 0 27 3 0 0 20 0 18 0 35783389 19384713216 37062 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4732596 37062 5424 1 0 548014 0
[pid=26250/tid=26252] ppid=26247 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 5310 0 0 0 14 2 0 0 20 0 18 0 35783391 19384713216 37062 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=18930384 memory=13934 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35783393 19384713216 37062 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35783393 19384713216 37062 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 148248 KiB

[startup+0.305847 s]*
/proc/loadavg: 4.26 4.22 4.14 6/337 26268
/proc/meminfo: memFree=114825348/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=18930384 memory=187020 CPUtime=0.49 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 8721 0 0 0 45 4 0 0 20 0 18 0 35783389 19384713216 46755 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4732596 46755 5424 1 0 548966 0
[pid=26250/tid=26252] ppid=26247 vsize=18930384 memory=-6000919477018453613 CPUtime=0.26 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 5328 0 0 0 23 3 0 0 20 0 18 0 35783391 19384713216 46755 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35783393 19384713216 46755 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35783393 19384713216 46755 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 187020 KiB

[startup+0.700231 s]
/proc/loadavg: 4.26 4.22 4.14 6/338 26269
/proc/meminfo: memFree=114756416/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=18996948 memory=318620 CPUtime=1.25 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 9754 0 0 0 118 7 0 0 20 0 19 0 35783389 19452874752 79655 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4749237 79655 5456 1 0 549594 0
[pid=26250/tid=26252] ppid=26247 vsize=18996948 memory=17152 CPUtime=0.55 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 5367 0 0 0 51 4 0 0 20 0 19 0 35783391 19452874752 79655 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 79655 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 79655 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 318620 KiB

[startup+1.50023 s]
/proc/loadavg: 4.26 4.22 4.14 5/338 26269
/proc/meminfo: memFree=114574520/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=18996948 memory=737196 CPUtime=2.43 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 11379 0 0 0 227 16 0 0 20 0 19 0 35783389 19452874752 184299 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4749237 184299 5456 1 0 1339423 0
[pid=26250/tid=26252] ppid=26247 vsize=18996948 memory=3200 CPUtime=1.18 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) S 26247 26250 24622 0 -1 4194368 5510 0 0 0 109 9 0 0 20 0 19 0 35783391 19452874752 184299 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 184299 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 184299 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 737196 KiB

[startup+3.10609 s]
/proc/loadavg: 4.24 4.22 4.14 5/338 26269
/proc/meminfo: memFree=113531932/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=18996948 memory=1536932 CPUtime=4.41 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 12571 0 0 0 409 32 0 0 20 0 19 0 35783389 19452874752 384233 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4749237 384233 5456 1 0 2235683 0
[pid=26250/tid=26252] ppid=26247 vsize=18996948 memory=10752 CPUtime=2.38 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) S 26247 26250 24622 0 -1 4194368 5741 0 0 0 222 16 0 0 20 0 19 0 35783391 19452874752 384233 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 384233 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=18996948 memory=5760 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 384233 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1536932 KiB

[startup+6.30022 s]
/proc/loadavg: 4.24 4.22 4.14 5/338 26269
/proc/meminfo: memFree=112502148/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=18996948 memory=2543392 CPUtime=8.55 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 15047 0 0 0 802 53 0 0 20 0 19 0 35783389 19452874752 635848 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4749237 635848 5456 1 0 2770998 0
[pid=26250/tid=26252] ppid=26247 vsize=18996948 memory=5760 CPUtime=4.92 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) S 26247 26250 24622 0 -1 4194368 6432 0 0 0 465 27 0 0 20 0 19 0 35783391 19452874752 635848 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 635848 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=18996948 memory=-6000919477018453613 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 635848 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 8.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2543392 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.23 4.14 6/339 26270
/proc/meminfo: memFree=108606812/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=18996948 memory=6334788 CPUtime=15.64 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 21263 0 0 0 1437 127 0 0 20 0 19 0 35783389 19452874752 1583697 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4749237 1583697 5520 1 0 3036089 0
[pid=26250/tid=26252] ppid=26247 vsize=18996948 memory=2676616 CPUtime=10.85 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 8824 0 0 0 989 96 0 0 20 0 19 0 35783391 19452874752 1583697 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=18996948 memory=17152 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 1583697 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 1583697 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 15.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6334788 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.22 4.14 6/339 26271
/proc/meminfo: memFree=107417972/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=18996948 memory=7513404 CPUtime=29.68 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 23717 0 0 0 2816 152 0 0 20 0 19 0 35783389 19452874752 1878351 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4749237 1878351 5520 1 0 3307880 0
[pid=26250/tid=26252] ppid=26247 vsize=18996948 memory=2676616 CPUtime=22.22 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 10388 0 0 0 2108 114 0 0 20 0 19 0 35783391 19452874752 1878351 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=18996948 memory=-6000919477018453613 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 1878351 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=18996948 memory=7238396 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35783393 19452874752 1878351 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 29.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7513404 KiB

[startup+51.1057 s]
/proc/loadavg: 4.15 4.20 4.13 5/340 26272
/proc/meminfo: memFree=106262620/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19063512 memory=8077188 CPUtime=56.83 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 28821 0 0 0 5516 167 0 0 20 0 20 0 35783389 19521036288 2019297 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4765878 2019297 5520 1 0 3416050 0
[pid=26250/tid=26252] ppid=26247 vsize=19063512 memory=14720 CPUtime=47.11 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 12714 0 0 0 4587 124 0 0 20 0 20 0 35783391 19521036288 2019297 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 2019297 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 2019297 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26272] ppid=26247 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/26250/task/26272/stat : 26272 (Timer-0) S 26247 26250 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35786523 19521036288 2019297 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 56.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8077188 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.21 4.14 5/342 26477
/proc/meminfo: memFree=94799028/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19063512 memory=8867428 CPUtime=108.22 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 38611 0 0 0 10632 190 0 0 20 0 20 0 35783389 19521036288 2216857 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0

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

[startup+3102.3 s]
/proc/loadavg: 4.24 4.29 4.27 5/340 26708
/proc/meminfo: memFree=78043736/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19063512 memory=15557132 CPUtime=3228.88 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 349783 0 0 0 322366 522 0 0 20 0 20 0 35783389 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4765878 3889283 5552 1 0 4083882 0
[pid=26250/tid=26252] ppid=26247 vsize=19063512 memory=15557132 CPUtime=3030.61 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 171482 0 0 0 302804 257 0 0 20 0 20 0 35783391 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=19063512 memory=15555064 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 3038 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26272] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26272/stat : 26272 (Timer-0) S 26247 26250 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35786523 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 3228.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15557132 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.28 4.27 5/341 26716
/proc/meminfo: memFree=78043232/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19063512 memory=15557132 CPUtime=3289.3 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 355414 0 0 0 328406 524 0 0 20 0 20 0 35783389 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4765878 3889283 5552 1 0 4083882 0
[pid=26250/tid=26252] ppid=26247 vsize=19063512 memory=15555064 CPUtime=3089.88 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 175351 0 0 0 308730 258 0 0 20 0 20 0 35783391 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 3091 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26272] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26272/stat : 26272 (Timer-0) S 26247 26250 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35786523 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 3289.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15557132 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.24 4.25 5/341 26718
/proc/meminfo: memFree=78038272/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19063512 memory=15557132 CPUtime=3349.74 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 358440 0 0 0 334448 526 0 0 20 0 20 0 35783389 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4765878 3889283 5552 1 0 4083882 0
[pid=26250/tid=26252] ppid=26247 vsize=19063512 memory=15557132 CPUtime=3149.18 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 177671 0 0 0 314659 259 0 0 20 0 20 0 35783391 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=19063512 memory=5704 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 3123 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26272] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26272/stat : 26272 (Timer-0) S 26247 26250 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35786523 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 3349.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15557132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.24 4.25 6/341 26720
/proc/meminfo: memFree=78041108/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19063512 memory=15557132 CPUtime=3410.32 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 362655 0 0 0 340504 528 0 0 20 0 20 0 35783389 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4765878 3889283 5552 1 0 4083882 0
[pid=26250/tid=26252] ppid=26247 vsize=19063512 memory=15557132 CPUtime=3208.32 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 180527 0 0 0 320573 259 0 0 20 0 20 0 35783391 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 3123 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26272] ppid=26247 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/26250/task/26272/stat : 26272 (Timer-0) S 26247 26250 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35786523 19521036288 3889283 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 3410.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15557132 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.27 4.27 6/341 26722
/proc/meminfo: memFree=78037008/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19063512 memory=15561272 CPUtime=3477.52 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 370374 0 0 0 347219 533 0 0 20 0 20 0 35783389 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4765878 3890318 5552 1 0 4083882 0
[pid=26250/tid=26252] ppid=26247 vsize=19063512 memory=15557132 CPUtime=3266.4 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 182915 0 0 0 326380 260 0 0 20 0 20 0 35783391 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 3197 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26272] ppid=26247 vsize=19063512 memory=15557132 CPUtime=0 cores=4,6
/proc/26250/task/26272/stat : 26272 (Timer-0) S 26247 26250 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35786523 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 3477.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15561272 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.25 4.26 5/341 26724
/proc/meminfo: memFree=78036204/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19063512 memory=15561272 CPUtime=3542.01 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 377458 0 0 0 353664 537 0 0 20 0 20 0 35783389 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4765878 3890318 5552 1 0 4083882 0
[pid=26250/tid=26252] ppid=26247 vsize=19063512 memory=15557132 CPUtime=3324.64 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 185676 0 0 0 332203 261 0 0 20 0 20 0 35783391 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=19063512 memory=15561272 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 3294 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26272] ppid=26247 vsize=19063512 memory=15561272 CPUtime=0 cores=4,6
/proc/26250/task/26272/stat : 26272 (Timer-0) S 26247 26250 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35786523 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 3542.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15561272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3458.8 s]
/proc/loadavg: 3.81 4.14 4.22 5/314 26758
/proc/meminfo: memFree=93819632/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19063512 memory=15561272 CPUtime=3600.01 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 381849 0 0 0 359460 541 0 0 20 0 20 0 35783389 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4765878 3890318 5552 1 0 4083882 0
[pid=26250/tid=26252] ppid=26247 vsize=19063512 memory=5164 CPUtime=3379.28 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) R 26247 26250 24622 0 -1 4194368 187531 0 0 0 337665 263 0 0 20 0 20 0 35783391 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=19063512 memory=28616 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=19063512 memory=7024 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 3393 0 0 0 0 0 0 0 20 0 20 0 35783393 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26272] ppid=26247 vsize=19063512 memory=15561272 CPUtime=0 cores=4,6
/proc/26250/task/26272/stat : 26272 (Timer-0) S 26247 26250 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35786523 19521036288 3890318 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15561272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.8 s, system=5.45825 s

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

[startup+3458.9 s]
/proc/loadavg: 3.81 4.14 4.22 5/314 26758
/proc/meminfo: memFree=93819632/131249992 swapFree=33010672/33010684
[pid=26250] ppid=26247 vsize=19263204 memory=15561912 CPUtime=3600.22 cores=4,6
/proc/26250/stat : 26250 (java) S 26247 26250 24622 0 -1 4194304 386243 0 0 0 359480 542 0 0 20 0 16 0 35783389 19725520896 3890478 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
/proc/26250/statm: 4815801 3890478 5552 1 0 4084785 0
[pid=26250/tid=26252] ppid=26247 vsize=19263204 memory=15557132 CPUtime=3379.38 cores=4,6
/proc/26250/task/26252/stat : 26252 (java) S 26247 26250 24622 0 -1 4194368 187658 0 0 0 337675 263 0 0 20 0 16 0 35783391 19725520896 3890478 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26261] ppid=26247 vsize=19263204 memory=14720 CPUtime=0 cores=4,6
/proc/26250/task/26261/stat : 26261 (Finalizer) S 26247 26250 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 35783393 19725520896 3890478 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
[pid=26250/tid=26268] ppid=26247 vsize=19263204 memory=15561272 CPUtime=0 cores=4,6
/proc/26250/task/26268/stat : 26268 (Common-Cleaner) S 26247 26250 24622 0 -1 4194368 3393 0 0 0 0 0 0 0 20 0 16 0 35783393 19725520896 3890478 18446744073709551615 94562229231616 94562229235312 140726136323440 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94562229243128 94562229243920 94562258776064 140726136330625 140726136330726 140726136330726 140726136336328 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 15561912 KiB

Child status: 143

Real time (s): 3458.94
CPU time (s): 3600.26
CPU user time (s): 3594.8
CPU system time (s): 5.45825
CPU usage (%): 104.086
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 15561912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.8
system time used= 5.45825
maximum resident set size= 15562040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386271
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110437
involuntary context switches= 11226


# summary of solver processes directly reported to runsolver:
#   pid: 26250
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3594.8
#   total CPU system time (s): 5.45825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.60947 second user time and 16.8242 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-29 14:44:49
IDJOB=4512064
IDBENCH=160491
IDSOLVER=3363
FILE ID=nodeC035/4512064-1751201087
RUNJOBID= nodeC035-1751193887-24633
SLURM_JOB_ID= 9587593
Free space on /tmp= 432796 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm100p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512064-1751201087/watcher-4512064-1751201087 -o /tmp/evaluation-result-4512064-1751201087/solver-4512064-1751201087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751193887-24633 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4512064-1751201087.opb

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

MD5SUM BENCH= 87dcb6b5c21e845aafa503750cb7c14f
RANDOM SEED=1822070324

nodeC035 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.774
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.51
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.790
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.51
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		: 3595.882
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        114981544 kB
MemAvailable:   117740328 kB
Buffers:            2352 kB
Cached:          3553176 kB
SwapCached:            8 kB
Active:         12391640 kB
Inactive:        3268356 kB
Active(anon):   12116488 kB
Inactive(anon):     6036 kB
Active(file):     275152 kB
Inactive(file):  3262320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            136440 kB
Writeback:             0 kB
AnonPages:      12107644 kB
Mapped:           122728 kB
Shmem:             18056 kB
KReclaimable:     121104 kB
Slab:             208124 kB
SReclaimable:     121104 kB
SUnreclaim:        87020 kB
KernelStack:        5152 kB
PageTables:        27324 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   18480416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11816960 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432796 MiB
End job on nodeC035 at 2025-06-29 15:42:28