Trace number 4496151

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) 3587.21 3700.19

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob1.opb
MD5SUM471fd854f2c30bf1b2104c39e43ffd70
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.01902
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
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 constraint77
Maximum length of a constraint77
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 33367336
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 458257453
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.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.12/0.21	c Number of processors 	2
0.47/0.38	c Pseudo Boolean Optimization by upper bound
0.47/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.38	c  - never skip resolution steps
0.47/0.38	c  - Auto-division on coefficients is disabled
0.47/0.38	c  - No postprocessing
0.47/0.38	c  - Conflict is considered as is when resolving
0.47/0.38	c  - Use constraints as they come during conflict analysis
0.47/0.38	c  - Weaken first using unassigned literals
0.47/0.38	c  - Bump strategy: ALWAYS_ONE
0.47/0.38	c  - Bumper: EFFECTIVE
0.47/0.38	c --- Begin Solver configuration ---
0.47/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.47/0.38	c Learn all clauses as in MiniSAT
0.47/0.38	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.38	c No reason simplification
0.47/0.38	c Dynamic restart strategy considering the size of the coefficients
0.47/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.47/0.38	c timeout=2147483s
0.47/0.38	c DB Simplification allowed=false
0.47/0.38	c Listener: none
0.47/0.38	c --- End Solver configuration ---
0.47/0.38	c solving HOME/instance-4496151-1751164988.opb
0.47/0.38	c reading problem ... 
0.47/0.38	c using VERIPB proof format
0.47/0.39	c  no objective function found
0.47/0.41	c ... done. Wall clock time 0.029s.
0.47/0.41	c declared #vars     77
0.47/0.41	c #constraints  2
0.47/0.41	c constraints type 
0.47/0.42	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.47/0.42	c 2 constraints processed.
34.31/29.31	c cleaning 2489 clauses out of 5000 with flag 0/5000
126.64/120.27	c cleaning 4256 clauses out of 8511 with flag 0/11000
273.39/266.33	c cleaning 5628 clauses out of 11255 with flag 0/18000
475.56/467.96	c cleaning 6812 clauses out of 13627 with flag 0/26000
729.69/722.03	c cleaning 7907 clauses out of 15815 with flag 0/35000
1033.39/1026.17	c cleaning 8951 clauses out of 17908 with flag 0/45000
1442.45/1434.61	c cleaning 9976 clauses out of 19957 with flag 0/56000
1913.54/1937.11	c cleaning 10990 clauses out of 21981 with flag 0/68000
2481.67/2510.27	c cleaning 11996 clauses out of 23992 with flag 0/81001
3191.57/3269.59	c cleaning 12995 clauses out of 25995 with flag 0/95000
3586.90/3700.04	c starts		: 4
3586.90/3700.06	c conflicts		: 104257
3586.90/3700.07	c decisions		: 119356
3586.90/3700.07	c propagations		: 539565
3586.90/3700.07	c inspects		: 1699568222
3586.90/3700.07	c shortcuts		: 0
3586.90/3700.07	c learnt literals	: 0
3586.90/3700.08	c learnt binary clauses	: 0
3586.90/3700.08	c learnt ternary clauses	: 0
3586.90/3700.08	c learnt constraints	: 104257
3586.90/3700.08	c ignored constraints	: 0
3586.90/3700.08	c root simplifications	: 0
3586.90/3700.08	c removed literals (reason simplification)	: 0
3586.90/3700.08	c reason swapping (by a shorter reason)	: 0
3586.90/3700.08	c Calls to reduceDB	: 10
3586.90/3700.08	c Number of update (reduction) of LBD	: 81169
3586.90/3700.08	c Imported unit clauses	: 0
3586.90/3700.08	c No decision after first conflict	: false
3586.90/3700.08	c number of reductions to clauses (during analyze)	: 0
3586.90/3700.08	c number of learned constraints concerned by reduction	: 0
3586.90/3700.09	c number of learning phase by resolution	: 0
3586.90/3700.09	c number of learning phase by cutting planes	: 0
3586.90/3700.09	c number of rounding to 1 operations	: 0
3586.90/3700.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3586.90/3700.09	c number of reductions of the coefficients by power 2 	: 0
3586.90/3700.09	c number of right shift for reduction by power 2 	: 0
3586.90/3700.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3586.90/3700.09	c number of ending skipping 	: 0
3586.90/3700.09	c number of internal skipping 	: 0
3586.90/3700.09	c number of derivation steps 	: 418687
3586.90/3700.10	c number of skipped derivation steps 	: 0
3586.90/3700.10	c number of remaining unassigned 	: 24914
3586.90/3700.10	c number of remaining assigned 	: 15936101
3586.90/3700.10	c number of falsified literals weakened from reason	: 0
3586.90/3700.10	c number of falsified literals weakened from conflict	: 0
3586.90/3700.10	c time for arithmetic operations	: 1630432560
3586.90/3700.10	c minimum degree of deleted constraints	: 1
3586.90/3700.11	c maximum degree of deleted constraints	: 339722632778725334113047935413092811816602582643935195030078024372040954835577719406954629411017448734477969049613465945112830883401180
3586.90/3700.11	c number of deleted constraints	: 82000
3586.90/3700.11	c speed (assignments/second)	: 145.84051861614427
3586.90/3700.11	c non guided choices	: 66
3587.11/3700.12	c timeout
3587.11/3700.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 143
3587.11/3700.16	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22114
3587.11/3700.16	s UNKNOWN
3587.11/3700.16	c Total wall clock time (in seconds): 3699.785

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

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


[startup+0.100071 s]*
/proc/loadavg: 4.17 4.19 4.18 5/326 21559
/proc/meminfo: memFree=123103952/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=18930384 memory=48600 CPUtime=0.12 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 5807 0 0 0 10 2 0 0 20 0 18 0 32178557 19384713216 12150 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4732596 12150 5336 1 0 546999 0
[pid=21541/tid=21543] ppid=21538 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 4716 0 0 0 7 1 0 0 20 0 18 0 32178558 19384713216 12150 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32178563 19384713216 12150 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=18930384 memory=59593594258114 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32178563 19384713216 12150 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48600 KiB

[startup+0.214176 s]*
/proc/loadavg: 4.17 4.19 4.18 6/326 21559
/proc/meminfo: memFree=123097840/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=18930384 memory=55444 CPUtime=0.31 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 6514 0 0 0 28 3 0 0 20 0 18 0 32178557 19384713216 13861 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4732596 13861 5336 1 0 547577 0
[pid=21541/tid=21543] ppid=21538 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 5038 0 0 0 16 2 0 0 20 0 18 0 32178558 19384713216 13861 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=18930384 memory=16142 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32178563 19384713216 13861 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32178563 19384713216 13861 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55444 KiB

[startup+0.313957 s]*
/proc/loadavg: 4.17 4.19 4.18 9/326 21559
/proc/meminfo: memFree=123091968/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=18930384 memory=59108 CPUtime=0.47 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 6834 0 0 0 44 3 0 0 20 0 18 0 32178557 19384713216 14777 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4732596 14777 5432 1 0 547833 0
[pid=21541/tid=21543] ppid=21538 vsize=18930384 memory=-6000919472740068205 CPUtime=0.28 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 5249 0 0 0 26 2 0 0 20 0 18 0 32178558 19384713216 14777 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32178563 19384713216 14777 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32178563 19384713216 14777 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59108 KiB

[startup+0.700329 s]
/proc/loadavg: 4.17 4.19 4.18 7/327 21560
/proc/meminfo: memFree=123079744/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=18996948 memory=84692 CPUtime=1.17 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 8849 0 0 0 112 5 0 0 20 0 19 0 32178557 19452874752 21173 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4749237 21173 5432 1 0 549122 0
[pid=21541/tid=21543] ppid=21538 vsize=18996948 memory=17024 CPUtime=0.64 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 5452 0 0 0 61 3 0 0 20 0 19 0 32178558 19452874752 21173 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32178563 19452874752 21173 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32178563 19452874752 21173 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 32178599 19452874752 21173 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84692 KiB

[startup+1.50029 s]
/proc/loadavg: 4.17 4.19 4.18 7/327 21560
/proc/meminfo: memFree=123006524/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=181352 CPUtime=2.75 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 25163 0 0 0 265 10 0 0 20 0 20 0 32178557 19521036288 45338 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 45338 5464 1 0 555505 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=0 CPUtime=1.37 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 5943 0 0 0 132 5 0 0 20 0 20 0 32178558 19521036288 45338 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 45338 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 45338 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 45338 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181352 KiB

[startup+3.1055 s]
/proc/loadavg: 4.17 4.19 4.18 9/328 21561
/proc/meminfo: memFree=122770416/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=406432 CPUtime=5.93 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 35949 0 0 0 577 16 0 0 20 0 20 0 32178557 19521036288 101608 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 101608 5464 1 0 558524 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=10624 CPUtime=2.92 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 7268 0 0 0 283 9 0 0 20 0 20 0 32178558 19521036288 101608 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=-6000919472740068205 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 101608 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 101608 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 101608 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 406432 KiB

[startup+6.30025 s]
/proc/loadavg: 4.32 4.22 4.19 5/328 21561
/proc/meminfo: memFree=122280336/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=870448 CPUtime=11.21 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 36850 0 0 0 1093 28 0 0 20 0 20 0 32178557 19521036288 217612 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 217612 5464 1 0 558537 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=0 CPUtime=6.04 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 7747 0 0 0 584 20 0 0 20 0 20 0 32178558 19521036288 217612 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 217612 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 217612 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=181608 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 217612 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 11.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 870448 KiB

[startup+12.7004 s]
/proc/loadavg: 4.29 4.21 4.19 5/328 21562
/proc/meminfo: memFree=121840548/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=901312 CPUtime=17.64 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 37245 0 0 0 1734 30 0 0 20 0 20 0 32178557 19521036288 225328 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 225328 5464 1 0 558537 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=181608 CPUtime=12.33 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 8127 0 0 0 1211 22 0 0 20 0 20 0 32178558 19521036288 225328 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=862360 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 225328 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 225328 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 225328 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 17.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 901312 KiB

[startup+25.5005 s]
/proc/loadavg: 4.38 4.24 4.20 5/328 21562
/proc/meminfo: memFree=121363404/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=1331412 CPUtime=30.42 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 43185 0 0 0 3002 40 0 0 20 0 20 0 32178557 19521036288 332853 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 332853 5464 1 0 558537 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=-6000919472740068205 CPUtime=24.85 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 10875 0 0 0 2456 29 0 0 20 0 20 0 32178558 19521036288 332853 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=1325264 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 332853 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 332853 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 332853 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 30.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331412 KiB

[startup+51.114 s]
/proc/loadavg: 4.33 4.23 4.19 5/329 21563
/proc/meminfo: memFree=120822540/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=1347708 CPUtime=57.27 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 50210 0 0 0 5684 43 0 0 20 0 20 0 32178557 19521036288 336927 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 336927 5464 1 0 558569 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=1341540 CPUtime=50.06 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 11918 0 0 0 4977 29 0 0 20 0 20 0 32178558 19521036288 336927 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 336927 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0

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

[startup+3342.3 s]
/proc/loadavg: 4.15 4.27 4.25 6/330 22401
/proc/meminfo: memFree=106391132/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=2263128 CPUtime=3254.07 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 100901 0 0 0 325108 299 0 0 20 0 20 0 32178557 19521036288 565782 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 565782 5464 1 0 665184 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=1920 CPUtime=3210.51 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 40500 0 0 0 320975 76 0 0 20 0 20 0 32178558 19521036288 565782 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=2261076 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 565782 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 1323 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 565782 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=17024 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 565782 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 3254.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2263128 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.28 4.25 5/330 22403
/proc/meminfo: memFree=107817352/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=2271348 CPUtime=3314.11 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 102803 0 0 0 331108 303 0 0 20 0 20 0 32178557 19521036288 567837 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 567837 5464 1 0 665184 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=2267244 CPUtime=3269.73 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 41618 0 0 0 326896 77 0 0 20 0 20 0 32178558 19521036288 567837 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 567837 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=2269296 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 1323 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 567837 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=2269296 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 567837 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 3314.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2271348 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.27 4.25 4/329 22405
/proc/meminfo: memFree=107743452/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=2277512 CPUtime=3362.73 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 103685 0 0 0 335966 307 0 0 20 0 20 0 32178557 19521036288 569378 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 569378 5464 1 0 665184 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=2267244 CPUtime=3317.9 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 42259 0 0 0 331713 77 0 0 20 0 20 0 32178558 19521036288 569378 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 569378 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 1385 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 569378 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=-6000919472740068205 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 569378 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 3362.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2277512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.25 4.25 5/332 22412
/proc/meminfo: memFree=108690820/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=2283660 CPUtime=3409.21 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 105125 0 0 0 340610 311 0 0 20 0 20 0 32178557 19521036288 570915 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 570915 5464 1 0 665184 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=14560 CPUtime=3363.9 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 43025 0 0 0 336312 78 0 0 20 0 20 0 32178558 19521036288 570915 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=2277512 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 570915 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 1450 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 570915 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=2283660 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 570915 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 3409.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2283660 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.28 4.26 3/332 22414
/proc/meminfo: memFree=108967000/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=2291868 CPUtime=3469.21 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 105162 0 0 0 346606 315 0 0 20 0 20 0 32178557 19521036288 572967 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 572967 5464 1 0 665184 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=2287772 CPUtime=3423.4 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 43046 0 0 0 342262 78 0 0 20 0 20 0 32178558 19521036288 572967 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 572967 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=2289820 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 1450 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 572967 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=2744 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 572967 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 3469.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2291868 KiB

[startup+3642.3 s]
/proc/loadavg: 4.20 4.26 4.25 5/332 22416
/proc/meminfo: memFree=108553652/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=2298012 CPUtime=3529.21 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 105185 0 0 0 352602 319 0 0 20 0 20 0 32178557 19521036288 574503 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 574503 5464 1 0 665184 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=17024 CPUtime=3482.73 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 43060 0 0 0 348194 79 0 0 20 0 20 0 32178558 19521036288 574503 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=2293916 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 574503 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=2298012 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 1450 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 574503 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=-4421386513461373285 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 574503 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 3529.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2298012 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.16 4.24 4.25 4/308 22453
/proc/meminfo: memFree=110927208/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19063512 memory=2304156 CPUtime=3586.9 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 106014 0 0 0 358367 323 0 0 20 0 20 0 32178557 19521036288 576039 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4765878 576039 5464 1 0 665184 0
[pid=21541/tid=21543] ppid=21538 vsize=19063512 memory=-6000919472723487341 CPUtime=3539.86 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 43834 0 0 0 353907 79 0 0 20 0 20 0 32178558 19521036288 576039 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19063512 memory=-4050210904893735314 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 576039 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 1450 0 0 0 0 0 0 0 20 0 20 0 32178563 19521036288 576039 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21560] ppid=21538 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/21541/task/21560/stat : 21560 (Timer-0) S 21538 21541 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32178599 19521036288 576039 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 3586.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2304156 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.94 s, system=3.26975 s

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

[startup+3700.12 s]
/proc/loadavg: 4.16 4.24 4.25 4/308 22453
/proc/meminfo: memFree=110927208/131382112 swapFree=33010684/33010684
[pid=21541] ppid=21538 vsize=19263204 memory=2305052 CPUtime=3587.11 cores=4,6
/proc/21541/stat : 21541 (java) S 21538 21541 19975 0 -1 4194304 108311 0 0 0 358387 324 0 0 20 0 21 0 32178557 19725520896 576263 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
/proc/21541/statm: 4815801 576263 5496 1 0 666152 0
[pid=21541/tid=21543] ppid=21538 vsize=19263204 memory=17024 CPUtime=3539.95 cores=4,6
/proc/21541/task/21543/stat : 21543 (java) R 21538 21541 19975 0 -1 4194368 43887 0 0 0 353916 79 0 0 20 0 21 0 32178558 19725520896 576263 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21552] ppid=21538 vsize=19263204 memory=2293916 CPUtime=0 cores=4,6
/proc/21541/task/21552/stat : 21552 (Finalizer) S 21538 21541 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32178563 19725520896 576263 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
[pid=21541/tid=21559] ppid=21538 vsize=19263204 memory=2302108 CPUtime=0 cores=4,6
/proc/21541/task/21559/stat : 21559 (Common-Cleaner) S 21538 21541 19975 0 -1 4194368 1450 0 0 0 0 0 0 0 20 0 21 0 32178563 19725520896 576263 18446744073709551615 93916224126976 93916224130672 140727517213856 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93916224138488 93916224139280 93916246986752 140727517223213 140727517223398 140727517223398 140727517229000 0
Current children cumulated CPU time: 3587.11 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2305052 KiB

Child status: 143

Real time (s): 3700.19
CPU time (s): 3587.21
CPU user time (s): 3583.94
CPU system time (s): 3.26975
CPU usage (%): 96.9467
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2305052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.94
system time used= 3.26975
maximum resident set size= 2305308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 242256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135448
involuntary context switches= 11381


# summary of solver processes directly reported to runsolver:
#   pid: 21541
#   total CPU time (s): 3587.21
#   total CPU user time (s): 3583.94
#   total CPU system time (s): 3.26975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3152 second user time and 40.773 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 04:43:08
IDJOB=4496151
IDBENCH=148108
IDSOLVER=3362
FILE ID=nodeC009/4496151-1751164988
RUNJOBID= nodeC009-1751157827-19986
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-prob1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4496151-1751164988/watcher-4496151-1751164988 -o /tmp/evaluation-result-4496151-1751164988/solver-4496151-1751164988 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19986 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4496151-1751164988 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4496151-1751164988.opb

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

MD5SUM BENCH= 471fd854f2c30bf1b2104c39e43ffd70
RANDOM SEED=780363400

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		: 3591.705
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		: 3661.096
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.326
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.599
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.934
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		: 3591.697
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		: 1197.020
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		: 1197.305
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:        123112512 kB
MemAvailable:   123412840 kB
Buffers:            3280 kB
Cached:          1110440 kB
SwapCached:            0 kB
Active:          6876700 kB
Inactive:         865136 kB
Active(anon):    6646208 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   865136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7648 kB
Writeback:            12 kB
AnonPages:       6631192 kB
Mapped:           122120 kB
Shmem:             17960 kB
KReclaimable:      88268 kB
Slab:             170040 kB
SReclaimable:      88268 kB
SUnreclaim:        81772 kB
KernelStack:        5020 kB
PageTables:        16732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8501928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6381568 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= 433052 MiB
End job on nodeC009 at 2025-06-29 05:44:48