Trace number 4493309

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.21 3552.81

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUM524c0290a9c7ac599d8004695d4c7f99
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark21643.2
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
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-4493309-1751153594.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.15	c  no objective function found
0.69/0.49	c ... done. Wall clock time 0.347s.
0.69/0.49	c declared #vars     23409
0.69/0.49	c #constraints  1386
0.69/0.49	c constraints type 
0.69/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
0.69/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
0.69/0.49	c 1386 constraints processed.
9.04/6.48	c cleaning 2495 clauses out of 5000 with flag 17907/5000
16.30/13.28	c cleaning 4235 clauses out of 8505 with flag 39820/11000
24.61/21.46	c cleaning 5611 clauses out of 11270 with flag 65656/18000
34.24/30.97	c cleaning 6819 clauses out of 13659 with flag 96380/26000
44.91/41.58	c cleaning 7902 clauses out of 15841 with flag 129849/35001
56.41/52.96	c cleaning 8947 clauses out of 17938 with flag 167516/45000
69.51/65.83	c cleaning 9978 clauses out of 19992 with flag 210185/56001
84.65/80.89	c cleaning 10980 clauses out of 22014 with flag 256152/68001
100.81/96.70	c cleaning 11979 clauses out of 24033 with flag 305300/81000
117.72/113.64	c cleaning 13019 clauses out of 26054 with flag 360033/95000
136.34/131.95	c cleaning 13986 clauses out of 28035 with flag 419581/110000
156.00/151.59	c cleaning 15012 clauses out of 30050 with flag 484092/126001
176.56/171.76	c cleaning 16014 clauses out of 32038 with flag 553174/143001
197.96/194.79	c cleaning 16987 clauses out of 34023 with flag 624770/161000
221.05/217.40	c cleaning 18013 clauses out of 36037 with flag 702751/180001
245.30/241.68	c cleaning 18987 clauses out of 38023 with flag 785837/200000
271.40/267.49	c cleaning 19991 clauses out of 40036 with flag 871906/221000
297.96/293.85	c cleaning 20995 clauses out of 42046 with flag 962947/243001
325.48/321.04	c cleaning 22004 clauses out of 44053 with flag 1058995/266003
357.97/353.31	c cleaning 22998 clauses out of 46046 with flag 1174851/290000
390.00/384.85	c cleaning 24004 clauses out of 48048 with flag 1277911/315000
423.26/417.77	c cleaning 24999 clauses out of 50044 with flag 1387353/341000
457.36/451.57	c cleaning 26002 clauses out of 52045 with flag 1501705/368000
492.75/486.69	c cleaning 26989 clauses out of 54044 with flag 1621080/396001
530.80/523.70	c cleaning 28011 clauses out of 56055 with flag 1744558/425001
569.76/562.32	c cleaning 29006 clauses out of 58044 with flag 1874752/455001
608.76/601.03	c cleaning 29970 clauses out of 60037 with flag 2010105/486000
650.20/641.81	c cleaning 31004 clauses out of 62067 with flag 2146801/518000
693.42/684.71	c cleaning 31992 clauses out of 64063 with flag 2291818/551000
738.17/728.88	c cleaning 33008 clauses out of 66072 with flag 2441791/585001
784.94/775.38	c cleaning 34002 clauses out of 68063 with flag 2597615/620000
833.70/823.04	c cleaning 35009 clauses out of 70062 with flag 2760001/656001
881.88/870.98	c cleaning 35993 clauses out of 72052 with flag 2926185/693000
932.82/921.26	c cleaning 37014 clauses out of 74059 with flag 3097260/731000
986.55/973.84	c cleaning 37991 clauses out of 76045 with flag 3274070/770000
1041.81/1028.24	c cleaning 38997 clauses out of 78054 with flag 3457509/810000
1098.05/1084.12	c cleaning 39998 clauses out of 80057 with flag 3644661/851000
1158.05/1143.56	c cleaning 40992 clauses out of 82060 with flag 3841211/893001
1218.57/1202.95	c cleaning 42012 clauses out of 84068 with flag 4044030/936001
1280.15/1263.31	c cleaning 42991 clauses out of 86055 with flag 4250793/980000
1342.14/1324.28	c cleaning 44023 clauses out of 88064 with flag 4461894/1025000
1407.14/1388.19	c cleaning 45016 clauses out of 90041 with flag 4676623/1071000
1472.33/1452.98	c cleaning 45979 clauses out of 92025 with flag 4900091/1118000
1540.77/1520.42	c cleaning 47009 clauses out of 94046 with flag 5128971/1166000
1611.85/1590.14	c cleaning 48001 clauses out of 96037 with flag 5362762/1215000
1683.38/1661.09	c cleaning 48969 clauses out of 98036 with flag 5602124/1265000
1755.98/1732.97	c cleaning 50014 clauses out of 100067 with flag 5846715/1316000
1831.67/1807.30	c cleaning 51004 clauses out of 102053 with flag 6098263/1368000
1909.51/1883.90	c cleaning 51978 clauses out of 104050 with flag 6355525/1421001
1988.92/1962.05	c cleaning 53013 clauses out of 106071 with flag 6621396/1475000
2071.03/2042.85	c cleaning 54018 clauses out of 108058 with flag 6890266/1530000
2154.35/2124.96	c cleaning 54981 clauses out of 110041 with flag 7168738/1586001
2238.89/2208.00	c cleaning 55986 clauses out of 112060 with flag 7451322/1643001
2326.13/2293.81	c cleaning 57015 clauses out of 114074 with flag 7739206/1701001
2412.16/2378.52	c cleaning 58006 clauses out of 116058 with flag 8033539/1760000
2503.75/2468.68	c cleaning 59026 clauses out of 118053 with flag 8333265/1820001
2595.02/2558.89	c cleaning 59993 clauses out of 120027 with flag 8640775/1881001
2689.26/2651.56	c cleaning 60961 clauses out of 122033 with flag 8955344/1943000
2784.87/2745.67	c cleaning 62009 clauses out of 124072 with flag 9271622/2006000
2883.85/2843.23	c cleaning 63012 clauses out of 126064 with flag 9598721/2070001
2982.99/2941.70	c cleaning 63991 clauses out of 128051 with flag 9929448/2135000
3084.31/3042.22	c cleaning 64998 clauses out of 130060 with flag 10269193/2201000
3187.24/3144.47	c cleaning 65969 clauses out of 132063 with flag 10615586/2268001
3292.55/3248.86	c cleaning 67045 clauses out of 134093 with flag 10969317/2336000
3400.15/3355.73	c cleaning 67980 clauses out of 136048 with flag 11324858/2405000
3508.10/3462.72	c cleaning 69024 clauses out of 138068 with flag 11686857/2475000
3600.05/3552.71	c starts		: 15198
3600.05/3552.71	c conflicts		: 2533334
3600.05/3552.71	c decisions		: 82816943
3600.05/3552.72	c propagations		: 842459259
3600.05/3552.72	c inspects		: 4820479099
3600.05/3552.72	c shortcuts		: 0
3600.05/3552.72	c learnt literals	: 0
3600.05/3552.72	c learnt binary clauses	: 0
3600.05/3552.72	c learnt ternary clauses	: 0
3600.05/3552.72	c learnt constraints	: 2533334
3600.05/3552.72	c ignored constraints	: 0
3600.05/3552.72	c root simplifications	: 0
3600.05/3552.72	c removed literals (reason simplification)	: 62638449
3600.05/3552.72	c reason swapping (by a shorter reason)	: 0
3600.05/3552.72	c Calls to reduceDB	: 66
3600.05/3552.72	c Number of update (reduction) of LBD	: 783828
3600.05/3552.72	c Imported unit clauses	: 0
3600.05/3552.72	c No decision after first conflict	: false
3600.05/3552.72	c number of reductions to clauses (during analyze)	: 0
3600.05/3552.72	c number of learned constraints concerned by reduction	: 0
3600.05/3552.72	c number of learning phase by resolution	: 0
3600.05/3552.72	c number of learning phase by cutting planes	: 0
3600.05/3552.72	c number of rounding to 1 operations	: 0
3600.05/3552.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3552.72	c number of reductions of the coefficients by power 2 	: 0
3600.05/3552.72	c number of right shift for reduction by power 2 	: 0
3600.05/3552.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3552.72	c number of ending skipping 	: 0
3600.05/3552.72	c number of internal skipping 	: 0
3600.05/3552.72	c number of derivation steps 	: 0
3600.05/3552.72	c number of skipped derivation steps 	: 0
3600.05/3552.72	c number of remaining unassigned 	: 0
3600.05/3552.72	c number of remaining assigned 	: 0
3600.05/3552.72	c number of falsified literals weakened from reason	: 0
3600.05/3552.72	c number of falsified literals weakened from conflict	: 0
3600.05/3552.72	c time for arithmetic operations	: 0
3600.05/3552.72	c minimum degree of deleted constraints	: null
3600.05/3552.72	c maximum degree of deleted constraints	: null
3600.05/3552.72	c number of deleted constraints	: 0
3600.05/3552.72	c speed (assignments/second)	: 237164.15621780185
3600.05/3552.72	c non guided choices	: 40675
3600.05/3552.74	c timeout
3600.05/3552.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 127378
3600.05/3552.77	s UNKNOWN
3600.05/3552.77	c Total wall clock time (in seconds): 3552.631

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (36861 MiB free)
  memory of node 1: 64507 MiB (53077 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=15273, runsolver pid=15270

[startup+0.100061 s]*
/proc/loadavg: 4.27 4.24 4.20 5/343 15291
/proc/meminfo: memFree=92079736/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=18930384 memory=55552 CPUtime=0.12 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 6537 0 0 0 11 1 0 0 20 0 18 0 31038975 19384713216 13888 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4732596 13888 5337 1 0 547604 0
[pid=15273/tid=15275] ppid=15270 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 5033 0 0 0 7 1 0 0 20 0 18 0 31038976 19384713216 13888 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31038979 19384713216 13888 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=18930384 memory=59585004335790 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31038979 19384713216 13888 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55552 KiB

[startup+0.205929 s]*
/proc/loadavg: 4.27 4.24 4.20 7/343 15291
/proc/meminfo: memFree=92075200/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=18930384 memory=76160 CPUtime=0.31 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 7004 0 0 0 29 2 0 0 20 0 18 0 31038975 19384713216 19040 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4732596 19040 5433 1 0 547914 0
[pid=15273/tid=15275] ppid=15270 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 5274 0 0 0 16 1 0 0 20 0 18 0 31038976 19384713216 19040 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=18930384 memory=16912 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31038979 19384713216 19040 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31038979 19384713216 19040 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76160 KiB

[startup+0.305824 s]*
/proc/loadavg: 4.27 4.24 4.20 6/343 15291
/proc/meminfo: memFree=92013824/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=18930384 memory=146112 CPUtime=0.51 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 8551 0 0 0 47 4 0 0 20 0 18 0 31038975 19384713216 36528 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4732596 36528 5433 1 0 548918 0
[pid=15273/tid=15275] ppid=15270 vsize=18930384 memory=-6000919507032893294 CPUtime=0.27 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 5313 0 0 0 24 3 0 0 20 0 18 0 31038976 19384713216 36528 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31038979 19384713216 36528 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31038979 19384713216 36528 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 146112 KiB

[startup+0.700262 s]
/proc/loadavg: 4.27 4.24 4.20 7/345 15293
/proc/meminfo: memFree=91992588/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=164592 CPUtime=1.26 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 9547 0 1 0 121 5 0 0 20 0 20 0 31038975 19521036288 41148 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 41148 5529 1 0 550174 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=17280 CPUtime=0.63 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 5374 0 0 0 60 3 0 0 20 0 20 0 31038976 19521036288 41148 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 41148 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 41148 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 41148 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164592 KiB

[startup+1.50026 s]
/proc/loadavg: 4.27 4.24 4.20 7/345 15293
/proc/meminfo: memFree=91981276/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=171032 CPUtime=2.84 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 15269 0 1 0 278 6 0 0 20 0 20 0 31038975 19521036288 42758 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 42758 5529 1 0 551587 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=0 CPUtime=1.41 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 5759 0 0 0 138 3 0 0 20 0 20 0 31038976 19521036288 42758 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 42758 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 42758 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 42758 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171032 KiB

[startup+3.1057 s]
/proc/loadavg: 4.41 4.27 4.21 4/324 15310
/proc/meminfo: memFree=94986300/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=249980 CPUtime=5.19 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 18290 0 1 0 510 9 0 0 20 0 20 0 31038975 19521036288 62495 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 62495 5529 1 0 808521 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=11008 CPUtime=2.96 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 6161 0 0 0 291 5 0 0 20 0 20 0 31038976 19521036288 62495 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=-6000919507032893294 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 62495 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 62495 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 62495 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249980 KiB

[startup+6.30023 s]
/proc/loadavg: 4.41 4.27 4.21 7/344 15359
/proc/meminfo: memFree=106540700/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=412244 CPUtime=8.92 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 22419 0 1 0 876 16 0 0 20 0 20 0 31038975 19521036288 103061 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 103061 5529 1 0 811081 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=0 CPUtime=6.06 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 6291 0 0 0 596 10 0 0 20 0 20 0 31038976 19521036288 103061 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 103061 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 103061 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=171032 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 103061 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 8.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 412244 KiB

[startup+12.7002 s]
/proc/loadavg: 4.45 4.29 4.21 5/345 15360
/proc/meminfo: memFree=105699424/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=736952 CPUtime=15.79 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 28114 0 1 0 1551 28 0 0 20 0 20 0 31038975 19521036288 184238 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 184238 5529 1 0 811301 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=171032 CPUtime=12.29 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 7645 0 0 0 1211 18 0 0 20 0 20 0 31038976 19521036288 184238 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=712296 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 184238 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 184238 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 184238 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 15.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 736952 KiB

[startup+25.5002 s]
/proc/loadavg: 4.51 4.31 4.22 5/345 15360
/proc/meminfo: memFree=104430156/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=1285912 CPUtime=28.79 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 32714 0 1 0 2832 47 0 0 20 0 20 0 31038975 19521036288 321478 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 321478 5529 1 0 811304 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=560320 CPUtime=24.86 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 9522 0 0 0 2455 31 0 0 20 0 20 0 31038976 19521036288 321478 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=1220336 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 321478 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=1285912 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 321478 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 321478 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 28.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1285912 KiB

[startup+51.1057 s]
/proc/loadavg: 4.40 4.30 4.22 5/345 15361
/proc/meminfo: memFree=103089540/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=1730368 CPUtime=54.62 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 35808 0 1 0 5393 69 0 0 20 0 20 0 31038975 19521036288 432592 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 432592 5529 1 0 811306 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=12800 CPUtime=49.9 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 11198 0 0 0 4946 44 0 0 20 0 20 0 31038976 19521036288 432592 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 432592 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0

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

/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 1771 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 3205.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3205224 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.25 4.20 5/344 15936
/proc/meminfo: memFree=93744212/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3265.93 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 166804 0 1 0 325431 1162 0 0 20 0 20 0 31038975 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 801306 5561 1 0 813048 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3156.22 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 78931 0 0 0 314603 1019 0 0 20 0 20 0 31038976 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 1798 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 3265.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3205224 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.20 4.18 4/344 15938
/proc/meminfo: memFree=93188856/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3326.4 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 168044 0 1 0 331458 1182 0 0 20 0 20 0 31038975 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 801306 5561 1 0 813048 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3215.13 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 79109 0 0 0 320476 1037 0 0 20 0 20 0 31038976 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 1865 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=20096 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 3326.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3205224 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.21 4.18 5/346 15947
/proc/meminfo: memFree=92656304/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3386.8 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 169780 0 1 0 337481 1199 0 0 20 0 20 0 31038975 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 801306 5561 1 0 813048 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3273.74 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 80755 0 0 0 326322 1052 0 0 20 0 20 0 31038976 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 1865 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 3386.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3205224 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/346 15949
/proc/meminfo: memFree=92186200/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3447.25 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 173063 0 1 0 343503 1222 0 0 20 0 20 0 31038975 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 801306 5561 1 0 813048 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3332.73 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 82682 0 0 0 332200 1073 0 0 20 0 20 0 31038976 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 1891 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 3447.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3205224 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.17 4.17 5/347 15954
/proc/meminfo: memFree=91731208/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3507.7 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 174176 0 1 0 349528 1242 0 0 20 0 20 0 31038975 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 801306 5561 1 0 813048 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3391.46 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 83428 0 0 0 338055 1091 0 0 20 0 20 0 31038976 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 1958 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 3507.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3205224 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.16 4.17 5/345 15956
/proc/meminfo: memFree=91233640/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3568.35 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 176098 0 1 0 355573 1262 0 0 20 0 20 0 31038975 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 801306 5561 1 0 813048 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3450.28 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 84274 0 0 0 343918 1110 0 0 20 0 20 0 31038976 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 1958 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=3205224 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 3568.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3205224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552.7 s]
/proc/loadavg: 4.22 4.17 4.17 5/345 15957
/proc/meminfo: memFree=90991116/131249996 swapFree=33010684/33010684
[pid=15273] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3600.05 cores=1,3
/proc/15273/stat : 15273 (java) S 15270 15273 13865 0 -1 4194304 179227 0 1 0 358732 1273 0 0 20 0 20 0 31038975 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
/proc/15273/statm: 4765878 801306 5561 1 0 813048 0
[pid=15273/tid=15275] ppid=15270 vsize=19063512 memory=3205224 CPUtime=3480.1 cores=1,3
/proc/15273/task/15275/stat : 15275 (java) R 15270 15273 13865 0 -1 4194368 86116 0 0 0 346892 1118 0 0 20 0 20 0 31038976 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15284] ppid=15270 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/15273/task/15284/stat : 15284 (Finalizer) S 15270 15273 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15291] ppid=15270 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/15273/task/15291/stat : 15291 (Common-Cleaner) S 15270 15273 13865 0 -1 4194368 2016 0 0 0 0 0 0 0 20 0 20 0 31038979 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
[pid=15273/tid=15293] ppid=15270 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/15273/task/15293/stat : 15293 (Timer-0) S 15270 15273 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31039026 19521036288 801306 18446744073709551615 94146323521536 94146323525232 140734258606032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94146323533048 94146323533840 94146330054656 140734258608432 140734258608614 140734258608614 140734258614216 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3205224 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.45 s, system=12.756 s

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

[startup+3552.81 s]*
/proc/loadavg: 4.22 4.17 4.17 5/327 15960
/proc/meminfo: memFree=93081344/131249996 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): 3552.81
CPU time (s): 3600.21
CPU user time (s): 3587.45
CPU system time (s): 12.756
CPU usage (%): 101.334
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3205224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.45
system time used= 12.756
maximum resident set size= 3206120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180771
page faults= 1
swaps= 0
block input operations= 0
block output operations= 24487328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121951
involuntary context switches= 10627


# summary of solver processes directly reported to runsolver:
#   pid: 15273
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3587.45
#   total CPU system time (s): 12.756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48348 second user time and 16.7668 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 01:33:14
IDJOB=4493309
IDBENCH=147859
IDSOLVER=3364
FILE ID=nodeC030/4493309-1751153594
RUNJOBID= nodeC030-1751146486-13877
SLURM_JOB_ID= 9587459
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493309-1751153594/watcher-4493309-1751153594 -o /tmp/evaluation-result-4493309-1751153594/solver-4493309-1751153594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13877 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493309-1751153594 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493309-1751153594.opb

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

MD5SUM BENCH= 524c0290a9c7ac599d8004695d4c7f99
RANDOM SEED=1314550651

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        92099316 kB
MemAvailable:   119146056 kB
Buffers:            3280 kB
Cached:         27827336 kB
SwapCached:            0 kB
Active:         10943212 kB
Inactive:       27570152 kB
Active(anon):   10701256 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file): 27570152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12644 kB
Writeback:             0 kB
AnonPages:      10683140 kB
Mapped:           122696 kB
Shmem:             18064 kB
KReclaimable:     147344 kB
Slab:             234024 kB
SReclaimable:     147344 kB
SUnreclaim:        86680 kB
KernelStack:        5328 kB
PageTables:        24732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11222316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10407936 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC030 at 2025-06-29 02:32:27