Trace number 4503714

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.18 3512.02

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-174.opb
MD5SUM5618df1e63c3ad3b10b24ba90f334740
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 benchmark538.408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4503714-1751183386.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
28.55/23.59	c ... done. Wall clock time 23.438s.
28.55/23.59	c declared #vars     248659
28.55/23.59	c #constraints  5556400
28.55/23.59	c constraints type 
28.55/23.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1097691
28.55/23.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 561013
28.55/23.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19725
28.55/23.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3877971
28.55/23.59	c 5556400 constraints processed.
96.98/87.55	c cleaning 2147 clauses out of 5000
199.60/189.22	c cleaning 3041 clauses out of 8853
226.59/215.97	c cleaning 6397 clauses out of 12813
240.95/230.17	c cleaning 7198 clauses out of 14415
257.12/246.09	c cleaning 8099 clauses out of 16217
276.19/264.77	c cleaning 9049 clauses out of 18119
296.57/284.65	c cleaning 10023 clauses out of 20069
323.09/310.52	c cleaning 11012 clauses out of 22046
348.31/335.11	c cleaning 12006 clauses out of 24034
376.46/362.72	c cleaning 13005 clauses out of 26028
405.55/391.22	c cleaning 13997 clauses out of 28024
432.74/417.63	c cleaning 15004 clauses out of 30028
463.96/448.17	c cleaning 15997 clauses out of 32022
493.50/477.08	c cleaning 17000 clauses out of 34025
528.39/511.11	c cleaning 17999 clauses out of 36026
565.30/547.18	c cleaning 19002 clauses out of 38027
606.40/587.07	c cleaning 20000 clauses out of 40026
645.06/624.77	c cleaning 21000 clauses out of 42024
688.18/666.63	c cleaning 22001 clauses out of 44026
736.05/713.10	c cleaning 22994 clauses out of 46023
785.35/761.21	c cleaning 24006 clauses out of 48030
841.04/815.24	c cleaning 24996 clauses out of 50023
900.04/872.88	c cleaning 26002 clauses out of 52028
963.37/934.85	c cleaning 27001 clauses out of 54026
1022.04/992.03	c cleaning 28000 clauses out of 56025
1085.68/1053.80	c cleaning 28993 clauses out of 58025
1147.31/1114.13	c cleaning 29996 clauses out of 60031
1216.43/1181.50	c cleaning 31007 clauses out of 62036
1291.51/1254.65	c cleaning 32002 clauses out of 64029
1375.47/1336.41	c cleaning 33000 clauses out of 66026
1452.52/1411.39	c cleaning 34003 clauses out of 68026
1535.47/1492.54	c cleaning 35003 clauses out of 70027
1615.55/1570.74	c cleaning 35998 clauses out of 72021
1700.78/1654.20	c cleaning 36999 clauses out of 74022
1791.14/1742.49	c cleaning 38003 clauses out of 76024
1880.78/1830.39	c cleaning 38996 clauses out of 78020
1980.74/1928.40	c cleaning 39994 clauses out of 80026
2081.08/2026.89	c cleaning 41004 clauses out of 82031
2181.37/2125.09	c cleaning 41996 clauses out of 84026
2266.45/2207.89	c cleaning 42999 clauses out of 86032
2362.09/2297.53	c cleaning 44007 clauses out of 88032
2469.11/2402.82	c cleaning 45003 clauses out of 90025
2587.71/2519.24	c cleaning 45997 clauses out of 92021
2700.24/2629.77	c cleaning 46997 clauses out of 94024
2812.80/2739.88	c cleaning 48003 clauses out of 96027
2941.31/2865.75	c cleaning 48999 clauses out of 98024
3064.26/2986.88	c cleaning 50001 clauses out of 100027
3171.04/3091.37	c cleaning 50993 clauses out of 102025
3286.09/3204.25	c cleaning 51999 clauses out of 104031
3411.19/3326.80	c cleaning 53005 clauses out of 106032
3549.66/3462.45	c cleaning 54001 clauses out of 108028
3600.00/3511.91	c starts		: 208
3600.00/3511.91	c conflicts		: 1552005
3600.00/3511.91	c decisions		: 7077121
3600.00/3511.91	c propagations		: 3528011771
3600.00/3511.91	c inspects		: 16678395174
3600.00/3511.91	c shortcuts		: 0
3600.00/3511.91	c learnt literals	: 0
3600.00/3511.91	c learnt binary clauses	: 9
3600.00/3511.91	c learnt ternary clauses	: 421
3600.00/3511.91	c learnt constraints	: 1552004
3600.00/3511.91	c ignored constraints	: 0
3600.00/3511.91	c root simplifications	: 0
3600.00/3511.91	c removed literals (reason simplification)	: 0
3600.00/3511.91	c reason swapping (by a shorter reason)	: 0
3600.00/3511.91	c Calls to reduceDB	: 51
3600.00/3511.91	c Number of update (reduction) of LBD	: 0
3600.00/3511.92	c Imported unit clauses	: 0
3600.00/3511.92	c No decision after first conflict	: false
3600.00/3511.92	c number of reductions to clauses (during analyze)	: 0
3600.00/3511.92	c number of learned constraints concerned by reduction	: 0
3600.00/3511.92	c number of learning phase by resolution	: 0
3600.00/3511.92	c number of learning phase by cutting planes	: 0
3600.00/3511.92	c number of rounding to 1 operations	: 0
3600.00/3511.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3511.92	c number of reductions of the coefficients by power 2 	: 0
3600.00/3511.92	c number of right shift for reduction by power 2 	: 0
3600.00/3511.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3511.92	c number of ending skipping 	: 0
3600.00/3511.92	c number of internal skipping 	: 0
3600.00/3511.92	c number of derivation steps 	: 25595452
3600.00/3511.92	c number of skipped derivation steps 	: 0
3600.00/3511.92	c number of remaining unassigned 	: 1
3600.00/3511.92	c number of remaining assigned 	: 12894
3600.00/3511.92	c number of falsified literals weakened from reason	: 0
3600.00/3511.92	c number of falsified literals weakened from conflict	: 0
3600.00/3511.92	c time for arithmetic operations	: 14320252
3600.00/3511.92	c minimum degree of deleted constraints	: null
3600.00/3511.92	c maximum degree of deleted constraints	: null
3600.00/3511.92	c number of deleted constraints	: 0
3600.00/3511.92	c speed (assignments/second)	: 1011384.2762950434
3600.00/3511.92	c non guided choices	: 153208
3600.00/3511.95	c timeout
3600.00/3511.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 75987
3600.00/3511.97	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 34
3600.00/3511.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 9
3600.00/3511.97	s UNKNOWN
3600.00/3511.97	c Total wall clock time (in seconds): 3511.82

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62704 MiB free)
  memory of node 1: 64465 MiB (63495 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

[startup+0.100041 s]*
/proc/loadavg: 1.20 1.17 1.99 9/342 21690
/proc/meminfo: memFree=129208468/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=18930384 memory=57872 CPUtime=0.13 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 6584 0 0 0 11 2 0 0 20 0 18 0 34016302 19384713216 14468 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4732596 14468 5362 1 0 547620 0
[pid=21672/tid=21674] ppid=21669 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 5080 0 0 0 6 1 0 0 20 0 18 0 34016303 19384713216 14468 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34016305 19384713216 14468 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=18930384 memory=60684515934839 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34016306 19384713216 14468 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57872 KiB

[startup+0.205976 s]*
/proc/loadavg: 1.20 1.17 1.99 10/342 21690
/proc/meminfo: memFree=129167068/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=18930384 memory=107480 CPUtime=0.32 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 7184 0 0 0 29 3 0 0 20 0 18 0 34016302 19384713216 26870 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4732596 26870 5426 1 0 548018 0
[pid=21672/tid=21674] ppid=21669 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 5423 0 0 0 16 2 0 0 20 0 18 0 34016303 19384713216 26870 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=18930384 memory=15987 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34016305 19384713216 26870 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34016306 19384713216 26870 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107480 KiB

[startup+0.30581 s]*
/proc/loadavg: 1.20 1.17 1.99 9/343 21691
/proc/meminfo: memFree=129086536/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=18996948 memory=185920 CPUtime=0.51 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 8818 0 0 0 46 5 0 0 20 0 19 0 34016302 19452874752 46480 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4749237 46480 5458 1 0 549317 0
[pid=21672/tid=21674] ppid=21669 vsize=18996948 memory=-6000919468394703725 CPUtime=0.27 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 5459 0 0 0 23 4 0 0 20 0 19 0 34016303 19452874752 46480 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34016305 19452874752 46480 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016306 19452874752 46480 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 185920 KiB

[startup+0.700203 s]
/proc/loadavg: 1.20 1.17 1.99 9/343 21691
/proc/meminfo: memFree=129043560/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=18996948 memory=436600 CPUtime=1.27 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 11132 0 0 0 116 11 0 0 20 0 19 0 34016302 19452874752 109150 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4749237 109150 5458 1 0 909821 0
[pid=21672/tid=21674] ppid=21669 vsize=18996948 memory=17408 CPUtime=0.63 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 5571 0 0 0 55 8 0 0 20 0 19 0 34016303 19452874752 109663 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34016305 19452874752 109663 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016306 19452874752 109663 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 436600 KiB

[startup+1.50022 s]
/proc/loadavg: 1.20 1.17 1.99 9/343 21691
/proc/meminfo: memFree=128478528/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=18996948 memory=1082696 CPUtime=2.85 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 19845 0 0 0 262 23 0 0 20 0 19 0 34016302 19452874752 270674 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4749237 270674 5458 1 0 1549606 0
[pid=21672/tid=21674] ppid=21669 vsize=18996948 memory=3200 CPUtime=1.24 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 5832 0 0 0 108 16 0 0 20 0 19 0 34016303 19452874752 270674 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34016305 19452874752 270674 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016306 19452874752 270674 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1082696 KiB

[startup+3.10565 s]
/proc/loadavg: 1.20 1.17 1.99 5/343 21691
/proc/meminfo: memFree=125243632/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=18996948 memory=2517516 CPUtime=5.07 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 21360 0 0 0 459 48 0 0 20 0 19 0 34016302 19452874752 629379 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4749237 629379 5458 1 0 2057217 0
[pid=21672/tid=21674] ppid=21669 vsize=18996948 memory=10752 CPUtime=2.54 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 6386 0 0 0 218 36 0 0 20 0 19 0 34016303 19452874752 629379 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34016305 19452874752 629379 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016306 19452874752 629379 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 5.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2517516 KiB

[startup+6.3002 s]
/proc/loadavg: 1.50 1.24 2.01 7/343 21691
/proc/meminfo: memFree=121465912/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=18996948 memory=4899420 CPUtime=8.8 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 23076 0 0 0 784 96 0 0 20 0 19 0 34016302 19452874752 1224855 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4749237 1224855 5522 1 0 2462494 0
[pid=21672/tid=21674] ppid=21669 vsize=18996948 memory=10752 CPUtime=5.23 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 7371 0 0 0 449 74 0 0 20 0 19 0 34016303 19452874752 1224855 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34016305 19452874752 1224855 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=18996948 memory=-6000919468394703725 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016306 19452874752 1224855 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4899420 KiB

[startup+12.7002 s]
/proc/loadavg: 1.70 1.28 2.02 5/342 21691
/proc/meminfo: memFree=117251084/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=18996948 memory=7441020 CPUtime=16.19 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 25832 0 0 0 1473 146 0 0 20 0 19 0 34016302 19452874752 1860255 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4749237 1860255 5522 1 0 3047387 0
[pid=21672/tid=21674] ppid=21669 vsize=18996948 memory=14432 CPUtime=10.57 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 8495 0 0 0 938 119 0 0 20 0 19 0 34016303 19452874752 1860255 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34016305 19452874752 1860255 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34016306 19452874752 1860255 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 16.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7441020 KiB

[startup+25.5002 s]
/proc/loadavg: 2.20 1.40 2.05 6/343 21692
/proc/meminfo: memFree=112895316/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=19130076 memory=9772524 CPUtime=32.07 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 30156 0 0 0 3014 193 0 0 20 0 21 0 34016302 19589197824 2443131 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4782519 2443131 5522 1 0 3600553 0
[pid=21672/tid=21674] ppid=21669 vsize=19130076 memory=5632 CPUtime=21.48 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 10078 0 0 0 1994 154 0 0 20 0 21 0 34016303 19589197824 2443131 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=19130076 memory=6309876 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 2443131 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=9668328 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 2443131 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=9620316 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 2443131 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 32.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9772524 KiB

[startup+51.1058 s]
/proc/loadavg: 3.04 1.69 2.12 6/344 21693
/proc/meminfo: memFree=112119528/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=19130076 memory=10383424 CPUtime=59.84 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 40551 0 0 0 5777 207 0 0 20 0 21 0 34016302 19589197824 2595856 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4782519 2595856 5522 1 0 3600794 0
[pid=21672/tid=21674] ppid=21669 vsize=19130076 memory=-6000919468394703725 CPUtime=46.27 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 15255 0 0 0 4464 163 0 0 20 0 21 0 34016303 19589197824 2595856 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=19130076 memory=10383296 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 2595856 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=324 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 2595856 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 2595856 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 59.84 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10383424 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 2.06 2.23 5/345 21696
/proc/meminfo: memFree=111453592/131250000 swapFree=33010684/33010684

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

/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 3580986 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=14323944 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 2629 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 3580986 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=19968 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 3580986 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 3182.14 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14323944 KiB

[startup+3162.3 s]
/proc/loadavg: 5.15 4.87 4.65 5/341 21926
/proc/meminfo: memFree=102015784/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=19130076 memory=14323944 CPUtime=3243.08 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 515308 0 0 0 323869 439 0 0 20 0 21 0 34016302 19589197824 3580986 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4782519 3580986 5554 1 0 3603067 0
[pid=21672/tid=21674] ppid=21669 vsize=19130076 memory=14323944 CPUtime=3071.99 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 321999 0 0 0 306979 220 0 0 20 0 21 0 34016303 19589197824 3580986 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=19130076 memory=4252 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 3580986 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=14323944 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 2629 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 3580986 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=14323944 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 3580986 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 3243.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14323944 KiB

[startup+3222.3 s]
/proc/loadavg: 4.82 4.83 4.65 5/342 21929
/proc/meminfo: memFree=101851204/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=19130076 memory=14326032 CPUtime=3304.61 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 524981 0 0 0 330019 442 0 0 20 0 21 0 34016302 19589197824 3581508 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4782519 3581508 5554 1 0 3603067 0
[pid=21672/tid=21674] ppid=21669 vsize=19130076 memory=14323944 CPUtime=3130.13 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 328872 0 0 0 312792 221 0 0 20 0 21 0 34016303 19589197824 3581508 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=19130076 memory=4252 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 3581508 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=14323944 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 2675 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 3581508 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=14326032 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 3581508 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 3304.61 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14326032 KiB

[startup+3282.3 s]
/proc/loadavg: 4.61 4.78 4.64 5/344 22067
/proc/meminfo: memFree=109671988/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=19130076 memory=14326160 CPUtime=3365.96 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 532152 0 0 0 336152 444 0 0 20 0 21 0 34016302 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4782519 3581540 5554 1 0 3603067 0
[pid=21672/tid=21674] ppid=21669 vsize=19130076 memory=14326032 CPUtime=3188.4 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 333314 0 0 0 318619 221 0 0 20 0 21 0 34016303 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=19130076 memory=14326032 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=14326032 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 2751 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=1792 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 3365.96 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14326160 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.67 4.61 5/345 22070
/proc/meminfo: memFree=108675804/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=19130076 memory=14326160 CPUtime=3427 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 542367 0 0 0 342253 447 0 0 20 0 21 0 34016302 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4782519 3581540 5554 1 0 3603067 0
[pid=21672/tid=21674] ppid=21669 vsize=19130076 memory=0 CPUtime=3246.94 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 340552 0 0 0 324472 222 0 0 20 0 21 0 34016303 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=19130076 memory=14326032 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=14326160 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 2798 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=14326160 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 3427 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14326160 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.61 4.60 5/345 22072
/proc/meminfo: memFree=107645360/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=19130076 memory=14326160 CPUtime=3488.01 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 551106 0 0 0 348352 449 0 0 20 0 21 0 34016302 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4782519 3581540 5554 1 0 3603067 0
[pid=21672/tid=21674] ppid=21669 vsize=19130076 memory=14326032 CPUtime=3305.49 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 346490 0 0 0 330326 223 0 0 20 0 21 0 34016303 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=19130076 memory=14326160 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=14326160 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 2892 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=14432 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 3488.01 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14326160 KiB

[startup+3462.3 s]
/proc/loadavg: 4.37 4.56 4.58 5/345 22074
/proc/meminfo: memFree=107283756/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=19130076 memory=14326160 CPUtime=3549.56 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 560779 0 0 0 354504 452 0 0 20 0 21 0 34016302 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4782519 3581540 5554 1 0 3603067 0
[pid=21672/tid=21674] ppid=21669 vsize=19130076 memory=14326032 CPUtime=3363.53 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 353434 0 0 0 336129 224 0 0 20 0 21 0 34016303 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=19130076 memory=14326160 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=14326160 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 2906 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=14326160 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 3549.56 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14326160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3511.9 s]
/proc/loadavg: 4.29 4.50 4.56 5/344 22078
/proc/meminfo: memFree=106467488/131250000 swapFree=33010684/33010684
[pid=21672] ppid=21669 vsize=19130076 memory=14326160 CPUtime=3600 cores=5,7
/proc/21672/stat : 21672 (java) S 21669 21672 21543 0 -1 4194304 568956 0 0 0 359546 454 0 0 20 0 21 0 34016302 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
/proc/21672/statm: 4782519 3581540 5554 1 0 3603067 0
[pid=21672/tid=21674] ppid=21669 vsize=19130076 memory=14326160 CPUtime=3411.95 cores=5,7
/proc/21672/task/21674/stat : 21674 (java) R 21669 21672 21543 0 -1 4194368 359555 0 0 0 340970 225 0 0 20 0 21 0 34016303 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21683] ppid=21669 vsize=19130076 memory=14326160 CPUtime=0 cores=5,7
/proc/21672/task/21683/stat : 21683 (Finalizer) S 21669 21672 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34016305 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21690] ppid=21669 vsize=19130076 memory=14432 CPUtime=0 cores=5,7
/proc/21672/task/21690/stat : 21690 (Common-Cleaner) S 21669 21672 21543 0 -1 4194368 2906 0 0 0 0 0 0 0 20 0 21 0 34016306 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
[pid=21672/tid=21692] ppid=21669 vsize=19130076 memory=19968 CPUtime=0 cores=5,7
/proc/21672/task/21692/stat : 21692 (Timer-0) S 21669 21672 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 34018664 19589197824 3581540 18446744073709551615 94319345831936 94319345835632 140725912026128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94319345843448 94319345844240 94319363530752 140725912033662 140725912033766 140725912033766 140725912039368 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14326160 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.59 s, system=4.58998 s

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

[startup+3512 s]*
/proc/loadavg: 4.29 4.50 4.56 5/325 22081
/proc/meminfo: memFree=119163680/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3512.02
CPU time (s): 3600.18
CPU user time (s): 3595.59
CPU system time (s): 4.58998
CPU usage (%): 102.51
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 14326160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.59
system time used= 4.58998
maximum resident set size= 14327312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 571786
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131051
involuntary context switches= 15352


# summary of solver processes directly reported to runsolver:
#   pid: 21672
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3595.59
#   total CPU system time (s): 4.58998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.07439 second user time and 16.2398 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 09:49:48
IDJOB=4503714
IDBENCH=155548
IDSOLVER=3361
FILE ID=nodeC019/4503714-1751183386
RUNJOBID= nodeC019-1751183386-21559
SLURM_JOB_ID= 9587570
Free space on /tmp= 432800 MiB

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

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

MD5SUM BENCH= 5618df1e63c3ad3b10b24ba90f334740
RANDOM SEED=1610608744

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129245664 kB
MemAvailable:   129304572 kB
Buffers:            3280 kB
Cached:           868908 kB
SwapCached:            0 kB
Active:           835036 kB
Inactive:         612164 kB
Active(anon):     593076 kB
Inactive(anon):        0 kB
Active(file):     241960 kB
Inactive(file):   612164 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            271948 kB
Writeback:             0 kB
AnonPages:        578280 kB
Mapped:           122392 kB
Shmem:             18064 kB
KReclaimable:      88044 kB
Slab:             172524 kB
SReclaimable:      88044 kB
SUnreclaim:        84480 kB
KernelStack:        5248 kB
PageTables:         4748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7053216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432800 MiB
End job on nodeC019 at 2025-06-29 10:48:20