Trace number 4525199

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 Resolution 2025-06-06? (TO) 3600.19 3576.62

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-105-100--soft-33-100-0.wbo
MD5SUM75ee7f9a14b4a98582c10eea27279857
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.781866
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10500
Total number of constraints205
Number of soft constraints132
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
Top cost 6845
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6844
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 106
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4525199-1751621363.wbo
0.12/0.14	c reading problem ... 
0.31/0.23	c ... done. Wall clock time 0.087s.
0.31/0.23	c declared #vars     10500
0.31/0.23	c internal #vars     10632
0.31/0.23	c #constraints  206
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 35
0.31/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 65
0.31/0.23	c org.sat4j.specs.Constr$1 => 1
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 105
0.31/0.23	c 206 constraints processed.
0.31/0.24	c objective function length is 132 literals
3.84/3.26	c cleaning 2498 clauses out of 5000 with flag 29655/5000
8.56/7.76	c cleaning 4246 clauses out of 8503 with flag 67954/11001
15.40/14.42	c cleaning 5624 clauses out of 11257 with flag 114785/18001
24.24/23.18	c cleaning 6810 clauses out of 13632 with flag 167640/26000
33.79/32.68	c cleaning 7905 clauses out of 15822 with flag 224001/35000
46.29/44.94	c cleaning 8951 clauses out of 17919 with flag 292828/45002
58.05/56.54	c cleaning 9979 clauses out of 19968 with flag 376904/56002
73.93/71.90	c cleaning 10987 clauses out of 21987 with flag 469383/68000
95.76/93.51	c cleaning 11990 clauses out of 24000 with flag 579386/81000
118.53/116.20	c cleaning 12999 clauses out of 26010 with flag 695973/95000
142.18/140.00	c cleaning 14000 clauses out of 28013 with flag 811240/110002
170.59/168.19	c cleaning 15002 clauses out of 30013 with flag 941058/126002
200.32/197.04	c cleaning 15997 clauses out of 32009 with flag 1067211/143000
233.43/230.09	c cleaning 16998 clauses out of 34013 with flag 1209949/161001
268.39/264.78	c cleaning 18001 clauses out of 36014 with flag 1364723/180000
308.58/304.63	c cleaning 19000 clauses out of 38016 with flag 1520900/200003
348.64/344.46	c cleaning 19999 clauses out of 40014 with flag 1701076/221001
383.60/378.79	c cleaning 21003 clauses out of 42017 with flag 1904101/243003
418.29/413.11	c cleaning 21997 clauses out of 44011 with flag 2116071/266000
457.95/452.57	c cleaning 23004 clauses out of 46018 with flag 2341649/290004
501.69/496.00	c cleaning 24003 clauses out of 48013 with flag 2584147/315003
551.25/545.17	c cleaning 24998 clauses out of 50007 with flag 2838064/341000
607.58/600.25	c cleaning 25992 clauses out of 52009 with flag 3090704/368000
672.31/664.76	c cleaning 27003 clauses out of 54017 with flag 3340072/396000
736.80/728.41	c cleaning 27997 clauses out of 56014 with flag 3612710/425000
805.61/796.97	c cleaning 29003 clauses out of 58018 with flag 3900574/455001
878.85/869.82	c cleaning 30002 clauses out of 60015 with flag 4196261/486001
951.84/941.32	c cleaning 30999 clauses out of 62013 with flag 4488934/518001
1038.62/1027.77	c cleaning 31992 clauses out of 64013 with flag 4807828/551000
1126.52/1115.48	c cleaning 33005 clauses out of 66022 with flag 5142810/585001
1212.86/1201.33	c cleaning 34001 clauses out of 68016 with flag 5503745/620000
1305.74/1293.88	c cleaning 34998 clauses out of 70019 with flag 5852250/656004
1399.07/1386.56	c cleaning 35999 clauses out of 72017 with flag 6216147/693000
1496.01/1481.19	c cleaning 36997 clauses out of 74019 with flag 6596429/731001
1591.00/1575.71	c cleaning 37998 clauses out of 76022 with flag 6984518/770001
1696.91/1681.35	c cleaning 39005 clauses out of 78024 with flag 7378022/810001
1819.60/1803.43	c cleaning 40004 clauses out of 80018 with flag 7777152/851000
1933.48/1916.95	c cleaning 40997 clauses out of 82015 with flag 8193053/893001
2064.66/2047.63	c cleaning 42002 clauses out of 84018 with flag 8594052/936001
2211.34/2194.09	c cleaning 43001 clauses out of 86016 with flag 8996040/980001
2358.93/2341.05	c cleaning 44003 clauses out of 88014 with flag 9447938/1025000
2490.12/2470.29	c cleaning 44998 clauses out of 90011 with flag 9897018/1071000
2601.35/2580.92	c cleaning 46000 clauses out of 92013 with flag 10315738/1118000
2732.51/2711.50	c cleaning 47001 clauses out of 94013 with flag 10735551/1166000
2864.67/2843.27	c cleaning 48006 clauses out of 96017 with flag 11178179/1215005
3032.70/3010.78	c cleaning 48992 clauses out of 98007 with flag 11642119/1265001
3185.99/3163.56	c cleaning 50001 clauses out of 100020 with flag 12116594/1316006
3356.79/3333.88	c cleaning 51002 clauses out of 102017 with flag 12548332/1368004
3511.72/3488.72	c cleaning 51995 clauses out of 104011 with flag 12991157/1421000
3600.05/3576.51	c starts		: 1
3600.05/3576.52	c timeout
3600.05/3576.52	c conflicts		: 1458484
3600.05/3576.52	c decisions		: 1616600
3600.05/3576.52	c propagations		: 21667317
3600.05/3576.52	c inspects		: 7039147177
3600.05/3576.52	c shortcuts		: 0
3600.05/3576.52	c learnt literals	: 0
3600.05/3576.52	c learnt binary clauses	: 0
3600.05/3576.52	c learnt ternary clauses	: 0
3600.05/3576.52	c learnt constraints	: 1458484
3600.05/3576.52	c ignored constraints	: 0
3600.05/3576.53	c root simplifications	: 0
3600.05/3576.53	c removed literals (reason simplification)	: 996266
3600.05/3576.53	c reason swapping (by a shorter reason)	: 0
3600.05/3576.53	c Calls to reduceDB	: 49
3600.05/3576.53	c Number of update (reduction) of LBD	: 695061
3600.05/3576.53	c Imported unit clauses	: 0
3600.05/3576.53	c No decision after first conflict	: false
3600.05/3576.53	c number of reductions to clauses (during analyze)	: 0
3600.05/3576.53	c number of learned constraints concerned by reduction	: 0
3600.05/3576.53	c number of learning phase by resolution	: 0
3600.05/3576.53	c number of learning phase by cutting planes	: 0
3600.05/3576.53	c number of rounding to 1 operations	: 0
3600.05/3576.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3576.53	c number of reductions of the coefficients by power 2 	: 0
3600.05/3576.53	c number of right shift for reduction by power 2 	: 0
3600.05/3576.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3576.53	c number of ending skipping 	: 0
3600.05/3576.53	c number of internal skipping 	: 0
3600.05/3576.53	c number of derivation steps 	: 0
3600.05/3576.53	c number of skipped derivation steps 	: 0
3600.05/3576.53	c number of remaining unassigned 	: 0
3600.05/3576.53	c number of remaining assigned 	: 0
3600.05/3576.53	c number of falsified literals weakened from reason	: 0
3600.05/3576.53	c number of falsified literals weakened from conflict	: 0
3600.05/3576.53	c time for arithmetic operations	: 0
3600.05/3576.53	c minimum degree of deleted constraints	: null
3600.05/3576.53	c maximum degree of deleted constraints	: null
3600.05/3576.53	c number of deleted constraints	: 0
3600.05/3576.53	c speed (assignments/second)	: 6058.618732314024
3600.05/3576.53	c non guided choices	: 4961
3600.05/3576.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 89500
3600.05/3576.58	s UNKNOWN
3600.05/3576.59	c Total wall clock time (in seconds): 3576.447

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525199-1751621363/watcher-4525199-1751621363 -o /tmp/evaluation-result-4525199-1751621363/solver-4525199-1751621363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751614174-86867 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525199-1751621363.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=88759, runsolver pid=88756
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.14 4.17 4.17 6/339 88777
/proc/meminfo: memFree=116174348/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=18930384 memory=55696 CPUtime=0.12 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 6557 0 0 0 10 2 0 0 20 0 18 0 77814206 19384713216 13924 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4732596 13924 5361 1 0 547604 0
[pid=88759/tid=88761] ppid=88756 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 5056 0 0 0 6 1 0 0 20 0 18 0 77814207 19384713216 13924 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77814209 19384713216 13924 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77814210 19384713216 13924 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55696 KiB

[startup+0.206375 s]*
/proc/loadavg: 4.14 4.17 4.17 7/339 88777
/proc/meminfo: memFree=116162060/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=18930384 memory=72132 CPUtime=0.31 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 7023 0 0 0 29 2 0 0 20 0 18 0 77814206 19384713216 18033 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4732596 18033 5425 1 0 547910 0
[pid=88759/tid=88761] ppid=88756 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 5285 0 0 0 16 1 0 0 20 0 18 0 77814207 19384713216 18033 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=18930384 memory=16099 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77814209 19384713216 18033 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 77814210 19384713216 18033 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72132 KiB

[startup+0.30587 s]*
/proc/loadavg: 4.14 4.17 4.17 6/340 88778
/proc/meminfo: memFree=116153868/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=18996948 memory=85244 CPUtime=0.5 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 8667 0 0 0 47 3 0 0 20 0 19 0 77814206 19452874752 21311 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4749237 21311 5457 1 0 549289 0
[pid=88759/tid=88761] ppid=88756 vsize=18996948 memory=-6000919481296315495 CPUtime=0.25 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 5390 0 0 0 23 2 0 0 20 0 19 0 77814207 19452874752 21311 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77814209 19452874752 21311 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77814210 19452874752 21311 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77814231 19452874752 21311 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85244 KiB

[startup+0.700245 s]
/proc/loadavg: 4.14 4.17 4.17 6/340 88778
/proc/meminfo: memFree=116149584/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=18996948 memory=96160 CPUtime=1.26 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 10290 0 0 0 122 4 0 0 20 0 19 0 77814206 19452874752 24040 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4749237 24040 5489 1 0 550312 0
[pid=88759/tid=88761] ppid=88756 vsize=18996948 memory=14336 CPUtime=0.6 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 5411 0 0 0 58 2 0 0 20 0 19 0 77814207 19452874752 24040 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77814209 19452874752 24040 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77814210 19452874752 24040 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=18996948 memory=4624 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77814231 19452874752 24040 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96160 KiB

[startup+1.50025 s]
/proc/loadavg: 4.14 4.17 4.17 5/340 88778
/proc/meminfo: memFree=116133200/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=18996948 memory=114728 CPUtime=2.13 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 11231 0 0 0 209 4 0 0 20 0 19 0 77814206 19452874752 28682 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4749237 28682 5489 1 0 550313 0
[pid=88759/tid=88761] ppid=88756 vsize=18996948 memory=10624 CPUtime=1.39 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 5575 0 0 0 137 2 0 0 20 0 19 0 77814207 19452874752 28682 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77814209 19452874752 28682 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77814210 19452874752 28682 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=18996948 memory=4624 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77814231 19452874752 28682 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 2.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 114728 KiB

[startup+3.10573 s]
/proc/loadavg: 4.14 4.17 4.17 5/340 88778
/proc/meminfo: memFree=116080036/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=18996948 memory=147548 CPUtime=3.75 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 11850 0 0 0 370 5 0 0 20 0 19 0 77814206 19452874752 36887 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4749237 36887 5489 1 0 550313 0
[pid=88759/tid=88761] ppid=88756 vsize=18996948 memory=10624 CPUtime=2.99 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 5862 0 0 0 296 3 0 0 20 0 19 0 77814207 19452874752 36887 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=18996948 memory=-6000919481296315495 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77814209 19452874752 36887 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 77814210 19452874752 36887 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77814231 19452874752 36887 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 3.75 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 147548 KiB

[startup+6.30025 s]
/proc/loadavg: 4.13 4.17 4.17 5/341 88779
/proc/meminfo: memFree=116013524/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=200632 CPUtime=7.16 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 19370 0 0 0 709 7 0 0 20 0 20 0 77814206 19521036288 50158 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 50158 5521 1 0 550912 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=0 CPUtime=6.11 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 7406 0 0 0 608 3 0 0 20 0 20 0 77814207 19521036288 50158 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 50158 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 50158 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=116776 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 50158 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200632 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.16 4.16 5/340 88845
/proc/meminfo: memFree=119129648/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=356572 CPUtime=13.7 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 20982 0 0 0 1360 10 0 0 20 0 20 0 77814206 19521036288 89143 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 89143 5521 1 0 550912 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=116776 CPUtime=12.35 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 7901 0 0 0 1232 3 0 0 20 0 20 0 77814207 19521036288 89143 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 89143 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 89143 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=-6000919481296315495 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 89143 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 13.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 356572 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.16 4.16 5/341 88847
/proc/meminfo: memFree=118624852/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=514396 CPUtime=26.63 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 24541 0 0 0 2649 14 0 0 20 0 20 0 77814206 19521036288 128599 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 128599 5553 1 0 550928 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=-6000919481296315495 CPUtime=24.98 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 9087 0 0 0 2495 3 0 0 20 0 20 0 77814207 19521036288 128599 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=356700 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 128599 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 128599 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=514396 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 128599 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 26.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 514396 KiB

[startup+51.1059 s]
/proc/loadavg: 4.12 4.16 4.16 6/341 88847
/proc/meminfo: memFree=117773768/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=923072 CPUtime=52.6 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 26923 0 0 0 5237 23 0 0 20 0 20 0 77814206 19521036288 230768 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 230768 5553 1 0 551076 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=10624 CPUtime=50.15 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 9119 0 0 0 5012 3 0 0 20 0 20 0 77814207 19521036288 230768 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0

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

/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 2436563 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=9746252 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 2138 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 2436563 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=9746252 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 2436563 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 3184.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9746252 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.15 4.16 5/338 89147
/proc/meminfo: memFree=107026148/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=9746252 CPUtime=3244.67 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 196563 0 0 0 324146 321 0 0 20 0 20 0 77814206 19521036288 2436563 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 2436563 5553 1 0 3222382 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=5632 CPUtime=3192.46 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 102854 0 0 0 319174 72 0 0 20 0 20 0 77814207 19521036288 2436563 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=9746252 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 2436563 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 2176 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 2436563 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=9746252 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 2436563 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 3244.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9746252 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.16 4.16 5/338 89149
/proc/meminfo: memFree=106152376/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=9752424 CPUtime=3304.97 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 199907 0 0 0 330174 323 0 0 20 0 20 0 77814206 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 2438106 5553 1 0 3222382 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=9752424 CPUtime=3251.9 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 105873 0 0 0 325118 72 0 0 20 0 20 0 77814207 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 2176 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=4353746781101256348 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 3304.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9752424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.16 5/338 89151
/proc/meminfo: memFree=105824076/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=9752424 CPUtime=3365.26 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 203554 0 0 0 336200 326 0 0 20 0 20 0 77814206 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 2438106 5553 1 0 3222382 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=9752424 CPUtime=3311.31 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 107851 0 0 0 331058 73 0 0 20 0 20 0 77814207 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 2290 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 3365.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9752424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.15 4.16 5/339 89154
/proc/meminfo: memFree=105397728/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=9752424 CPUtime=3425.12 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 205821 0 0 0 342184 328 0 0 20 0 20 0 77814206 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 2438106 5553 1 0 3222382 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=9752424 CPUtime=3371.14 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 110050 0 0 0 337041 73 0 0 20 0 20 0 77814207 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=9752424 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=9752424 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=9752424 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 2438106 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 3425.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9752424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.13 4.15 5/340 89157
/proc/meminfo: memFree=104792776/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=9754472 CPUtime=3485.38 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 209896 0 0 0 348208 330 0 0 20 0 20 0 77814206 19521036288 2438618 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 2438618 5553 1 0 3222382 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=9754472 CPUtime=3430.57 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 113704 0 0 0 342983 74 0 0 20 0 20 0 77814207 19521036288 2438618 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=9752424 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 2438618 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 2440 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 2438618 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 2438618 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 3485.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9754472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.16 4.16 5/341 89163
/proc/meminfo: memFree=104408644/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=9758568 CPUtime=3545.5 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 213440 0 0 0 354218 332 0 0 20 0 20 0 77814206 19521036288 2439642 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 2439642 5553 1 0 3222382 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=9758568 CPUtime=3490.16 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 115809 0 0 0 348942 74 0 0 20 0 20 0 77814207 19521036288 2439642 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 2439642 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=9758568 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 2555 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 2439642 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=-6000919481296315495 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 2439642 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 3545.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9758568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.5 s]
/proc/loadavg: 4.19 4.16 4.16 5/341 89168
/proc/meminfo: memFree=104158236/131249996 swapFree=33000896/33010684
[pid=88759] ppid=88756 vsize=19063512 memory=9963392 CPUtime=3600.05 cores=4,6
/proc/88759/stat : 88759 (java) S 88756 88759 86856 0 -1 4194304 216521 0 0 0 359666 339 0 0 20 0 20 0 77814206 19521036288 2490848 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
/proc/88759/statm: 4765878 2490848 5553 1 0 3222382 0
[pid=88759/tid=88761] ppid=88756 vsize=19063512 memory=9963392 CPUtime=3543.78 cores=4,6
/proc/88759/task/88761/stat : 88761 (java) R 88756 88759 86856 0 -1 4194368 118584 0 0 0 354304 74 0 0 20 0 20 0 77814207 19521036288 2490848 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88770] ppid=88756 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/88759/task/88770/stat : 88770 (Finalizer) S 88756 88759 86856 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77814209 19521036288 2490848 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88777] ppid=88756 vsize=19063512 memory=9963392 CPUtime=0 cores=4,6
/proc/88759/task/88777/stat : 88777 (Common-Cleaner) S 88756 88759 86856 0 -1 4194368 2555 0 0 0 0 0 0 0 20 0 20 0 77814210 19521036288 2490848 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
[pid=88759/tid=88778] ppid=88756 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/88759/task/88778/stat : 88778 (Timer-0) S 88756 88759 86856 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77814231 19521036288 2490848 18446744073709551615 94283563917312 94283563921008 140736268756160 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94283563928824 94283563929616 94283572207616 140736268761471 140736268761572 140736268761572 140736268767176 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9963392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.77 s, system=3.42366 s

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

[startup+3576.61 s]*
/proc/loadavg: 4.19 4.16 4.16 5/323 89171
/proc/meminfo: memFree=110444348/131249996 swapFree=33000896/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): 3576.62
CPU time (s): 3600.19
CPU user time (s): 3596.77
CPU system time (s): 3.42366
CPU usage (%): 100.659
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 9963392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.77
system time used= 3.42366
maximum resident set size= 9964032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109886
involuntary context switches= 4836


# summary of solver processes directly reported to runsolver:
#   pid: 88759
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.77
#   total CPU system time (s): 3.42366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47037 second user time and 17.6249 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-04 11:29:23
IDJOB=4525199
IDBENCH=143505
IDSOLVER=3380
FILE ID=nodeC023/4525199-1751621363
RUNJOBID= nodeC023-1751614174-86867
SLURM_JOB_ID= 9598917
Free space on /tmp= 431868 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-105-100--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525199-1751621363/watcher-4525199-1751621363 -o /tmp/evaluation-result-4525199-1751621363/solver-4525199-1751621363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751614174-86867 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525199-1751621363.wbo

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

MD5SUM BENCH= 75ee7f9a14b4a98582c10eea27279857
RANDOM SEED=443606537

nodeC023 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.876
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.78
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.864
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.091
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.78
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		: 3591.186
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.78
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.965
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.890
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.78
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		: 3598.203
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.78
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.997
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116210828 kB
MemAvailable:   115967312 kB
Buffers:              16 kB
Cached:           499444 kB
SwapCached:         2900 kB
Active:         13972032 kB
Inactive:         356056 kB
Active(anon):   13787792 kB
Inactive(anon):    53360 kB
Active(file):     184240 kB
Inactive(file):   302696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1068 kB
Writeback:             0 kB
AnonPages:      13828816 kB
Mapped:           118076 kB
Shmem:             12524 kB
KReclaimable:     217576 kB
Slab:             309456 kB
SReclaimable:     217576 kB
SUnreclaim:        91880 kB
KernelStack:        5184 kB
PageTables:        30700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   17725444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13549568 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431864 MiB
End job on nodeC023 at 2025-07-04 12:29:00