Trace number 4491542

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 CP 2025-06-06? (TO) 3600.23 3581.02

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM209c63ac31a13f6816f27826d17fc4ad
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.2254
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.88	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.88	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.88	c See www.sat4j.org for details.
0.10/0.93	c version PB25.v20250606
0.10/0.94	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.94	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.94	c java.vm.version	22.0.1+8-16
0.10/0.94	c java.vm.vendor	Oracle Corporation
0.10/0.94	c sun.arch.data.model	64
0.10/0.94	c java.version		22.0.1
0.10/0.94	c os.name		Linux
0.10/0.94	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.94	c os.arch		amd64
0.10/0.94	c Free memory 		2104792832
0.10/0.94	c Max memory 		16282288128
0.10/0.94	c Total memory 		2113929216
0.10/0.95	c Number of processors 	2
0.18/1.04	c Pseudo Boolean Optimization by upper bound
0.18/1.04	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.18/1.04	c  - never skip resolution steps
0.18/1.04	c  - Auto-division on coefficients is disabled
0.18/1.04	c  - No postprocessing
0.18/1.04	c  - Conflict is considered as is when resolving
0.18/1.04	c  - Use constraints as they come during conflict analysis
0.18/1.04	c  - Weaken first using unassigned literals
0.18/1.04	c  - Bump strategy: ALWAYS_ONE
0.18/1.04	c  - Bumper: ANY
0.18/1.04	c --- Begin Solver configuration ---
0.18/1.04	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.18/1.04	c Learn all clauses as in MiniSAT
0.18/1.04	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/1.04	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.18/1.04	c No reason simplification
0.18/1.04	c Armin Biere (Picosat) restarts strategy
0.18/1.04	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.18/1.04	c timeout=2147483s
0.18/1.04	c DB Simplification allowed=false
0.18/1.04	c Listener: none
0.18/1.04	c --- End Solver configuration ---
0.18/1.04	c solving HOME/instance-4491542-1751142631.opb
0.18/1.04	c reading problem ... 
0.18/1.06	c  no objective function found
1.52/1.71	c ... done. Wall clock time 0.664s.
1.52/1.71	c declared #vars     62704
1.52/1.71	c #constraints  187107
1.52/1.71	c constraints type 
1.52/1.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
1.52/1.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
1.52/1.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
1.52/1.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.52/1.71	c 187107 constraints processed.
90.29/85.56	c cleaning 2455 clauses out of 4998
431.87/424.43	c cleaning 4138 clauses out of 8540
1193.09/1182.57	c cleaning 5554 clauses out of 11397
2940.86/2923.71	c cleaning 6748 clauses out of 13842
3600.04/3580.92	c starts		: 52
3600.04/3580.94	c conflicts		: 28799
3600.04/3580.94	c decisions		: 53002
3600.04/3580.94	c propagations		: 162382004
3600.04/3580.94	c inspects		: 5020486249
3600.04/3580.94	c shortcuts		: 0
3600.04/3580.94	c learnt literals	: 16
3600.04/3580.94	c learnt binary clauses	: 112
3600.04/3580.94	c learnt ternary clauses	: 139
3600.04/3580.94	c learnt constraints	: 28783
3600.04/3580.94	c ignored constraints	: 0
3600.04/3580.94	c root simplifications	: 0
3600.04/3580.94	c removed literals (reason simplification)	: 0
3600.04/3580.94	c reason swapping (by a shorter reason)	: 0
3600.04/3580.94	c Calls to reduceDB	: 4
3600.04/3580.94	c Number of update (reduction) of LBD	: 0
3600.04/3580.94	c Imported unit clauses	: 0
3600.04/3580.94	c No decision after first conflict	: false
3600.04/3580.94	c number of reductions to clauses (during analyze)	: 0
3600.04/3580.94	c number of learned constraints concerned by reduction	: 0
3600.04/3580.94	c number of learning phase by resolution	: 0
3600.04/3580.94	c number of learning phase by cutting planes	: 0
3600.04/3580.94	c number of rounding to 1 operations	: 0
3600.04/3580.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3580.94	c number of reductions of the coefficients by power 2 	: 0
3600.04/3580.94	c number of right shift for reduction by power 2 	: 0
3600.04/3580.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3580.94	c number of ending skipping 	: 0
3600.04/3580.94	c number of internal skipping 	: 0
3600.04/3580.94	c number of derivation steps 	: 5212117
3600.04/3580.94	c number of skipped derivation steps 	: 0
3600.04/3580.94	c number of remaining unassigned 	: 25994
3600.04/3580.94	c number of remaining assigned 	: 15109883
3600.04/3580.94	c number of falsified literals weakened from reason	: 0
3600.04/3580.94	c number of falsified literals weakened from conflict	: 0
3600.04/3580.94	c time for arithmetic operations	: 4342928416
3600.04/3580.95	c minimum degree of deleted constraints	: null
3600.04/3580.95	c maximum degree of deleted constraints	: null
3600.04/3580.95	c number of deleted constraints	: 0
3600.04/3580.97	c speed (assignments/second)	: 45368.08278447104
3600.04/3580.97	c non guided choices	: 2133
3600.04/3580.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 303
3600.04/3580.98	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 9473
3600.04/3580.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 112
3600.04/3580.99	s UNKNOWN
3600.04/3580.99	c Total wall clock time (in seconds): 3579.947

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=15132, runsolver pid=15118

[startup+0.100064 s]*
/proc/loadavg: 1.13 1.45 2.41 2/266 15138
/proc/meminfo: memFree=130117024/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=24024 memory=1664 CPUtime=0 cores=1,3
/proc/15132/stat : 15132 (java) D 15118 15132 11836 0 -1 4194304 148 0 4 0 0 0 0 0 20 0 1 0 29942544 24600576 416 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 6006 416 416 1 0 462 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24024 KiB
Current children cumulated memory: 1664 KiB

[startup+0.205355 s]*
/proc/loadavg: 1.13 1.45 2.41 2/266 15138
/proc/meminfo: memFree=130117024/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=24960 memory=2304 CPUtime=0 cores=1,3
/proc/15132/stat : 15132 (java) D 15118 15132 11836 0 -1 4194304 188 0 12 0 0 0 0 0 20 0 1 0 29942544 25559040 576 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 6240 576 544 1 0 464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 2304 KiB

[startup+0.304886 s]*
/proc/loadavg: 1.13 1.45 2.41 2/266 15138
/proc/meminfo: memFree=130117024/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=24960 memory=5760 CPUtime=0 cores=1,3
/proc/15132/stat : 15132 (java) D 15118 15132 11836 0 -1 4194304 436 0 49 0 0 0 0 0 20 0 1 0 29942544 25559040 1440 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 6240 1440 1184 1 0 259 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 5760 KiB

[startup+0.700273 s]
/proc/loadavg: 1.13 1.45 2.41 2/275 15147
/proc/meminfo: memFree=130138324/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=18864664 memory=40880 CPUtime=0.03 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 5056 0 402 0 1 2 0 0 20 0 17 0 29942544 19317415936 10220 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4716166 10220 4375 1 0 546594 0
[pid=15132/tid=15144] ppid=15118 vsize=18864664 memory=10752 CPUtime=0.03 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) S 15118 15132 11836 0 -1 4194368 4315 0 322 0 1 2 0 0 20 0 17 0 29942580 19317415936 10220 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18864664 KiB
Current children cumulated memory: 40880 KiB

[startup+1.50021 s]
/proc/loadavg: 1.13 1.45 2.41 4/340 15212
/proc/meminfo: memFree=130036900/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=18996948 memory=178680 CPUtime=1.12 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 10410 0 438 0 106 6 0 0 20 0 19 0 29942544 19452874752 44670 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4749237 44670 5367 1 0 550560 0
[pid=15132/tid=15144] ppid=15118 vsize=18996948 memory=10752 CPUtime=0.53 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 5213 0 337 0 49 4 0 0 20 0 19 0 29942580 19452874752 44670 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=18996948 memory=16468 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29942610 19452874752 44670 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=18996948 memory=17280 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29942615 19452874752 44670 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 178680 KiB

[startup+3.10603 s]
/proc/loadavg: 1.13 1.45 2.41 6/314 15317
/proc/meminfo: memFree=129420284/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=311588 CPUtime=4.31 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 19023 0 438 0 420 11 0 0 20 0 20 0 29942544 19521036288 77897 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 77897 5367 1 0 1081581 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=16468 CPUtime=1.9 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 5347 0 337 0 184 6 0 0 20 0 20 0 29942580 19521036288 77897 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 77897 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=-6000919472773883758 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 77897 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=215587488049 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 77897 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 4.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 311588 KiB

[startup+6.30023 s]
/proc/loadavg: 1.76 1.57 2.45 6/348 15416
/proc/meminfo: memFree=126683276/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=1132724 CPUtime=9.52 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 23729 0 438 0 925 27 0 0 20 0 20 0 29942544 19521036288 283181 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 283181 5367 1 0 1081675 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=0 CPUtime=5.04 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 6662 0 337 0 483 21 0 0 20 0 20 0 29942580 19521036288 283181 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=16468 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 283181 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 283181 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=230264 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 283181 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 9.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1132724 KiB

[startup+12.7003 s]
/proc/loadavg: 2.02 1.63 2.46 5/348 15483
/proc/meminfo: memFree=121084404/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=2292276 CPUtime=16.51 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 28009 0 438 0 1599 52 0 0 20 0 20 0 29942544 19521036288 573069 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 573069 5367 1 0 1081686 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=-6000919472773883758 CPUtime=11.4 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 7935 0 337 0 1095 45 0 0 20 0 20 0 29942580 19521036288 573069 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=2292276 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 573069 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 573069 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 573069 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 16.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2292276 KiB

[startup+25.5002 s]
/proc/loadavg: 2.53 1.76 2.49 5/348 15483
/proc/meminfo: memFree=117421684/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=2521904 CPUtime=29.75 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 36350 0 438 0 2918 57 0 0 20 0 20 0 29942544 19521036288 630476 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 630476 5367 1 0 1081704 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=2521904 CPUtime=24.11 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 9891 0 337 0 2362 49 0 0 20 0 20 0 29942580 19521036288 630476 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=2521904 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 630476 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=16468 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 630476 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=-6000919472773883758 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 630476 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 29.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2521904 KiB

[startup+51.1062 s]
/proc/loadavg: 3.16 1.98 2.54 5/348 15484
/proc/meminfo: memFree=117245496/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=2648948 CPUtime=55.49 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 40799 0 438 0 5487 62 0 0 20 0 20 0 29942544 19521036288 662237 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 662237 5367 1 0 1081705 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=2640752 CPUtime=49.44 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 12364 0 337 0 4892 52 0 0 20 0 20 0 29942580 19521036288 662237 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=2648948 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 662237 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=16468 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 662237 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=2760 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 662237 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 55.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2648948 KiB

[startup+102.3 s]
/proc/loadavg: 3.68 2.30 2.63 5/348 15485
/proc/meminfo: memFree=117106104/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=2696484 CPUtime=107.4 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 47416 0 438 0 10675 65 0 0 20 0 20 0 29942544 19521036288 674121 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 674121 5399 1 0 1081778 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=-6000919472773883758 CPUtime=99.84 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 15746 0 337 0 9932 52 0 0 20 0 20 0 29942580 19521036288 674121 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=2682044 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 674121 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=2673724 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 102 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 674121 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=16468 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 674121 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 107.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2696484 KiB

[startup+162.3 s]

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

/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 909631 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=3638524 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 909631 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=3638524 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 909631 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 3180.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3638524 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.17 4.15 5/340 15665
/proc/meminfo: memFree=114069348/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=3642620 CPUtime=3240.47 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 142129 0 438 0 323862 185 0 0 20 0 20 0 29942544 19521036288 910655 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 910655 5399 1 0 1087609 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=16468 CPUtime=3193.09 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 69455 0 337 0 319244 65 0 0 20 0 20 0 29942580 19521036288 910655 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=3640572 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 910655 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=3640572 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 910655 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 910655 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 3240.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3642620 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.15 4.15 5/341 15668
/proc/meminfo: memFree=114054080/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=3646764 CPUtime=3300.77 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 144909 0 438 0 329890 187 0 0 20 0 20 0 29942544 19521036288 911691 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 911691 5399 1 0 1087609 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=16468 CPUtime=3252.62 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 71422 0 337 0 325197 65 0 0 20 0 20 0 29942580 19521036288 911691 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 911691 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=3644712 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 1937 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 911691 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 911691 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 3300.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3646764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.15 4.15 5/342 15676
/proc/meminfo: memFree=114025036/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=3654956 CPUtime=3360.8 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 147224 0 438 0 335890 190 0 0 20 0 20 0 29942544 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 913739 5399 1 0 1087609 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=16468 CPUtime=3312.29 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 72881 0 337 0 331163 66 0 0 20 0 20 0 29942580 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=3654956 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=3654956 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 1984 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=3652908 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 3360.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.14 5/341 15678
/proc/meminfo: memFree=114008740/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=3654956 CPUtime=3420.92 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 147379 0 438 0 341900 192 0 0 20 0 20 0 29942544 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 913739 5399 1 0 1087609 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=3652908 CPUtime=3371.9 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 72983 0 337 0 337124 66 0 0 20 0 20 0 29942580 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=3654956 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=3654956 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 1984 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=-6000919472773883758 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 913739 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 3420.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.14 5/341 15682
/proc/meminfo: memFree=113978896/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=3657020 CPUtime=3481.07 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 148555 0 438 0 347914 193 0 0 20 0 20 0 29942544 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 914255 5399 1 0 1087613 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=3652908 CPUtime=3431.5 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 74108 0 337 0 343083 67 0 0 20 0 20 0 29942580 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=3657020 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=16468 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 1984 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=16468 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 3481.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657020 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.14 4.14 5/341 15684
/proc/meminfo: memFree=113958568/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=3657020 CPUtime=3541.29 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 151169 0 438 0 353934 195 0 0 20 0 20 0 29942544 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 914255 5399 1 0 1087618 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=3657020 CPUtime=3491.05 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 75945 0 337 0 349038 67 0 0 20 0 20 0 29942580 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=-6000919472773883758 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 2065 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=3657020 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 914255 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 3541.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3657020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.9 s]
/proc/loadavg: 4.11 4.13 4.14 5/340 15686
/proc/meminfo: memFree=113933628/131250000 swapFree=33010684/33010684
[pid=15132] ppid=15118 vsize=19063512 memory=3669376 CPUtime=3600.04 cores=1,3
/proc/15132/stat : 15132 (java) S 15118 15132 11836 0 -1 4194304 153377 0 438 0 359806 198 0 0 20 0 20 0 29942544 19521036288 917344 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
/proc/15132/statm: 4765878 917344 5399 1 0 1087618 0
[pid=15132/tid=15144] ppid=15118 vsize=19063512 memory=3657020 CPUtime=3549.17 cores=1,3
/proc/15132/task/15144/stat : 15144 (java) R 15118 15132 11836 0 -1 4194368 77282 0 337 0 354850 67 0 0 20 0 20 0 29942580 19521036288 917344 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15189] ppid=15118 vsize=19063512 memory=3659128 CPUtime=0 cores=1,3
/proc/15132/task/15189/stat : 15189 (Finalizer) S 15118 15132 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 917344 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15212] ppid=15118 vsize=19063512 memory=3667328 CPUtime=0 cores=1,3
/proc/15132/task/15212/stat : 15212 (Common-Cleaner) S 15118 15132 11836 0 -1 4194368 2119 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 917344 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
[pid=15132/tid=15233] ppid=15118 vsize=19063512 memory=16468 CPUtime=0 cores=1,3
/proc/15132/task/15233/stat : 15233 (Timer-0) S 15118 15132 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942717 19521036288 917344 18446744073709551615 94211679956992 94211679960688 140725629472096 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94211679968504 94211679969296 94211707224064 140725629475198 140725629475302 140725629475302 140725629480904 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3669376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.22 s, system=2.00598 s

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

[startup+3581.01 s]*
/proc/loadavg: 4.10 4.13 4.14 8/320 15692
/proc/meminfo: memFree=117592488/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3581.02
CPU time (s): 3600.23
CPU user time (s): 3598.22
CPU system time (s): 2.00598
CPU usage (%): 100.536
Max. virtual memory (cumulated for all children) (KiB): 19066512
Max. memory (cumulated for all children) (KiB): 3669376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.22
system time used= 2.00598
maximum resident set size= 3670528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155994
page faults= 438
swaps= 0
block input operations= 7544
block output operations= 18200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131687
involuntary context switches= 9057


# summary of solver processes directly reported to runsolver:
#   pid: 15132
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3598.22
#   total CPU system time (s): 2.00598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.42602 second user time and 16.227 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-28 22:30:31
IDJOB=4491542
IDBENCH=147718
IDSOLVER=3361
FILE ID=nodeC033/4491542-1751142631
RUNJOBID= nodeC033-1751142631-15080
SLURM_JOB_ID= 9587433
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491542-1751142631/watcher-4491542-1751142631 -o /tmp/evaluation-result-4491542-1751142631/solver-4491542-1751142631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751142631-15080 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491542-1751142631.opb

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

MD5SUM BENCH= 209c63ac31a13f6816f27826d17fc4ad
RANDOM SEED=1033591210

nodeC033 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		: 3602.333
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	: 7000.13
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.608
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130123144 kB
MemAvailable:   129733812 kB
Buffers:            3280 kB
Cached:           386672 kB
SwapCached:            0 kB
Active:           288996 kB
Inactive:         163340 kB
Active(anon):      80504 kB
Inactive(anon):        0 kB
Active(file):     208492 kB
Inactive(file):   163340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25188 kB
Writeback:            16 kB
AnonPages:         65464 kB
Mapped:           102800 kB
Shmem:             18120 kB
KReclaimable:      84860 kB
Slab:             167588 kB
SReclaimable:      84860 kB
SUnreclaim:        82728 kB
KernelStack:        3952 kB
PageTables:         2496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     330968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC033 at 2025-06-28 23:30:13