Trace number 4493165

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 VeriPB 2025-06-06? (TO) 3600.36 3548.24

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.15765
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
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.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.18	c java.vm.version	22.0.1+8-16
0.11/0.18	c java.vm.vendor	Oracle Corporation
0.11/0.18	c sun.arch.data.model	64
0.11/0.18	c java.version		22.0.1
0.11/0.18	c os.name		Linux
0.11/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.18	c os.arch		amd64
0.11/0.19	c Free memory 		2104792832
0.11/0.19	c Max memory 		16282288128
0.11/0.19	c Total memory 		2113929216
0.11/0.20	c Number of processors 	2
0.25/0.28	c Pseudo Boolean Optimization by upper bound
0.25/0.28	c --- Begin Solver configuration ---
0.25/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.25/0.28	c Learn all clauses as in MiniSAT
0.25/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.28	c Expensive reason simplification
0.25/0.28	c Glucose 2.1 dynamic restart strategy
0.25/0.28	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.25/0.28	c timeout=2147483s
0.25/0.28	c DB Simplification allowed=false
0.25/0.28	c Listener: none
0.25/0.28	c --- End Solver configuration ---
0.25/0.28	c solving HOME/instance-4493165-1751152628.opb
0.25/0.28	c reading problem ... 
0.25/0.29	c using VERIPB proof format
0.25/0.29	c  no objective function found
2.71/1.50	c ... done. Wall clock time 1.209s.
2.71/1.50	c declared #vars     6800
2.71/1.50	c #constraints  285685
2.71/1.50	c constraints type 
2.71/1.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285600
2.71/1.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 85
2.71/1.50	c 285685 constraints processed.
8.40/5.04	c cleaning 2500 clauses out of 5001 with flag 34711/5001
14.80/10.71	c cleaning 4245 clauses out of 8500 with flag 80195/11000
24.15/19.93	c cleaning 5623 clauses out of 11256 with flag 132825/18001
36.92/32.43	c cleaning 6811 clauses out of 13633 with flag 187938/26001
44.99/40.36	c cleaning 7903 clauses out of 15821 with flag 259483/35000
52.17/46.79	c cleaning 8950 clauses out of 17919 with flag 325501/45001
67.08/61.05	c cleaning 9972 clauses out of 19968 with flag 408428/56000
88.87/82.34	c cleaning 10989 clauses out of 21999 with flag 501630/68003
104.83/97.98	c cleaning 11988 clauses out of 24010 with flag 611968/81003
118.34/111.15	c cleaning 12994 clauses out of 26021 with flag 730469/95002
142.22/134.44	c cleaning 13995 clauses out of 28026 with flag 870269/110001
165.63/157.61	c cleaning 14997 clauses out of 30032 with flag 1013298/126002
191.92/183.34	c cleaning 16003 clauses out of 32033 with flag 1164394/143000
218.10/209.33	c cleaning 16997 clauses out of 34031 with flag 1319946/161001
252.25/242.95	c cleaning 18007 clauses out of 36037 with flag 1509958/180004
291.28/280.12	c cleaning 18995 clauses out of 38029 with flag 1703819/200003
335.10/323.63	c cleaning 20001 clauses out of 40032 with flag 1901349/221001
361.00/349.15	c cleaning 20996 clauses out of 42030 with flag 2071750/243000
380.89/368.70	c cleaning 22011 clauses out of 44035 with flag 2254985/266001
411.89/399.20	c cleaning 22999 clauses out of 46023 with flag 2422755/290000
458.00/444.85	c cleaning 24001 clauses out of 48024 with flag 2604044/315000
510.67/497.31	c cleaning 24999 clauses out of 50024 with flag 2785181/341001
561.02/547.28	c cleaning 25991 clauses out of 52024 with flag 2967496/368000
589.36/573.23	c cleaning 26994 clauses out of 54033 with flag 3185908/396000
619.76/602.83	c cleaning 27998 clauses out of 56039 with flag 3433000/425000
651.54/634.29	c cleaning 28999 clauses out of 58041 with flag 3696587/455000
687.48/669.92	c cleaning 29997 clauses out of 60042 with flag 4008097/486000
724.34/706.37	c cleaning 31001 clauses out of 62046 with flag 4337448/518001
767.77/749.14	c cleaning 32006 clauses out of 64045 with flag 4663933/551001
791.97/772.95	c cleaning 32990 clauses out of 66039 with flag 4922306/585001
831.77/812.28	c cleaning 34014 clauses out of 68049 with flag 5176025/620001
870.01/849.81	c cleaning 35000 clauses out of 70034 with flag 5477188/656000
898.91/876.64	c cleaning 35985 clauses out of 72035 with flag 5785752/693001
961.58/938.68	c cleaning 37024 clauses out of 74049 with flag 6054313/731000
993.33/969.14	c cleaning 37994 clauses out of 76027 with flag 6321928/770002
1039.99/1016.56	c cleaning 39000 clauses out of 78032 with flag 6629610/810001
1090.33/1066.03	c cleaning 39995 clauses out of 80033 with flag 6932497/851002
1147.25/1122.40	c cleaning 40999 clauses out of 82036 with flag 7233743/893000
1216.38/1191.07	c cleaning 41995 clauses out of 84038 with flag 7570876/936001
1283.41/1257.32	c cleaning 43002 clauses out of 86042 with flag 7934817/980000
1364.97/1338.23	c cleaning 44005 clauses out of 88040 with flag 8301725/1025000
1434.90/1407.39	c cleaning 44997 clauses out of 90037 with flag 8666636/1071002
1515.69/1485.28	c cleaning 46005 clauses out of 92038 with flag 9030833/1118000
1597.49/1566.06	c cleaning 46998 clauses out of 94034 with flag 9425031/1166001
1680.84/1648.73	c cleaning 47994 clauses out of 96035 with flag 9809013/1215000
1768.47/1735.99	c cleaning 49000 clauses out of 98043 with flag 10211535/1265002
1864.04/1830.76	c cleaning 49996 clauses out of 100043 with flag 10633415/1316002
1937.24/1903.50	c cleaning 51006 clauses out of 102045 with flag 11065950/1368000
2033.76/1999.67	c cleaning 51997 clauses out of 104040 with flag 11586651/1421001
2155.21/2120.51	c cleaning 52996 clauses out of 106046 with flag 12123702/1475004
2219.39/2181.50	c cleaning 53991 clauses out of 108047 with flag 12483470/1530001
2316.74/2277.60	c cleaning 54988 clauses out of 110055 with flag 12866752/1586000
2416.80/2376.89	c cleaning 55995 clauses out of 112067 with flag 13311391/1643000
2513.55/2472.90	c cleaning 57002 clauses out of 114072 with flag 13762169/1701000
2616.54/2575.20	c cleaning 57998 clauses out of 116071 with flag 14230142/1760001
2725.11/2683.04	c cleaning 59006 clauses out of 118075 with flag 14708161/1820003
2843.87/2800.70	c cleaning 59997 clauses out of 120067 with flag 15162196/1881001
2970.36/2926.31	c cleaning 61002 clauses out of 122070 with flag 15663903/1943001
3046.00/2998.67	c cleaning 62013 clauses out of 124067 with flag 16163864/2006000
3149.01/3100.60	c cleaning 63006 clauses out of 126054 with flag 16591021/2070000
3222.25/3173.19	c cleaning 63990 clauses out of 128048 with flag 17042856/2135000
3354.34/3304.30	c cleaning 64997 clauses out of 130062 with flag 17511767/2201004
3473.36/3422.13	c cleaning 66013 clauses out of 132061 with flag 18009830/2268000
3600.00/3548.05	c starts		: 260
3600.00/3548.08	c conflicts		: 2336001
3600.00/3548.08	c decisions		: 3096378
3600.00/3548.08	c propagations		: 41839428
3600.00/3548.08	c inspects		: 8370351664
3600.00/3548.08	c shortcuts		: 0
3600.00/3548.08	c learnt literals	: 0
3600.00/3548.08	c learnt binary clauses	: 0
3600.00/3548.08	c learnt ternary clauses	: 0
3600.00/3548.08	c learnt constraints	: 2336001
3600.00/3548.09	c ignored constraints	: 0
3600.00/3548.09	c root simplifications	: 0
3600.00/3548.09	c removed literals (reason simplification)	: 7986073
3600.00/3548.09	c reason swapping (by a shorter reason)	: 0
3600.00/3548.09	c Calls to reduceDB	: 64
3600.00/3548.09	c Number of update (reduction) of LBD	: 1455949
3600.00/3548.09	c Imported unit clauses	: 0
3600.00/3548.09	c No decision after first conflict	: false
3600.00/3548.09	c number of reductions to clauses (during analyze)	: 0
3600.00/3548.09	c number of learned constraints concerned by reduction	: 0
3600.00/3548.09	c number of learning phase by resolution	: 0
3600.00/3548.09	c number of learning phase by cutting planes	: 0
3600.00/3548.10	c number of rounding to 1 operations	: 0
3600.00/3548.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3548.10	c number of reductions of the coefficients by power 2 	: 0
3600.00/3548.10	c number of right shift for reduction by power 2 	: 0
3600.00/3548.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3548.10	c number of ending skipping 	: 0
3600.00/3548.10	c number of internal skipping 	: 0
3600.00/3548.11	c number of derivation steps 	: 0
3600.00/3548.11	c number of skipped derivation steps 	: 0
3600.00/3548.11	c number of remaining unassigned 	: 0
3600.00/3548.11	c number of remaining assigned 	: 0
3600.00/3548.11	c number of falsified literals weakened from reason	: 0
3600.00/3548.11	c number of falsified literals weakened from conflict	: 0
3600.00/3548.11	c time for arithmetic operations	: 0
3600.00/3548.11	c minimum degree of deleted constraints	: null
3600.00/3548.11	c maximum degree of deleted constraints	: null
3600.00/3548.11	c cleaning 67009 clauses out of 134049 with flag 18469859/2336001
3600.00/3548.11	c timeout
3600.00/3548.12	c number of deleted constraints	: 0
3600.00/3548.12	c speed (assignments/second)	: 11797.013036667106
3600.00/3548.12	c non guided choices	: 84562
3600.21/3548.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 67040
3600.21/3548.17	s UNKNOWN
3600.21/3548.17	c Total wall clock time (in seconds): 3547.885

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493165-1751152628/watcher-4493165-1751152628 -o /tmp/evaluation-result-4493165-1751152628/solver-4493165-1751152628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13823 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493165-1751152628 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493165-1751152628.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=15224, runsolver pid=15221

[startup+0.100062 s]*
/proc/loadavg: 4.33 4.26 4.25 5/330 15242
/proc/meminfo: memFree=108240548/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=18930384 memory=48448 CPUtime=0.11 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 5816 0 0 0 8 3 0 0 20 0 18 0 30941967 19384713216 12112 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4732596 12112 5302 1 0 547009 0
[pid=15224/tid=15226] ppid=15221 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 4713 0 0 0 5 2 0 0 20 0 18 0 30941969 19384713216 12112 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30941973 19384713216 12112 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=18930384 memory=60693105881846 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30941974 19384713216 12112 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48448 KiB

[startup+0.207359 s]*
/proc/loadavg: 4.33 4.26 4.25 5/330 15242
/proc/meminfo: memFree=108236868/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=18930384 memory=55620 CPUtime=0.25 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 6567 0 0 0 22 3 0 0 20 0 18 0 30941967 19384713216 13905 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4732596 13905 5334 1 0 547603 0
[pid=15224/tid=15226] ppid=15221 vsize=18930384 memory=4026532124 CPUtime=0.19 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 5052 0 0 0 16 3 0 0 20 0 18 0 30941969 19384713216 13905 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=18930384 memory=14857 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30941973 19384713216 13905 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=18930384 memory=59593594242043 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30941974 19384713216 13905 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55620 KiB

[startup+0.307614 s]*
/proc/loadavg: 4.33 4.26 4.25 7/330 15242
/proc/meminfo: memFree=108227732/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=18930384 memory=61344 CPUtime=0.44 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 6879 0 0 0 40 4 0 0 20 0 18 0 30941967 19384713216 15336 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4732596 15336 5430 1 0 547832 0
[pid=15224/tid=15226] ppid=15221 vsize=18930384 memory=-6000919502821812078 CPUtime=0.29 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 5253 0 0 0 26 3 0 0 20 0 18 0 30941969 19384713216 15336 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30941973 19384713216 15336 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30941974 19384713216 15336 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61344 KiB

[startup+0.700386 s]
/proc/loadavg: 4.33 4.26 4.25 7/330 15242
/proc/meminfo: memFree=108211348/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=18930384 memory=113204 CPUtime=1.15 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 8497 0 0 0 109 6 0 0 20 0 18 0 30941967 19384713216 28301 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4732596 28301 5430 1 0 548932 0
[pid=15224/tid=15226] ppid=15221 vsize=18930384 memory=17408 CPUtime=0.66 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 5294 0 0 0 62 4 0 0 20 0 18 0 30941969 19384713216 28301 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30941973 19384713216 28301 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30941974 19384713216 28301 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113204 KiB

[startup+1.50026 s]
/proc/loadavg: 4.33 4.26 4.25 6/331 15243
/proc/meminfo: memFree=108132076/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=18996948 memory=211028 CPUtime=2.71 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 17386 0 0 0 261 10 0 0 20 0 19 0 30941967 19452874752 52757 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4749237 52757 5462 1 0 552406 0
[pid=15224/tid=15226] ppid=15221 vsize=18996948 memory=3200 CPUtime=1.38 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 6021 0 0 0 132 6 0 0 20 0 19 0 30941969 19452874752 52757 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30941973 19452874752 52757 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30941974 19452874752 52757 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 211028 KiB

[startup+3.10613 s]
/proc/loadavg: 4.47 4.28 4.25 5/332 15244
/proc/meminfo: memFree=107781148/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=497952 CPUtime=5.53 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 20949 0 2 0 535 18 0 0 20 0 20 0 30941967 19521036288 124488 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 124488 5494 1 0 1079460 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=11264 CPUtime=2.84 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 7063 0 1 0 273 11 0 0 20 0 20 0 30941969 19521036288 124488 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 124488 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 124488 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 124488 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 5.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 497952 KiB

[startup+6.30046 s]
/proc/loadavg: 4.47 4.28 4.25 5/332 15245
/proc/meminfo: memFree=107645064/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=628152 CPUtime=10.05 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 22108 0 2 0 982 23 0 0 20 0 20 0 30941967 19521036288 157038 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 157038 5494 1 0 1338505 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=0 CPUtime=5.86 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 7336 0 1 0 571 15 0 0 20 0 20 0 30941969 19521036288 157038 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 157038 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=-6000919502821812078 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 157038 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 157038 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 10.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 628152 KiB

[startup+12.7003 s]
/proc/loadavg: 4.43 4.28 4.25 5/332 15245
/proc/meminfo: memFree=107037884/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=938796 CPUtime=16.79 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 22492 0 2 0 1645 34 0 0 20 0 20 0 30941967 19521036288 234699 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 234699 5494 1 0 1338566 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=0 CPUtime=12.06 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 7577 0 1 0 1183 23 0 0 20 0 20 0 30941969 19521036288 234699 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=932600 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 234699 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 234699 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 234699 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 16.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 938796 KiB

[startup+25.5005 s]
/proc/loadavg: 4.33 4.27 4.25 5/332 15245
/proc/meminfo: memFree=106627708/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=1170480 CPUtime=29.9 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 26709 0 2 0 2942 48 0 0 20 0 20 0 30941967 19521036288 292620 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 292620 5494 1 0 1338566 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=-6000919502821812078 CPUtime=24.36 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 8957 0 1 0 2405 31 0 0 20 0 20 0 30941969 19521036288 292620 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=3198 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 292620 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=1113012 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 292620 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=1026948 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 292620 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 29.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1170480 KiB

[startup+51.1082 s]
/proc/loadavg: 4.37 4.28 4.25 5/332 15379
/proc/meminfo: memFree=123125688/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=2068596 CPUtime=56.88 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 36474 0 2 0 5601 87 0 0 20 0 20 0 30941967 19521036288 517149 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 517149 5526 1 0 1338571 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=-6000919502821812078 CPUtime=48.76 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 10978 0 1 0 4825 51 0 0 20 0 20 0 30941969 19521036288 517149 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=2068596 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 517149 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 517149 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=1601116 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 517149 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0

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

/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=11376936 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 2914 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=11376936 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 3211.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11376936 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.24 4.26 5/334 15556
/proc/meminfo: memFree=60997416/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3272.26 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 294333 0 2 0 325441 1785 0 0 20 0 20 0 30941967 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 2844234 5526 1 0 2857400 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=17408 CPUtime=3129.07 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 155172 0 1 0 311444 1463 0 0 20 0 20 0 30941969 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 2971 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 3272.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11376936 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.22 4.25 5/334 15558
/proc/meminfo: memFree=60488400/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3332.3 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 297386 0 2 0 331427 1803 0 0 20 0 20 0 30941967 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 2844234 5526 1 0 2857400 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3188.26 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 157852 0 1 0 317349 1477 0 0 20 0 20 0 30941969 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=-6000919502821812078 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 3068 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=11376936 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 3332.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11376936 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.24 4.26 5/333 15561
/proc/meminfo: memFree=59915288/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3393.15 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 303578 0 2 0 337486 1829 0 0 20 0 20 0 30941967 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 2844234 5526 1 0 2857400 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3246.63 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 161560 0 1 0 323164 1499 0 0 20 0 20 0 30941969 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=11376936 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 3080 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=11376936 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 3393.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11376936 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.21 4.24 5/333 15563
/proc/meminfo: memFree=59386776/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3453.47 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 306899 0 2 0 343497 1850 0 0 20 0 20 0 30941967 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 2844234 5526 1 0 2857400 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3305.25 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 163318 0 1 0 329010 1515 0 0 20 0 20 0 30941969 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=11376936 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=-6000919502821812078 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 3175 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=-6000919502821812078 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 3453.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11376936 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.22 4.24 5/332 15565
/proc/meminfo: memFree=58801712/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3513.91 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 311521 0 2 0 349517 1874 0 0 20 0 20 0 30941967 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 2844234 5526 1 0 2857400 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3363.34 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 166567 0 1 0 334799 1535 0 0 20 0 20 0 30941969 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=11376936 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 3218 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 3513.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11376936 KiB

[startup+3522.3 s]
/proc/loadavg: 3.95 4.16 4.22 4/306 15601
/proc/meminfo: memFree=71619716/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3574.12 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 315615 0 2 0 355514 1898 0 0 20 0 20 0 30941967 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 2844234 5526 1 0 2857400 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3422.35 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 169373 0 1 0 340680 1555 0 0 20 0 20 0 30941969 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 3313 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=11376936 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 3574.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11376936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3548 s]*
/proc/loadavg: 3.70 4.08 4.19 4/306 15601
/proc/meminfo: memFree=71452132/131382116 swapFree=33010684/33010684
[pid=15224] ppid=15221 vsize=19063512 memory=11376936 CPUtime=3600 cores=4,6
/proc/15224/stat : 15224 (java) S 15221 15224 13812 0 -1 4194304 317070 0 2 0 358091 1909 0 0 20 0 20 0 30941967 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
/proc/15224/statm: 4765878 2844234 5526 1 0 2857400 0
[pid=15224/tid=15226] ppid=15221 vsize=19063512 memory=7686721470247706567 CPUtime=3447.45 cores=4,6
/proc/15224/task/15226/stat : 15226 (java) R 15221 15224 13812 0 -1 4194368 170676 0 1 0 343181 1564 0 0 20 0 20 0 30941969 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15235] ppid=15221 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/15224/task/15235/stat : 15235 (Finalizer) S 15221 15224 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30941973 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15242] ppid=15221 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/15224/task/15242/stat : 15242 (Common-Cleaner) S 15221 15224 13812 0 -1 4194368 3360 0 0 0 0 0 0 0 20 0 20 0 30941974 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
[pid=15224/tid=15244] ppid=15221 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/15224/task/15244/stat : 15244 (Timer-0) S 15221 15224 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30942118 19521036288 2844234 18446744073709551615 93993801908224 93993801911920 140728969333968 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93993801919736 93993801920528 93993810059264 140728969341232 140728969341414 140728969341414 140728969347016 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11376936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.2 s, system=19.1539 s

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

[startup+3548.2 s]*
/proc/loadavg: 3.70 4.08 4.19 5/287 15604
/proc/meminfo: memFree=78785232/131382116 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): 3548.24
CPU time (s): 3600.36
CPU user time (s): 3581.2
CPU system time (s): 19.1539
CPU usage (%): 101.469
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 11377576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.2
system time used= 19.1539
maximum resident set size= 11377704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319660
page faults= 2
swaps= 0
block input operations= 992
block output operations= 22263760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124062
involuntary context switches= 17702


# summary of solver processes directly reported to runsolver:
#   pid: 15224
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3581.2
#   total CPU system time (s): 19.1539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0265 second user time and 38.7902 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 01:17:08
IDJOB=4493165
IDBENCH=147848
IDSOLVER=3364
FILE ID=nodeC004/4493165-1751152628
RUNJOBID= nodeC004-1751145467-13823
SLURM_JOB_ID= 9587447
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493165-1751152628/watcher-4493165-1751152628 -o /tmp/evaluation-result-4493165-1751152628/solver-4493165-1751152628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13823 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493165-1751152628 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493165-1751152628.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=2016044083

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        108271952 kB
MemAvailable:   117140188 kB
Buffers:            3280 kB
Cached:          9670340 kB
SwapCached:            0 kB
Active:         13128288 kB
Inactive:        9438236 kB
Active(anon):   12910952 kB
Inactive(anon):        0 kB
Active(file):     217336 kB
Inactive(file):  9438236 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60636 kB
Writeback:            16 kB
AnonPages:      12895092 kB
Mapped:           122084 kB
Shmem:             17976 kB
KReclaimable:     104584 kB
Slab:             188028 kB
SReclaimable:     104584 kB
SUnreclaim:        83444 kB
KernelStack:        5056 kB
PageTables:        28856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   16666388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12578816 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC004 at 2025-06-29 02:16:16