Trace number 4493307

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 VeriPB 2025-06-06? (TO) 3600.23 3571.72

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUM524c0290a9c7ac599d8004695d4c7f99
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark21643.2
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
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.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.11/0.22	c Free memory 		2106806208
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.28/0.23	c Number of processors 	2
0.44/0.39	c Pseudo Boolean Optimization by upper bound
0.44/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.39	c  - never skip resolution steps
0.44/0.39	c  - Auto-division on coefficients is disabled
0.44/0.39	c  - No postprocessing
0.44/0.39	c  - Conflict is considered as is when resolving
0.44/0.39	c  - Use constraints as they come during conflict analysis
0.44/0.39	c  - Weaken first using unassigned literals
0.44/0.39	c  - Bump strategy: ALWAYS_ONE
0.44/0.39	c  - Bumper: EFFECTIVE
0.44/0.39	c --- Begin Solver configuration ---
0.44/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.44/0.39	c Learn all clauses as in MiniSAT
0.44/0.39	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.39	c No reason simplification
0.44/0.39	c Dynamic restart strategy considering the size of the coefficients
0.44/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.44/0.39	c timeout=2147483s
0.44/0.39	c DB Simplification allowed=false
0.44/0.39	c Listener: none
0.44/0.39	c --- End Solver configuration ---
0.44/0.39	c solving HOME/instance-4493307-1751149974.opb
0.44/0.39	c reading problem ... 
0.44/0.40	c using VERIPB proof format
0.44/0.40	c  no objective function found
2.06/1.21	c ... done. Wall clock time 0.814s.
2.06/1.21	c declared #vars     23409
2.06/1.21	c #constraints  1386
2.06/1.21	c constraints type 
2.06/1.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
2.06/1.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
2.06/1.22	c 1386 constraints processed.
381.19/371.05	c cleaning 2486 clauses out of 5001 with flag 0/5001
2392.24/2371.74	c cleaning 4260 clauses out of 8520 with flag 0/11006
3600.05/3571.63	c starts		: 17
3600.05/3571.64	c conflicts		: 14326
3600.05/3571.64	c decisions		: 99825
3600.05/3571.64	c propagations		: 3048434
3600.05/3571.64	c inspects		: 31678862
3600.05/3571.65	c shortcuts		: 0
3600.05/3571.65	c learnt literals	: 0
3600.05/3571.65	c learnt binary clauses	: 0
3600.05/3571.65	c learnt ternary clauses	: 0
3600.05/3571.65	c learnt constraints	: 14325
3600.05/3571.65	c ignored constraints	: 0
3600.05/3571.65	c root simplifications	: 0
3600.05/3571.65	c removed literals (reason simplification)	: 0
3600.05/3571.65	c reason swapping (by a shorter reason)	: 0
3600.05/3571.65	c Calls to reduceDB	: 2
3600.05/3571.65	c Number of update (reduction) of LBD	: 30717
3600.05/3571.65	c Imported unit clauses	: 0
3600.05/3571.65	c No decision after first conflict	: false
3600.05/3571.65	c number of reductions to clauses (during analyze)	: 0
3600.05/3571.65	c number of learned constraints concerned by reduction	: 0
3600.05/3571.65	c number of learning phase by resolution	: 0
3600.05/3571.65	c number of learning phase by cutting planes	: 0
3600.05/3571.66	c number of rounding to 1 operations	: 0
3600.05/3571.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3571.66	c number of reductions of the coefficients by power 2 	: 0
3600.05/3571.66	c number of right shift for reduction by power 2 	: 0
3600.05/3571.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3571.66	c number of ending skipping 	: 0
3600.05/3571.66	c timeout
3600.05/3571.66	c number of internal skipping 	: 0
3600.05/3571.66	c number of derivation steps 	: 113674
3600.05/3571.66	c number of skipped derivation steps 	: 0
3600.05/3571.66	c number of remaining unassigned 	: 32460
3600.05/3571.66	c number of remaining assigned 	: 37714019
3600.05/3571.66	c number of falsified literals weakened from reason	: 0
3600.05/3571.66	c number of falsified literals weakened from conflict	: 0
3600.05/3571.66	c time for arithmetic operations	: 6957521755
3600.05/3571.67	c minimum degree of deleted constraints	: 29
3600.05/3571.67	c maximum degree of deleted constraints	: 29806271474159624383190990897205464261009462439637824
3600.05/3571.67	c number of deleted constraints	: 6746
3600.05/3571.67	c speed (assignments/second)	: 853.7971338570592
3600.05/3571.67	c non guided choices	: 10187
3600.05/3571.67	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1712
3600.05/3571.67	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5867
3600.05/3571.67	s UNKNOWN
3600.05/3571.67	c Total wall clock time (in seconds): 3571.283

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493307-1751149974/watcher-4493307-1751149974 -o /tmp/evaluation-result-4493307-1751149974/solver-4493307-1751149974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15154 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493307-1751149974 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493307-1751149974.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 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
solver pid=16758, runsolver pid=16755
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 4.24 4.29 4.29 6/326 16776
/proc/meminfo: memFree=104633672/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=18930384 memory=48180 CPUtime=0.11 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 5761 0 0 0 8 3 0 0 20 0 18 0 30676525 19384713216 12045 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4732596 12045 5299 1 0 546990 0
[pid=16758/tid=16760] ppid=16755 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) S 16755 16758 15143 0 -1 4194368 4614 0 0 0 4 2 0 0 20 0 18 0 30676527 19384713216 12045 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30676532 19384713216 12045 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=18930384 memory=58494082638250 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30676533 19384713216 12045 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48180 KiB

[startup+0.215631 s]*
/proc/loadavg: 4.24 4.29 4.29 6/326 16776
/proc/meminfo: memFree=104632916/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=18930384 memory=50868 CPUtime=0.28 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 6397 0 0 0 24 4 0 0 20 0 18 0 30676525 19384713216 12717 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4732596 12717 5331 1 0 547519 0
[pid=16758/tid=16760] ppid=16755 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 4992 0 0 0 15 3 0 0 20 0 18 0 30676527 19384713216 12717 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=18930384 memory=17127 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30676532 19384713216 12717 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30676533 19384713216 12717 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50868 KiB

[startup+0.31414 s]*
/proc/loadavg: 4.24 4.29 4.29 7/326 16776
/proc/meminfo: memFree=104630900/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=18930384 memory=56648 CPUtime=0.44 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 6755 0 0 0 40 4 0 0 20 0 18 0 30676525 19384713216 14162 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4732596 14162 5395 1 0 547775 0
[pid=16758/tid=16760] ppid=16755 vsize=18930384 memory=-6000919485591283310 CPUtime=0.27 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 5205 0 0 0 24 3 0 0 20 0 18 0 30676527 19384713216 14162 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30676532 19384713216 14194 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30676533 19384713216 14194 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56648 KiB

[startup+0.700314 s]
/proc/loadavg: 4.24 4.29 4.29 7/326 16776
/proc/meminfo: memFree=104626868/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=18996948 memory=154804 CPUtime=1.15 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 8669 0 0 0 107 8 0 0 20 0 19 0 30676525 19452874752 38701 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4749237 38701 5459 1 0 549284 0
[pid=16758/tid=16760] ppid=16755 vsize=18996948 memory=17408 CPUtime=0.63 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) S 16755 16758 15143 0 -1 4194368 5432 0 0 0 58 5 0 0 20 0 19 0 30676527 19452874752 38701 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30676532 19452874752 38701 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30676533 19452874752 38701 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154804 KiB

[startup+1.50024 s]
/proc/loadavg: 4.24 4.29 4.29 6/327 16777
/proc/meminfo: memFree=104531236/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19063512 memory=308032 CPUtime=2.66 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 10320 0 0 0 253 13 0 0 20 0 20 0 30676525 19521036288 77008 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4765878 77008 5491 1 0 1076295 0
[pid=16758/tid=16760] ppid=16755 vsize=19063512 memory=3328 CPUtime=1.3 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 5575 0 0 0 121 9 0 0 20 0 20 0 30676527 19521036288 77008 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30676532 19521036288 77008 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30676533 19521036288 77008 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 308032 KiB

[startup+3.10583 s]
/proc/loadavg: 4.30 4.30 4.29 6/328 16778
/proc/meminfo: memFree=104239572/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19063512 memory=461116 CPUtime=5.84 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 23884 0 0 0 565 19 0 0 20 0 20 0 30676525 19521036288 115279 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4765878 115279 5491 1 0 1080521 0
[pid=16758/tid=16760] ppid=16755 vsize=19063512 memory=11264 CPUtime=2.88 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 6145 0 0 0 276 12 0 0 20 0 20 0 30676527 19521036288 115279 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30676532 19521036288 115279 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30676533 19521036288 115279 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30676648 19521036288 115279 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 461116 KiB

[startup+6.3004 s]
/proc/loadavg: 4.30 4.30 4.29 5/328 16778
/proc/meminfo: memFree=103824844/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19063512 memory=869792 CPUtime=10.24 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 26132 0 0 0 996 28 0 0 20 0 20 0 30676525 19521036288 217448 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4765878 217448 5491 1 0 1080616 0
[pid=16758/tid=16760] ppid=16755 vsize=19063512 memory=0 CPUtime=6.05 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 7321 0 0 0 585 20 0 0 20 0 20 0 30676527 19521036288 217448 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30676532 19521036288 217448 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19063512 memory=-6000919485591283310 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30676533 19521036288 217448 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30676648 19521036288 217448 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 10.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 869792 KiB

[startup+12.7004 s]
/proc/loadavg: 4.41 4.32 4.30 6/328 16845
/proc/meminfo: memFree=110276632/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19063512 memory=1216192 CPUtime=18.65 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 31693 0 0 0 1828 37 0 0 20 0 20 0 30676525 19521036288 304048 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4765878 304048 5491 1 0 1082772 0
[pid=16758/tid=16760] ppid=16755 vsize=19063512 memory=0 CPUtime=12.36 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 7770 0 0 0 1210 26 0 0 20 0 20 0 30676527 19521036288 304048 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19063512 memory=1216192 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30676532 19521036288 304048 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30676533 19521036288 304048 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19063512 memory=1223056 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30676648 19521036288 304048 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 18.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1216192 KiB

[startup+25.5005 s]
/proc/loadavg: 4.42 4.33 4.30 5/328 16845
/proc/meminfo: memFree=109991336/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19063512 memory=1294404 CPUtime=32.34 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 38794 0 0 0 3193 41 0 0 20 0 20 0 30676525 19521036288 323601 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4765878 323601 5491 1 0 1082790 0
[pid=16758/tid=16760] ppid=16755 vsize=19063512 memory=0 CPUtime=24.85 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 8841 0 0 0 2458 27 0 0 20 0 20 0 30676527 19521036288 323601 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19063512 memory=-6000919498526451310 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30676532 19521036288 323601 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19063512 memory=1294404 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30676533 19521036288 323601 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30676648 19521036288 323601 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 32.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1294404 KiB

[startup+51.1095 s]
/proc/loadavg: 4.28 4.30 4.29 5/328 16846
/proc/meminfo: memFree=106684196/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19063512 memory=1319020 CPUtime=58 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 41560 0 0 0 5756 44 0 0 20 0 20 0 30676525 19521036288 329755 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4765878 329755 5491 1 0 1082790 0
[pid=16758/tid=16760] ppid=16755 vsize=19063512 memory=1310808 CPUtime=50.01 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 9810 0 0 0 4974 27 0 0 20 0 20 0 30676527 19521036288 329755 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19063512 memory=1310808 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30676532 19521036288 329755 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19063512 memory=1310808 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30676533 19521036288 329755 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30676648 19521036288 329755 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0

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

/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30676532 19589197824 766775 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19130076 memory=3067100 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 2274 0 0 0 0 0 0 0 20 0 21 0 30676533 19589197824 766775 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19130076 memory=3067100 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30676648 19589197824 766775 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 3186.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3067100 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.35 4.27 5/332 17353
/proc/meminfo: memFree=114736208/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3246.74 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 183343 0 0 0 324344 330 0 0 20 0 21 0 30676525 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4782519 766807 5523 1 0 779543 0
[pid=16758/tid=16760] ppid=16755 vsize=19130076 memory=3065052 CPUtime=3200.64 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 84564 0 0 0 319975 89 0 0 20 0 21 0 30676527 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19130076 memory=3067100 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30676532 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19130076 memory=3067100 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 2324 0 0 0 0 0 0 0 20 0 21 0 30676533 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19130076 memory=14340 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30676648 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 3246.74 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3067228 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.31 4.27 5/332 17355
/proc/meminfo: memFree=114564216/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3307.91 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 185415 0 0 0 330457 334 0 0 20 0 21 0 30676525 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4782519 766807 5523 1 0 779543 0
[pid=16758/tid=16760] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3260.37 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 85122 0 0 0 325948 89 0 0 20 0 21 0 30676527 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19130076 memory=14340 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30676532 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19130076 memory=3067228 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 2324 0 0 0 0 0 0 0 20 0 21 0 30676533 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19130076 memory=3067228 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30676648 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 3307.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3067228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.27 4.25 5/332 17357
/proc/meminfo: memFree=114393644/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3368.01 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 188821 0 0 0 336463 338 0 0 20 0 21 0 30676525 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4782519 766807 5523 1 0 779543 0
[pid=16758/tid=16760] ppid=16755 vsize=19130076 memory=11264 CPUtime=3319.94 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 87465 0 0 0 331904 90 0 0 20 0 21 0 30676527 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19130076 memory=3067228 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30676532 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19130076 memory=3067228 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 2457 0 0 0 0 0 0 0 20 0 21 0 30676533 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19130076 memory=3067228 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30676648 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 3368.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3067228 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.28 4.26 5/329 17361
/proc/meminfo: memFree=114231016/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3428.07 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 191739 0 0 0 342466 341 0 0 20 0 21 0 30676525 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4782519 766807 5523 1 0 779543 0
[pid=16758/tid=16760] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3379.61 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 89502 0 0 0 337870 91 0 0 20 0 21 0 30676527 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19130076 memory=3067228 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30676532 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19130076 memory=21484 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 2491 0 0 0 0 0 0 0 20 0 21 0 30676533 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19130076 memory=3067228 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30676648 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 3428.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3067228 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.24 4.25 5/330 17368
/proc/meminfo: memFree=114070460/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3488.32 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 191931 0 0 0 348487 345 0 0 20 0 21 0 30676525 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4782519 766807 5523 1 0 779543 0
[pid=16758/tid=16760] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3439.04 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 89607 0 0 0 343813 91 0 0 20 0 21 0 30676527 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19130076 memory=3067228 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30676532 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19130076 memory=14340 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 2491 0 0 0 0 0 0 0 20 0 21 0 30676533 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19130076 memory=-6000919485591283310 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30676648 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 3488.32 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3067228 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.21 4.24 5/331 17371
/proc/meminfo: memFree=113925416/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3550.62 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 195485 0 0 0 354713 349 0 0 20 0 21 0 30676525 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4782519 766807 5523 1 0 779543 0
[pid=16758/tid=16760] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3498.76 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 91344 0 0 0 349784 92 0 0 20 0 21 0 30676527 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30676532 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19130076 memory=14340 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 2496 0 0 0 0 0 0 0 20 0 21 0 30676533 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30676648 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 3550.62 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3067228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.6 s]
/proc/loadavg: 4.11 4.19 4.23 5/331 17373
/proc/meminfo: memFree=113829460/131382112 swapFree=33010684/33010684
[pid=16758] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3600.05 cores=4,6
/proc/16758/stat : 16758 (java) S 16755 16758 15143 0 -1 4194304 197505 0 0 0 359652 353 0 0 20 0 21 0 30676525 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
/proc/16758/statm: 4782519 766807 5523 1 0 779543 0
[pid=16758/tid=16760] ppid=16755 vsize=19130076 memory=3067228 CPUtime=3547.59 cores=4,6
/proc/16758/task/16760/stat : 16760 (java) R 16755 16758 15143 0 -1 4194368 92418 0 0 0 354666 93 0 0 20 0 21 0 30676527 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16769] ppid=16755 vsize=19130076 memory=1792 CPUtime=0 cores=4,6
/proc/16758/task/16769/stat : 16769 (Finalizer) S 16755 16758 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30676532 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16776] ppid=16755 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/16758/task/16776/stat : 16776 (Common-Cleaner) S 16755 16758 15143 0 -1 4194368 2562 0 0 0 0 0 0 0 20 0 21 0 30676533 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
[pid=16758/tid=16778] ppid=16755 vsize=19130076 memory=4252 CPUtime=0 cores=4,6
/proc/16758/task/16778/stat : 16778 (Timer-0) S 16755 16758 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30676648 19589197824 766807 18446744073709551615 93838431182848 93838431186544 140729267960176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93838431194360 93838431195152 93838440075264 140729267964205 140729267964390 140729267964390 140729267969992 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3067228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.67 s, system=3.56458 s

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

[startup+3571.71 s]*
/proc/loadavg: 4.11 4.19 4.23 5/312 17376
/proc/meminfo: memFree=116763408/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3571.72
CPU time (s): 3600.23
CPU user time (s): 3596.67
CPU system time (s): 3.56458
CPU usage (%): 100.798
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 4282116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.67
system time used= 3.56458
maximum resident set size= 4282116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 782600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109273
involuntary context switches= 9520


# summary of solver processes directly reported to runsolver:
#   pid: 16758
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.67
#   total CPU system time (s): 3.56458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9911 second user time and 38.3319 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 00:32:54
IDJOB=4493307
IDBENCH=147859
IDSOLVER=3362
FILE ID=nodeC007/4493307-1751149974
RUNJOBID= nodeC007-1751145946-15154
SLURM_JOB_ID= 9587454
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493307-1751149974/watcher-4493307-1751149974 -o /tmp/evaluation-result-4493307-1751149974/solver-4493307-1751149974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15154 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493307-1751149974 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493307-1751149974.opb

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

MD5SUM BENCH= 524c0290a9c7ac599d8004695d4c7f99
RANDOM SEED=1578517914

nodeC007 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		: 3618.438
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.68
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		: 2993.011
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.68
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.276
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.68
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.535
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.68
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.152
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.68
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		: 3511.688
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.68
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		: 1197.206
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.68
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.244
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        104652820 kB
MemAvailable:   105615172 kB
Buffers:            3280 kB
Cached:          1772580 kB
SwapCached:            0 kB
Active:         24639952 kB
Inactive:        1527408 kB
Active(anon):   24409548 kB
Inactive(anon):        0 kB
Active(file):     230404 kB
Inactive(file):  1527408 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12756 kB
Writeback:             0 kB
AnonPages:      24393940 kB
Mapped:           122164 kB
Shmem:             17960 kB
KReclaimable:      88336 kB
Slab:             170176 kB
SReclaimable:      88336 kB
SUnreclaim:        81840 kB
KernelStack:        5008 kB
PageTables:        51408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   25170784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  24018944 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC007 at 2025-06-29 01:32:26