Trace number 4515460

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.35 3226.19

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-2.opb
MD5SUM8532f997584288657d51f2d7727e9fb5
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 benchmark1.66675
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22684
Total number of constraints5672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints5657
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB25.v20250606
0.07/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.11	c java.vm.version	22.0.1+8-16
0.07/0.11	c java.vm.vendor	Oracle Corporation
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		22.0.1
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.12	c Free memory 		2106806208
0.07/0.12	c Max memory 		16282288128
0.07/0.12	c Total memory 		2113929216
0.07/0.12	c Number of processors 	2
0.07/0.18	c Pseudo Boolean Optimization by upper bound
0.07/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.18	c  - never skip resolution steps
0.07/0.18	c  - Auto-division on coefficients is disabled
0.07/0.18	c  - No postprocessing
0.07/0.18	c  - Conflict is considered as is when resolving
0.07/0.18	c  - Use constraints as they come during conflict analysis
0.07/0.18	c  - Weaken first using unassigned literals
0.07/0.18	c  - Bump strategy: ALWAYS_ONE
0.07/0.18	c  - Bumper: ANY
0.07/0.18	c --- Begin Solver configuration ---
0.07/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.07/0.18	c Learn all clauses as in MiniSAT
0.07/0.18	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.18	c No reason simplification
0.07/0.18	c Armin Biere (Picosat) restarts strategy
0.07/0.18	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.18	c timeout=2147483s
0.07/0.18	c DB Simplification allowed=false
0.07/0.18	c Listener: none
0.07/0.18	c --- End Solver configuration ---
0.07/0.18	c solving HOME/instance-4515460-1751239852.opb
0.07/0.18	c reading problem ... 
0.07/0.18	c  no objective function found
0.46/0.36	c ... done. Wall clock time 0.173s.
0.46/0.36	c declared #vars     22684
0.46/0.36	c #constraints  5672
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5672
0.46/0.36	c 5672 constraints processed.
4.78/2.56	c cleaning 2480 clauses out of 5000
9.90/6.70	c cleaning 4194 clauses out of 8520
24.61/20.95	c cleaning 5528 clauses out of 11326
34.04/29.93	c cleaning 6836 clauses out of 13798
43.53/39.15	c cleaning 7899 clauses out of 15962
57.84/53.03	c cleaning 8955 clauses out of 18064
94.83/89.11	c cleaning 9822 clauses out of 20108
123.58/117.18	c cleaning 11130 clauses out of 22287
170.79/163.62	c cleaning 11937 clauses out of 24156
188.81/181.23	c cleaning 13043 clauses out of 26220
220.64/212.21	c cleaning 13885 clauses out of 28176
292.16/281.78	c cleaning 15035 clauses out of 30291
406.35/394.38	c cleaning 16093 clauses out of 32257
496.01/482.80	c cleaning 17050 clauses out of 34163
698.93/683.61	c cleaning 18046 clauses out of 36114
836.65/817.87	c cleaning 18823 clauses out of 38068
966.57/944.82	c cleaning 19855 clauses out of 40245
1233.77/1203.17	c cleaning 21099 clauses out of 42391
1883.58/1766.27	c cleaning 21952 clauses out of 44290
2107.71/1947.42	c cleaning 22857 clauses out of 46339
2561.91/2340.06	c cleaning 24063 clauses out of 48482
2833.70/2570.63	c cleaning 25196 clauses out of 50418
3319.09/2984.35	c cleaning 26006 clauses out of 52222
3600.00/3226.06	c starts		: 136
3600.00/3226.06	c conflicts		: 388878
3600.00/3226.06	c decisions		: 759883
3600.00/3226.06	c propagations		: 3882784
3600.00/3226.06	c inspects		: 4328062587
3600.00/3226.06	c shortcuts		: 0
3600.00/3226.06	c learnt literals	: 0
3600.00/3226.06	c learnt binary clauses	: 0
3600.00/3226.06	c learnt ternary clauses	: 0
3600.00/3226.06	c learnt constraints	: 388877
3600.00/3226.06	c ignored constraints	: 0
3600.00/3226.06	c root simplifications	: 0
3600.00/3226.06	c removed literals (reason simplification)	: 0
3600.00/3226.06	c reason swapping (by a shorter reason)	: 0
3600.00/3226.06	c Calls to reduceDB	: 23
3600.00/3226.06	c Number of update (reduction) of LBD	: 0
3600.00/3226.06	c Imported unit clauses	: 0
3600.00/3226.06	c No decision after first conflict	: false
3600.00/3226.06	c number of reductions to clauses (during analyze)	: 0
3600.00/3226.06	c number of learned constraints concerned by reduction	: 0
3600.00/3226.06	c number of learning phase by resolution	: 0
3600.00/3226.06	c number of learning phase by cutting planes	: 0
3600.00/3226.06	c number of rounding to 1 operations	: 0
3600.00/3226.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3226.06	c number of reductions of the coefficients by power 2 	: 0
3600.00/3226.06	c number of right shift for reduction by power 2 	: 0
3600.00/3226.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3226.06	c number of ending skipping 	: 0
3600.00/3226.06	c number of internal skipping 	: 0
3600.00/3226.06	c number of derivation steps 	: 1988023
3600.00/3226.06	c number of skipped derivation steps 	: 0
3600.00/3226.06	c number of remaining unassigned 	: 276950
3600.00/3226.06	c number of remaining assigned 	: 81512973
3600.00/3226.07	c number of falsified literals weakened from reason	: 0
3600.00/3226.07	c number of falsified literals weakened from conflict	: 0
3600.00/3226.07	c time for arithmetic operations	: 31208524427
3600.00/3226.07	c minimum degree of deleted constraints	: null
3600.00/3226.07	c maximum degree of deleted constraints	: null
3600.00/3226.07	c number of deleted constraints	: 0
3600.00/3226.08	c speed (assignments/second)	: 1203.7008963931917
3600.00/3226.09	c non guided choices	: 44267
3600.20/3226.15	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 47093
3600.20/3226.16	s UNKNOWN
3600.20/3226.16	c Total wall clock time (in seconds): 3225.982

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515460-1751239852/watcher-4515460-1751239852 -o /tmp/evaluation-result-4515460-1751239852/solver-4515460-1751239852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751239852-35556 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515460-1751239852.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=35607, runsolver pid=35598

[startup+0.10006 s]*
/proc/loadavg: 0.69 1.28 2.77 10/332 35684
/proc/meminfo: memFree=126869004/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=18930384 memory=51248 CPUtime=0.07 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 5834 0 188 0 5 2 0 0 20 0 18 0 39662979 19384713216 12812 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4732596 12812 5308 1 0 547170 0
[pid=35607/tid=35617] ppid=35598 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 4729 0 186 0 3 2 0 0 20 0 18 0 39662984 19384713216 12812 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 12812 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 12812 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51248 KiB

[startup+0.205399 s]*
/proc/loadavg: 0.69 1.28 2.77 14/332 35684
/proc/meminfo: memFree=126838004/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=18930384 memory=63244 CPUtime=0.26 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 6722 0 189 0 23 3 0 0 20 0 18 0 39662979 19384713216 15811 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4732596 15811 5404 1 0 547938 0
[pid=35607/tid=35617] ppid=35598 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 5205 0 187 0 12 2 0 0 20 0 18 0 39662984 19384713216 15811 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 15811 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 15811 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63244 KiB

[startup+0.305044 s]*
/proc/loadavg: 0.69 1.28 2.77 11/333 35685
/proc/meminfo: memFree=126769068/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=18930384 memory=96340 CPUtime=0.46 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 8421 0 189 0 42 4 0 0 20 0 18 0 39662979 19384713216 24085 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4732596 24085 5404 1 0 549081 0
[pid=35607/tid=35617] ppid=35598 vsize=18930384 memory=-6000919468344436588 CPUtime=0.23 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 5220 0 187 0 20 3 0 0 20 0 18 0 39662984 19384713216 24085 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 24085 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39662986 19384713216 24085 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 96340 KiB

[startup+0.700191 s]
/proc/loadavg: 0.69 1.28 2.77 10/337 35689
/proc/meminfo: memFree=126541400/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=172996 CPUtime=1.22 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 10212 0 189 0 116 6 0 0 20 0 20 0 39662979 19521036288 43249 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 43249 5468 1 0 550616 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=17664 CPUtime=0.53 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 5319 0 187 0 49 4 0 0 20 0 20 0 39662984 19521036288 43249 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 43249 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 43249 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 43249 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172996 KiB

[startup+1.5002 s]
/proc/loadavg: 0.69 1.28 2.77 11/340 35692
/proc/meminfo: memFree=126226332/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=545260 CPUtime=2.8 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 13284 0 189 0 267 13 0 0 20 0 20 0 39662979 19521036288 136315 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 136315 5468 1 0 658689 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=10752 CPUtime=1.22 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 5522 0 187 0 112 10 0 0 20 0 20 0 39662984 19521036288 136315 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 136315 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 136315 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 136315 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 545260 KiB

[startup+3.10549 s]
/proc/loadavg: 0.69 1.28 2.77 6/340 35692
/proc/meminfo: memFree=122686120/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=1048632 CPUtime=5.86 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 18978 0 189 0 563 23 0 0 20 0 20 0 39662979 19521036288 262158 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 262158 5468 1 0 661476 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=10752 CPUtime=2.73 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 5800 0 187 0 254 19 0 0 20 0 20 0 39662984 19521036288 262158 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=-6000919472639403884 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 262158 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 262158 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 262158 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1048632 KiB

[startup+6.30019 s]
/proc/loadavg: 0.96 1.32 2.78 6/340 35692
/proc/meminfo: memFree=121320636/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=1606228 CPUtime=9.46 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 20257 0 189 0 912 34 0 0 20 0 20 0 39662979 19521036288 401557 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 401557 5500 1 0 661483 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=0 CPUtime=5.86 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 6956 0 187 0 558 28 0 0 20 0 20 0 39662984 19521036288 401557 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 401557 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 401557 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=639596 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 401557 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 9.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1606228 KiB

[startup+12.7002 s]
/proc/loadavg: 1.20 1.37 2.78 6/341 35693
/proc/meminfo: memFree=119572844/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=2137424 CPUtime=16.26 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 30023 0 189 0 1580 46 0 0 20 0 20 0 39662979 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 534356 5500 1 0 791917 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=639596 CPUtime=12.1 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 8002 0 187 0 1171 39 0 0 20 0 20 0 39662984 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=2137424 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=280926966229376 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 16.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2137424 KiB

[startup+25.5002 s]
/proc/loadavg: 1.90 1.51 2.81 6/341 35693
/proc/meminfo: memFree=118778240/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=2137424 CPUtime=29.34 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 34779 0 189 0 2887 47 0 0 20 0 20 0 39662979 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 534356 5500 1 0 791917 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=-6000919472639403884 CPUtime=24.56 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 9981 0 187 0 2417 39 0 0 20 0 20 0 39662984 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=43498904 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 534356 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2137424 KiB

[startup+51.1058 s]
/proc/loadavg: 2.61 1.71 2.84 6/342 35695
/proc/meminfo: memFree=116519992/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=3221548 CPUtime=55.84 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 41861 0 189 0 5512 72 0 0 20 0 20 0 39662979 19521036288 805387 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 805387 5500 1 0 1053033 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=1606228 CPUtime=49.27 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 13249 0 187 0 4866 61 0 0 20 0 20 0 39662984 19521036288 805387 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=3209212 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 805387 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=2689800 CPUtime=0 cores=0,2

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

[startup+2922.3 s]
/proc/loadavg: 4.59 4.62 4.50 6/341 35847
/proc/meminfo: memFree=104577568/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3242.71 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 200782 0 189 0 323836 435 0 0 20 0 20 0 39662979 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 1561041 5500 1 0 1573285 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=21996 CPUtime=2863.87 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 87094 0 187 0 286261 126 0 0 20 0 20 0 39662984 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 1572 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 3242.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6244164 KiB

[startup+2982.3 s]
/proc/loadavg: 4.54 4.60 4.50 7/339 35849
/proc/meminfo: memFree=104573184/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3317.09 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 203438 0 189 0 331260 449 0 0 20 0 20 0 39662979 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 1561041 5500 1 0 1573285 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=6242628 CPUtime=2922.56 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 88492 0 187 0 292129 127 0 0 20 0 20 0 39662984 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 1572 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 3317.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6244164 KiB

[startup+3042.3 s]
/proc/loadavg: 4.57 4.59 4.50 6/340 35852
/proc/meminfo: memFree=104572904/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3387.04 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 207433 0 189 0 338248 456 0 0 20 0 20 0 39662979 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 1561041 5500 1 0 1573301 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=6242628 CPUtime=2981.18 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 89965 0 187 0 297990 128 0 0 20 0 20 0 39662984 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 1594 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 3387.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6244164 KiB

[startup+3102.3 s]
/proc/loadavg: 4.65 4.61 4.51 6/341 35857
/proc/meminfo: memFree=104564864/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3456.44 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 212858 0 189 0 345179 465 0 0 20 0 20 0 39662979 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 1561041 5500 1 0 1573301 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3039.97 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 92283 0 187 0 303869 128 0 0 20 0 20 0 39662984 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 1594 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=164 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 3456.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6244164 KiB

[startup+3162.3 s]
/proc/loadavg: 4.58 4.60 4.52 6/341 35859
/proc/meminfo: memFree=104563008/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3526.03 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 213801 0 189 0 352130 473 0 0 20 0 20 0 39662979 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 1561041 5500 1 0 1573301 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3098.81 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 92654 0 187 0 309753 128 0 0 20 0 20 0 39662984 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 1645 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 3526.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6244164 KiB

[startup+3222.3 s]
/proc/loadavg: 4.49 4.57 4.51 6/341 35861
/proc/meminfo: memFree=104558456/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3595.66 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 218671 0 189 0 359083 483 0 0 20 0 20 0 39662979 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 1561041 5500 1 0 1573301 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3157.84 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 94827 0 187 0 315655 129 0 0 20 0 20 0 39662984 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 1646 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 3595.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6244164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3226 s]*
/proc/loadavg: 4.45 4.56 4.51 7/341 35861
/proc/meminfo: memFree=104558464/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19063512 memory=6244164 CPUtime=3600 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 219760 0 189 0 359517 483 0 0 20 0 20 0 39662979 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4765878 1561041 5500 1 0 1573301 0
[pid=35607/tid=35617] ppid=35598 vsize=19063512 memory=7686721470247706567 CPUtime=3161.41 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 94919 0 187 0 316012 129 0 0 20 0 20 0 39662984 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19063512 memory=-4050210904893473166 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19063512 memory=9304672 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 1646 0 0 0 0 0 0 0 20 0 20 0 39662986 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35686] ppid=35598 vsize=19063512 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35686/stat : 35686 (Timer-0) S 35598 35607 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39663017 19521036288 1561041 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6244164 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.49 s, system=4.85978 s

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

[startup+3226.11 s]
/proc/loadavg: 4.45 4.56 4.51 7/341 35861
/proc/meminfo: memFree=104558464/131249996 swapFree=33010684/33010684
[pid=35607] ppid=35598 vsize=19263204 memory=6244804 CPUtime=3600.2 cores=0,2
/proc/35607/stat : 35607 (java) S 35598 35607 35546 0 -1 4194304 221208 0 189 0 359537 483 0 0 20 0 21 0 39662979 19725520896 1561201 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
/proc/35607/statm: 4815801 1561201 5500 1 0 1574191 0
[pid=35607/tid=35617] ppid=35598 vsize=19263204 memory=6244164 CPUtime=3161.46 cores=0,2
/proc/35607/task/35617/stat : 35617 (java) R 35598 35607 35546 0 -1 4194368 94947 0 187 0 316017 129 0 0 20 0 21 0 39662984 19725520896 1561201 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35652] ppid=35598 vsize=19263204 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35652/stat : 35652 (Finalizer) S 35598 35607 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39662986 19725520896 1561201 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
[pid=35607/tid=35681] ppid=35598 vsize=19263204 memory=6244164 CPUtime=0 cores=0,2
/proc/35607/task/35681/stat : 35681 (Common-Cleaner) S 35598 35607 35546 0 -1 4194368 1646 0 0 0 0 0 0 0 20 0 21 0 39662986 19725520896 1561201 18446744073709551615 94892675653632 94892675657328 140721919969680 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94892675665144 94892675665936 94892702068736 140721919977854 140721919977958 140721919977958 140721919983560 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6244804 KiB

Child status: 143

Real time (s): 3226.19
CPU time (s): 3600.35
CPU user time (s): 3595.49
CPU system time (s): 4.85978
CPU usage (%): 111.598
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6244804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.49
system time used= 4.85978
maximum resident set size= 6245060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221364
page faults= 189
swaps= 0
block input operations= 16
block output operations= 13560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125879
involuntary context switches= 28122


# summary of solver processes directly reported to runsolver:
#   pid: 35607
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3595.49
#   total CPU system time (s): 4.85978

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.82594 second user time and 14.0429 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 01:30:52
IDJOB=4515460
IDBENCH=165259
IDSOLVER=3361
FILE ID=nodeC017/4515460-1751239852
RUNJOBID= nodeC017-1751239852-35556
SLURM_JOB_ID= 9587724
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515460-1751239852/watcher-4515460-1751239852 -o /tmp/evaluation-result-4515460-1751239852/solver-4515460-1751239852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751239852-35556 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515460-1751239852.opb

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

MD5SUM BENCH= 8532f997584288657d51f2d7727e9fb5
RANDOM SEED=1106915954

nodeC017 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		: 3600.227
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	: 7000.12
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		: 2587.976
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	: 7000.12
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		: 3600.060
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	: 7000.12
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		: 3292.292
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	: 7000.12
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		: 3600.200
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	: 7000.12
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		: 3467.182
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	: 7000.12
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		: 3600.503
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	: 7000.12
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		: 3303.040
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126947796 kB
MemAvailable:   129707480 kB
Buffers:            2380 kB
Cached:          3532108 kB
SwapCached:            0 kB
Active:           376612 kB
Inactive:        3226968 kB
Active(anon):      87160 kB
Inactive(anon):       12 kB
Active(file):     289452 kB
Inactive(file):  3226956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4212 kB
Writeback:             0 kB
AnonPages:         72200 kB
Mapped:           102432 kB
Shmem:             18080 kB
KReclaimable:     164632 kB
Slab:             252536 kB
SReclaimable:     164632 kB
SUnreclaim:        87904 kB
KernelStack:        3924 kB
PageTables:         2668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-30 02:24:39