Trace number 4495827

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.33 3592.39

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob7.opb
MD5SUM0da7938cd78b604d95ed37ad5ec78200
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 benchmark0.039555
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint96
Maximum length of a constraint96
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 27267752
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 410674921
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.18	c See www.sat4j.org for details.
0.14/0.19	c version PB25.v20250606
0.14/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.22	c java.vm.version	22.0.1+8-16
0.14/0.22	c java.vm.vendor	Oracle Corporation
0.14/0.22	c sun.arch.data.model	64
0.14/0.22	c java.version		22.0.1
0.14/0.22	c os.name		Linux
0.14/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.22	c os.arch		amd64
0.14/0.23	c Free memory 		2104792832
0.14/0.23	c Max memory 		16282288128
0.14/0.23	c Total memory 		2113929216
0.14/0.24	c Number of processors 	2
0.47/0.42	c Pseudo Boolean Optimization by upper bound
0.47/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.42	c  - never skip resolution steps
0.47/0.42	c  - Auto-division on coefficients is disabled
0.47/0.42	c  - No postprocessing
0.47/0.42	c  - Conflict is considered as is when resolving
0.47/0.42	c  - Use constraints as they come during conflict analysis
0.47/0.42	c  - Weaken first using unassigned literals
0.47/0.42	c  - Bump strategy: ALWAYS_ONE
0.47/0.42	c  - Bumper: EFFECTIVE
0.47/0.42	c --- Begin Solver configuration ---
0.47/0.42	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.47/0.42	c Learn all clauses as in MiniSAT
0.47/0.42	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.42	c No reason simplification
0.47/0.42	c Dynamic restart strategy considering the size of the coefficients
0.47/0.42	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.47/0.42	c timeout=2147483s
0.47/0.42	c DB Simplification allowed=false
0.47/0.42	c Listener: none
0.47/0.42	c --- End Solver configuration ---
0.47/0.42	c solving HOME/instance-4495827-1751161380.opb
0.47/0.42	c reading problem ... 
0.47/0.43	c using VERIPB proof format
0.47/0.43	c  no objective function found
0.67/0.46	c ... done. Wall clock time 0.035s.
0.67/0.46	c declared #vars     96
0.67/0.46	c #constraints  2
0.67/0.46	c constraints type 
0.67/0.46	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.67/0.47	c 2 constraints processed.
29.74/23.65	c cleaning 2501 clauses out of 5001 with flag 0/5001
138.25/129.49	c cleaning 4247 clauses out of 8499 with flag 0/11000
344.36/335.03	c cleaning 5616 clauses out of 11252 with flag 0/18000
564.09/554.79	c cleaning 6816 clauses out of 13636 with flag 0/26000
866.17/856.89	c cleaning 7909 clauses out of 15821 with flag 0/35001
1435.39/1425.95	c cleaning 8952 clauses out of 17911 with flag 0/45000
2068.21/2058.13	c cleaning 9980 clauses out of 19961 with flag 0/56002
2687.98/2678.20	c cleaning 10988 clauses out of 21979 with flag 0/68000
3413.84/3405.41	c cleaning 11996 clauses out of 23991 with flag 0/81000
3600.03/3592.23	c starts		: 14
3600.03/3592.27	c conflicts		: 85068
3600.03/3592.27	c decisions		: 99340
3600.03/3592.27	c propagations		: 458665
3600.03/3592.27	c inspects		: 1434946948
3600.03/3592.27	c shortcuts		: 0
3600.03/3592.27	c learnt literals	: 0
3600.03/3592.27	c learnt binary clauses	: 0
3600.03/3592.27	c learnt ternary clauses	: 0
3600.03/3592.27	c learnt constraints	: 85068
3600.03/3592.27	c ignored constraints	: 0
3600.03/3592.27	c root simplifications	: 0
3600.03/3592.28	c removed literals (reason simplification)	: 0
3600.03/3592.28	c reason swapping (by a shorter reason)	: 0
3600.03/3592.28	c Calls to reduceDB	: 9
3600.03/3592.28	c Number of update (reduction) of LBD	: 69102
3600.03/3592.28	c Imported unit clauses	: 0
3600.03/3592.28	c No decision after first conflict	: false
3600.03/3592.28	c number of reductions to clauses (during analyze)	: 0
3600.03/3592.28	c number of learned constraints concerned by reduction	: 0
3600.03/3592.28	c number of learning phase by resolution	: 0
3600.03/3592.28	c number of learning phase by cutting planes	: 0
3600.03/3592.28	c number of rounding to 1 operations	: 0
3600.03/3592.28	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3592.28	c number of reductions of the coefficients by power 2 	: 0
3600.03/3592.28	c number of right shift for reduction by power 2 	: 0
3600.03/3592.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3592.28	c number of ending skipping 	: 0
3600.03/3592.29	c number of internal skipping 	: 0
3600.03/3592.29	c number of derivation steps 	: 353116
3600.03/3592.29	c number of skipped derivation steps 	: 0
3600.03/3592.29	c number of remaining unassigned 	: 34108
3600.03/3592.29	c number of remaining assigned 	: 17147773
3600.03/3592.29	c number of falsified literals weakened from reason	: 0
3600.03/3592.29	c number of falsified literals weakened from conflict	: 0
3600.03/3592.29	c time for arithmetic operations	: 1671099022
3600.03/3592.29	c minimum degree of deleted constraints	: 1
3600.23/3592.32	c maximum degree of deleted constraints	: 57062219996371484665026115701188389417520306880895641656370397254042869257812136724985563863198136265227771935727970505523154350902968530472843961174942980
3600.23/3592.32	c number of deleted constraints	: 69005
3600.23/3592.32	c speed (assignments/second)	: 127.69710063421886
3600.23/3592.33	c non guided choices	: 84
3600.23/3592.34	c timeout
3600.23/3592.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 92
3600.23/3592.34	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15971
3600.23/3592.34	s UNKNOWN
3600.23/3592.34	c Total wall clock time (in seconds): 3591.923

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495827-1751161380/watcher-4495827-1751161380 -o /tmp/evaluation-result-4495827-1751161380/solver-4495827-1751161380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19987 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4495827-1751161380 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4495827-1751161380.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
solver pid=21027, runsolver pid=21024
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 4.33 4.21 4.19 7/329 21045
/proc/meminfo: memFree=117303316/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=18930384 memory=48392 CPUtime=0.14 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 5787 0 0 0 11 3 0 0 20 0 18 0 31817757 19384713216 12098 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4732596 12098 5321 1 0 546987 0
[pid=21027/tid=21029] ppid=21024 vsize=18930384 memory=4026531960 CPUtime=0.09 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 4685 0 0 0 7 2 0 0 20 0 18 0 31817759 19384713216 12098 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31817764 19384713216 12098 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=18930384 memory=59593594258114 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31817765 19384713216 12098 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48392 KiB

[startup+0.2279 s]*
/proc/loadavg: 4.33 4.21 4.19 6/329 21045
/proc/meminfo: memFree=117297512/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=18930384 memory=55460 CPUtime=0.33 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 6484 0 0 0 28 5 0 0 20 0 18 0 31817757 19384713216 13865 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4732596 13865 5353 1 0 547557 0
[pid=21027/tid=21029] ppid=21024 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 5011 0 0 0 17 3 0 0 20 0 18 0 31817759 19384713216 13865 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=18930384 memory=16142 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31817764 19384713216 13865 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31817765 19384713216 13865 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55460 KiB

[startup+0.31949 s]*
/proc/loadavg: 4.33 4.21 4.19 8/329 21045
/proc/meminfo: memFree=117291400/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=18930384 memory=58496 CPUtime=0.47 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 6748 0 0 0 42 5 0 0 20 0 18 0 31817757 19384713216 14624 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4732596 14624 5353 1 0 547759 0
[pid=21027/tid=21029] ppid=21024 vsize=18930384 memory=-6000919489937042285 CPUtime=0.29 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 5189 0 0 0 26 3 0 0 20 0 18 0 31817759 19384713216 14624 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31817764 19384713216 14624 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31817765 19384713216 14624 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58496 KiB

[startup+0.700436 s]
/proc/loadavg: 4.33 4.21 4.19 7/330 21046
/proc/meminfo: memFree=117291400/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=18996948 memory=71376 CPUtime=1.1 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 7299 0 0 0 104 6 0 0 20 0 19 0 31817757 19452874752 17844 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4749237 17844 5449 1 0 548367 0
[pid=21027/tid=21029] ppid=21024 vsize=18996948 memory=17024 CPUtime=0.59 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 5428 0 0 0 55 4 0 0 20 0 19 0 31817759 19452874752 17844 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31817764 19452874752 17844 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31817765 19452874752 17844 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31817806 19452874752 17844 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71376 KiB

[startup+1.5003 s]
/proc/loadavg: 4.33 4.21 4.19 6/330 21046
/proc/meminfo: memFree=117249748/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=180472 CPUtime=2.65 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 24103 0 0 0 252 13 0 0 20 0 20 0 31817757 19521036288 45118 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 45118 5481 1 0 555335 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=0 CPUtime=1.22 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 6041 0 0 0 115 7 0 0 20 0 20 0 31817759 19521036288 45118 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 45118 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 45118 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 45118 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180472 KiB

[startup+3.10568 s]
/proc/loadavg: 4.38 4.22 4.19 6/331 21047
/proc/meminfo: memFree=117086812/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=288696 CPUtime=5.81 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 30734 0 0 0 564 17 0 0 20 0 20 0 31817757 19521036288 72174 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 72174 5481 1 0 556948 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=10624 CPUtime=2.76 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 6638 0 0 0 267 9 0 0 20 0 20 0 31817759 19521036288 72174 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=-6000919489937042285 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 72174 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 72174 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 72174 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 288696 KiB

[startup+6.30046 s]
/proc/loadavg: 4.38 4.22 4.19 6/331 21047
/proc/meminfo: memFree=116603800/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=733704 CPUtime=11.17 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 33159 0 0 0 1089 28 0 0 20 0 20 0 31817757 19521036288 183426 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 183426 5481 1 0 558921 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=0 CPUtime=5.9 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 7197 0 0 0 572 18 0 0 20 0 20 0 31817759 19521036288 183426 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 183426 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 183426 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=180728 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 183426 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 11.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 733704 KiB

[startup+12.7005 s]
/proc/loadavg: 4.32 4.21 4.19 5/332 21048
/proc/meminfo: memFree=116318152/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=1014132 CPUtime=18.23 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 41500 0 0 0 1787 36 0 0 20 0 20 0 31817757 19521036288 253533 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 253533 5481 1 0 558953 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=180728 CPUtime=12.22 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 10303 0 0 0 1198 24 0 0 20 0 20 0 31817759 19521036288 253533 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 253533 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=1014132 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 253533 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 253533 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 18.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1014132 KiB

[startup+25.5004 s]
/proc/loadavg: 4.34 4.22 4.19 6/332 21115
/proc/meminfo: memFree=118604868/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=1350776 CPUtime=32.48 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 49922 0 0 0 3202 46 0 0 20 0 20 0 31817757 19521036288 337694 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 337694 5481 1 0 558969 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=1341944 CPUtime=24.84 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 12851 0 0 0 2452 32 0 0 20 0 20 0 31817759 19521036288 337694 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=1341944 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 337694 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=1014132 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 337694 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=5724 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 337694 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 32.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1350776 KiB

[startup+51.1137 s]
/proc/loadavg: 4.37 4.24 4.20 5/332 21115
/proc/meminfo: memFree=116945268/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=1772408 CPUtime=59.13 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 54363 0 0 0 5854 59 0 0 20 0 20 0 31817757 19521036288 443102 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 443102 5481 1 0 665511 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=733704 CPUtime=49.85 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 14787 0 0 0 4943 42 0 0 20 0 20 0 31817759 19521036288 443102 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=1772408 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 443102 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0

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

[startup+3282.3 s]
/proc/loadavg: 4.12 4.19 4.18 5/330 21413
/proc/meminfo: memFree=118877380/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=2291120 CPUtime=3290.64 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 108896 0 0 0 328705 359 0 0 20 0 20 0 31817757 19521036288 572780 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 572780 5481 1 0 665611 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=2287024 CPUtime=3244.15 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 48134 0 0 0 324316 99 0 0 20 0 20 0 31817759 19521036288 572780 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=-6000919489937042285 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 572780 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 572780 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 572780 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 3290.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/330 21415
/proc/meminfo: memFree=118855956/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=2297264 CPUtime=3350.71 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 108911 0 0 0 334706 365 0 0 20 0 20 0 31817757 19521036288 574316 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 574316 5481 1 0 665611 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=2291120 CPUtime=3303.58 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 48139 0 0 0 330258 100 0 0 20 0 20 0 31817759 19521036288 574316 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=2295216 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 574316 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=2295216 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 574316 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 574316 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 3350.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2297264 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.21 4.19 5/328 21417
/proc/meminfo: memFree=118811444/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=2301360 CPUtime=3410.73 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 109662 0 0 0 340703 370 0 0 20 0 20 0 31817757 19521036288 575340 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 575340 5481 1 0 665611 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=2291120 CPUtime=3363.06 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 48855 0 0 0 336205 101 0 0 20 0 20 0 31817759 19521036288 575340 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=2268592 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 575340 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=2301360 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 575340 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=2301360 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 575340 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 3410.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2301360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/329 21422
/proc/meminfo: memFree=118778280/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=2303476 CPUtime=3470.74 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 111097 0 0 0 346698 376 0 0 20 0 20 0 31817757 19521036288 575869 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 575869 5481 1 0 665611 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=2291120 CPUtime=3422.5 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 49738 0 0 0 342148 102 0 0 20 0 20 0 31817759 19521036288 575869 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=2268592 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 575869 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=2303476 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 1702 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 575869 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=2303476 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 575869 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 3470.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2303476 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.21 4.19 5/330 21425
/proc/meminfo: memFree=118747740/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=2307576 CPUtime=3530.07 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 112133 0 0 0 352625 382 0 0 20 0 20 0 31817757 19521036288 576894 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 576894 5481 1 0 665611 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=2303476 CPUtime=3481.22 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 50674 0 0 0 348018 104 0 0 20 0 20 0 31817759 19521036288 576894 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 576894 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=2307576 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 1737 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 576894 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 576894 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 3530.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2307576 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.19 4.18 5/328 21427
/proc/meminfo: memFree=118708712/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=2315784 CPUtime=3590.13 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 112167 0 0 0 358625 388 0 0 20 0 20 0 31817757 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 578946 5481 1 0 665611 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=14560 CPUtime=3540.72 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 50677 0 0 0 353968 104 0 0 20 0 20 0 31817759 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=2425664 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 1737 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 3590.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2315784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.2 s]
/proc/loadavg: 4.13 4.18 4.18 5/328 21427
/proc/meminfo: memFree=118704364/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19063512 memory=2315784 CPUtime=3600.03 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 112175 0 0 0 359614 389 0 0 20 0 20 0 31817757 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4765878 578946 5481 1 0 665611 0
[pid=21027/tid=21029] ppid=21024 vsize=19063512 memory=3230616 CPUtime=3550.56 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 50685 0 0 0 354951 105 0 0 20 0 20 0 31817759 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19063512 memory=-6000919489937042285 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31817764 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19063512 memory=2429808 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 1737 0 0 0 0 0 0 0 20 0 20 0 31817765 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21046] ppid=21024 vsize=19063512 memory=6896 CPUtime=0 cores=1,3
/proc/21027/task/21046/stat : 21046 (Timer-0) S 21024 21027 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31817806 19521036288 578946 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2315784 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.42 s, system=3.91505 s

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

[startup+3592.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/328 21427
/proc/meminfo: memFree=118704364/131382112 swapFree=33010684/33010684
[pid=21027] ppid=21024 vsize=19263204 memory=2316552 CPUtime=3600.23 cores=1,3
/proc/21027/stat : 21027 (java) S 21024 21027 19975 0 -1 4194304 114274 0 0 0 359633 390 0 0 20 0 21 0 31817757 19725520896 579138 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
/proc/21027/statm: 4815801 579138 5513 1 0 666530 0
[pid=21027/tid=21029] ppid=21024 vsize=19263204 memory=17024 CPUtime=3550.66 cores=1,3
/proc/21027/task/21029/stat : 21029 (java) R 21024 21027 19975 0 -1 4194368 50702 0 0 0 354961 105 0 0 20 0 21 0 31817759 19725520896 579138 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21038] ppid=21024 vsize=19263204 memory=2301360 CPUtime=0 cores=1,3
/proc/21027/task/21038/stat : 21038 (Finalizer) S 21024 21027 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31817764 19725520896 579138 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
[pid=21027/tid=21045] ppid=21024 vsize=19263204 memory=2315784 CPUtime=0 cores=1,3
/proc/21027/task/21045/stat : 21045 (Common-Cleaner) S 21024 21027 19975 0 -1 4194368 1737 0 0 0 0 0 0 0 20 0 21 0 31817765 19725520896 579138 18446744073709551615 94488191619072 94488191622768 140736130541776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94488191630584 94488191631376 94488197111808 140736130550061 140736130550246 140736130550246 140736130555848 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2316552 KiB

Child status: 143

Real time (s): 3592.39
CPU time (s): 3600.33
CPU user time (s): 3596.42
CPU system time (s): 3.91505
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2316552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.42
system time used= 3.91505
maximum resident set size= 2316808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114738
page faults= 0
swaps= 0
block input operations= 0
block output operations= 247000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128556
involuntary context switches= 10184


# summary of solver processes directly reported to runsolver:
#   pid: 21027
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3596.42
#   total CPU system time (s): 3.91505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.4934 second user time and 36.8358 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 03:43:00
IDJOB=4495827
IDBENCH=148099
IDSOLVER=3362
FILE ID=nodeC009/4495827-1751161380
RUNJOBID= nodeC009-1751157827-19987
SLURM_JOB_ID= 9587490
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob7.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495827-1751161380/watcher-4495827-1751161380 -o /tmp/evaluation-result-4495827-1751161380/solver-4495827-1751161380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19987 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4495827-1751161380 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4495827-1751161380.opb

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

MD5SUM BENCH= 0da7938cd78b604d95ed37ad5ec78200
RANDOM SEED=287640655

nodeC009 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.960
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.85
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.359
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.85
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.568
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.85
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.506
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.85
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		: 3491.984
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.85
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		: 1396.758
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.85
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		: 3700.000
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.85
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		: 1496.591
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        117323752 kB
MemAvailable:   118734548 kB
Buffers:            3280 kB
Cached:          2219684 kB
SwapCached:            0 kB
Active:         11547616 kB
Inactive:        1974380 kB
Active(anon):   11317124 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):  1974380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9092 kB
Writeback:             0 kB
AnonPages:      11302220 kB
Mapped:           122100 kB
Shmem:             17960 kB
KReclaimable:      90716 kB
Slab:             172540 kB
SReclaimable:      90716 kB
SUnreclaim:        81824 kB
KernelStack:        5072 kB
PageTables:        25760 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11922648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11026432 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC009 at 2025-06-29 04:42:52