Trace number 4489881

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.4 3680.93

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM41281aaad41c07f4dcd6eb689ad0db2a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark220
Best CPU time to get the best result obtained on this benchmark3586.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 497468
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 497468
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.21	c os.arch		amd64
0.11/0.21	c Free memory 		2104792832
0.11/0.21	c Max memory 		16282288128
0.11/0.21	c Total memory 		2113929216
0.11/0.22	c Number of processors 	2
0.47/0.35	c Pseudo Boolean Optimization by upper bound
0.47/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.35	c  - never skip resolution steps
0.47/0.35	c  - Auto-division on coefficients is disabled
0.47/0.35	c  - No postprocessing
0.47/0.35	c  - Conflict is considered as is when resolving
0.47/0.35	c  - Use constraints as they come during conflict analysis
0.47/0.35	c  - Weaken first using unassigned literals
0.47/0.35	c  - Bump strategy: ALWAYS_ONE
0.47/0.35	c  - Bumper: EFFECTIVE
0.47/0.35	c --- Begin Solver configuration ---
0.47/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.47/0.35	c Learn all clauses as in MiniSAT
0.47/0.35	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.35	c No reason simplification
0.47/0.35	c Dynamic restart strategy considering the size of the coefficients
0.47/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.47/0.35	c timeout=2147483s
0.47/0.35	c DB Simplification allowed=false
0.47/0.35	c Listener: none
0.47/0.35	c --- End Solver configuration ---
0.47/0.35	c solving HOME/instance-4489881-1751365677.opb
0.47/0.35	c reading problem ... 
0.47/0.36	c using VERIPB proof format
0.47/0.36	c  objective function found
16.35/14.18	c ... done. Wall clock time 13.812s.
16.35/14.18	c declared #vars     10000
16.35/14.18	c #constraints  656900
16.35/14.18	c constraints type 
16.35/14.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
16.35/14.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
16.35/14.18	c 656900 constraints processed.
16.52/14.22	c objective function length is 10000 literals
266.43/282.26	c cleaning 2497 clauses out of 5002 with flag 0/5002
717.13/744.38	c cleaning 4244 clauses out of 8504 with flag 0/11001
1135.80/1198.20	c cleaning 5614 clauses out of 11259 with flag 0/18000
1619.91/1692.18	c cleaning 6816 clauses out of 13645 with flag 0/26000
2140.64/2210.31	c cleaning 7914 clauses out of 15834 with flag 0/35005
2764.00/2832.43	c cleaning 8954 clauses out of 17918 with flag 0/45003
3473.33/3554.39	c cleaning 9973 clauses out of 19963 with flag 0/56002
3600.02/3680.73	c starts		: 1
3600.02/3680.77	c conflicts		: 58241
3600.02/3680.78	c decisions		: 81604
3600.02/3680.78	c propagations		: 5444950
3600.02/3680.78	c inspects		: 223551338
3600.02/3680.78	c shortcuts		: 0
3600.02/3680.78	c learnt literals	: 0
3600.02/3680.78	c learnt binary clauses	: 0
3600.02/3680.78	c learnt ternary clauses	: 0
3600.02/3680.78	c learnt constraints	: 58240
3600.02/3680.78	c ignored constraints	: 0
3600.02/3680.78	c root simplifications	: 0
3600.02/3680.78	c removed literals (reason simplification)	: 0
3600.02/3680.78	c reason swapping (by a shorter reason)	: 0
3600.02/3680.78	c Calls to reduceDB	: 7
3600.02/3680.78	c Number of update (reduction) of LBD	: 91561
3600.02/3680.78	c Imported unit clauses	: 0
3600.02/3680.79	c No decision after first conflict	: false
3600.02/3680.80	c number of reductions to clauses (during analyze)	: 0
3600.02/3680.80	c number of learned constraints concerned by reduction	: 0
3600.02/3680.80	c number of learning phase by resolution	: 0
3600.02/3680.80	c number of learning phase by cutting planes	: 0
3600.23/3680.80	c number of rounding to 1 operations	: 0
3600.23/3680.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.23/3680.80	c number of reductions of the coefficients by power 2 	: 0
3600.23/3680.80	c number of right shift for reduction by power 2 	: 0
3600.23/3680.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.23/3680.81	c number of ending skipping 	: 0
3600.23/3680.81	c number of internal skipping 	: 0
3600.23/3680.81	c number of derivation steps 	: 1563954
3600.23/3680.81	c number of skipped derivation steps 	: 0
3600.23/3680.81	c number of remaining unassigned 	: 0
3600.23/3680.81	c number of remaining assigned 	: 0
3600.23/3680.81	c number of falsified literals weakened from reason	: 0
3600.23/3680.81	c number of falsified literals weakened from conflict	: 0
3600.23/3680.81	c time for arithmetic operations	: 0
3600.23/3680.81	c minimum degree of deleted constraints	: 1
3600.23/3680.81	c maximum degree of deleted constraints	: 1
3600.23/3680.81	c number of deleted constraints	: 46012
3600.23/3680.81	c speed (assignments/second)	: 1485.0473855834803
3600.23/3680.82	c non guided choices	: 0
3600.23/3680.86	c timeout
3600.23/3680.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12229
3600.23/3680.86	s UNKNOWN
3600.23/3680.86	c Total wall clock time (in seconds): 3680.516

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: 63794 MiB (56687 MiB free)
  memory of node 1: 64507 MiB (63488 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489881-1751365677/watcher-4489881-1751365677 -o /tmp/evaluation-result-4489881-1751365677/solver-4489881-1751365677 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49773 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489881-1751365677 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489881-1751365677.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=50342, runsolver pid=50339

[startup+0.100075 s]*
/proc/loadavg: 4.28 4.20 4.18 6/320 50360
/proc/meminfo: memFree=122856304/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=18930384 memory=50192 CPUtime=0.11 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 5744 0 0 0 8 3 0 0 20 0 18 0 52246647 19384713216 12548 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4732596 12548 5308 1 0 546957 0
[pid=50342/tid=50344] ppid=50339 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 4651 0 0 0 5 2 0 0 20 0 18 0 52246649 19384713216 12548 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246653 19384713216 12548 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 52246654 19384713216 12548 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50192 KiB

[startup+0.214089 s]*
/proc/loadavg: 4.28 4.20 4.18 8/320 50360
/proc/meminfo: memFree=122628568/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=18930384 memory=56156 CPUtime=0.27 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 6162 0 0 0 23 4 0 0 20 0 18 0 52246647 19384713216 14039 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4732596 14039 5340 1 0 547298 0
[pid=50342/tid=50344] ppid=50339 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 5030 0 0 0 14 2 0 0 20 0 18 0 52246649 19384713216 14039 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246653 19384713216 14039 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 52246654 19384713216 14039 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56156 KiB

[startup+0.315739 s]*
/proc/loadavg: 4.28 4.20 4.18 8/320 50360
/proc/meminfo: memFree=122504808/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=18930384 memory=60904 CPUtime=0.47 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 6771 0 0 0 42 5 0 0 20 0 18 0 52246647 19384713216 15226 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4732596 15226 5436 1 0 547873 0
[pid=50342/tid=50344] ppid=50339 vsize=18930384 memory=-6000919468445232234 CPUtime=0.27 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 5319 0 0 0 24 3 0 0 20 0 18 0 52246649 19384713216 15226 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246653 19384713216 15226 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 52246654 19384713216 15226 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60904 KiB

[startup+0.70654 s]
/proc/loadavg: 4.28 4.20 4.18 8/320 50360
/proc/meminfo: memFree=121990572/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=18996948 memory=161440 CPUtime=1.14 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 9030 0 0 0 105 9 0 0 20 0 19 0 52246647 19452874752 40360 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4749237 40360 5468 1 0 549636 0
[pid=50342/tid=50344] ppid=50339 vsize=18996948 memory=17792 CPUtime=0.54 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 5440 0 0 0 48 6 0 0 20 0 19 0 52246649 19452874752 40360 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246653 19452874752 40360 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52246654 19452874752 40360 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161440 KiB

[startup+1.50032 s]
/proc/loadavg: 4.28 4.20 4.18 7/321 50361
/proc/meminfo: memFree=119488488/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=18996948 memory=1206100 CPUtime=2.68 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 20710 0 0 0 232 36 0 0 20 0 19 0 52246647 19452874752 301525 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4749237 301525 5468 1 0 554899 0
[pid=50342/tid=50344] ppid=50339 vsize=18996948 memory=3200 CPUtime=1.29 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 6005 0 0 0 99 30 0 0 20 0 19 0 52246649 19452874752 301525 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246653 19452874752 301525 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52246654 19452874752 301525 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1206100 KiB

[startup+3.10591 s]
/proc/loadavg: 4.28 4.20 4.18 5/321 50361
/proc/meminfo: memFree=114894816/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=18996948 memory=3386540 CPUtime=5.01 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 22641 0 0 0 420 81 0 0 20 0 19 0 52246647 19452874752 846635 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4749237 846635 5468 1 0 1081324 0
[pid=50342/tid=50344] ppid=50339 vsize=18996948 memory=11264 CPUtime=2.82 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 7066 0 0 0 208 74 0 0 20 0 19 0 52246649 19452874752 846635 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246653 19452874752 846635 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52246654 19452874752 846635 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3386540 KiB

[startup+6.30024 s]
/proc/loadavg: 4.33 4.21 4.19 6/321 50361
/proc/meminfo: memFree=111533140/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=18996948 memory=4409056 CPUtime=8.23 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 24124 0 0 0 721 102 0 0 20 0 19 0 52246647 19452874752 1102264 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4749237 1102264 5468 1 0 1342440 0
[pid=50342/tid=50344] ppid=50339 vsize=18996948 memory=5632 CPUtime=5.73 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 7912 0 0 0 479 94 0 0 20 0 19 0 52246649 19452874752 1102264 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246653 19452874752 1102264 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=18996948 memory=-6000919468445232234 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52246654 19452874752 1102264 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4409056 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.21 4.19 5/323 50363
/proc/meminfo: memFree=109628564/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=18996948 memory=5115684 CPUtime=14.9 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 25759 0 0 0 1368 122 0 0 20 0 19 0 52246647 19452874752 1278921 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4749237 1278921 5468 1 0 1519999 0
[pid=50342/tid=50344] ppid=50339 vsize=18996948 memory=4409056 CPUtime=11.74 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) S 50339 50342 49761 0 -1 4194368 8937 0 0 0 1061 113 0 0 20 0 19 0 52246649 19452874752 1278921 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=18996948 memory=17792 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246653 19452874752 1278921 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 52246654 19452874752 1278921 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 14.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5115684 KiB

[startup+25.5004 s]
/proc/loadavg: 4.39 4.23 4.19 5/325 50365
/proc/meminfo: memFree=109611432/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=19063512 memory=5125112 CPUtime=29.64 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 30303 0 0 0 2838 126 0 0 20 0 20 0 52246647 19521036288 1281278 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4765878 1281278 5500 1 0 1520412 0
[pid=50342/tid=50344] ppid=50339 vsize=19063512 memory=14720 CPUtime=24.35 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 10739 0 0 0 2320 115 0 0 20 0 20 0 52246649 19521036288 1281278 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19063512 memory=1314868 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246653 19521036288 1281278 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19063512 memory=4409056 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 52246654 19521036288 1281278 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50365] ppid=50339 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/50342/task/50365/stat : 50365 (Timer-0) S 50339 50342 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52248077 19521036288 1281278 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 29.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5125112 KiB

[startup+51.1129 s]
/proc/loadavg: 4.37 4.24 4.20 5/325 50366
/proc/meminfo: memFree=109612728/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=19063512 memory=5125368 CPUtime=54.16 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 35453 0 0 0 5288 128 0 0 20 0 20 0 52246647 19521036288 1281342 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4765878 1281342 5500 1 0 1520428 0
[pid=50342/tid=50344] ppid=50339 vsize=19063512 memory=211309297979 CPUtime=48.18 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 12827 0 0 0 4703 115 0 0 20 0 20 0 52246649 19521036288 1281342 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246653 19521036288 1281342 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19063512 memory=-6000919468445232234 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 52246654 19521036288 1281342 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50365] ppid=50339 vsize=19063512 memory=5125368 CPUtime=0 cores=1,3
/proc/50342/task/50365/stat : 50365 (Timer-0) S 50339 50342 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52248077 19521036288 1281342 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 54.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5125368 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.22 4.19 5/327 50369

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

/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 132834 0 0 0 322470 137 0 0 20 0 20 0 52246649 19521036288 1506275 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246653 19521036288 1506275 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19063512 memory=6025100 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 3212 0 0 0 0 0 0 0 20 0 20 0 52246654 19521036288 1506275 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50365] ppid=50339 vsize=19063512 memory=6025100 CPUtime=0 cores=1,3
/proc/50342/task/50365/stat : 50365 (Timer-0) S 50339 50342 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52248077 19521036288 1506275 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 3258.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6025100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.13 5/327 50546
/proc/meminfo: memFree=103871824/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3321.29 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 241390 0 0 0 331823 306 0 0 20 0 20 0 52246647 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4765878 1506307 5564 1 0 1521112 0
[pid=50342/tid=50344] ppid=50339 vsize=19063512 memory=6025100 CPUtime=3285.6 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 133984 0 0 0 328423 137 0 0 20 0 20 0 52246649 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246653 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19063512 memory=-6000919468445232234 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 3305 0 0 0 0 0 0 0 20 0 20 0 52246654 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50365] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50365/stat : 50365 (Timer-0) S 50339 50342 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52248077 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 3321.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6025228 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.14 5/328 50549
/proc/meminfo: memFree=103871052/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3381.29 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 244093 0 0 0 337820 309 0 0 20 0 20 0 52246647 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4765878 1506307 5564 1 0 1521112 0
[pid=50342/tid=50344] ppid=50339 vsize=19063512 memory=6025100 CPUtime=3345.29 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 136560 0 0 0 334391 138 0 0 20 0 20 0 52246649 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246653 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 3305 0 0 0 0 0 0 0 20 0 20 0 52246654 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50365] ppid=50339 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/50342/task/50365/stat : 50365 (Timer-0) S 50339 50342 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52248077 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 3381.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6025228 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.15 4.13 5/328 50551
/proc/meminfo: memFree=103859172/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3441.38 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 246336 0 0 0 343826 312 0 0 20 0 20 0 52246647 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4765878 1506307 5564 1 0 1521112 0
[pid=50342/tid=50344] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3404.98 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 138645 0 0 0 340360 138 0 0 20 0 20 0 52246649 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246653 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 3366 0 0 0 0 0 0 0 20 0 20 0 52246654 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50365] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50365/stat : 50365 (Timer-0) S 50339 50342 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52248077 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 3441.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6025228 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.15 4.13 5/328 50553
/proc/meminfo: memFree=103858860/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3501.4 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 249798 0 0 0 349825 315 0 0 20 0 20 0 52246647 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4765878 1506307 5564 1 0 1521112 0
[pid=50342/tid=50344] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3464.74 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 141607 0 0 0 346335 139 0 0 20 0 20 0 52246649 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246653 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 3502 0 0 0 0 0 0 0 20 0 20 0 52246654 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50365] ppid=50339 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/50342/task/50365/stat : 50365 (Timer-0) S 50339 50342 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52248077 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 3501.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6025228 KiB

[startup+3642.3 s]
/proc/loadavg: 4.22 4.17 4.14 5/328 50555
/proc/meminfo: memFree=103858016/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3561.68 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 252579 0 0 0 355850 318 0 0 20 0 20 0 52246647 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4765878 1506307 5564 1 0 1521112 0
[pid=50342/tid=50344] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3524.21 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 143124 0 0 0 352282 139 0 0 20 0 20 0 52246649 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246653 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 3502 0 0 0 0 0 0 0 20 0 20 0 52246654 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50365] ppid=50339 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/50342/task/50365/stat : 50365 (Timer-0) S 50339 50342 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52248077 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 3561.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6025228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3680.7 s]
/proc/loadavg: 4.19 4.16 4.14 5/328 50557
/proc/meminfo: memFree=103857392/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3600.02 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 254137 0 0 0 359683 319 0 0 20 0 20 0 52246647 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4765878 1506307 5564 1 0 1521112 0
[pid=50342/tid=50344] ppid=50339 vsize=19063512 memory=6025228 CPUtime=3562.54 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 144678 0 0 0 356114 140 0 0 20 0 20 0 52246649 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246653 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19063512 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 3502 0 0 0 0 0 0 0 20 0 20 0 52246654 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50365] ppid=50339 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/50342/task/50365/stat : 50365 (Timer-0) S 50339 50342 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52248077 19521036288 1506307 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6025228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.16 s, system=3.23966 s

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

[startup+3680.81 s]
/proc/loadavg: 4.19 4.16 4.14 5/328 50557
/proc/meminfo: memFree=103857392/131382112 swapFree=33010160/33010684
[pid=50342] ppid=50339 vsize=19263204 memory=6025868 CPUtime=3600.23 cores=1,3
/proc/50342/stat : 50342 (java) S 50339 50342 49761 0 -1 4194304 256142 0 0 0 359703 320 0 0 20 0 21 0 52246647 19725520896 1506467 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
/proc/50342/statm: 4815801 1506467 5564 1 0 1521999 0
[pid=50342/tid=50344] ppid=50339 vsize=19263204 memory=4352 CPUtime=3562.64 cores=1,3
/proc/50342/task/50344/stat : 50344 (java) R 50339 50342 49761 0 -1 4194368 144679 0 0 0 356124 140 0 0 20 0 21 0 52246649 19725520896 1506467 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50353] ppid=50339 vsize=19263204 memory=6025228 CPUtime=0 cores=1,3
/proc/50342/task/50353/stat : 50353 (Finalizer) S 50339 50342 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 52246653 19725520896 1506467 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
[pid=50342/tid=50360] ppid=50339 vsize=19263204 memory=17792 CPUtime=0 cores=1,3
/proc/50342/task/50360/stat : 50360 (Common-Cleaner) S 50339 50342 49761 0 -1 4194368 3502 0 0 0 0 0 0 0 20 0 21 0 52246654 19725520896 1506467 18446744073709551615 93960400666624 93960400670320 140725279208736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93960400678136 93960400678928 93960425074688 140725279217965 140725279218150 140725279218150 140725279223752 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6025868 KiB

[startup+3680.9 s]*
/proc/loadavg: 4.19 4.16 4.14 5/309 50560
/proc/meminfo: memFree=109681148/131382112 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3680.93
CPU time (s): 3600.4
CPU user time (s): 3597.16
CPU system time (s): 3.23966
CPU usage (%): 97.8121
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6025868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.16
system time used= 3.23966
maximum resident set size= 6025996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256698
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117267
involuntary context switches= 8084


# summary of solver processes directly reported to runsolver:
#   pid: 50342
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3597.16
#   total CPU system time (s): 3.23966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5013 second user time and 35.7651 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 12:27:58
IDJOB=4489881
IDBENCH=147565
IDSOLVER=3362
FILE ID=nodeC001/4489881-1751365677
RUNJOBID= nodeC001-1751362023-49773
SLURM_JOB_ID= 9598175
Free space on /tmp= 432988 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489881-1751365677/watcher-4489881-1751365677 -o /tmp/evaluation-result-4489881-1751365677/solver-4489881-1751365677 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49773 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489881-1751365677 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489881-1751365677.opb

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

MD5SUM BENCH= 41281aaad41c07f4dcd6eb689ad0db2a
RANDOM SEED=88911826

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.924
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.370
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.210
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.166
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.166
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.780
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.166
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        123190724 kB
MemAvailable:   123050244 kB
Buffers:            2128 kB
Cached:           663684 kB
SwapCached:           28 kB
Active:          7231188 kB
Inactive:         364824 kB
Active(anon):    6937752 kB
Inactive(anon):    10380 kB
Active(file):     293436 kB
Inactive(file):   354444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             71108 kB
Writeback:             8 kB
AnonPages:       6933336 kB
Mapped:           122476 kB
Shmem:             17932 kB
KReclaimable:     102152 kB
Slab:             185608 kB
SReclaimable:     102152 kB
SUnreclaim:        83456 kB
KernelStack:        4848 kB
PageTables:        17104 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11075816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150184 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6731776 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC001 at 2025-07-01 13:29:19