Trace number 4493739

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.37 3586.83

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
MD5SUM531481e7cf3d0451843bb4aa5119dd25
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.037083
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
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.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.20	c version PB25.v20250606
0.12/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.22	c java.vm.version	22.0.1+8-16
0.12/0.22	c java.vm.vendor	Oracle Corporation
0.12/0.22	c sun.arch.data.model	64
0.12/0.22	c java.version		22.0.1
0.12/0.22	c os.name		Linux
0.12/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.22	c os.arch		amd64
0.27/0.23	c Free memory 		2104792832
0.27/0.23	c Max memory 		16282288128
0.27/0.23	c Total memory 		2113929216
0.27/0.24	c Number of processors 	2
0.44/0.40	c Pseudo Boolean Optimization by upper bound
0.44/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.40	c  - never skip resolution steps
0.44/0.40	c  - Auto-division on coefficients is disabled
0.44/0.40	c  - No postprocessing
0.44/0.40	c  - Conflict is considered as is when resolving
0.44/0.40	c  - Use constraints as they come during conflict analysis
0.44/0.40	c  - Weaken first using unassigned literals
0.44/0.40	c  - Bump strategy: ALWAYS_ONE
0.44/0.40	c  - Bumper: EFFECTIVE
0.44/0.40	c --- Begin Solver configuration ---
0.44/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.44/0.40	c Learn all clauses as in MiniSAT
0.44/0.40	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.40	c No reason simplification
0.44/0.40	c Dynamic restart strategy considering the size of the coefficients
0.44/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.44/0.40	c timeout=2147483s
0.44/0.40	c DB Simplification allowed=false
0.44/0.40	c Listener: none
0.44/0.40	c --- End Solver configuration ---
0.44/0.40	c solving HOME/instance-4493739-1751153079.opb
0.44/0.40	c reading problem ... 
0.44/0.40	c using VERIPB proof format
0.44/0.40	c  no objective function found
0.59/0.52	c ... done. Wall clock time 0.12s.
0.59/0.52	c declared #vars     316
0.59/0.52	c #constraints  476
0.59/0.52	c constraints type 
0.59/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
0.59/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.59/0.52	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 200
0.59/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
0.59/0.52	c 476 constraints processed.
18.64/13.35	c cleaning 2497 clauses out of 5000 with flag 0/5000
48.71/42.83	c cleaning 4254 clauses out of 8507 with flag 0/11004
104.60/98.11	c cleaning 5627 clauses out of 11257 with flag 0/18008
190.06/182.52	c cleaning 6807 clauses out of 13624 with flag 0/26002
295.44/287.08	c cleaning 7907 clauses out of 15815 with flag 0/35000
459.45/450.48	c cleaning 8946 clauses out of 17911 with flag 0/45003
621.22/611.07	c cleaning 9980 clauses out of 19962 with flag 0/56000
872.31/863.17	c cleaning 10987 clauses out of 21985 with flag 0/68003
1190.85/1181.31	c cleaning 11998 clauses out of 23996 with flag 0/81001
1566.04/1556.16	c cleaning 12996 clauses out of 25997 with flag 0/95000
1998.76/1988.73	c cleaning 14000 clauses out of 28004 with flag 0/110003
2484.11/2473.40	c cleaning 14998 clauses out of 30005 with flag 0/126004
3018.33/3006.58	c cleaning 16003 clauses out of 32005 with flag 0/143002
3600.07/3586.65	c starts		: 35
3600.07/3586.67	c timeout
3600.07/3586.68	c conflicts		: 160462
3600.07/3586.68	c decisions		: 190401
3600.07/3586.68	c propagations		: 4536936
3600.07/3586.68	c inspects		: 2841023072
3600.07/3586.68	c shortcuts		: 0
3600.07/3586.68	c learnt literals	: 0
3600.07/3586.68	c learnt binary clauses	: 0
3600.07/3586.68	c learnt ternary clauses	: 0
3600.07/3586.68	c learnt constraints	: 160462
3600.07/3586.68	c ignored constraints	: 0
3600.07/3586.68	c root simplifications	: 0
3600.07/3586.68	c removed literals (reason simplification)	: 0
3600.07/3586.68	c reason swapping (by a shorter reason)	: 0
3600.07/3586.68	c Calls to reduceDB	: 13
3600.07/3586.68	c Number of update (reduction) of LBD	: 106548
3600.07/3586.68	c Imported unit clauses	: 0
3600.07/3586.68	c No decision after first conflict	: false
3600.07/3586.68	c number of reductions to clauses (during analyze)	: 0
3600.07/3586.68	c number of learned constraints concerned by reduction	: 0
3600.07/3586.68	c number of learning phase by resolution	: 0
3600.07/3586.68	c number of learning phase by cutting planes	: 0
3600.07/3586.68	c number of rounding to 1 operations	: 0
3600.07/3586.68	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3586.68	c number of reductions of the coefficients by power 2 	: 0
3600.07/3586.69	c number of right shift for reduction by power 2 	: 0
3600.07/3586.69	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3586.69	c number of ending skipping 	: 0
3600.07/3586.69	c number of internal skipping 	: 0
3600.07/3586.69	c number of derivation steps 	: 4156175
3600.07/3586.69	c number of skipped derivation steps 	: 0
3600.07/3586.69	c number of remaining unassigned 	: 4296310
3600.07/3586.69	c number of remaining assigned 	: 198520786
3600.07/3586.69	c number of falsified literals weakened from reason	: 0
3600.07/3586.69	c number of falsified literals weakened from conflict	: 0
3600.07/3586.69	c time for arithmetic operations	: 39917066539
3600.07/3586.69	c minimum degree of deleted constraints	: 4
3600.07/3586.69	c maximum degree of deleted constraints	: 164391575690500741807176452228009765588463768545520341006921365129394529584031396247555846669938689258282542100770066465881970373484615698933407054290666272246137857450248012954368795033930201615325534295973665986062518994362130440421965644160542415287463751043733005177488346277405136979352916878976020655203294687859207995053693244863626044622179323977446018491942902601371764466638295443064526219208961466197629645692522101930187868041406615547027342965882608415938344109327706414131904597283647558583196077295272155246252994651490862716363491891986995832622480574758117345074632808519374283392612183095695144469163205319803992075029228225248737445132414811275344527598724890396846675918162113825586495511649004226255241658091988413637569574244440577743610285944009070282098176672653105849987063442287026612271828247055433682490976678645340370183837525836204641230523985132716507650455421901298172515954597713655581473227915227927807524135818620117185936775442681684226187837680955364204527280690308389364077905830706285954735096366082200490433536208607374145982869312314903715363360997500002976715661249966467852732867468426439761549820345434319022834585695186887004160000
3600.07/3586.69	c number of deleted constraints	: 127000
3600.07/3586.70	c speed (assignments/second)	: 1265.121228319819
3600.07/3586.70	c non guided choices	: 44
3600.26/3586.76	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.26/3586.76	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 33461
3600.26/3586.76	s UNKNOWN
3600.26/3586.76	c Total wall clock time (in seconds): 3586.365

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (55929 MiB free)
  memory of node 1: 64465 MiB (59491 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=17330, runsolver pid=17327

[startup+0.10007 s]*
/proc/loadavg: 4.41 4.40 4.28 7/329 17348
/proc/meminfo: memFree=118170948/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=18930384 memory=48232 CPUtime=0.12 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 5760 0 0 0 9 3 0 0 20 0 18 0 30987039 19384713216 12058 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4732596 12058 5300 1 0 546957 0
[pid=17330/tid=17332] ppid=17327 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 4649 0 0 0 5 2 0 0 20 0 18 0 30987041 19384713216 12058 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30987046 19384713216 12058 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=18930384 memory=58494082638250 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30987046 19384713216 12058 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48232 KiB

[startup+0.213721 s]*
/proc/loadavg: 4.41 4.40 4.28 6/329 17348
/proc/meminfo: memFree=118170948/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=18930384 memory=51920 CPUtime=0.27 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 6167 0 0 0 23 4 0 0 20 0 18 0 30987039 19384713216 12980 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4732596 12980 5332 1 0 547257 0
[pid=17330/tid=17332] ppid=17327 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) S 17327 17330 15143 0 -1 4194368 4986 0 0 0 14 2 0 0 20 0 18 0 30987041 19384713216 12980 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30987046 19384713216 12980 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30987046 19384713216 12980 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51920 KiB

[startup+0.318664 s]*
/proc/loadavg: 4.41 4.40 4.28 8/329 17348
/proc/meminfo: memFree=118162568/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=18930384 memory=58592 CPUtime=0.44 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 6800 0 0 0 39 5 0 0 20 0 18 0 30987039 19384713216 14648 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4732596 14648 5332 1 0 547832 0
[pid=17330/tid=17332] ppid=17327 vsize=18930384 memory=-6000919477051942254 CPUtime=0.27 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 5210 0 0 0 24 3 0 0 20 0 18 0 30987041 19384713216 14648 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30987046 19384713216 14648 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30987046 19384713216 14648 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58592 KiB

[startup+0.700363 s]
/proc/loadavg: 4.41 4.40 4.28 7/329 17348
/proc/meminfo: memFree=118157720/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=18996948 memory=75728 CPUtime=1.12 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 7408 0 0 0 106 6 0 0 20 0 19 0 30987039 19452874752 18932 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4749237 18932 5428 1 0 548479 0
[pid=17330/tid=17332] ppid=17327 vsize=18996948 memory=17408 CPUtime=0.61 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 5500 0 0 0 58 3 0 0 20 0 19 0 30987041 19452874752 18932 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30987046 19452874752 18932 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30987046 19452874752 18932 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30987092 19452874752 18932 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75728 KiB

[startup+1.50032 s]
/proc/loadavg: 4.41 4.40 4.28 8/330 17349
/proc/meminfo: memFree=118096660/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=163876 CPUtime=2.66 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 14685 0 0 0 256 10 0 0 20 0 20 0 30987039 19521036288 40969 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 40969 5492 1 0 550959 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=0 CPUtime=1.36 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 6128 0 0 0 131 5 0 0 20 0 20 0 30987041 19521036288 40969 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 40969 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 40969 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 40969 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163876 KiB

[startup+3.1056 s]
/proc/loadavg: 4.46 4.41 4.29 6/331 17350
/proc/meminfo: memFree=117810012/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=466424 CPUtime=5.84 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 24271 0 0 0 565 19 0 0 20 0 20 0 30987039 19521036288 116606 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 116606 5492 1 0 556198 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=11264 CPUtime=2.92 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 6957 0 0 0 280 12 0 0 20 0 20 0 30987041 19521036288 116606 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=-6000919477051942254 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 116606 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 116606 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 116606 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 466424 KiB

[startup+6.30043 s]
/proc/loadavg: 4.46 4.41 4.29 6/331 17350
/proc/meminfo: memFree=117163848/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=1055920 CPUtime=10.97 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 25150 0 0 0 1063 34 0 0 20 0 20 0 30987039 19521036288 263980 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 263980 5492 1 0 556204 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=0 CPUtime=6.05 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 7471 0 0 0 580 25 0 0 20 0 20 0 30987041 19521036288 263980 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 263980 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 263980 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=164004 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 263980 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 10.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1055920 KiB

[startup+12.7004 s]
/proc/loadavg: 4.46 4.42 4.29 5/331 17350
/proc/meminfo: memFree=116430512/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=1765672 CPUtime=17.99 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 26248 0 0 0 1750 49 0 0 20 0 20 0 30987039 19521036288 441418 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 441418 5492 1 0 662729 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=164004 CPUtime=12.06 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 8205 0 0 0 1168 38 0 0 20 0 20 0 30987041 19521036288 441418 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 441418 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=1749288 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 441418 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 441418 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 17.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1765672 KiB

[startup+25.5005 s]
/proc/loadavg: 4.39 4.40 4.28 5/331 17350
/proc/meminfo: memFree=116398064/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=1770180 CPUtime=31.17 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 32539 0 0 0 3064 53 0 0 20 0 20 0 30987039 19521036288 442545 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 442545 5492 1 0 662763 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=-6000919477051942254 CPUtime=24.66 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 10839 0 0 0 2425 41 0 0 20 0 20 0 30987041 19521036288 442545 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 442545 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 442545 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 442545 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 31.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1770180 KiB

[startup+51.1136 s]
/proc/loadavg: 4.38 4.40 4.29 6/331 17350
/proc/meminfo: memFree=114878452/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=3234416 CPUtime=57.51 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 41686 0 0 0 5662 89 0 0 20 0 20 0 30987039 19521036288 808604 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 808604 5492 1 0 1022059 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=3234416 CPUtime=49.32 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 13303 0 0 0 4860 72 0 0 20 0 20 0 30987041 19521036288 808604 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=2698120 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 808604 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0

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

[startup+3282.3 s]
/proc/loadavg: 4.20 4.25 4.25 5/332 18448
/proc/meminfo: memFree=109803840/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=3971520 CPUtime=3294.65 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 143059 0 0 0 329004 461 0 0 20 0 20 0 30987039 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 992880 5492 1 0 1022370 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=3971520 CPUtime=3220.93 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 80429 0 0 0 321868 225 0 0 20 0 20 0 30987041 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=3971520 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=3971520 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 2291 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=3971520 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 3294.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3971520 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.23 4.24 5/332 18452
/proc/meminfo: memFree=109203600/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=3971520 CPUtime=3354.76 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 144488 0 0 0 335009 467 0 0 20 0 20 0 30987039 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 992880 5492 1 0 1022370 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=14340 CPUtime=3279.69 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 81752 0 0 0 327741 228 0 0 20 0 20 0 30987041 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=3971520 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 2291 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=3971520 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 3354.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3971520 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.23 4.24 5/331 18458
/proc/meminfo: memFree=109111508/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=3971520 CPUtime=3414.88 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 147176 0 0 0 341014 474 0 0 20 0 20 0 30987039 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 992880 5492 1 0 1022370 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=14340 CPUtime=3338.62 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 83652 0 0 0 333631 231 0 0 20 0 20 0 30987041 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=3971520 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 2363 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=6896 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 3414.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3971520 KiB

[startup+3462.3 s]
/proc/loadavg: 3.97 4.17 4.22 4/306 18495
/proc/meminfo: memFree=114662840/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=3971520 CPUtime=3475.01 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 148560 0 0 0 347019 482 0 0 20 0 20 0 30987039 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 992880 5492 1 0 1022371 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=14340 CPUtime=3397.52 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 84382 0 0 0 339516 236 0 0 20 0 20 0 30987041 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 2400 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=3971520 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 992880 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 3475.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3971520 KiB

[startup+3522.3 s]
/proc/loadavg: 3.43 3.97 4.14 4/306 18497
/proc/meminfo: memFree=117826232/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=4034904 CPUtime=3535.93 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 159863 0 0 0 353100 493 0 0 20 0 20 0 30987039 19521036288 1008726 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 1008726 5492 1 0 1022986 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=3971520 CPUtime=3456.25 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 85798 0 0 0 345387 238 0 0 20 0 20 0 30987041 19521036288 1008726 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 1008726 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=-6000919477051942254 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 2400 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 1008726 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=1408 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 1008726 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 3535.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4034904 KiB

[startup+3582.3 s]
/proc/loadavg: 3.29 3.82 4.08 5/304 18499
/proc/meminfo: memFree=117454216/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=4035032 CPUtime=3595.75 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 162291 0 0 0 359077 498 0 0 20 0 20 0 30987039 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 1008758 5492 1 0 1022986 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=4035032 CPUtime=3515.15 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 87417 0 0 0 351275 240 0 0 20 0 20 0 30987041 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=4035032 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 2492 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=7440631153252993646 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 3595.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4035032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.6 s]
/proc/loadavg: 3.26 3.81 4.07 4/304 18499
/proc/meminfo: memFree=117054244/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19063512 memory=4035032 CPUtime=3600.07 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 162299 0 0 0 359509 498 0 0 20 0 20 0 30987039 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4765878 1008758 5492 1 0 1022986 0
[pid=17330/tid=17332] ppid=17327 vsize=19063512 memory=4035032 CPUtime=3519.4 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) R 17327 17330 15143 0 -1 4194368 87422 0 0 0 351700 240 0 0 20 0 20 0 30987041 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 2492 0 0 0 0 0 0 0 20 0 20 0 30987046 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17349] ppid=17327 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/17330/task/17349/stat : 17349 (Timer-0) S 17327 17330 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30987092 19521036288 1008758 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4035032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.34 s, system=5.02201 s

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

[startup+3586.71 s]
/proc/loadavg: 3.26 3.81 4.07 4/304 18499
/proc/meminfo: memFree=117054244/131382112 swapFree=33010684/33010684
[pid=17330] ppid=17327 vsize=19263204 memory=4035928 CPUtime=3600.26 cores=5,7
/proc/17330/stat : 17330 (java) S 17327 17330 15143 0 -1 4194304 164679 0 0 0 359527 499 0 0 20 0 21 0 30987039 19725520896 1008982 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
/proc/17330/statm: 4815801 1008982 5492 1 0 1023972 0
[pid=17330/tid=17332] ppid=17327 vsize=19263204 memory=4035032 CPUtime=3519.47 cores=5,7
/proc/17330/task/17332/stat : 17332 (java) S 17327 17330 15143 0 -1 4194368 87688 0 0 0 351707 240 0 0 20 0 21 0 30987041 19725520896 1008982 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17341] ppid=17327 vsize=19263204 memory=4035032 CPUtime=0 cores=5,7
/proc/17330/task/17341/stat : 17341 (Finalizer) S 17327 17330 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30987046 19725520896 1008982 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
[pid=17330/tid=17348] ppid=17327 vsize=19263204 memory=4035032 CPUtime=0 cores=5,7
/proc/17330/task/17348/stat : 17348 (Common-Cleaner) S 17327 17330 15143 0 -1 4194368 2492 0 0 0 0 0 0 0 20 0 21 0 30987046 19725520896 1008982 18446744073709551615 94431720067072 94431720070768 140731636371792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94431720078584 94431720079376 94431742603264 140731636377901 140731636378086 140731636378086 140731636383688 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4035928 KiB

Child status: 143

Real time (s): 3586.83
CPU time (s): 3600.37
CPU user time (s): 3595.34
CPU system time (s): 5.02201
CPU usage (%): 100.377
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4035928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.34
system time used= 5.02201
maximum resident set size= 4036312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 877968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135672
involuntary context switches= 17016


# summary of solver processes directly reported to runsolver:
#   pid: 17330
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3595.34
#   total CPU system time (s): 5.02201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6329 second user time and 35.8058 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 01:24:39
IDJOB=4493739
IDBENCH=147871
IDSOLVER=3362
FILE ID=nodeC007/4493739-1751153079
RUNJOBID= nodeC007-1751145946-15156
SLURM_JOB_ID= 9587454
Free space on /tmp= 433012 MiB

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

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

MD5SUM BENCH= 531481e7cf3d0451843bb4aa5119dd25
RANDOM SEED=514406565

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118191480 kB
MemAvailable:   118782628 kB
Buffers:            3280 kB
Cached:          1401876 kB
SwapCached:            0 kB
Active:         11475364 kB
Inactive:        1156760 kB
Active(anon):   11244960 kB
Inactive(anon):        0 kB
Active(file):     230404 kB
Inactive(file):  1156760 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8964 kB
Writeback:             0 kB
AnonPages:      11228344 kB
Mapped:           122244 kB
Shmem:             17960 kB
KReclaimable:      87220 kB
Slab:             169064 kB
SReclaimable:      87220 kB
SUnreclaim:        81844 kB
KernelStack:        5036 kB
PageTables:        25772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12969528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10907648 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC007 at 2025-06-29 02:24:26