Trace number 4491434

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.22 3583.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM911cf7319fa5fa56cdd8e7a94536c536
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 benchmark43.6526
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.83	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.83	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.83	c See www.sat4j.org for details.
0.09/0.88	c version PB25.v20250606
0.09/0.89	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.89	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.89	c java.vm.version	22.0.1+8-16
0.09/0.89	c java.vm.vendor	Oracle Corporation
0.09/0.89	c sun.arch.data.model	64
0.09/0.89	c java.version		22.0.1
0.09/0.89	c os.name		Linux
0.09/0.89	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.89	c os.arch		amd64
0.09/0.89	c Free memory 		2104792832
0.09/0.89	c Max memory 		16282288128
0.09/0.89	c Total memory 		2113929216
0.12/0.90	c Number of processors 	2
0.12/0.99	c Pseudo Boolean Optimization by upper bound
0.12/0.99	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.99	c  - never skip resolution steps
0.12/0.99	c  - Auto-division on coefficients is disabled
0.12/0.99	c  - No postprocessing
0.12/0.99	c  - Conflict is considered as is when resolving
0.12/0.99	c  - Use constraints as they come during conflict analysis
0.12/0.99	c  - Weaken first using unassigned literals
0.12/0.99	c  - Bump strategy: ALWAYS_ONE
0.12/0.99	c  - Bumper: ANY
0.12/0.99	c --- Begin Solver configuration ---
0.12/0.99	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.99	c Learn all clauses as in MiniSAT
0.12/0.99	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.99	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.99	c No reason simplification
0.12/0.99	c Armin Biere (Picosat) restarts strategy
0.12/0.99	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.99	c timeout=2147483s
0.12/0.99	c DB Simplification allowed=false
0.12/0.99	c Listener: none
0.12/0.99	c --- End Solver configuration ---
0.12/0.99	c solving HOME/instance-4491434-1751142631.opb
0.12/0.99	c reading problem ... 
0.24/1.01	c  no objective function found
3.02/2.50	c ... done. Wall clock time 1.503s.
3.02/2.50	c declared #vars     168111
3.02/2.50	c #constraints  487525
3.02/2.50	c constraints type 
3.02/2.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
3.02/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
3.02/2.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
3.02/2.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
3.02/2.50	c 487525 constraints processed.
18.86/16.45	c cleaning 2358 clauses out of 4997
43.44/40.61	c cleaning 4163 clauses out of 8639
99.12/96.07	c cleaning 5558 clauses out of 11475
181.44/177.88	c cleaning 6726 clauses out of 13916
334.22/330.09	c cleaning 7850 clauses out of 16190
575.43/570.70	c cleaning 8836 clauses out of 18340
1088.49/1082.00	c cleaning 9889 clauses out of 20504
1830.72/1822.50	c cleaning 10882 clauses out of 22616
2715.02/2703.29	c cleaning 11923 clauses out of 24731
3600.05/3583.41	c starts		: 89
3600.05/3583.42	c conflicts		: 94410
3600.05/3583.42	c decisions		: 323625
3600.05/3583.42	c propagations		: 284995559
3600.05/3583.42	c inspects		: 5522613038
3600.05/3583.42	c shortcuts		: 0
3600.05/3583.43	c learnt literals	: 7
3600.05/3583.43	c learnt binary clauses	: 368
3600.05/3583.43	c learnt ternary clauses	: 571
3600.05/3583.43	c learnt constraints	: 94402
3600.05/3583.43	c ignored constraints	: 0
3600.05/3583.43	c root simplifications	: 0
3600.05/3583.43	c removed literals (reason simplification)	: 0
3600.05/3583.43	c reason swapping (by a shorter reason)	: 0
3600.05/3583.43	c Calls to reduceDB	: 9
3600.05/3583.43	c Number of update (reduction) of LBD	: 0
3600.05/3583.43	c Imported unit clauses	: 0
3600.05/3583.43	c No decision after first conflict	: false
3600.05/3583.43	c number of reductions to clauses (during analyze)	: 0
3600.05/3583.43	c number of learned constraints concerned by reduction	: 0
3600.05/3583.43	c number of learning phase by resolution	: 0
3600.05/3583.43	c number of learning phase by cutting planes	: 0
3600.05/3583.43	c number of rounding to 1 operations	: 0
3600.05/3583.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3583.43	c number of reductions of the coefficients by power 2 	: 0
3600.05/3583.43	c number of right shift for reduction by power 2 	: 0
3600.05/3583.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3583.43	c number of ending skipping 	: 0
3600.05/3583.43	c number of internal skipping 	: 0
3600.05/3583.43	c number of derivation steps 	: 3327220
3600.05/3583.43	c number of skipped derivation steps 	: 0
3600.05/3583.43	c number of remaining unassigned 	: 56576
3600.05/3583.43	c number of remaining assigned 	: 14272641
3600.05/3583.43	c number of falsified literals weakened from reason	: 0
3600.05/3583.43	c number of falsified literals weakened from conflict	: 0
3600.05/3583.43	c time for arithmetic operations	: 2602179103
3600.05/3583.44	c minimum degree of deleted constraints	: null
3600.05/3583.44	c maximum degree of deleted constraints	: null
3600.05/3583.44	c number of deleted constraints	: 0
3600.05/3583.45	c speed (assignments/second)	: 79587.33435802459
3600.05/3583.45	c non guided choices	: 22153
3600.05/3583.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1044
3600.05/3583.47	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 24805
3600.05/3583.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 368
3600.05/3583.47	s UNKNOWN
3600.05/3583.47	c Total wall clock time (in seconds): 3582.482

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-4491434-1751142631/watcher-4491434-1751142631 -o /tmp/evaluation-result-4491434-1751142631/solver-4491434-1751142631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751142631-15081 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491434-1751142631.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100064 s]*
/proc/loadavg: 1.13 1.45 2.41 1/266 15138
/proc/meminfo: memFree=130117024/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=24024 memory=1920 CPUtime=0 cores=5,7
/proc/15137/stat : 15137 (java) D 15134 15137 11836 0 -1 4194304 149 0 2 0 0 0 0 0 20 0 1 0 29942549 24600576 480 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 6006 480 448 1 0 462 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24024 KiB
Current children cumulated memory: 1920 KiB

[startup+0.204944 s]*
/proc/loadavg: 1.13 1.45 2.41 1/266 15138
/proc/meminfo: memFree=130117024/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=24960 memory=3072 CPUtime=0 cores=5,7
/proc/15137/stat : 15137 (java) D 15134 15137 11836 0 -1 4194304 226 0 13 0 0 0 0 0 20 0 1 0 29942549 25559040 768 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 6240 768 672 1 0 464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 3072 KiB

[startup+0.304862 s]*
/proc/loadavg: 1.13 1.45 2.41 1/269 15141
/proc/meminfo: memFree=130116772/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=24960 memory=7168 CPUtime=0 cores=5,7
/proc/15137/stat : 15137 (java) D 15134 15137 11836 0 -1 4194304 517 0 68 0 0 0 0 0 20 0 1 0 29942549 25559040 1792 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 6240 1792 1440 1 0 259 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 7168 KiB

[startup+0.700176 s]
/proc/loadavg: 1.13 1.45 2.41 2/296 15168
/proc/meminfo: memFree=130127264/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=18930288 memory=44612 CPUtime=0.04 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 5146 0 428 0 2 2 0 0 20 0 18 0 29942549 19384614912 11153 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4732572 11153 4722 1 0 546656 0
[pid=15137/tid=15143] ppid=15134 vsize=18930288 memory=10752 CPUtime=0.02 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) D 15134 15137 11836 0 -1 4194368 4330 0 329 0 1 1 0 0 20 0 18 0 29942580 19384614912 11153 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18930288 KiB
Current children cumulated memory: 44612 KiB

[startup+1.50023 s]
/proc/loadavg: 1.13 1.45 2.41 1/340 15212
/proc/meminfo: memFree=130025684/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=18996948 memory=187876 CPUtime=1.2 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 10838 0 450 0 114 6 0 0 20 0 19 0 29942549 19452874752 46969 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4749237 46969 5362 1 0 550835 0
[pid=15137/tid=15143] ppid=15134 vsize=18996948 memory=10752 CPUtime=0.57 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 5218 0 344 0 54 3 0 0 20 0 19 0 29942580 19452874752 46969 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=18996948 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 29942610 19452874752 46969 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=18996948 memory=17280 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 29942615 19452874752 46969 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 187876 KiB

[startup+3.10598 s]
/proc/loadavg: 1.13 1.45 2.41 8/344 15347
/proc/meminfo: memFree=129380204/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=19063512 memory=530520 CPUtime=4.18 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 18206 0 451 0 403 15 0 0 20 0 20 0 29942549 19521036288 132630 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 132630 5394 1 0 1229526 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=0 CPUtime=1.93 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 5482 0 345 0 186 7 0 0 20 0 20 0 29942580 19521036288 132630 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 132630 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=-6000919489920198510 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 132630 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=48964 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 132630 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 530520 KiB

[startup+6.30024 s]
/proc/loadavg: 1.76 1.57 2.45 7/348 15416
/proc/meminfo: memFree=126654604/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=19063512 memory=1272912 CPUtime=8.34 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 19657 0 452 0 803 31 0 0 20 0 20 0 29942549 19521036288 318228 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 318228 5394 1 0 1801930 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=48964 CPUtime=5 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 5843 0 345 0 479 21 0 0 20 0 20 0 29942580 19521036288 318228 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=1272912 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 318228 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 318228 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 318228 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1272912 KiB

[startup+12.7002 s]
/proc/loadavg: 2.02 1.63 2.46 6/348 15483
/proc/meminfo: memFree=121084404/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=19063512 memory=4206000 CPUtime=15.06 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 21897 0 452 0 1420 86 0 0 20 0 20 0 29942549 19521036288 1051500 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1051500 5394 1 0 1801955 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=1987792 CPUtime=11.36 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 7910 0 345 0 1060 76 0 0 20 0 20 0 29942580 19521036288 1051500 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1051500 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1051500 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=48964 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1051500 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 15.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206000 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=15137] ppid=15134 vsize=19063512 memory=4503632 CPUtime=28.22 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 30008 0 453 0 2729 93 0 0 20 0 20 0 29942549 19521036288 1125908 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1125908 5426 1 0 1802035 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=48964 CPUtime=24.02 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 10486 0 345 0 2322 80 0 0 20 0 20 0 29942580 19521036288 1125908 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=1987792 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1125908 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=4495388 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1125908 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=-6000919489920198510 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1125908 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 28.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4503632 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=15137] ppid=15134 vsize=19063512 memory=4520340 CPUtime=53.99 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 35386 0 453 0 5304 95 0 0 20 0 20 0 29942549 19521036288 1130085 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1130085 5426 1 0 1802097 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=4516240 CPUtime=49.4 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 13920 0 345 0 4858 82 0 0 20 0 20 0 29942580 19521036288 1130085 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=4514120 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1130085 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1130085 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1130085 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 53.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4520340 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=15137] ppid=15134 vsize=19063512 memory=4549084 CPUtime=105.46 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 44450 0 453 0 10447 99 0 0 20 0 20 0 29942549 19521036288 1137271 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1137271 5426 1 0 1802097 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=4547036 CPUtime=100.09 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 17623 0 345 0 9926 83 0 0 20 0 20 0 29942580 19521036288 1137271 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=4530652 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1137271 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=4544988 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 112 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1137271 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1137271 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 105.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4549084 KiB

[startup+162.3 s]

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

/proc/meminfo: memFree=114069348/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=19063512 memory=5215440 CPUtime=3237.09 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 182418 0 453 0 323492 217 0 0 20 0 20 0 29942549 19521036288 1303860 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1303860 5426 1 0 1802708 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=5205096 CPUtime=3196.74 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 108970 0 345 0 319566 108 0 0 20 0 20 0 29942580 19521036288 1303860 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=5205096 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1303860 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 2339 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1303860 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=5215440 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1303860 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 3237.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5215440 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=15137] ppid=15134 vsize=19063512 memory=5219536 CPUtime=3297.35 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 185583 0 453 0 329516 219 0 0 20 0 20 0 29942549 19521036288 1304884 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1304884 5426 1 0 1802708 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=5217488 CPUtime=3256.35 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 111239 0 345 0 325527 108 0 0 20 0 20 0 29942580 19521036288 1304884 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1304884 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 2416 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1304884 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=5219536 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1304884 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 3297.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5219536 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=15137] ppid=15134 vsize=19063512 memory=5221584 CPUtime=3357.68 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 187666 0 453 0 335547 221 0 0 20 0 20 0 29942549 19521036288 1305396 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1305396 5426 1 0 1802708 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=5504 CPUtime=3315.98 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 112246 0 345 0 331490 108 0 0 20 0 20 0 29942580 19521036288 1305396 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1305396 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=-6000919489920198510 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 2501 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1305396 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=5221584 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1305396 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 3357.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5221584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.14 6/341 15678
/proc/meminfo: memFree=114008740/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=19063512 memory=5225684 CPUtime=3418.11 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 191023 0 453 0 341588 223 0 0 20 0 20 0 29942549 19521036288 1306421 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1306421 5426 1 0 1802708 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=5504 CPUtime=3375.57 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 114581 0 345 0 337448 109 0 0 20 0 20 0 29942580 19521036288 1306421 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1306421 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 2502 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1306421 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=5223632 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1306421 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 3418.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5225684 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=15137] ppid=15134 vsize=19063512 memory=5229780 CPUtime=3478.31 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 193677 0 453 0 347606 225 0 0 20 0 20 0 29942549 19521036288 1307445 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1307445 5426 1 0 1802708 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=5504 CPUtime=3435.18 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 117121 0 345 0 343409 109 0 0 20 0 20 0 29942580 19521036288 1307445 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1307445 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=5229780 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 2542 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1307445 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=5227732 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1307445 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 3478.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5229780 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=15137] ppid=15134 vsize=19063512 memory=5231828 CPUtime=3538.65 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 195337 0 453 0 353639 226 0 0 20 0 20 0 29942549 19521036288 1307957 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1307957 5426 1 0 1802708 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=5504 CPUtime=3494.85 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 117937 0 345 0 349375 110 0 0 20 0 20 0 29942580 19521036288 1307957 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=5229780 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1307957 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 2569 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1307957 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=5231828 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1307957 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 3538.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5231828 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.13 4.14 4/296 15740
/proc/meminfo: memFree=122926720/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=19063512 memory=5237976 CPUtime=3598.95 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 198831 0 453 0 359667 228 0 0 20 0 20 0 29942549 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1309494 5426 1 0 1802708 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=5504 CPUtime=3554.46 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 120243 0 345 0 355336 110 0 0 20 0 20 0 29942580 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 2569 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=16468 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 3598.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5237976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.4 s]
/proc/loadavg: 4.10 4.13 4.14 3/291 15755
/proc/meminfo: memFree=122934256/131250000 swapFree=33010684/33010684
[pid=15137] ppid=15134 vsize=19063512 memory=5237976 CPUtime=3600.05 cores=5,7
/proc/15137/stat : 15137 (java) S 15134 15137 11836 0 -1 4194304 198831 0 453 0 359777 228 0 0 20 0 20 0 29942549 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
/proc/15137/statm: 4765878 1309494 5426 1 0 1802708 0
[pid=15137/tid=15143] ppid=15134 vsize=19063512 memory=4380 CPUtime=3555.55 cores=5,7
/proc/15137/task/15143/stat : 15143 (java) R 15134 15137 11836 0 -1 4194368 120243 0 345 0 355445 110 0 0 20 0 20 0 29942580 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15184] ppid=15134 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15137/task/15184/stat : 15184 (Finalizer) S 15134 15137 11836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 29942610 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15209] ppid=15134 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/15137/task/15209/stat : 15209 (Common-Cleaner) S 15134 15137 11836 0 -1 4194368 2569 0 0 0 0 0 0 0 20 0 20 0 29942615 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
[pid=15137/tid=15251] ppid=15134 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/15137/task/15251/stat : 15251 (Timer-0) S 15134 15137 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942802 19521036288 1309494 18446744073709551615 94317137539072 94317137542768 140729748223776 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94317137550584 94317137551376 94317138558976 140729748228478 140729748228582 140729748228582 140729748234184 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5237976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.91 s, system=2.30557 s

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

Child status: 143

Real time (s): 3583.5
CPU time (s): 3600.22
CPU user time (s): 3597.91
CPU system time (s): 2.30557
CPU usage (%): 100.467
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5237976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.91
system time used= 2.30557
maximum resident set size= 5239128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201593
page faults= 453
swaps= 0
block input operations= 9920
block output operations= 16080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123022
involuntary context switches= 10185


# summary of solver processes directly reported to runsolver:
#   pid: 15137
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.91
#   total CPU system time (s): 2.30557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.90884 second user time and 17.5949 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-28 22:30:31
IDJOB=4491434
IDBENCH=147705
IDSOLVER=3361
FILE ID=nodeC033/4491434-1751142631
RUNJOBID= nodeC033-1751142631-15081
SLURM_JOB_ID= 9587433
Free space on /tmp= 433036 MiB

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

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

MD5SUM BENCH= 911cf7319fa5fa56cdd8e7a94536c536
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		: 3600.191
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		: 3600.260
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.449
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		: 3597.073
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		: 3600.072
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.067
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.591
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		: 3595.945
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:        130121668 kB
MemAvailable:   129732660 kB
Buffers:            3280 kB
Cached:           387644 kB
SwapCached:            0 kB
Active:           289968 kB
Inactive:         163988 kB
Active(anon):      81476 kB
Inactive(anon):        0 kB
Active(file):     208492 kB
Inactive(file):   163988 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25836 kB
Writeback:            16 kB
AnonPages:         66436 kB
Mapped:           103124 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:     336716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 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= 433044 MiB
End job on nodeC033 at 2025-06-28 23:30:15