Trace number 4493811

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.28 3578.65

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
MD5SUM8150ec280d22960cf2e4079d2206c8ae
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 benchmark6.57
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.24	c java.vm.version	22.0.1+8-16
0.25/0.24	c java.vm.vendor	Oracle Corporation
0.25/0.24	c sun.arch.data.model	64
0.25/0.24	c java.version		22.0.1
0.25/0.24	c os.name		Linux
0.25/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.24	c os.arch		amd64
0.25/0.25	c Free memory 		2106806208
0.25/0.25	c Max memory 		16282288128
0.25/0.25	c Total memory 		2113929216
0.25/0.26	c Number of processors 	2
0.57/0.44	c Pseudo Boolean Optimization by upper bound
0.57/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.44	c  - never skip resolution steps
0.57/0.44	c  - Auto-division on coefficients is disabled
0.57/0.44	c  - No postprocessing
0.57/0.44	c  - Conflict is considered as is when resolving
0.57/0.44	c  - Use constraints as they come during conflict analysis
0.57/0.44	c  - Weaken first using unassigned literals
0.57/0.44	c  - Bump strategy: ALWAYS_ONE
0.57/0.44	c  - Bumper: EFFECTIVE
0.57/0.44	c --- Begin Solver configuration ---
0.57/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.57/0.44	c Learn all clauses as in MiniSAT
0.57/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.44	c No reason simplification
0.57/0.44	c Dynamic restart strategy considering the size of the coefficients
0.57/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.57/0.44	c timeout=2147483s
0.57/0.44	c DB Simplification allowed=false
0.57/0.44	c Listener: none
0.57/0.44	c --- End Solver configuration ---
0.57/0.44	c solving HOME/instance-4493811-1751153092.opb
0.57/0.44	c reading problem ... 
0.57/0.45	c using VERIPB proof format
0.57/0.45	c  no objective function found
0.92/0.64	c ... done. Wall clock time 0.188s.
0.92/0.64	c declared #vars     428
0.92/0.64	c #constraints  942
0.92/0.64	c constraints type 
0.92/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 224
0.92/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.92/0.64	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 295
0.92/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 420
0.92/0.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.92/0.64	c 942 constraints processed.
24.86/19.41	c cleaning 2499 clauses out of 5000 with flag 0/5000
72.39/65.75	c cleaning 4247 clauses out of 8501 with flag 0/11000
151.62/143.42	c cleaning 5623 clauses out of 11256 with flag 0/18002
281.16/271.27	c cleaning 6816 clauses out of 13631 with flag 0/26000
441.42/430.22	c cleaning 7898 clauses out of 15815 with flag 0/35000
659.21/646.63	c cleaning 8959 clauses out of 17917 with flag 0/45000
945.07/931.46	c cleaning 9975 clauses out of 19960 with flag 0/56002
1298.69/1283.33	c cleaning 10990 clauses out of 21983 with flag 0/68000
1704.40/1686.90	c cleaning 11994 clauses out of 23993 with flag 0/81000
2196.49/2177.39	c cleaning 12997 clauses out of 26001 with flag 0/95002
2765.43/2745.27	c cleaning 13997 clauses out of 28004 with flag 0/110002
3501.24/3479.60	c cleaning 14998 clauses out of 30007 with flag 0/126002
3600.09/3578.52	c timeout
3600.09/3578.53	c starts		: 29
3600.09/3578.54	c conflicts		: 128241
3600.09/3578.54	c decisions		: 143420
3600.09/3578.54	c propagations		: 4301954
3600.09/3578.54	c inspects		: 2156708346
3600.09/3578.54	c shortcuts		: 0
3600.09/3578.54	c learnt literals	: 0
3600.09/3578.54	c learnt binary clauses	: 0
3600.09/3578.54	c learnt ternary clauses	: 0
3600.09/3578.54	c learnt constraints	: 128240
3600.09/3578.54	c ignored constraints	: 0
3600.09/3578.54	c root simplifications	: 0
3600.09/3578.54	c removed literals (reason simplification)	: 0
3600.09/3578.54	c reason swapping (by a shorter reason)	: 0
3600.09/3578.54	c Calls to reduceDB	: 12
3600.09/3578.54	c Number of update (reduction) of LBD	: 95410
3600.09/3578.54	c Imported unit clauses	: 0
3600.09/3578.54	c No decision after first conflict	: false
3600.09/3578.54	c number of reductions to clauses (during analyze)	: 0
3600.09/3578.54	c number of learned constraints concerned by reduction	: 0
3600.09/3578.54	c number of learning phase by resolution	: 0
3600.09/3578.54	c number of learning phase by cutting planes	: 0
3600.09/3578.55	c number of rounding to 1 operations	: 0
3600.09/3578.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3578.55	c number of reductions of the coefficients by power 2 	: 0
3600.09/3578.55	c number of right shift for reduction by power 2 	: 0
3600.09/3578.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3578.55	c number of ending skipping 	: 0
3600.09/3578.55	c number of internal skipping 	: 0
3600.09/3578.55	c number of derivation steps 	: 3573620
3600.09/3578.55	c number of skipped derivation steps 	: 0
3600.09/3578.55	c number of remaining unassigned 	: 4223636
3600.09/3578.55	c number of remaining assigned 	: 229719457
3600.09/3578.55	c number of falsified literals weakened from reason	: 0
3600.09/3578.55	c number of falsified literals weakened from conflict	: 0
3600.09/3578.55	c time for arithmetic operations	: 50354104147
3600.09/3578.55	c minimum degree of deleted constraints	: 3
3600.09/3578.55	c maximum degree of deleted constraints	: 4828420406918503865483368420173581032865747252023615905604217907602919358480940634335816385647959209733574154393480653548210687668965731548365791880914226220678492586504590929880506613051325518654609316590714669500431242946849134426780652734942589699265939415798053026062988144777167658697840922730940077579468648200436086395771783587732039797913506251202396468327231233577408328077469524639843681574792674626352271588275278269847762507677309391752734028777199464663627558174526782400195237547663192240114430048617650043062238041282787825533339851602580966020151628316163628843093709680650946303282497864913411849543153032360085134884212664133120259192488270120286808692819888727770641627617074261525434839281399918429278740279494265569126708316898805741338115150095900976416722396978593442332272457780992948604258800636583612767106996365915385904059700277370130761722005503885147333471486866640606472301267018897207967494199287357563860791373086741274945010058370373862652051096251203511344254709230076833874750611665595774581832290106274021880354772426457765729974796497421878389884206909981202921155638205729191400048834950622038683201514420119657122124587450365320238549073032226615853402977182276868297801066805364894630554296720151214917489118809096851742310569215507109190272352786207340985889785422389146185273539910826582008100242909825010844318263039196956495400704990570
3600.09/3578.55	c number of deleted constraints	: 110993
3600.09/3578.56	c speed (assignments/second)	: 1202.3643957704942
3600.09/3578.56	c non guided choices	: 25
3600.09/3578.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 27
3600.09/3578.57	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 17220
3600.09/3578.58	s UNKNOWN
3600.09/3578.58	c Total wall clock time (in seconds): 3578.132

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493811-1751153092/watcher-4493811-1751153092 -o /tmp/evaluation-result-4493811-1751153092/solver-4493811-1751153092 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14978 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493811-1751153092 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493811-1751153092.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=16647, runsolver pid=16644

[startup+0.100076 s]*
/proc/loadavg: 4.39 4.46 4.40 6/330 16665
/proc/meminfo: memFree=121385616/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=18930384 memory=47196 CPUtime=0.1 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 5657 0 0 0 6 4 0 0 20 0 18 0 30988057 19384713216 11799 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4732596 11799 5113 1 0 546874 0
[pid=16647/tid=16649] ppid=16644 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 4581 0 0 0 4 2 0 0 20 0 18 0 30988059 19384713216 11799 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30988064 19384713216 11799 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30988066 19384713216 11799 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47196 KiB

[startup+0.214344 s]*
/proc/loadavg: 4.39 4.46 4.40 7/330 16665
/proc/meminfo: memFree=121383852/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=18930384 memory=49884 CPUtime=0.25 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 6120 0 0 0 21 4 0 0 20 0 18 0 30988057 19384713216 12471 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4732596 12471 5337 1 0 547232 0
[pid=16647/tid=16649] ppid=16644 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 4953 0 0 0 13 3 0 0 20 0 18 0 30988059 19384713216 12471 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30988064 19384713216 12471 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30988066 19384713216 12471 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49884 KiB

[startup+0.314227 s]*
/proc/loadavg: 4.39 4.46 4.40 7/330 16665
/proc/meminfo: memFree=121377740/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=18930384 memory=58124 CPUtime=0.4 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 6647 0 0 0 35 5 0 0 20 0 18 0 30988057 19384713216 14531 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4732596 14531 5337 1 0 547682 0
[pid=16647/tid=16649] ppid=16644 vsize=18930384 memory=-6000919489903093358 CPUtime=0.24 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 5121 0 0 0 21 3 0 0 20 0 18 0 30988059 19384713216 14531 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30988064 19384713216 14531 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30988066 19384713216 14531 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58124 KiB

[startup+0.700352 s]
/proc/loadavg: 4.39 4.46 4.40 8/330 16665
/proc/meminfo: memFree=121377740/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=18996948 memory=73520 CPUtime=1.08 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 7371 0 0 0 102 6 0 0 20 0 19 0 30988057 19452874752 18380 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4749237 18380 5433 1 0 548429 0
[pid=16647/tid=16649] ppid=16644 vsize=18996948 memory=17152 CPUtime=0.58 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 5495 0 0 0 54 4 0 0 20 0 19 0 30988059 19452874752 18380 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30988064 19452874752 18380 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 30988066 19452874752 18380 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73520 KiB

[startup+1.50031 s]
/proc/loadavg: 4.39 4.46 4.40 6/331 16666
/proc/meminfo: memFree=121331740/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=162628 CPUtime=2.66 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 14056 0 0 0 255 11 0 0 20 0 20 0 30988057 19521036288 40657 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 40657 5497 1 0 550595 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=3200 CPUtime=1.29 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 6115 0 0 0 123 6 0 0 20 0 20 0 30988059 19521036288 40657 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 40657 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 40657 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 40657 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162628 KiB

[startup+3.1059 s]
/proc/loadavg: 4.44 4.47 4.40 6/332 16667
/proc/meminfo: memFree=121059384/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=366220 CPUtime=5.82 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 24034 0 0 0 564 18 0 0 20 0 20 0 30988057 19521036288 91555 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 91555 5497 1 0 556719 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=14720 CPUtime=2.8 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 6853 0 0 0 271 9 0 0 20 0 20 0 30988059 19521036288 91555 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 91555 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 91555 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 91555 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 366220 KiB

[startup+6.30045 s]
/proc/loadavg: 4.44 4.47 4.40 5/331 16667
/proc/meminfo: memFree=120646004/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=920268 CPUtime=10.65 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 25227 0 0 0 1033 32 0 0 20 0 20 0 30988057 19521036288 230067 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 230067 5497 1 0 556722 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=0 CPUtime=5.95 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 7704 0 0 0 572 23 0 0 20 0 20 0 30988059 19521036288 230067 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 230067 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 230067 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=162756 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 230067 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 10.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 920268 KiB

[startup+12.7005 s]
/proc/loadavg: 4.37 4.45 4.40 6/331 16667
/proc/meminfo: memFree=120146624/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=1560068 CPUtime=17.85 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 31290 0 0 0 1737 48 0 0 20 0 20 0 30988057 19521036288 390017 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 390017 5497 1 0 832439 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=162756 CPUtime=12 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 9198 0 0 0 1166 34 0 0 20 0 20 0 30988059 19521036288 390017 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=1190812 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 390017 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 390017 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 390017 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 17.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1560068 KiB

[startup+25.5005 s]
/proc/loadavg: 4.39 4.45 4.40 6/331 16667
/proc/meminfo: memFree=118884504/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=2467740 CPUtime=31.29 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 33919 0 0 0 3058 71 0 0 20 0 20 0 30988057 19521036288 616935 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 616935 5497 1 0 832517 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=0 CPUtime=24.52 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 11210 0 0 0 2398 54 0 0 20 0 20 0 30988059 19521036288 616935 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 616935 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=2467740 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 70 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 616935 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=2467612 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 616935 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 31.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2467740 KiB

[startup+51.1142 s]
/proc/loadavg: 4.25 4.42 4.38 5/332 16669
/proc/meminfo: memFree=118125472/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=3187428 CPUtime=57.41 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 40399 0 0 0 5650 91 0 0 20 0 20 0 30988057 19521036288 796857 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 796857 5497 1 0 1338022 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=2467868 CPUtime=49.52 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 13283 0 0 0 4881 71 0 0 20 0 20 0 30988059 19521036288 796857 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=12416 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 796857 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=2308 CPUtime=0 cores=1,3

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

/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=5218708 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 1948 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=5218708 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 3183.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5218708 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.23 4.22 5/329 17236
/proc/meminfo: memFree=110104532/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=5218708 CPUtime=3243.68 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 163279 0 0 0 323831 537 0 0 20 0 20 0 30988057 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 1304677 5497 1 0 1338186 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=5218708 CPUtime=3180.6 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 94208 0 0 0 317770 290 0 0 20 0 20 0 30988059 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=5218708 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=5218708 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 1948 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 3243.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5218708 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.23 4.22 5/331 17240
/proc/meminfo: memFree=110056652/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=5218708 CPUtime=3303.77 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 165714 0 0 0 329834 543 0 0 20 0 20 0 30988057 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 1304677 5497 1 0 1338186 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=14720 CPUtime=3239.96 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 96455 0 0 0 323703 293 0 0 20 0 20 0 30988059 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=5218708 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 3303.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5218708 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.21 4.21 4/306 17276
/proc/meminfo: memFree=113731912/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=5218708 CPUtime=3363.85 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 166870 0 0 0 335835 550 0 0 20 0 20 0 30988057 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 1304677 5497 1 0 1338186 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=17152 CPUtime=3299.3 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 97016 0 0 0 329635 295 0 0 20 0 20 0 30988059 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=5218708 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 2020 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 1304677 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 3363.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5218708 KiB

[startup+3402.3 s]
/proc/loadavg: 3.53 4.02 4.15 4/306 17282
/proc/meminfo: memFree=113697768/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=5218836 CPUtime=3423.69 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 169689 0 0 0 341813 556 0 0 20 0 20 0 30988057 19521036288 1304709 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 1304709 5497 1 0 1338186 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=5218836 CPUtime=3358.39 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 99125 0 0 0 335541 298 0 0 20 0 20 0 30988059 19521036288 1304709 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=5218836 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 1304709 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=23532 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 2020 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 1304709 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 1304709 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 3423.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5218836 KiB

[startup+3462.3 s]
/proc/loadavg: 3.35 3.88 4.09 4/306 17284
/proc/meminfo: memFree=113656784/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=5218964 CPUtime=3483.62 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 172177 0 0 0 347800 562 0 0 20 0 20 0 30988057 19521036288 1304741 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 1304741 5497 1 0 1338218 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=5218964 CPUtime=3417.41 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 101367 0 0 0 341441 300 0 0 20 0 20 0 30988059 19521036288 1304741 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=5218964 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 1304741 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=5218964 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 2052 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 1304741 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=5218964 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 1304741 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 3483.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5218964 KiB

[startup+3522.3 s]
/proc/loadavg: 3.79 3.88 4.07 4/306 17289
/proc/meminfo: memFree=113605280/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=5219220 CPUtime=3543.96 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 174450 0 0 0 353827 569 0 0 20 0 20 0 30988057 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 1304805 5497 1 0 1338268 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=5218964 CPUtime=3476.43 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 102070 0 0 0 347340 303 0 0 20 0 20 0 30988059 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=5219220 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=5219220 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 2063 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=5219220 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 3543.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5219220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.5 s]
/proc/loadavg: 3.65 3.84 4.04 4/305 17292
/proc/meminfo: memFree=113573648/131382112 swapFree=33010684/33010684
[pid=16647] ppid=16644 vsize=19063512 memory=5219220 CPUtime=3600.09 cores=1,3
/proc/16647/stat : 16647 (java) S 16644 16647 14966 0 -1 4194304 177210 0 0 0 359433 576 0 0 20 0 20 0 30988057 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
/proc/16647/statm: 4765878 1304805 5497 1 0 1338268 0
[pid=16647/tid=16649] ppid=16644 vsize=19063512 memory=5219220 CPUtime=3531.74 cores=1,3
/proc/16647/task/16649/stat : 16649 (java) R 16644 16647 14966 0 -1 4194368 104103 0 0 0 352868 306 0 0 20 0 20 0 30988059 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16658] ppid=16644 vsize=19063512 memory=5219220 CPUtime=0 cores=1,3
/proc/16647/task/16658/stat : 16658 (Finalizer) S 16644 16647 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30988064 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16665] ppid=16644 vsize=19063512 memory=71485435707929 CPUtime=0 cores=1,3
/proc/16647/task/16665/stat : 16665 (Common-Cleaner) S 16644 16647 14966 0 -1 4194368 2063 0 0 0 0 0 0 0 20 0 20 0 30988066 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
[pid=16647/tid=16666] ppid=16644 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/16647/task/16666/stat : 16666 (Timer-0) S 16644 16647 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30988122 19521036288 1304805 18446744073709551615 94679799435264 94679799438960 140735902382224 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94679799446776 94679799447568 94679829266432 140735902390573 140735902390758 140735902390758 140735902396360 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5219220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.47 s, system=5.80401 s

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

[startup+3578.61 s]*
/proc/loadavg: 3.65 3.84 4.04 5/287 17295
/proc/meminfo: memFree=116711424/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3578.65
CPU time (s): 3600.28
CPU user time (s): 3594.47
CPU system time (s): 5.80401
CPU usage (%): 100.604
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5219220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.47
system time used= 5.80401
maximum resident set size= 5220500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180104
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1035080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125140
involuntary context switches= 10916


# summary of solver processes directly reported to runsolver:
#   pid: 16647
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3594.47
#   total CPU system time (s): 5.80401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1862 second user time and 38.7581 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 01:24:52
IDJOB=4493811
IDBENCH=147873
IDSOLVER=3362
FILE ID=nodeC001/4493811-1751153092
RUNJOBID= nodeC001-1751145706-14978
SLURM_JOB_ID= 9587448
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493811-1751153092/watcher-4493811-1751153092 -o /tmp/evaluation-result-4493811-1751153092/solver-4493811-1751153092 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14978 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493811-1751153092 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4493811-1751153092.opb

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

MD5SUM BENCH= 8150ec280d22960cf2e4079d2206c8ae
RANDOM SEED=1967709960

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121401732 kB
MemAvailable:   121197172 kB
Buffers:            3280 kB
Cached:           607252 kB
SwapCached:            0 kB
Active:          9058624 kB
Inactive:         375168 kB
Active(anon):    8841268 kB
Inactive(anon):        0 kB
Active(file):     217356 kB
Inactive(file):   375168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8960 kB
Writeback:             0 kB
AnonPages:       8826388 kB
Mapped:           121832 kB
Shmem:             17960 kB
KReclaimable:      84704 kB
Slab:             165224 kB
SReclaimable:      84704 kB
SUnreclaim:        80520 kB
KernelStack:        5040 kB
PageTables:        20904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11260096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8581120 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-06-29 02:24:31