Trace number 4491614

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.12 3591.35

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
MD5SUM76d76a6e9366419c7968e5756d4a65f6
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 benchmark0.727783
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20605
Total number of constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
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 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: ANY
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4491614-1751142634.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c  no objective function found
0.89/0.51	c ... done. Wall clock time 0.352s.
0.89/0.51	c declared #vars     20605
0.89/0.52	c #constraints  59851
0.89/0.52	c constraints type 
0.89/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39590
0.89/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1176
0.89/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19084
0.89/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.89/0.52	c 59851 constraints processed.
49.94/45.69	c cleaning 2369 clauses out of 5000
337.94/332.20	c cleaning 4153 clauses out of 8631
1093.31/1086.83	c cleaning 5548 clauses out of 11478
2339.98/2332.42	c cleaning 6710 clauses out of 13931
3600.02/3591.31	c starts		: 55
3600.02/3591.32	c conflicts		: 31954
3600.02/3591.32	c decisions		: 43516
3600.02/3591.32	c propagations		: 80723679
3600.02/3591.32	c inspects		: 5115738384
3600.02/3591.32	c shortcuts		: 0
3600.02/3591.32	c learnt literals	: 0
3600.02/3591.32	c learnt binary clauses	: 227
3600.02/3591.32	c learnt ternary clauses	: 500
3600.02/3591.32	c learnt constraints	: 31954
3600.02/3591.32	c ignored constraints	: 0
3600.02/3591.32	c root simplifications	: 0
3600.02/3591.32	c removed literals (reason simplification)	: 0
3600.02/3591.32	c reason swapping (by a shorter reason)	: 0
3600.02/3591.32	c Calls to reduceDB	: 4
3600.02/3591.32	c Number of update (reduction) of LBD	: 0
3600.02/3591.32	c Imported unit clauses	: 0
3600.02/3591.32	c No decision after first conflict	: false
3600.02/3591.32	c number of reductions to clauses (during analyze)	: 0
3600.02/3591.32	c number of learned constraints concerned by reduction	: 0
3600.02/3591.32	c number of learning phase by resolution	: 0
3600.02/3591.32	c number of learning phase by cutting planes	: 0
3600.02/3591.32	c number of rounding to 1 operations	: 0
3600.02/3591.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3591.32	c number of reductions of the coefficients by power 2 	: 0
3600.02/3591.32	c number of right shift for reduction by power 2 	: 0
3600.02/3591.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3591.32	c number of ending skipping 	: 0
3600.02/3591.32	c number of internal skipping 	: 0
3600.02/3591.32	c number of derivation steps 	: 3118413
3600.02/3591.32	c number of skipped derivation steps 	: 0
3600.02/3591.32	c number of remaining unassigned 	: 2912
3600.02/3591.32	c number of remaining assigned 	: 3925694
3600.02/3591.32	c number of falsified literals weakened from reason	: 0
3600.02/3591.32	c number of falsified literals weakened from conflict	: 0
3600.02/3591.32	c time for arithmetic operations	: 276783960
3600.02/3591.32	c minimum degree of deleted constraints	: null
3600.02/3591.32	c maximum degree of deleted constraints	: null
3600.02/3591.32	c number of deleted constraints	: 0
3600.02/3591.32	c speed (assignments/second)	: 22480.694831235378
3600.02/3591.32	c non guided choices	: 457
3600.02/3591.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1202
3600.02/3591.33	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 11745
3600.02/3591.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 227
3600.02/3591.34	s UNKNOWN
3600.02/3591.34	c Total wall clock time (in seconds): 3591.179

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 1.13 1.45 2.41 9/344 15347
/proc/meminfo: memFree=129349924/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=18930384 memory=57708 CPUtime=0.11 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 6557 0 0 0 10 1 0 0 20 0 18 0 29942845 19384713216 14427 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4732596 14427 5336 1 0 547604 0
[pid=15327/tid=15331] ppid=15315 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 5058 0 0 0 6 1 0 0 20 0 18 0 29942846 19384713216 14427 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29942848 19384713216 14427 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=18930384 memory=60684515952020 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29942849 19384713216 14427 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57708 KiB

[startup+0.205811 s]*
/proc/loadavg: 1.13 1.45 2.41 11/344 15347
/proc/meminfo: memFree=129277028/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=18930384 memory=64592 CPUtime=0.31 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 7165 0 0 0 29 2 0 0 20 0 18 0 29942845 19384713216 16148 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4732596 16148 5432 1 0 547999 0
[pid=15327/tid=15331] ppid=15315 vsize=18930384 memory=4026532124 CPUtime=0.16 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 5367 0 0 0 15 1 0 0 20 0 18 0 29942846 19384713216 16148 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=18930384 memory=16898 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29942848 19384713216 16148 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29942849 19384713216 16148 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64592 KiB

[startup+0.30581 s]*
/proc/loadavg: 1.13 1.45 2.41 10/345 15348
/proc/meminfo: memFree=129188116/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=18930384 memory=97300 CPUtime=0.5 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 8635 0 0 0 47 3 0 0 20 0 18 0 29942845 19384713216 24325 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4732596 24325 5432 1 0 548993 0
[pid=15327/tid=15331] ppid=15315 vsize=18930384 memory=-6000919485658654574 CPUtime=0.26 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 5384 0 0 0 24 2 0 0 20 0 18 0 29942846 19384713216 24325 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 29942848 19384713216 24325 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 29942849 19384713216 24325 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97300 KiB

[startup+0.700211 s]
/proc/loadavg: 1.13 1.45 2.41 9/346 15349
/proc/meminfo: memFree=129018168/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=169208 CPUtime=1.26 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 11229 0 0 0 119 7 0 0 20 0 20 0 29942845 19521036288 42302 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 42302 5464 1 0 551311 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=17280 CPUtime=0.57 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 5485 0 0 0 53 4 0 0 20 0 20 0 29942846 19521036288 42302 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 42302 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 42302 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169208 KiB

[startup+1.50024 s]
/proc/loadavg: 1.13 1.45 2.41 9/326 15387
/proc/meminfo: memFree=128911688/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=197688 CPUtime=2.83 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 16599 0 0 0 272 11 0 0 20 0 20 0 29942845 19521036288 49422 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 49422 5464 1 0 554655 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=3328 CPUtime=1.26 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 5490 0 0 0 121 5 0 0 20 0 20 0 29942846 19521036288 49422 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 49422 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 49422 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=16468 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 49422 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197688 KiB

[startup+3.10565 s]
/proc/loadavg: 1.76 1.57 2.45 7/348 15416
/proc/meminfo: memFree=126683276/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=867416 CPUtime=5.09 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 17422 0 0 0 485 24 0 0 20 0 20 0 29942845 19521036288 216854 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 216854 5464 1 0 723834 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=10752 CPUtime=2.82 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 5816 0 0 0 264 18 0 0 20 0 20 0 29942846 19521036288 216854 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=16468 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 216854 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 216854 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 216854 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 5.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 867416 KiB

[startup+6.30021 s]
/proc/loadavg: 1.76 1.57 2.45 7/347 15481
/proc/meminfo: memFree=123186416/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=1316312 CPUtime=8.53 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 21827 0 0 0 820 33 0 0 20 0 20 0 29942845 19521036288 329078 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 329078 5464 1 0 723850 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=3328 CPUtime=5.96 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 7175 0 0 0 570 26 0 0 20 0 20 0 29942846 19521036288 329078 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 329078 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 329078 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=197816 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 329078 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 8.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316312 KiB

[startup+12.7002 s]
/proc/loadavg: 2.26 1.69 2.47 6/348 15483
/proc/meminfo: memFree=119356260/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=1730140 CPUtime=15.1 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 23176 0 0 0 1468 42 0 0 20 0 20 0 29942845 19521036288 432535 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 432535 5464 1 0 723853 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=10752 CPUtime=12.32 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 7912 0 0 0 1198 34 0 0 20 0 20 0 29942846 19521036288 432535 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=197816 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 432535 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=1730140 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 432535 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=16468 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 432535 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 15.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1730140 KiB

[startup+25.5002 s]
/proc/loadavg: 2.53 1.76 2.49 6/348 15483
/proc/meminfo: memFree=117310840/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=1751320 CPUtime=29.53 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 36896 0 0 0 2909 44 0 0 20 0 20 0 29942845 19521036288 437830 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 437830 5464 1 0 726484 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=1751320 CPUtime=24.98 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 9687 0 0 0 2464 34 0 0 20 0 20 0 29942846 19521036288 437830 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=1745116 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 437830 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=164 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 437830 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=1723964 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 437830 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751320 KiB

[startup+51.1059 s]
/proc/loadavg: 3.16 1.98 2.54 6/348 15484
/proc/meminfo: memFree=117237312/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=1764028 CPUtime=55.54 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 47987 0 0 0 5507 47 0 0 20 0 20 0 29942845 19521036288 441007 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 441007 5464 1 0 726581 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=1764028 CPUtime=50.34 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 13323 0 0 0 4999 35 0 0 20 0 20 0 29942846 19521036288 441007 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=1761588 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 441007 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=16468 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 441007 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0

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

/proc/meminfo: memFree=114053832/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=2056540 CPUtime=3290.73 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 105603 0 0 0 328894 179 0 0 20 0 20 0 29942845 19521036288 514135 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 514135 5496 1 0 726741 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=2056540 CPUtime=3261.94 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 45016 0 0 0 326146 48 0 0 20 0 20 0 29942846 19521036288 514135 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=129 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 514135 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 1280 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 514135 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=2056540 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 514135 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 3290.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2056540 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.15 4.15 6/342 15676
/proc/meminfo: memFree=114025060/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=2060636 CPUtime=3350.81 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 105748 0 0 0 334899 182 0 0 20 0 20 0 29942845 19521036288 515159 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 515159 5496 1 0 726741 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=17280 CPUtime=3321.57 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 45083 0 0 0 332108 49 0 0 20 0 20 0 29942846 19521036288 515159 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 515159 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=2060636 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 1280 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 515159 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=17069 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 515159 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 3350.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2060636 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=15327] ppid=15315 vsize=19063512 memory=2064748 CPUtime=3410.88 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 105821 0 0 0 340904 184 0 0 20 0 20 0 29942845 19521036288 516187 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 516187 5496 1 0 726741 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=5504 CPUtime=3381.23 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 45108 0 0 0 338074 49 0 0 20 0 20 0 29942846 19521036288 516187 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 516187 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=2064748 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 1281 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 516187 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=2064748 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 516187 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 3410.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2064748 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.14 6/341 15682
/proc/meminfo: memFree=113978928/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=2066796 CPUtime=3470.94 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 106008 0 0 0 346908 186 0 0 20 0 20 0 29942845 19521036288 516699 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 516699 5496 1 0 726741 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=5504 CPUtime=3440.86 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 45256 0 0 0 344037 49 0 0 20 0 20 0 29942846 19521036288 516699 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=16468 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 516699 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=16468 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 1281 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 516699 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=2066796 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 516699 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 3470.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2066796 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.14 4.14 6/341 15684
/proc/meminfo: memFree=113958592/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=2068844 CPUtime=3530.92 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 107784 0 0 0 352903 189 0 0 20 0 20 0 29942845 19521036288 517211 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 517211 5496 1 0 726741 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=2066796 CPUtime=3500.39 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 46390 0 0 0 349989 50 0 0 20 0 20 0 29942846 19521036288 517211 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=2064748 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 517211 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=2064748 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 1281 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 517211 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=2068844 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 517211 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 3530.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2068844 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.13 4.14 2/266 15789
/proc/meminfo: memFree=128138596/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=2070892 CPUtime=3591 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 108565 0 0 0 358909 191 0 0 20 0 20 0 29942845 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 517723 5496 1 0 726741 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=2064748 CPUtime=3560.03 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 47074 0 0 0 355953 50 0 0 20 0 20 0 29942846 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=2070892 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 1313 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=16468 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 3591 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2070892 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3591.3 s]
/proc/loadavg: 3.70 4.04 4.11 2/266 15789
/proc/meminfo: memFree=128138880/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=2070892 CPUtime=3600.02 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 108700 0 0 0 359810 192 0 0 20 0 20 0 29942845 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 517723 5496 1 0 726741 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=0 CPUtime=3568.96 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 47202 0 0 0 356846 50 0 0 20 0 20 0 29942846 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=2070892 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 1314 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2070892 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.19 s, system=1.93425 s

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

[startup+3591.3 s]
/proc/loadavg: 3.70 4.04 4.11 2/266 15789
/proc/meminfo: memFree=128138880/131250000 swapFree=33010684/33010684
[pid=15327] ppid=15315 vsize=19063512 memory=2070892 CPUtime=3600.02 cores=4,6
/proc/15327/stat : 15327 (java) S 15315 15327 11836 0 -1 4194304 108700 0 0 0 359810 192 0 0 20 0 20 0 29942845 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
/proc/15327/statm: 4765878 517723 5496 1 0 726741 0
[pid=15327/tid=15331] ppid=15315 vsize=19063512 memory=0 CPUtime=3568.96 cores=4,6
/proc/15327/task/15331/stat : 15331 (java) R 15315 15327 11836 0 -1 4194368 47202 0 0 0 356846 50 0 0 20 0 20 0 29942846 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15340] ppid=15315 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/15327/task/15340/stat : 15340 (Finalizer) S 15315 15327 11836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 29942848 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15347] ppid=15315 vsize=19063512 memory=2070892 CPUtime=0 cores=4,6
/proc/15327/task/15347/stat : 15347 (Common-Cleaner) S 15315 15327 11836 0 -1 4194368 1314 0 0 0 0 0 0 0 20 0 20 0 29942849 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
[pid=15327/tid=15352] ppid=15315 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/15327/task/15352/stat : 15352 (Timer-0) S 15315 15327 11836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 29942897 19521036288 517723 18446744073709551615 94543632171008 94543632174704 140735048088272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94543632182520 94543632183312 94543650177024 140735048096126 140735048096230 140735048096230 140735048101832 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2070892 KiB

Child status: 143

Real time (s): 3591.35
CPU time (s): 3600.12
CPU user time (s): 3598.19
CPU system time (s): 1.93425
CPU usage (%): 100.244
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2070892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.19
system time used= 1.93425
maximum resident set size= 2071916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111255
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138354
involuntary context switches= 7031


# summary of solver processes directly reported to runsolver:
#   pid: 15327
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.19
#   total CPU system time (s): 1.93425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56497 second user time and 17.3901 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-28 22:30:34
IDJOB=4491614
IDBENCH=147727
IDSOLVER=3361
FILE ID=nodeC033/4491614-1751142634
RUNJOBID= nodeC033-1751142631-15079
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.tag12.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491614-1751142634/watcher-4491614-1751142634 -o /tmp/evaluation-result-4491614-1751142634/solver-4491614-1751142634 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751142631-15079 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491614-1751142634.opb

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

MD5SUM BENCH= 76d76a6e9366419c7968e5756d4a65f6
RANDOM SEED=74557899

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		: 3607.739
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.070
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.071
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.066
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		: 3536.836
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.068
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.125
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		: 3600.058
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:        129454128 kB
MemAvailable:   129083920 kB
Buffers:            3280 kB
Cached:           424900 kB
SwapCached:            0 kB
Active:          1087616 kB
Inactive:         167480 kB
Active(anon):     845036 kB
Inactive(anon):        0 kB
Active(file):     242580 kB
Inactive(file):   167480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28292 kB
Writeback:             0 kB
AnonPages:        830136 kB
Mapped:           122000 kB
Shmem:             18120 kB
KReclaimable:      84876 kB
Slab:             168012 kB
SReclaimable:      84876 kB
SUnreclaim:        83136 kB
KernelStack:        4944 kB
PageTables:         4904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9630204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151208 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    657408 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= 433060 MiB
End job on nodeC033 at 2025-06-28 23:30:26