Trace number 4503534

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 2025-06-06? (TO) 3600.22 3593.29

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-73.opb
MD5SUMf8b1a93d1916f081f91f241f6f5f832b
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 benchmark50.0132
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4503534-1751168212.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  no objective function found
1.81/1.05	c ... done. Wall clock time 0.88s.
1.81/1.05	c declared #vars     7936
1.81/1.05	c #constraints  177125
1.81/1.05	c constraints type 
1.81/1.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
1.81/1.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
1.81/1.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1.81/1.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
1.81/1.05	c 177125 constraints processed.
4.78/2.56	c cleaning 2493 clauses out of 5000
6.47/3.64	c cleaning 4245 clauses out of 8508
7.97/5.01	c cleaning 5625 clauses out of 11263
9.57/6.50	c cleaning 6807 clauses out of 13637
11.26/8.20	c cleaning 7906 clauses out of 15830
13.29/10.26	c cleaning 8955 clauses out of 17924
15.73/12.61	c cleaning 9979 clauses out of 19971
18.03/15.00	c cleaning 10979 clauses out of 21990
20.88/17.75	c cleaning 11997 clauses out of 24011
26.06/22.11	c cleaning 12934 clauses out of 26015
30.61/26.63	c cleaning 14029 clauses out of 28081
34.83/30.89	c cleaning 15011 clauses out of 30052
44.28/40.07	c cleaning 15845 clauses out of 32040
213.31/207.43	c cleaning 17048 clauses out of 34196
468.44/462.74	c cleaning 18052 clauses out of 36147
735.72/730.23	c cleaning 19026 clauses out of 38095
983.10/977.87	c cleaning 20009 clauses out of 40072
1292.73/1287.69	c cleaning 20851 clauses out of 42060
1648.47/1642.04	c cleaning 22076 clauses out of 44213
2093.70/2087.13	c cleaning 23034 clauses out of 46134
2661.77/2655.35	c cleaning 23888 clauses out of 48101
3544.64/3537.90	c cleaning 24821 clauses out of 50211
3600.07/3593.21	c starts		: 135
3600.07/3593.22	c conflicts		: 341910
3600.07/3593.22	c decisions		: 784340
3600.07/3593.22	c propagations		: 102549955
3600.07/3593.22	c inspects		: 9397010668
3600.07/3593.22	c shortcuts		: 0
3600.07/3593.22	c learnt literals	: 0
3600.07/3593.22	c learnt binary clauses	: 32
3600.07/3593.22	c learnt ternary clauses	: 720
3600.07/3593.22	c learnt constraints	: 341910
3600.07/3593.22	c ignored constraints	: 0
3600.07/3593.23	c root simplifications	: 0
3600.07/3593.23	c removed literals (reason simplification)	: 0
3600.07/3593.23	c reason swapping (by a shorter reason)	: 0
3600.07/3593.23	c Calls to reduceDB	: 22
3600.07/3593.23	c Number of update (reduction) of LBD	: 0
3600.07/3593.23	c Imported unit clauses	: 0
3600.07/3593.23	c No decision after first conflict	: false
3600.07/3593.23	c number of reductions to clauses (during analyze)	: 0
3600.07/3593.23	c number of learned constraints concerned by reduction	: 0
3600.07/3593.23	c number of learning phase by resolution	: 0
3600.07/3593.23	c number of learning phase by cutting planes	: 0
3600.07/3593.23	c number of rounding to 1 operations	: 0
3600.07/3593.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3593.23	c number of reductions of the coefficients by power 2 	: 0
3600.07/3593.23	c number of right shift for reduction by power 2 	: 0
3600.07/3593.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3593.23	c number of ending skipping 	: 0
3600.07/3593.23	c number of internal skipping 	: 0
3600.07/3593.23	c number of derivation steps 	: 3853162
3600.07/3593.23	c number of skipped derivation steps 	: 0
3600.07/3593.23	c number of remaining unassigned 	: 13917
3600.07/3593.23	c number of remaining assigned 	: 3307144
3600.07/3593.23	c number of falsified literals weakened from reason	: 0
3600.07/3593.23	c number of falsified literals weakened from conflict	: 0
3600.07/3593.23	c time for arithmetic operations	: 1069172171
3600.07/3593.23	c minimum degree of deleted constraints	: null
3600.07/3593.23	c maximum degree of deleted constraints	: null
3600.07/3593.23	c number of deleted constraints	: 0
3600.07/3593.23	c speed (assignments/second)	: 28548.111453212256
3600.07/3593.23	c non guided choices	: 63933
3600.07/3593.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12620
3600.07/3593.26	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 13645
3600.07/3593.26	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3
3600.07/3593.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 32
3600.07/3593.26	s UNKNOWN
3600.07/3593.26	c Total wall clock time (in seconds): 3593.101

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503534-1751168212/watcher-4503534-1751168212 -o /tmp/evaluation-result-4503534-1751168212/solver-4503534-1751168212 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751159086-19277 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4503534-1751168212.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=20548, runsolver pid=20545

[startup+0.100061 s]*
/proc/loadavg: 4.38 4.28 4.21 5/339 20566
/proc/meminfo: memFree=120664712/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=18930384 memory=55632 CPUtime=0.12 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 6547 0 0 0 10 2 0 0 20 0 18 0 32499882 19384713216 13908 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4732596 13908 5360 1 0 547603 0
[pid=20548/tid=20550] ppid=20545 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 5054 0 0 0 6 1 0 0 20 0 18 0 32499883 19384713216 13908 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32499885 19384713216 13908 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=18930384 memory=61784027576291 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32499886 19384713216 13908 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55632 KiB

[startup+0.205959 s]*
/proc/loadavg: 4.38 4.28 4.21 7/339 20566
/proc/meminfo: memFree=120656584/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=18930384 memory=64580 CPUtime=0.31 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 7182 0 0 0 29 2 0 0 20 0 18 0 32499882 19384713216 16145 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4732596 16145 5424 1 0 548050 0
[pid=20548/tid=20550] ppid=20545 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 5398 0 0 0 16 1 0 0 20 0 18 0 32499883 19384713216 16145 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=18930384 memory=13937 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32499885 19384713216 16145 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32499886 19384713216 16145 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64580 KiB

[startup+0.305896 s]*
/proc/loadavg: 4.38 4.28 4.21 6/339 20566
/proc/meminfo: memFree=120619092/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=18930384 memory=97552 CPUtime=0.5 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 8683 0 0 0 47 3 0 0 20 0 18 0 32499882 19384713216 24388 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4732596 24388 5424 1 0 549027 0
[pid=20548/tid=20550] ppid=20545 vsize=18930384 memory=-6000919485608193133 CPUtime=0.26 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 5417 0 0 0 24 2 0 0 20 0 18 0 32499883 19384713216 24388 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32499885 19384713216 24388 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32499886 19384713216 24388 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97552 KiB

[startup+0.700229 s]
/proc/loadavg: 4.38 4.28 4.21 6/340 20567
/proc/meminfo: memFree=120553556/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=18996948 memory=180864 CPUtime=1.25 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 11083 0 0 0 121 4 0 0 20 0 19 0 32499882 19452874752 45216 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4749237 45216 5456 1 0 551000 0
[pid=20548/tid=20550] ppid=20545 vsize=18996948 memory=17408 CPUtime=0.6 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) S 20545 20548 19266 0 -1 4194368 5451 0 0 0 57 3 0 0 20 0 19 0 32499883 19452874752 45216 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32499885 19452874752 45216 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32499886 19452874752 45216 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 180864 KiB

[startup+1.50025 s]
/proc/loadavg: 4.38 4.28 4.21 6/340 20567
/proc/meminfo: memFree=120504048/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=344696 CPUtime=2.8 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 19291 0 0 0 270 10 0 0 20 0 20 0 32499882 19521036288 86174 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 86174 5488 1 0 1343233 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=3200 CPUtime=1.18 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 5573 0 0 0 112 6 0 0 20 0 20 0 32499883 19521036288 86174 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 86174 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 86174 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 344696 KiB

[startup+3.10614 s]
/proc/loadavg: 4.51 4.31 4.22 6/341 20568
/proc/meminfo: memFree=119771028/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=952216 CPUtime=5.9 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 19927 0 0 0 568 22 0 0 20 0 20 0 32499882 19521036288 238054 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 238054 5488 1 0 1343350 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=11136 CPUtime=2.7 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 5879 0 0 0 254 16 0 0 20 0 20 0 32499883 19521036288 238054 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 238054 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 238054 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=2208 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 238054 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 952216 KiB

[startup+6.30025 s]
/proc/loadavg: 4.51 4.31 4.22 6/341 20568
/proc/meminfo: memFree=118112160/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=2646252 CPUtime=9.37 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 21085 0 0 0 881 56 0 0 20 0 20 0 32499882 19521036288 661563 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 661563 5488 1 0 1343379 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=0 CPUtime=5.85 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 6945 0 0 0 536 49 0 0 20 0 20 0 32499883 19521036288 661563 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=4570474860524113270 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 661563 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=-6000919485608193133 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 661563 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 661563 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2646252 KiB

[startup+12.7002 s]
/proc/loadavg: 4.50 4.31 4.22 5/341 20568
/proc/meminfo: memFree=117403316/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3307864 CPUtime=15.83 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 28319 0 0 0 1513 70 0 0 20 0 20 0 32499882 19521036288 826966 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 826966 5520 1 0 1343399 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=0 CPUtime=12.19 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 8517 0 0 0 1156 63 0 0 20 0 20 0 32499883 19521036288 826966 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=3307864 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 826966 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 826966 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 826966 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 15.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3307864 KiB

[startup+25.5003 s]
/proc/loadavg: 4.50 4.32 4.22 5/341 20568
/proc/meminfo: memFree=117397240/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3311684 CPUtime=29.52 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 32017 0 0 0 2881 71 0 0 20 0 20 0 32499882 19521036288 827921 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 827921 5520 1 0 1343399 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=-6000919485608193133 CPUtime=24.89 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 9765 0 0 0 2425 64 0 0 20 0 20 0 32499883 19521036288 827921 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=3103 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 827921 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=3310020 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 827921 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=3310020 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 827921 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 29.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3311684 KiB

[startup+51.1059 s]
/proc/loadavg: 4.33 4.29 4.22 5/341 20569
/proc/meminfo: memFree=117392704/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3311940 CPUtime=55.58 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 39519 0 0 0 5484 74 0 0 20 0 20 0 32499882 19521036288 827985 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 827985 5520 1 0 1343399 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=3311940 CPUtime=50.27 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 12309 0 0 0 4963 64 0 0 20 0 20 0 32499883 19521036288 827985 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=-6000919485608193133 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 827985 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=3311684 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 827985 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=3311684 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 827985 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 55.58 s

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

/proc/meminfo: memFree=126673156/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3542560 CPUtime=3228.36 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 151290 0 0 0 322633 203 0 0 20 0 20 0 32499882 19521036288 885640 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 885640 5520 1 0 1343863 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=3540512 CPUtime=3207.39 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 75963 0 0 0 320656 83 0 0 20 0 20 0 32499883 19521036288 885640 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 885640 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=3540512 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 2078 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 885640 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=3540512 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 885640 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 3228.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3542560 KiB

[startup+3282.3 s]
/proc/loadavg: 1.07 1.10 1.51 2/265 20841
/proc/meminfo: memFree=126660992/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3554848 CPUtime=3288.44 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 152667 0 0 0 328638 206 0 0 20 0 20 0 32499882 19521036288 888712 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 888712 5520 1 0 1343863 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=17408 CPUtime=3267.09 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 76454 0 0 0 326626 83 0 0 20 0 20 0 32499883 19521036288 888712 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=3540512 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 888712 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=14572 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 2131 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 888712 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=14572 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 888712 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 3288.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3554848 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.09 1.48 2/265 20844
/proc/meminfo: memFree=126656252/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3559024 CPUtime=3348.69 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 153589 0 0 0 334660 209 0 0 20 0 20 0 32499882 19521036288 889756 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 889756 5520 1 0 1343879 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=3554848 CPUtime=3326.67 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 76789 0 0 0 332584 83 0 0 20 0 20 0 32499883 19521036288 889756 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=3556968 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 889756 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 2131 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 889756 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=7092 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 889756 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 3348.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3559024 KiB

[startup+3402.3 s]
/proc/loadavg: 1.07 1.09 1.45 2/265 20847
/proc/meminfo: memFree=126640556/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3575456 CPUtime=3408.86 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 156361 0 0 0 340674 212 0 0 20 0 20 0 32499882 19521036288 893864 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 893864 5520 1 0 1343879 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=3556968 CPUtime=3386.15 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 78629 0 0 0 338531 84 0 0 20 0 20 0 32499883 19521036288 893864 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 893864 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=3567264 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 2131 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 893864 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 893864 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 3408.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3575456 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.10 1.43 2/265 20849
/proc/meminfo: memFree=126616076/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3600048 CPUtime=3468.98 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 158716 0 0 0 346683 215 0 0 20 0 20 0 32499882 19521036288 900012 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 900012 5520 1 0 1343895 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=3556968 CPUtime=3445.7 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 80459 0 0 0 344486 84 0 0 20 0 20 0 32499883 19521036288 900012 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=3598000 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 900012 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=-6000919485608193133 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 2200 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 900012 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=2208 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 900012 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 3468.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3600048 KiB

[startup+3522.3 s]
/proc/loadavg: 1.05 1.08 1.40 2/266 20854
/proc/meminfo: memFree=126599960/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3616432 CPUtime=3529.05 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 159744 0 0 0 352687 218 0 0 20 0 20 0 32499882 19521036288 904108 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 904108 5520 1 0 1343895 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=3598000 CPUtime=3505.18 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 80576 0 0 0 350434 84 0 0 20 0 20 0 32499883 19521036288 904108 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=3616432 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 904108 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 2279 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 904108 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=3616432 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 904108 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 3529.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3616432 KiB

[startup+3582.3 s]
/proc/loadavg: 1.13 1.09 1.38 2/266 20860
/proc/meminfo: memFree=126587776/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3630768 CPUtime=3589.15 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 161258 0 0 0 358693 222 0 0 20 0 20 0 32499882 19521036288 907692 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 907692 5520 1 0 1343911 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=11136 CPUtime=3564.7 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 81516 0 0 0 356385 85 0 0 20 0 20 0 32499883 19521036288 907692 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=3628720 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 907692 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 2279 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 907692 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=14572 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 907692 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 3589.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3630768 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.2 s]
/proc/loadavg: 1.11 1.09 1.38 2/266 20860
/proc/meminfo: memFree=126583680/131249996 swapFree=33010684/33010684
[pid=20548] ppid=20545 vsize=19063512 memory=3632832 CPUtime=3600.07 cores=4,6
/proc/20548/stat : 20548 (java) S 20545 20548 19266 0 -1 4194304 161534 0 0 0 359785 222 0 0 20 0 20 0 32499882 19521036288 908208 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
/proc/20548/statm: 4765878 908208 5520 1 0 1343911 0
[pid=20548/tid=20550] ppid=20545 vsize=19063512 memory=2764 CPUtime=3575.51 cores=4,6
/proc/20548/task/20550/stat : 20550 (java) R 20545 20548 19266 0 -1 4194368 81788 0 0 0 357466 85 0 0 20 0 20 0 32499883 19521036288 908208 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20559] ppid=20545 vsize=19063512 memory=21692 CPUtime=0 cores=4,6
/proc/20548/task/20559/stat : 20559 (Finalizer) S 20545 20548 19266 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32499885 19521036288 908208 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20566] ppid=20545 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/20548/task/20566/stat : 20566 (Common-Cleaner) S 20545 20548 19266 0 -1 4194368 2279 0 0 0 0 0 0 0 20 0 20 0 32499886 19521036288 908208 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
[pid=20548/tid=20568] ppid=20545 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/20548/task/20568/stat : 20568 (Timer-0) S 20545 20548 19266 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32499988 19521036288 908208 18446744073709551615 94910419197952 94910419201648 140727336948688 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94910419209464 94910419210256 94910425657344 140727336954238 140727336954342 140727336954342 140727336959944 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3632832 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.98 s, system=2.23956 s

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

Child status: 143

Real time (s): 3593.29
CPU time (s): 3600.22
CPU user time (s): 3597.98
CPU system time (s): 2.23956
CPU usage (%): 100.193
Max. virtual memory (cumulated for all children) (KiB): 19065528
Max. memory (cumulated for all children) (KiB): 3632832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.98
system time used= 2.23956
maximum resident set size= 3633728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136194
involuntary context switches= 8082


# summary of solver processes directly reported to runsolver:
#   pid: 20548
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.98
#   total CPU system time (s): 2.23956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.00374 second user time and 17.2549 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-29 05:36:53
IDJOB=4503534
IDBENCH=155520
IDSOLVER=3361
FILE ID=nodeC032/4503534-1751168212
RUNJOBID= nodeC032-1751159086-19277
SLURM_JOB_ID= 9587498
Free space on /tmp= 432048 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-73.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503534-1751168212/watcher-4503534-1751168212 -o /tmp/evaluation-result-4503534-1751168212/solver-4503534-1751168212 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751159086-19277 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4503534-1751168212.opb

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

MD5SUM BENCH= f8b1a93d1916f081f91f241f6f5f832b
RANDOM SEED=806386143

nodeC032 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	: 0xb00002a
cpu MHz		: 3599.846
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3599.837
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3587.783
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3594.404
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3599.336
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3599.833
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3599.846
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
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	: 0xb00002a
cpu MHz		: 3636.629
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120690704 kB
MemAvailable:   120315920 kB
Buffers:            3280 kB
Cached:           415028 kB
SwapCached:            0 kB
Active:          9835452 kB
Inactive:         174088 kB
Active(anon):    9609316 kB
Inactive(anon):        0 kB
Active(file):     226136 kB
Inactive(file):   174088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8192 kB
Writeback:             0 kB
AnonPages:       9594476 kB
Mapped:           122300 kB
Shmem:             18068 kB
KReclaimable:      85564 kB
Slab:             169028 kB
SReclaimable:      85564 kB
SUnreclaim:        83464 kB
KernelStack:        5164 kB
PageTables:        22540 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   12674528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9324544 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432064 MiB
End job on nodeC032 at 2025-06-29 06:36:46