Trace number 4496043

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 3596.68

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB25.v20250606
0.14/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.13	c Free memory 		2106806208
0.14/0.13	c Max memory 		16282288128
0.14/0.13	c Total memory 		2113929216
0.14/0.14	c Number of processors 	2
0.35/0.27	c Pseudo Boolean Optimization by upper bound
0.35/0.27	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.35/0.27	c  - never skip resolution steps
0.35/0.27	c  - Auto-division on coefficients is disabled
0.35/0.27	c  - No postprocessing
0.35/0.27	c  - Conflict is considered as is when resolving
0.35/0.27	c  - Use constraints as they come during conflict analysis
0.35/0.27	c  - Weaken first using unassigned literals
0.35/0.27	c  - Bump strategy: ALWAYS_ONE
0.35/0.27	c  - Bumper: EFFECTIVE
0.35/0.27	c --- Begin Solver configuration ---
0.35/0.27	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.35/0.27	c Learn all clauses as in MiniSAT
0.35/0.27	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.35/0.27	c No reason simplification
0.35/0.27	c Dynamic restart strategy considering the size of the coefficients
0.35/0.27	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.35/0.27	c timeout=2147483s
0.35/0.27	c DB Simplification allowed=false
0.35/0.27	c Listener: none
0.35/0.27	c --- End Solver configuration ---
0.35/0.27	c solving HOME/instance-4496043-1751162598.opb
0.35/0.27	c reading problem ... 
0.35/0.27	c using VERIPB proof format
0.35/0.27	c  no objective function found
0.35/0.33	c ... done. Wall clock time 0.042s.
0.50/0.33	c declared #vars     86
0.50/0.33	c #constraints  2
0.50/0.33	c constraints type 
0.50/0.33	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.50/0.33	c 2 constraints processed.
43.81/38.50	c cleaning 2497 clauses out of 5000 with flag 0/5000
150.27/143.28	c cleaning 4250 clauses out of 8504 with flag 0/11001
317.81/310.12	c cleaning 5627 clauses out of 11253 with flag 0/18000
600.45/592.45	c cleaning 6814 clauses out of 13627 with flag 0/26001
1052.18/1047.17	c cleaning 7904 clauses out of 15812 with flag 0/35000
1620.72/1615.16	c cleaning 8953 clauses out of 17908 with flag 0/45000
2298.59/2295.03	c cleaning 9978 clauses out of 19955 with flag 0/56000
3061.17/3057.72	c cleaning 10986 clauses out of 21977 with flag 0/68000
3600.04/3596.52	c starts		: 6
3600.04/3596.56	c conflicts		: 76573
3600.04/3596.56	c decisions		: 94234
3600.04/3596.56	c propagations		: 547878
3600.04/3596.57	c timeout
3600.04/3596.57	c inspects		: 1737576697
3600.04/3596.57	c shortcuts		: 0
3600.04/3596.57	c learnt literals	: 0
3600.04/3596.58	c learnt binary clauses	: 0
3600.04/3596.58	c learnt ternary clauses	: 0
3600.04/3596.58	c learnt constraints	: 76573
3600.04/3596.58	c ignored constraints	: 0
3600.04/3596.58	c root simplifications	: 0
3600.04/3596.58	c removed literals (reason simplification)	: 0
3600.04/3596.58	c reason swapping (by a shorter reason)	: 0
3600.04/3596.58	c Calls to reduceDB	: 8
3600.04/3596.58	c Number of update (reduction) of LBD	: 76475
3600.04/3596.58	c Imported unit clauses	: 0
3600.04/3596.58	c No decision after first conflict	: false
3600.04/3596.58	c number of reductions to clauses (during analyze)	: 0
3600.04/3596.58	c number of learned constraints concerned by reduction	: 0
3600.04/3596.58	c number of learning phase by resolution	: 0
3600.04/3596.58	c number of learning phase by cutting planes	: 0
3600.04/3596.58	c number of rounding to 1 operations	: 0
3600.04/3596.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3596.58	c number of reductions of the coefficients by power 2 	: 0
3600.04/3596.58	c number of right shift for reduction by power 2 	: 0
3600.04/3596.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3596.58	c number of ending skipping 	: 0
3600.04/3596.58	c number of internal skipping 	: 0
3600.04/3596.58	c number of derivation steps 	: 380648
3600.04/3596.58	c number of skipped derivation steps 	: 0
3600.04/3596.58	c number of remaining unassigned 	: 49777
3600.04/3596.58	c number of remaining assigned 	: 17433012
3600.04/3596.58	c number of falsified literals weakened from reason	: 0
3600.04/3596.58	c number of falsified literals weakened from conflict	: 0
3600.04/3596.58	c time for arithmetic operations	: 2203145521
3600.20/3596.61	c minimum degree of deleted constraints	: 1
3600.20/3596.61	c maximum degree of deleted constraints	: 54263040637236567628515530778871664959802489607918563607542873036763679694847354412666439407206545211797941958307455754033751998394361440252748109904058720081800991415643302666865215972411478865588167953398846891444337073389725618059510587690242172282412960267026859416916779442758956643331125000
3600.20/3596.61	c number of deleted constraints	: 57009
3600.20/3596.61	c speed (assignments/second)	: 152.3461385418396
3600.20/3596.61	c non guided choices	: 75
3600.20/3596.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 28
3600.20/3596.62	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 19536
3600.20/3596.63	s UNKNOWN
3600.20/3596.63	c Total wall clock time (in seconds): 3596.358

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4496043-1751162598/watcher-4496043-1751162598 -o /tmp/evaluation-result-4496043-1751162598/solver-4496043-1751162598 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15563 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4496043-1751162598 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4496043-1751162598.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=17207, runsolver pid=17204

[startup+0.100067 s]*
/proc/loadavg: 4.32 4.22 4.17 5/326 17225
/proc/meminfo: memFree=124628540/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=18930384 memory=49596 CPUtime=0.14 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 6091 0 0 0 12 2 0 0 20 0 18 0 31938583 19384713216 12399 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4732596 12399 5317 1 0 547211 0
[pid=17207/tid=17209] ppid=17204 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 4949 0 0 0 6 1 0 0 20 0 18 0 31938585 19384713216 12399 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31938587 19384713216 12399 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=18930384 memory=55195547748946 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31938588 19384713216 12399 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49596 KiB

[startup+0.213848 s]*
/proc/loadavg: 4.32 4.22 4.17 6/326 17225
/proc/meminfo: memFree=124590228/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=18930384 memory=59136 CPUtime=0.35 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 6821 0 0 0 32 3 0 0 20 0 18 0 31938583 19384713216 14784 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4732596 14784 5445 1 0 547837 0
[pid=17207/tid=17209] ppid=17204 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 5246 0 0 0 16 1 0 0 20 0 18 0 31938585 19384713216 14784 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=18930384 memory=2576 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31938587 19384713216 14784 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=18930384 memory=54096036103158 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31938588 19384713216 14784 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59136 KiB

[startup+0.318777 s]*
/proc/loadavg: 4.32 4.22 4.17 6/326 17225
/proc/meminfo: memFree=124559036/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=18930384 memory=61992 CPUtime=0.5 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 7045 0 0 0 47 3 0 0 20 0 18 0 31938583 19384713216 15498 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4732596 15498 5445 1 0 547954 0
[pid=17207/tid=17209] ppid=17204 vsize=18930384 memory=-6000919489970464110 CPUtime=0.25 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 5384 0 0 0 23 2 0 0 20 0 18 0 31938585 19384713216 15498 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31938587 19384713216 15498 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31938588 19384713216 15498 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61992 KiB

[startup+0.700342 s]
/proc/loadavg: 4.32 4.22 4.17 7/327 17226
/proc/meminfo: memFree=124522172/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=18996948 memory=95912 CPUtime=1.19 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 9293 0 0 0 113 6 0 0 20 0 19 0 31938583 19452874752 23978 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4749237 23978 5445 1 0 549418 0
[pid=17207/tid=17209] ppid=17204 vsize=18996948 memory=17024 CPUtime=0.57 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 5445 0 0 0 54 3 0 0 20 0 19 0 31938585 19452874752 23978 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31938587 19452874752 23978 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31938588 19452874752 23978 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=18996948 memory=4896 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31938617 19452874752 23978 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95912 KiB

[startup+1.50026 s]
/proc/loadavg: 4.32 4.22 4.17 6/327 17226
/proc/meminfo: memFree=124452164/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=165304 CPUtime=2.76 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 16240 0 0 0 267 9 0 0 20 0 20 0 31938583 19521036288 41326 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 41326 5445 1 0 551354 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=0 CPUtime=1.28 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 6070 0 0 0 123 5 0 0 20 0 20 0 31938585 19521036288 41326 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 41326 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 41326 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=4896 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 41326 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165304 KiB

[startup+3.10555 s]
/proc/loadavg: 4.32 4.22 4.17 6/328 17227
/proc/meminfo: memFree=124040160/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=550020 CPUtime=5.94 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 28816 0 0 0 575 19 0 0 20 0 20 0 31938583 19521036288 137505 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 137505 5477 1 0 559255 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=11264 CPUtime=2.85 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 6989 0 0 0 273 12 0 0 20 0 20 0 31938585 19521036288 137505 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=-6000919489970464110 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 137505 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 137505 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 137505 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 550020 KiB

[startup+6.30945 s]
/proc/loadavg: 4.37 4.23 4.17 5/329 17229
/proc/meminfo: memFree=123838196/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=734244 CPUtime=10.59 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 29876 0 0 0 1035 24 0 0 20 0 20 0 31938583 19521036288 183561 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 183561 5477 1 0 559258 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=0 CPUtime=6.02 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 7401 0 0 0 585 17 0 0 20 0 20 0 31938585 19521036288 183561 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 183561 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 183561 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=167276 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 183561 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 10.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 734244 KiB

[startup+12.7004 s]
/proc/loadavg: 4.34 4.23 4.17 5/329 17229
/proc/meminfo: memFree=123246828/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=1328316 CPUtime=17.11 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 33799 0 0 0 1674 37 0 0 20 0 20 0 31938583 19521036288 332079 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 332079 5477 1 0 559258 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=167276 CPUtime=12.3 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 8841 0 0 0 1202 28 0 0 20 0 20 0 31938585 19521036288 332079 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=1328316 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 332079 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 332079 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 332079 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 17.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328316 KiB

[startup+25.5005 s]
/proc/loadavg: 4.27 4.22 4.17 5/329 17229
/proc/meminfo: memFree=123222568/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=1338596 CPUtime=29.89 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 36761 0 0 0 2950 39 0 0 20 0 20 0 31938583 19521036288 334649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 334649 5477 1 0 559258 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=-6000919489970464110 CPUtime=24.87 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 10533 0 0 0 2458 29 0 0 20 0 20 0 31938585 19521036288 334649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=1332440 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 334649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 334649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 334649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 29.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1338596 KiB

[startup+51.1138 s]
/proc/loadavg: 4.36 4.25 4.18 5/329 17229
/proc/meminfo: memFree=122743056/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=1347316 CPUtime=57.01 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 49132 0 0 0 5658 43 0 0 20 0 20 0 31938583 19521036288 336829 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 336829 5477 1 0 559322 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=1343104 CPUtime=50.01 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 14454 0 0 0 4971 30 0 0 20 0 20 0 31938585 19521036288 336829 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 336829 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0

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

[startup+3282.3 s]
/proc/loadavg: 4.22 4.22 4.20 5/326 17454
/proc/meminfo: memFree=121117664/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=2176444 CPUtime=3285.62 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 102649 0 0 0 328252 310 0 0 20 0 20 0 31938583 19521036288 544111 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 544111 5477 1 0 665955 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=2174396 CPUtime=3239.73 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 45634 0 0 0 323893 80 0 0 20 0 20 0 31938585 19521036288 544111 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 544111 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=2176444 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 1393 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 544111 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=2176444 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 544111 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 3285.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2176444 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.22 4.20 5/327 17457
/proc/meminfo: memFree=121074916/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=2182596 CPUtime=3345.66 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 102666 0 0 0 334252 314 0 0 20 0 20 0 31938583 19521036288 545649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 545649 5477 1 0 665955 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=4896 CPUtime=3299.13 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 45638 0 0 0 329832 81 0 0 20 0 20 0 31938585 19521036288 545649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=2182596 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 545649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=2180548 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 1393 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 545649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=-6000919489970464110 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 545649 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 3345.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2182596 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.21 4.20 5/327 17459
/proc/meminfo: memFree=121034164/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=2188744 CPUtime=3405.72 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 102808 0 0 0 340253 319 0 0 20 0 20 0 31938583 19521036288 547186 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 547186 5477 1 0 665955 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=2182596 CPUtime=3358.63 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 45770 0 0 0 335781 82 0 0 20 0 20 0 31938585 19521036288 547186 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=2180548 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 547186 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=2182596 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 1393 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 547186 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=2186696 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 547186 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 3405.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2188744 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.19 4.18 5/327 17464
/proc/meminfo: memFree=120984916/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=2194900 CPUtime=3465.84 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 104671 0 0 0 346260 324 0 0 20 0 20 0 31938583 19521036288 548725 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 548725 5477 1 0 665955 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=2182596 CPUtime=3418.02 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 46842 0 0 0 341720 82 0 0 20 0 20 0 31938585 19521036288 548725 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=2180548 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 548725 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=-6000919489970464110 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 1463 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 548725 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=-4050210904893473170 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 548725 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 3465.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2194900 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.24 4.20 5/330 17551
/proc/meminfo: memFree=120165728/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=2198996 CPUtime=3525.8 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 105676 0 0 0 352252 328 0 0 20 0 20 0 31938583 19521036288 549749 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 549749 5477 1 0 665955 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=2192848 CPUtime=3477.37 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 47736 0 0 0 347654 83 0 0 20 0 20 0 31938585 19521036288 549749 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=2196948 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 549749 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=2196948 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 1463 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 549749 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=2198996 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 549749 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 3525.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2198996 KiB

[startup+3582.3 s]
/proc/loadavg: 4.34 4.25 4.20 6/330 17818
/proc/meminfo: memFree=117988100/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=2203096 CPUtime=3585.82 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 106743 0 0 0 358244 338 0 0 20 0 20 0 31938583 19521036288 550774 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 550774 5477 1 0 665962 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=17024 CPUtime=3536.65 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 48150 0 0 0 353576 89 0 0 20 0 20 0 31938585 19521036288 550774 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=2203096 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 550774 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 1517 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 550774 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=2203096 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 550774 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 3585.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2203096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.5 s]
/proc/loadavg: 4.49 4.28 4.21 6/331 17819
/proc/meminfo: memFree=117828260/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19063512 memory=2205168 CPUtime=3600.04 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 106759 0 0 0 359665 339 0 0 20 0 20 0 31938583 19521036288 551292 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4765878 551292 5477 1 0 665962 0
[pid=17207/tid=17209] ppid=17204 vsize=19063512 memory=2205168 CPUtime=3550.61 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) R 17204 17207 15550 0 -1 4194368 48152 0 0 0 354972 89 0 0 20 0 20 0 31938585 19521036288 551292 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19063512 memory=2190792 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31938587 19521036288 551292 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19063512 memory=2184644 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 1517 0 0 0 0 0 0 0 20 0 20 0 31938588 19521036288 551292 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17226] ppid=17204 vsize=19063512 memory=2166188 CPUtime=0 cores=5,7
/proc/17207/task/17226/stat : 17226 (Timer-0) S 17204 17207 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31938617 19521036288 551292 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2205168 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.86 s, system=3.41618 s

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

[startup+3596.6 s]
/proc/loadavg: 4.49 4.28 4.21 6/331 17819
/proc/meminfo: memFree=117828260/131382120 swapFree=33010684/33010684
[pid=17207] ppid=17204 vsize=19263204 memory=2206064 CPUtime=3600.2 cores=5,7
/proc/17207/stat : 17207 (java) S 17204 17207 15550 0 -1 4194304 109163 0 0 0 359681 339 0 0 20 0 21 0 31938583 19725520896 551516 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
/proc/17207/statm: 4815801 551516 5509 1 0 666865 0
[pid=17207/tid=17209] ppid=17204 vsize=19263204 memory=4896 CPUtime=3550.68 cores=5,7
/proc/17207/task/17209/stat : 17209 (java) S 17204 17207 15550 0 -1 4194368 48439 0 0 0 354979 89 0 0 20 0 21 0 31938585 19725520896 551516 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17218] ppid=17204 vsize=19263204 memory=2888 CPUtime=0 cores=5,7
/proc/17207/task/17218/stat : 17218 (Finalizer) S 17204 17207 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31938587 19725520896 551516 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
[pid=17207/tid=17225] ppid=17204 vsize=19263204 memory=19968 CPUtime=0 cores=5,7
/proc/17207/task/17225/stat : 17225 (Common-Cleaner) S 17204 17207 15550 0 -1 4194368 1517 0 0 0 0 0 0 0 20 0 21 0 31938588 19725520896 551516 18446744073709551615 94096132112384 94096132116080 140731014048384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94096132123896 94096132124688 94096134352896 140731014056237 140731014056422 140731014056422 140731014062024 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2206064 KiB

Child status: 143

Real time (s): 3596.68
CPU time (s): 3600.28
CPU user time (s): 3596.86
CPU system time (s): 3.41618
CPU usage (%): 100.1
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2206064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.86
system time used= 3.41618
maximum resident set size= 2206192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 225584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132583
involuntary context switches= 12529


# summary of solver processes directly reported to runsolver:
#   pid: 17207
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3596.86
#   total CPU system time (s): 3.41618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6648 second user time and 38.2016 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 04:03:18
IDJOB=4496043
IDBENCH=148105
IDSOLVER=3362
FILE ID=nodeC002/4496043-1751162598
RUNJOBID= nodeC002-1751158906-15563
SLURM_JOB_ID= 9587497
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=1579120878

nodeC002 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		: 3592.203
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.81
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.666
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.81
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.625
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.81
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.730
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        124703832 kB
MemAvailable:   124449320 kB
Buffers:            3280 kB
Cached:           557324 kB
SwapCached:            0 kB
Active:          5847572 kB
Inactive:         325148 kB
Active(anon):    5630168 kB
Inactive(anon):        0 kB
Active(file):     217404 kB
Inactive(file):   325148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8340 kB
Writeback:           140 kB
AnonPages:       5615412 kB
Mapped:           122248 kB
Shmem:             17960 kB
KReclaimable:      85128 kB
Slab:             166564 kB
SReclaimable:      85128 kB
SUnreclaim:        81436 kB
KernelStack:        5048 kB
PageTables:        14720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    8476964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5369856 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC002 at 2025-06-29 05:03:15