Trace number 4517369

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.38 3595.68

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-16diag_spec_greater.opb
MD5SUM6887599ad065147dc61a02d711e5083c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.095144
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables848
Total number of constraints1058
Number of constraints which are clauses768
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints290
Minimum length of a constraint2
Maximum length of a constraint288
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 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 8589934591
Number of bits of the biggest sum of numbers33
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.19	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.12/0.23	c Free memory 		2104792832
0.12/0.23	c Max memory 		16282288128
0.12/0.23	c Total memory 		2113929216
0.30/0.24	c Number of processors 	2
0.62/0.43	c Pseudo Boolean Optimization by upper bound
0.62/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.62/0.43	c  - never skip resolution steps
0.62/0.43	c  - Auto-division on coefficients is disabled
0.62/0.43	c  - No postprocessing
0.62/0.43	c  - Conflict is considered as is when resolving
0.62/0.43	c  - Use constraints as they come during conflict analysis
0.62/0.43	c  - Weaken first using unassigned literals
0.62/0.43	c  - Bump strategy: ALWAYS_ONE
0.62/0.43	c  - Bumper: EFFECTIVE
0.62/0.43	c --- Begin Solver configuration ---
0.62/0.43	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.62/0.43	c Learn all clauses as in MiniSAT
0.62/0.43	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.62/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.62/0.43	c No reason simplification
0.62/0.43	c Dynamic restart strategy considering the size of the coefficients
0.62/0.43	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.62/0.43	c timeout=2147483s
0.62/0.43	c DB Simplification allowed=false
0.62/0.43	c Listener: none
0.62/0.43	c --- End Solver configuration ---
0.62/0.43	c solving HOME/instance-4517369-1751244031.opb
0.62/0.43	c reading problem ... 
0.62/0.44	c using VERIPB proof format
0.62/0.44	c  no objective function found
0.96/0.63	c ... done. Wall clock time 0.188s.
0.96/0.63	c declared #vars     848
0.96/0.64	c #constraints  1347
0.96/0.64	c constraints type 
0.96/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 608
0.96/0.64	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 483
0.96/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.96/0.64	c 1347 constraints processed.
309.26/302.40	c cleaning 2494 clauses out of 5000 with flag 0/5000
883.28/876.37	c cleaning 4247 clauses out of 8507 with flag 0/11001
1472.80/1466.09	c cleaning 5623 clauses out of 11260 with flag 0/18001
2107.14/2100.93	c cleaning 6809 clauses out of 13637 with flag 0/26001
3600.04/3595.52	c starts		: 12
3600.04/3595.55	c conflicts		: 29773
3600.04/3595.56	c decisions		: 31381
3600.04/3595.56	c propagations		: 2943891
3600.04/3595.56	c inspects		: 721391375
3600.04/3595.56	c shortcuts		: 0
3600.04/3595.56	c learnt literals	: 0
3600.04/3595.56	c learnt binary clauses	: 0
3600.04/3595.56	c learnt ternary clauses	: 0
3600.04/3595.56	c learnt constraints	: 29773
3600.04/3595.56	c ignored constraints	: 0
3600.04/3595.57	c root simplifications	: 0
3600.04/3595.57	c removed literals (reason simplification)	: 0
3600.04/3595.57	c reason swapping (by a shorter reason)	: 0
3600.04/3595.57	c Calls to reduceDB	: 4
3600.04/3595.57	c Number of update (reduction) of LBD	: 6552
3600.04/3595.58	c Imported unit clauses	: 0
3600.04/3595.58	c No decision after first conflict	: false
3600.04/3595.59	c number of reductions to clauses (during analyze)	: 0
3600.04/3595.59	c number of learned constraints concerned by reduction	: 0
3600.04/3595.59	c number of learning phase by resolution	: 0
3600.04/3595.59	c number of learning phase by cutting planes	: 0
3600.04/3595.59	c number of rounding to 1 operations	: 0
3600.04/3595.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3595.59	c number of reductions of the coefficients by power 2 	: 0
3600.04/3595.59	c number of right shift for reduction by power 2 	: 0
3600.04/3595.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3595.59	c number of ending skipping 	: 0
3600.04/3595.59	c number of internal skipping 	: 0
3600.04/3595.59	c number of derivation steps 	: 2002895
3600.04/3595.59	c number of skipped derivation steps 	: 0
3600.04/3595.59	c number of remaining unassigned 	: 28595
3600.04/3595.59	c number of remaining assigned 	: 26910152
3600.04/3595.59	c number of falsified literals weakened from reason	: 0
3600.04/3595.59	c number of falsified literals weakened from conflict	: 0
3600.04/3595.60	c time for arithmetic operations	: 6402235935
3600.25/3595.60	c minimum degree of deleted constraints	: 37
3600.25/3595.61	c maximum degree of deleted constraints	: 134855443215581305600457380203053735119934363306032242166561099224021682271079404297407109448688323824537709514052577188313212081732411072219683144737326498083168325915163060960
3600.25/3595.61	c number of deleted constraints	: 19173
3600.25/3595.61	c speed (assignments/second)	: 818.8949634460263
3600.25/3595.62	c non guided choices	: 31
3600.25/3595.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10600
3600.25/3595.66	s UNKNOWN
3600.25/3595.66	c Total wall clock time (in seconds): 3595.225

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517369-1751244031/watcher-4517369-1751244031 -o /tmp/evaluation-result-4517369-1751244031/solver-4517369-1751244031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751244028-41906 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517369-1751244031 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517369-1751244031.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=42234, runsolver pid=42219

[startup+0.100073 s]*
/proc/loadavg: 2.50 3.36 3.91 12/322 42295
/proc/meminfo: memFree=129765704/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=18930384 memory=48244 CPUtime=0.12 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 5740 0 0 0 8 4 0 0 20 0 18 0 40082218 19384713216 12061 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4732596 12061 5329 1 0 546955 0
[pid=42234/tid=42247] ppid=42219 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 4644 0 0 0 5 3 0 0 20 0 18 0 40082220 19384713216 12061 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40082225 19384713216 12061 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=18930384 memory=58494082638250 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40082226 19384713216 12061 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48244 KiB

[startup+0.223439 s]*
/proc/loadavg: 2.50 3.36 3.91 8/322 42295
/proc/meminfo: memFree=129746764/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=18930384 memory=55352 CPUtime=0.3 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 6503 0 0 0 25 5 0 0 20 0 18 0 40082218 19384713216 13838 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4732596 13838 5329 1 0 547602 0
[pid=42234/tid=42247] ppid=42219 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 5012 0 0 0 16 3 0 0 20 0 18 0 40082220 19384713216 13838 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40082225 19384713216 13838 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40082226 19384713216 13838 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55352 KiB

[startup+0.319385 s]*
/proc/loadavg: 2.50 3.36 3.91 11/322 42295
/proc/meminfo: memFree=129725908/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=18930384 memory=58504 CPUtime=0.45 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 6782 0 0 0 39 6 0 0 20 0 18 0 40082218 19384713216 14626 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4732596 14626 5329 1 0 547822 0
[pid=42234/tid=42247] ppid=42219 vsize=18930384 memory=-6000919468478851691 CPUtime=0.28 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 5192 0 0 0 24 4 0 0 20 0 18 0 40082220 19384713216 14626 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 40082225 19384713216 14626 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 40082226 19384713216 14626 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58504 KiB

[startup+0.700357 s]
/proc/loadavg: 2.50 3.36 3.91 12/322 42295
/proc/meminfo: memFree=129699160/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=18996948 memory=78012 CPUtime=1.14 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 7464 0 0 0 106 8 0 0 20 0 19 0 40082218 19452874752 19503 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4749237 19503 5425 1 0 548474 0
[pid=42234/tid=42247] ppid=42219 vsize=18996948 memory=17408 CPUtime=0.59 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 5479 0 0 0 54 5 0 0 20 0 19 0 40082220 19452874752 19503 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40082225 19452874752 19503 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40082226 19452874752 19503 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78012 KiB

[startup+1.50033 s]
/proc/loadavg: 2.50 3.36 3.91 4/263 42330
/proc/meminfo: memFree=129775064/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=18996948 memory=157124 CPUtime=2.67 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 18010 0 0 0 250 17 0 0 20 0 19 0 40082218 19452874752 39281 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4749237 39281 5425 1 0 552267 0
[pid=42234/tid=42247] ppid=42219 vsize=18996948 memory=3328 CPUtime=1.23 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 6050 0 0 0 115 8 0 0 20 0 19 0 40082220 19452874752 39281 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 40082225 19452874752 39281 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 40082226 19452874752 39281 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=18996948 memory=14340 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 40082283 19452874752 39281 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157124 KiB

[startup+3.10558 s]
/proc/loadavg: 2.50 3.36 3.91 3/255 42468
/proc/meminfo: memFree=129676160/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=228980 CPUtime=5.84 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 33751 0 0 0 562 22 0 0 20 0 20 0 40082218 19521036288 57245 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 57245 5457 1 0 560393 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=11264 CPUtime=2.79 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 6626 0 0 0 270 9 0 0 20 0 20 0 40082220 19521036288 57245 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 57245 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 57245 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 57245 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 228980 KiB

[startup+6.30041 s]
/proc/loadavg: 2.46 3.34 3.90 2/255 42468
/proc/meminfo: memFree=129353772/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=534184 CPUtime=10.64 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 43616 0 0 0 1034 30 0 0 20 0 20 0 40082218 19521036288 133546 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 133546 5457 1 0 560435 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=0 CPUtime=5.94 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 7736 0 0 0 579 15 0 0 20 0 20 0 40082220 19521036288 133546 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 133546 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 133546 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=280205679808704 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 133546 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 10.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 534184 KiB

[startup+12.7004 s]
/proc/loadavg: 2.43 3.32 3.89 2/255 42468
/proc/meminfo: memFree=129102008/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=929804 CPUtime=18.41 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 48023 0 0 0 1800 41 0 0 20 0 20 0 40082218 19521036288 232451 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 232451 5457 1 0 560435 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=11264 CPUtime=12.27 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 9318 0 0 0 1203 24 0 0 20 0 20 0 40082220 19521036288 232451 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=729100 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 232451 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=21484 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 232451 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 232451 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 18.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 929804 KiB

[startup+25.5005 s]
/proc/loadavg: 2.11 3.20 3.84 2/255 42468
/proc/meminfo: memFree=128606464/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=1331296 CPUtime=31.54 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 50386 0 0 0 3102 52 0 0 20 0 20 0 40082218 19521036288 332824 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 332824 5457 1 0 560435 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=4252 CPUtime=24.97 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 10215 0 0 0 2463 34 0 0 20 0 20 0 40082220 19521036288 332824 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 332824 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=1331296 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 332824 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 332824 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 31.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331296 KiB

[startup+51.1132 s]
/proc/loadavg: 1.73 3.03 3.76 2/255 42469
/proc/meminfo: memFree=128578928/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=1345776 CPUtime=57.9 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 53825 0 0 0 5732 58 0 0 20 0 20 0 40082218 19521036288 336444 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 336444 5457 1 0 560435 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=14340 CPUtime=50.42 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 11817 0 0 0 5005 37 0 0 20 0 20 0 40082220 19521036288 336444 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=1345776 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 336444 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=-6000919468478851691 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 336444 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0

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

[startup+3282.3 s]
/proc/loadavg: 1.15 1.10 1.16 2/251 42645
/proc/meminfo: memFree=127522148/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=2080596 CPUtime=3287.38 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 107904 0 0 0 328358 380 0 0 20 0 20 0 40082218 19521036288 520149 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 520149 5457 1 0 560545 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=11264 CPUtime=3252.37 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 45553 0 0 0 325103 134 0 0 20 0 20 0 40082220 19521036288 520149 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=2080596 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 520149 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=2080596 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 1453 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 520149 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=2080596 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 520149 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 3287.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2080596 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.10 1.15 2/252 42652
/proc/meminfo: memFree=127521072/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=2082692 CPUtime=3347.3 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 108462 0 0 0 334346 384 0 0 20 0 20 0 40082218 19521036288 520673 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 520673 5457 1 0 560545 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=2082692 CPUtime=3312.07 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 46072 0 0 0 331072 135 0 0 20 0 20 0 40082220 19521036288 520673 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 520673 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=2082692 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 1453 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 520673 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=2082692 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 520673 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 3347.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2082692 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.09 1.15 2/252 42654
/proc/meminfo: memFree=127519396/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=2084816 CPUtime=3407.14 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 109884 0 0 0 340326 388 0 0 20 0 20 0 40082218 19521036288 521204 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 521204 5457 1 0 560545 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=1920 CPUtime=3371.71 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 47191 0 0 0 337036 135 0 0 20 0 20 0 40082220 19521036288 521204 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 521204 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=2084816 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 1560 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 521204 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=2084816 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 521204 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 3407.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2084816 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.10 1.15 2/252 42656
/proc/meminfo: memFree=127514760/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=2086864 CPUtime=3467.07 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 111016 0 0 0 346315 392 0 0 20 0 20 0 40082218 19521036288 521716 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 521716 5457 1 0 560545 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=1920 CPUtime=3431.43 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 48077 0 0 0 343007 136 0 0 20 0 20 0 40082220 19521036288 521716 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=2086864 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 521716 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=2086864 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 1560 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 521716 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 521716 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 3467.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2086864 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.09 1.14 2/252 42658
/proc/meminfo: memFree=127504160/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=2090960 CPUtime=3526.95 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 111088 0 0 0 352299 396 0 0 20 0 20 0 40082218 19521036288 522740 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 522740 5457 1 0 560545 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=2088912 CPUtime=3491.08 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 48082 0 0 0 348972 136 0 0 20 0 20 0 40082220 19521036288 522740 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=2086864 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 522740 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=2088912 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 1616 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 522740 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 522740 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 3526.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2090960 KiB

[startup+3582.3 s]
/proc/loadavg: 1.08 1.09 1.13 2/252 42660
/proc/meminfo: memFree=127507844/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=2093008 CPUtime=3586.87 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 111831 0 0 0 358287 400 0 0 20 0 20 0 40082218 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 523252 5457 1 0 560545 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=2093008 CPUtime=3550.82 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 48813 0 0 0 354946 136 0 0 20 0 20 0 40082220 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=2093008 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 1616 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=2093008 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 3586.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2093008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.5 s]
/proc/loadavg: 1.13 1.10 1.14 2/252 42660
/proc/meminfo: memFree=127507844/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19063512 memory=2093008 CPUtime=3600.04 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 112339 0 0 0 359603 401 0 0 20 0 20 0 40082218 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4765878 523252 5457 1 0 560545 0
[pid=42234/tid=42247] ppid=42219 vsize=19063512 memory=2093008 CPUtime=3563.94 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 49300 0 0 0 356258 136 0 0 20 0 20 0 40082220 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19063512 memory=-6000919468478851691 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 40082225 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19063512 memory=2093008 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 1616 0 0 0 0 0 0 0 20 0 20 0 40082226 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42301] ppid=42219 vsize=19063512 memory=-6000919468478851691 CPUtime=0 cores=5,7
/proc/42234/task/42301/stat : 42301 (Timer-0) S 42219 42234 41750 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 40082283 19521036288 523252 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2093008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.35 s, system=4.03695 s

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

[startup+3595.6 s]
/proc/loadavg: 1.13 1.10 1.14 2/252 42660
/proc/meminfo: memFree=127507844/131382112 swapFree=33010684/33010684
[pid=42234] ppid=42219 vsize=19263204 memory=2093520 CPUtime=3600.25 cores=5,7
/proc/42234/stat : 42234 (java) S 42219 42234 41750 0 -1 4194304 114589 0 0 0 359623 402 0 0 20 0 21 0 40082218 19725520896 523380 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
/proc/42234/statm: 4815801 523380 5457 1 0 561464 0
[pid=42234/tid=42247] ppid=42219 vsize=19263204 memory=11264 CPUtime=3564.05 cores=5,7
/proc/42234/task/42247/stat : 42247 (java) R 42219 42234 41750 0 -1 4194368 49300 0 0 0 356269 136 0 0 20 0 21 0 40082220 19725520896 523380 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42288] ppid=42219 vsize=19263204 memory=-6000919468478851691 CPUtime=0 cores=5,7
/proc/42234/task/42288/stat : 42288 (Finalizer) S 42219 42234 41750 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 40082225 19725520896 523380 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
[pid=42234/tid=42295] ppid=42219 vsize=19263204 memory=6640 CPUtime=0 cores=5,7
/proc/42234/task/42295/stat : 42295 (Common-Cleaner) S 42219 42234 41750 0 -1 4194368 1616 0 0 0 0 0 0 0 20 0 21 0 40082226 19725520896 523380 18446744073709551615 94481727721472 94481727725168 140723641732864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94481727732984 94481727733776 94481740808192 140723641735469 140723641735654 140723641735654 140723641741256 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2093520 KiB

Child status: 143

Real time (s): 3595.68
CPU time (s): 3600.38
CPU user time (s): 3596.35
CPU system time (s): 4.03695
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2093520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.35
system time used= 4.03695
maximum resident set size= 2093904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114912
page faults= 0
swaps= 0
block input operations= 0
block output operations= 707528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122421
involuntary context switches= 17119


# summary of solver processes directly reported to runsolver:
#   pid: 42234
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3596.35
#   total CPU system time (s): 4.03695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5603 second user time and 35.2036 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 02:40:31
IDJOB=4517369
IDBENCH=176059
IDSOLVER=3362
FILE ID=nodeC007/4517369-1751244031
RUNJOBID= nodeC007-1751244028-41906
SLURM_JOB_ID= 9587743
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-16diag_spec_greater.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517369-1751244031/watcher-4517369-1751244031 -o /tmp/evaluation-result-4517369-1751244031/solver-4517369-1751244031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751244028-41906 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517369-1751244031 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517369-1751244031.opb

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

MD5SUM BENCH= 6887599ad065147dc61a02d711e5083c
RANDOM SEED=1445041873

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		: 1197.161
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		: 1197.159
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.186
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.176
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		: 1197.296
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.180
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.185
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.332
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:        129879056 kB
MemAvailable:   129898024 kB
Buffers:            3280 kB
Cached:           827612 kB
SwapCached:            0 kB
Active:           315676 kB
Inactive:         582280 kB
Active(anon):      85024 kB
Inactive(anon):        0 kB
Active(file):     230652 kB
Inactive(file):   582280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3384 kB
Writeback:            16 kB
AnonPages:         70008 kB
Mapped:           102548 kB
Shmem:             17960 kB
KReclaimable:      91328 kB
Slab:             174316 kB
SReclaimable:      91328 kB
SUnreclaim:        82988 kB
KernelStack:        3984 kB
PageTables:         3044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     335680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 433016 MiB
End job on nodeC007 at 2025-06-30 03:40:27