Trace number 4492047

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.17 3537.13

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUMb71388011e4b80d0b0325c4a241ada38
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.121569
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.19/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.35	c See www.sat4j.org for details.
0.19/0.37	c version PB25.v20250606
0.19/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.19/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.19/0.39	c java.vm.version	22.0.1+8-16
0.19/0.40	c java.vm.vendor	Oracle Corporation
0.19/0.40	c sun.arch.data.model	64
0.19/0.40	c java.version		22.0.1
0.19/0.40	c os.name		Linux
0.19/0.40	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.19/0.40	c os.arch		amd64
0.19/0.41	c Free memory 		2106806208
0.19/0.41	c Max memory 		16282288128
0.19/0.41	c Total memory 		2113929216
0.19/0.42	c Number of processors 	2
0.51/0.60	c Pseudo Boolean Optimization by upper bound
0.51/0.60	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.51/0.60	c  - never skip resolution steps
0.51/0.60	c  - Auto-division on coefficients is disabled
0.51/0.60	c  - No postprocessing
0.51/0.60	c  - Conflict is considered as is when resolving
0.51/0.60	c  - Use constraints as they come during conflict analysis
0.51/0.60	c  - Weaken first using unassigned literals
0.51/0.60	c  - Bump strategy: ALWAYS_ONE
0.51/0.60	c  - Bumper: EFFECTIVE
0.51/0.60	c --- Begin Solver configuration ---
0.51/0.60	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.51/0.60	c Learn all clauses as in MiniSAT
0.51/0.60	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.51/0.60	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.51/0.60	c No reason simplification
0.51/0.60	c Dynamic restart strategy considering the size of the coefficients
0.51/0.60	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.51/0.60	c timeout=2147483s
0.51/0.60	c DB Simplification allowed=false
0.51/0.60	c Listener: none
0.51/0.60	c --- End Solver configuration ---
0.51/0.60	c solving HOME/instance-4492047-1751145706.opb
0.51/0.60	c reading problem ... 
0.51/0.60	c using VERIPB proof format
0.51/0.61	c  no objective function found
2.20/1.49	c ... done. Wall clock time 0.881s.
2.20/1.49	c declared #vars     4644
2.20/1.49	c #constraints  31428
2.20/1.49	c constraints type 
2.20/1.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 948
2.20/1.49	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
2.20/1.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30402
2.20/1.49	c 31428 constraints processed.
8.72/4.91	c cleaning 2497 clauses out of 5003 with flag 0/5003
16.13/11.94	c cleaning 4245 clauses out of 8503 with flag 0/11000
28.32/23.87	c cleaning 5617 clauses out of 11258 with flag 0/18000
41.38/36.77	c cleaning 6811 clauses out of 13642 with flag 0/26001
56.53/51.43	c cleaning 7911 clauses out of 15830 with flag 0/35000
77.97/72.55	c cleaning 8952 clauses out of 17921 with flag 0/45002
101.23/95.16	c cleaning 9970 clauses out of 19967 with flag 0/56000
123.67/117.31	c cleaning 10985 clauses out of 21998 with flag 0/68001
143.56/136.94	c cleaning 12000 clauses out of 24013 with flag 0/81001
171.06/163.88	c cleaning 12995 clauses out of 26013 with flag 0/95001
197.71/189.14	c cleaning 13999 clauses out of 28018 with flag 0/110001
233.21/223.51	c cleaning 14993 clauses out of 30018 with flag 0/126000
270.93/260.01	c cleaning 16003 clauses out of 32025 with flag 0/143000
320.17/308.30	c cleaning 16995 clauses out of 34024 with flag 0/161002
371.04/358.06	c cleaning 17995 clauses out of 36028 with flag 0/180001
421.21/407.29	c cleaning 19005 clauses out of 38036 with flag 0/200004
477.99/462.89	c cleaning 20002 clauses out of 40027 with flag 0/221000
543.32/526.71	c cleaning 21001 clauses out of 42025 with flag 0/243000
609.61/591.40	c cleaning 21991 clauses out of 44024 with flag 0/266000
682.54/662.85	c cleaning 22998 clauses out of 46033 with flag 0/290000
789.17/767.54	c cleaning 24005 clauses out of 48035 with flag 0/315000
864.93/841.86	c cleaning 25004 clauses out of 50031 with flag 0/341001
970.34/944.56	c cleaning 25995 clauses out of 52026 with flag 0/368000
1057.77/1030.62	c cleaning 27003 clauses out of 54031 with flag 0/396000
1160.95/1131.71	c cleaning 28000 clauses out of 56029 with flag 0/425001
1273.51/1242.01	c cleaning 28999 clauses out of 58028 with flag 0/455000
1412.77/1379.02	c cleaning 30005 clauses out of 60030 with flag 0/486001
1531.59/1495.84	c cleaning 31003 clauses out of 62027 with flag 0/518003
1657.92/1620.47	c cleaning 31999 clauses out of 64023 with flag 0/551002
1802.42/1763.04	c cleaning 33006 clauses out of 66025 with flag 0/585003
1952.64/1911.30	c cleaning 33995 clauses out of 68016 with flag 0/620000
2097.08/2053.44	c cleaning 35002 clauses out of 70025 with flag 0/656004
2249.33/2203.42	c cleaning 36000 clauses out of 72019 with flag 0/693000
2445.16/2396.62	c cleaning 37000 clauses out of 74021 with flag 0/731002
2620.86/2570.23	c cleaning 38002 clauses out of 76020 with flag 0/770001
2814.57/2761.61	c cleaning 38998 clauses out of 78018 with flag 0/810001
3037.14/2981.47	c cleaning 40000 clauses out of 80019 with flag 0/851000
3245.91/3187.62	c cleaning 41001 clauses out of 82020 with flag 0/893001
3491.94/3430.54	c cleaning 41994 clauses out of 84018 with flag 0/936000
3600.01/3537.03	c starts		: 2
3600.01/3537.03	c conflicts		: 965577
3600.01/3537.03	c decisions		: 1027611
3600.01/3537.03	c propagations		: 35702920
3600.01/3537.03	c inspects		: 5958397759
3600.01/3537.03	c shortcuts		: 0
3600.01/3537.03	c learnt literals	: 0
3600.01/3537.03	c learnt binary clauses	: 0
3600.01/3537.03	c learnt ternary clauses	: 0
3600.01/3537.03	c learnt constraints	: 965576
3600.01/3537.04	c ignored constraints	: 0
3600.01/3537.04	c root simplifications	: 0
3600.01/3537.04	c removed literals (reason simplification)	: 0
3600.01/3537.04	c reason swapping (by a shorter reason)	: 0
3600.01/3537.04	c Calls to reduceDB	: 39
3600.01/3537.04	c Number of update (reduction) of LBD	: 851397
3600.01/3537.04	c Imported unit clauses	: 0
3600.01/3537.04	c No decision after first conflict	: false
3600.01/3537.04	c number of reductions to clauses (during analyze)	: 0
3600.01/3537.04	c number of learned constraints concerned by reduction	: 0
3600.01/3537.04	c number of learning phase by resolution	: 0
3600.01/3537.04	c number of learning phase by cutting planes	: 0
3600.01/3537.04	c number of rounding to 1 operations	: 0
3600.01/3537.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3537.04	c number of reductions of the coefficients by power 2 	: 0
3600.01/3537.04	c number of right shift for reduction by power 2 	: 0
3600.01/3537.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3537.04	c number of ending skipping 	: 0
3600.01/3537.04	c number of internal skipping 	: 0
3600.01/3537.04	c number of derivation steps 	: 10483750
3600.01/3537.04	c number of skipped derivation steps 	: 0
3600.01/3537.04	c number of remaining unassigned 	: 136774
3600.01/3537.04	c number of remaining assigned 	: 223173742
3600.01/3537.04	c number of falsified literals weakened from reason	: 0
3600.01/3537.04	c number of falsified literals weakened from conflict	: 0
3600.01/3537.04	c time for arithmetic operations	: 11544278508
3600.01/3537.04	c minimum degree of deleted constraints	: 1
3600.01/3537.04	c maximum degree of deleted constraints	: 408901008338570692220916217044064266969802160645633193558396421796047213320
3600.01/3537.04	c number of deleted constraints	: 893976
3600.01/3537.04	c speed (assignments/second)	: 10098.276192701212
3600.01/3537.04	c non guided choices	: 6156
3600.01/3537.06	c timeout
3600.01/3537.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 36588
3600.01/3537.09	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 30
3600.01/3537.09	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 34982
3600.01/3537.09	s UNKNOWN
3600.01/3537.09	c Total wall clock time (in seconds): 3536.495

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: 63794 MiB (63223 MiB free)
  memory of node 1: 64507 MiB (64057 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492047-1751145706/watcher-4492047-1751145706 -o /tmp/evaluation-result-4492047-1751145706/solver-4492047-1751145706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14976 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492047-1751145706 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492047-1751145706.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=15024, runsolver pid=15018
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 0.54 1.10 2.08 1/260 15046
/proc/meminfo: memFree=130333400/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=226644 memory=10112 CPUtime=0.01 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 592 0 112 0 0 1 0 0 20 0 2 0 30249513 232083456 2528 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16784588 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 56661 2528 2144 1 0 587 0
[pid=15024/tid=15043] ppid=15018 vsize=226644 memory=4026532124 CPUtime=0 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) D 15018 15024 14966 0 -1 4194368 52 0 34 0 0 0 0 0 20 0 2 0 30249522 232083456 2560 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16784588 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 226644 KiB
Current children cumulated memory: 10112 KiB

[startup+0.21445 s]*
/proc/loadavg: 0.54 1.10 2.08 2/284 15070
/proc/meminfo: memFree=130258280/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=18330292 memory=38240 CPUtime=0.07 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 4801 0 368 0 2 5 0 0 20 0 9 0 30249513 18770219008 9560 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16784588 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4582573 9560 3987 1 0 544013 0
[pid=15024/tid=15043] ppid=15018 vsize=18330292 memory=3472328132922704156 CPUtime=0.05 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 4256 0 289 0 2 3 0 0 20 0 9 0 30249522 18770219008 9560 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18330292 KiB
Current children cumulated memory: 38240 KiB

[startup+0.3153 s]*
/proc/loadavg: 0.54 1.10 2.08 11/324 15110
/proc/meminfo: memFree=130229916/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=18930384 memory=48460 CPUtime=0.19 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 5745 0 413 0 12 7 0 0 20 0 18 0 30249513 19384713216 12115 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4732596 12115 5203 1 0 547105 0
[pid=15024/tid=15043] ppid=15018 vsize=18930384 memory=-6000919502821943150 CPUtime=0.12 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 4655 0 309 0 8 4 0 0 20 0 18 0 30249522 19384713216 12147 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=18930384 memory=-4421386496231433830 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30249536 19384713216 12147 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30249537 19384713216 12147 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48460 KiB

[startup+0.700398 s]
/proc/loadavg: 1.62 1.32 2.15 10/324 15110
/proc/meminfo: memFree=130198412/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=18930384 memory=62052 CPUtime=0.83 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 6937 0 416 0 73 10 0 0 20 0 18 0 30249513 19384713216 15513 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4732596 15513 5395 1 0 547977 0
[pid=15024/tid=15043] ppid=15018 vsize=18930384 memory=0 CPUtime=0.44 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 5217 0 310 0 38 6 0 0 20 0 18 0 30249522 19384713216 15513 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30249536 19384713216 15513 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=18930384 memory=2764 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 30249537 19384713216 15513 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 0.83 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62052 KiB

[startup+1.50028 s]
/proc/loadavg: 1.62 1.32 2.15 9/328 15114
/proc/meminfo: memFree=129748172/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=594456 CPUtime=2.4 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 14520 0 417 0 211 29 0 0 20 0 20 0 30249513 19521036288 148614 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 148614 5427 1 0 552408 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=2764 CPUtime=1.16 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 5645 0 311 0 94 22 0 0 20 0 20 0 30249522 19521036288 148614 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 148614 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 148614 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 594456 KiB

[startup+3.10564 s]
/proc/loadavg: 1.62 1.32 2.15 9/332 15118
/proc/meminfo: memFree=126731764/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=1168960 CPUtime=5.57 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 29716 0 417 0 514 43 0 0 20 0 20 0 30249513 19521036288 292240 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 292240 5427 1 0 555690 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=0 CPUtime=2.59 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 6332 0 311 0 225 34 0 0 20 0 20 0 30249522 19521036288 292240 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 292240 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=926392 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 292240 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=4892 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 292240 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1168960 KiB

[startup+6.30026 s]
/proc/loadavg: 1.97 1.40 2.17 6/332 15118
/proc/meminfo: memFree=124975940/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=1287496 CPUtime=10.32 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 33365 0 419 0 985 47 0 0 20 0 20 0 30249513 19521036288 321874 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 321874 5427 1 0 555784 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=0 CPUtime=5.7 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 7872 0 311 0 534 36 0 0 20 0 20 0 30249522 19521036288 321874 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=42212 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 321874 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 321874 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=-7665563481777433750 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 321874 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 10.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1287496 KiB

[startup+12.7004 s]
/proc/loadavg: 2.13 1.44 2.18 6/332 15118
/proc/meminfo: memFree=119955028/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=2993688 CPUtime=17.05 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 35004 0 419 0 1617 88 0 0 20 0 20 0 30249513 19521036288 748422 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 748422 5427 1 0 984000 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=1668632 CPUtime=11.85 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 8886 0 311 0 1110 75 0 0 20 0 20 0 30249522 19521036288 748422 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=-6000919472773949294 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 748422 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 748422 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 748422 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 17.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2993688 KiB

[startup+25.5004 s]
/proc/loadavg: 2.49 1.54 2.20 5/332 15118
/proc/meminfo: memFree=115413712/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=4586944 CPUtime=30.02 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 36869 0 419 0 2879 123 0 0 20 0 20 0 30249513 19521036288 1146736 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1146736 5427 1 0 1389253 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=-6000919472773949294 CPUtime=24.19 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 10193 0 311 0 2311 108 0 0 20 0 20 0 30249522 19521036288 1146736 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=4013428 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1146736 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1146736 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=1668632 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1146736 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 30.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4586944 KiB

[startup+51.1137 s]
/proc/loadavg: 3.22 1.81 2.27 5/332 15118
/proc/meminfo: memFree=113935016/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=4591040 CPUtime=56.05 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 41890 0 419 0 5478 127 0 0 20 0 20 0 30249513 19521036288 1147760 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1147760 5427 1 0 1389274 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=4591040 CPUtime=49.2 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 12975 0 311 0 4809 111 0 0 20 0 20 0 30249522 19521036288 1147760 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1147760 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=2993688 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1147760 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=4591040 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1147760 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 56.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4591040 KiB

[startup+102.3 s]
/proc/loadavg: 3.88 2.21 2.39 5/332 15120
/proc/meminfo: memFree=113562064/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=4638600 CPUtime=108.49 cores=0,2

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

/proc/meminfo: memFree=107671172/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=5505824 CPUtime=3220.45 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 201450 0 420 0 321536 509 0 0 20 0 20 0 30249513 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1376456 5459 1 0 1390545 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=5505824 CPUtime=3088.66 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 106666 0 312 0 308613 253 0 0 20 0 20 0 30249522 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=5505824 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=5505824 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 2887 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=5505824 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 3220.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5505824 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.43 4.30 5/329 15312
/proc/meminfo: memFree=107639048/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=5505824 CPUtime=3280.95 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 203602 0 420 0 327579 516 0 0 20 0 20 0 30249513 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1376456 5459 1 0 1390546 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=5505824 CPUtime=3147.65 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 108645 0 312 0 314510 255 0 0 20 0 20 0 30249522 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=5505824 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=5505824 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 2887 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=5505824 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 3280.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5505824 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.39 4.29 5/327 15314
/proc/meminfo: memFree=107613416/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=5505824 CPUtime=3341.86 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 206616 0 420 0 333663 523 0 0 20 0 20 0 30249513 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1376456 5459 1 0 1390546 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=5505824 CPUtime=3206.27 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 110751 0 312 0 320369 258 0 0 20 0 20 0 30249522 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=5505824 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 2976 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 3341.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5505824 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.38 4.29 5/327 15316
/proc/meminfo: memFree=107597336/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=5505824 CPUtime=3402.66 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 208398 0 420 0 339738 528 0 0 20 0 20 0 30249513 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1376456 5459 1 0 1390547 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=0 CPUtime=3265.08 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 111633 0 312 0 326248 260 0 0 20 0 20 0 30249522 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=2688 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=-6000919472773949294 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 2997 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=5505824 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1376456 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 3402.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5505824 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.34 4.28 5/327 15318
/proc/meminfo: memFree=107567156/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=5506464 CPUtime=3463.54 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 211356 0 420 0 345820 534 0 0 20 0 20 0 30249513 19521036288 1376616 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1376616 5459 1 0 1390683 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=0 CPUtime=3323.98 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 112029 0 312 0 332137 261 0 0 20 0 20 0 30249522 19521036288 1376616 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=2688 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1376616 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 3001 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1376616 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1376616 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 3463.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5506464 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.31 4.27 5/328 15325
/proc/meminfo: memFree=107522712/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=5508256 CPUtime=3524.07 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 214446 0 420 0 351866 541 0 0 20 0 20 0 30249513 19521036288 1377064 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1377064 5459 1 0 1390683 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=0 CPUtime=3383.05 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 114146 0 312 0 338041 264 0 0 20 0 20 0 30249522 19521036288 1377064 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=2688 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1377064 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 3001 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1377064 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=5508256 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1377064 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 3524.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5508256 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.31 4.27 5/328 15327
/proc/meminfo: memFree=107467228/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=5509664 CPUtime=3585.02 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 217417 0 420 0 357954 548 0 0 20 0 20 0 30249513 19521036288 1377416 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1377416 5459 1 0 1390683 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=5509536 CPUtime=3441.74 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 116104 0 312 0 343908 266 0 0 20 0 20 0 30249522 19521036288 1377416 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=5508256 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1377416 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=5509536 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 3079 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1377416 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=5509536 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1377416 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 3585.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5509664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3537 s]*
/proc/loadavg: 4.27 4.31 4.27 5/330 15329
/proc/meminfo: memFree=107474164/131382112 swapFree=33010684/33010684
[pid=15024] ppid=15018 vsize=19063512 memory=5510816 CPUtime=3600.01 cores=0,2
/proc/15024/stat : 15024 (java) S 15018 15024 14966 0 -1 4194304 217435 0 420 0 359451 550 0 0 20 0 20 0 30249513 19521036288 1377704 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
/proc/15024/statm: 4765878 1377704 5459 1 0 1390683 0
[pid=15024/tid=15043] ppid=15018 vsize=19063512 memory=23532 CPUtime=3456.09 cores=0,2
/proc/15024/task/15043/stat : 15043 (java) R 15018 15024 14966 0 -1 4194368 116109 0 312 0 345343 266 0 0 20 0 20 0 30249522 19521036288 1377704 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15081] ppid=15018 vsize=19063512 memory=6452091060410475834 CPUtime=0 cores=0,2
/proc/15024/task/15081/stat : 15081 (Finalizer) S 15018 15024 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1377704 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15110] ppid=15018 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/15024/task/15110/stat : 15110 (Common-Cleaner) S 15018 15024 14966 0 -1 4194368 3079 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1377704 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
[pid=15024/tid=15115] ppid=15018 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/15024/task/15115/stat : 15115 (Timer-0) S 15018 15024 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249663 19521036288 1377704 18446744073709551615 94620660613120 94620660616816 140736457177824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94620660624632 94620660625424 94620669689856 140736457185581 140736457185766 140736457185766 140736457191368 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5510816 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.65 s, system=5.52936 s

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

Child status: 143

Real time (s): 3537.13
CPU time (s): 3600.17
CPU user time (s): 3594.65
CPU system time (s): 5.52936
CPU usage (%): 101.782
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5510816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.64
system time used= 5.52936
maximum resident set size= 5511968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220254
page faults= 422
swaps= 0
block input operations= 21224
block output operations= 883376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130449
involuntary context switches= 16276


# summary of solver processes directly reported to runsolver:
#   pid: 15024
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3594.65
#   total CPU system time (s): 5.52936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1975 second user time and 37.5243 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 23:21:46
IDJOB=4492047
IDBENCH=147757
IDSOLVER=3362
FILE ID=nodeC001/4492047-1751145706
RUNJOBID= nodeC001-1751145706-14976
SLURM_JOB_ID= 9587448
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492047-1751145706/watcher-4492047-1751145706 -o /tmp/evaluation-result-4492047-1751145706/solver-4492047-1751145706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14976 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492047-1751145706 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492047-1751145706.opb

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

MD5SUM BENCH= b71388011e4b80d0b0325c4a241ada38
RANDOM SEED=2433003

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130337496 kB
MemAvailable:   129934852 kB
Buffers:            3280 kB
Cached:           361108 kB
SwapCached:            0 kB
Active:           266436 kB
Inactive:         163224 kB
Active(anon):      83232 kB
Inactive(anon):        0 kB
Active(file):     183204 kB
Inactive(file):   163224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5992 kB
Writeback:             4 kB
AnonPages:         68516 kB
Mapped:           102012 kB
Shmem:             17960 kB
KReclaimable:      83764 kB
Slab:             162980 kB
SReclaimable:      83764 kB
SUnreclaim:        79216 kB
KernelStack:        3888 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC001 at 2025-06-29 00:20:44