Trace number 4522559

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.24 3577.96

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i2_pp_94.opb
MD5SUM3daa9ced16b2be364df6dcba1fb45266
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1052
Best CPU time to get the best result obtained on this benchmark3586.43
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables92769
Total number of constraints92770
Number of constraints which are clauses79004
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints10878
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4522559-1751600994.opb
0.13/0.12	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  objective function found
3.80/2.51	c ... done. Wall clock time 2.382s.
3.80/2.51	c declared #vars     92769
3.80/2.51	c #constraints  106536
3.80/2.51	c constraints type 
3.80/2.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 81348
3.80/2.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 12095
3.80/2.51	c org.sat4j.specs.Constr$1 => 500
3.80/2.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12093
3.80/2.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 500
3.80/2.51	c 106536 constraints processed.
3.80/2.53	c objective function length is 2888 literals
13.54/10.46	c cleaning 2463 clauses out of 4925 with flag 20219/5000
23.16/19.66	c cleaning 4218 clauses out of 8435 with flag 49094/11001
33.17/29.32	c cleaning 5604 clauses out of 11208 with flag 97958/18001
43.77/39.88	c cleaning 6801 clauses out of 13602 with flag 152877/26003
55.58/51.43	c cleaning 7896 clauses out of 15792 with flag 219870/35000
68.46/67.99	c cleaning 8947 clauses out of 17893 with flag 302202/45001
83.28/82.57	c cleaning 9971 clauses out of 19942 with flag 398616/56000
98.42/97.42	c cleaning 10981 clauses out of 21967 with flag 508026/68001
116.84/116.04	c cleaning 11991 clauses out of 23981 with flag 629060/81000
135.73/134.67	c cleaning 12991 clauses out of 25987 with flag 759479/95000
157.34/155.96	c cleaning 13997 clauses out of 27994 with flag 905871/110001
180.45/178.70	c cleaning 14996 clauses out of 29991 with flag 1088951/126000
207.02/204.86	c cleaning 15991 clauses out of 31993 with flag 1277379/143000
233.45/230.96	c cleaning 16999 clauses out of 34004 with flag 1487889/161003
259.68/256.62	c cleaning 17999 clauses out of 36000 with flag 1706824/180001
286.68/283.35	c cleaning 19000 clauses out of 38000 with flag 1937901/200001
316.21/312.83	c cleaning 20000 clauses out of 40001 with flag 2187121/221002
347.84/343.87	c cleaning 20992 clauses out of 41998 with flag 2452256/243000
378.56/374.15	c cleaning 21999 clauses out of 44005 with flag 2709389/266000
410.71/406.21	c cleaning 22997 clauses out of 46003 with flag 2987248/290000
447.25/442.32	c cleaning 23999 clauses out of 48006 with flag 3298897/315002
484.41/479.03	c cleaning 24999 clauses out of 50001 with flag 3631508/341001
519.96/513.95	c cleaning 25993 clauses out of 51996 with flag 3946235/368000
556.91/550.66	c cleaning 27001 clauses out of 54002 with flag 4262433/396002
594.74/587.86	c cleaning 27996 clauses out of 55997 with flag 4607682/425001
635.76/627.74	c cleaning 28996 clauses out of 57997 with flag 4980020/455000
677.06/668.22	c cleaning 29995 clauses out of 59998 with flag 5360162/486000
717.13/707.69	c cleaning 30999 clauses out of 61999 with flag 5750169/518000
759.06/749.00	c cleaning 32000 clauses out of 64000 with flag 6149171/551003
802.60/791.87	c cleaning 32986 clauses out of 65989 with flag 6554977/585000
849.45/838.06	c cleaning 33992 clauses out of 67997 with flag 6954376/620001
901.82/888.97	c cleaning 34998 clauses out of 69999 with flag 7394829/656001
955.22/941.72	c cleaning 35990 clauses out of 71995 with flag 7889797/693000
1010.02/994.72	c cleaning 36998 clauses out of 74003 with flag 8389379/731000
1069.90/1053.97	c cleaning 38001 clauses out of 76004 with flag 8897301/770000
1131.94/1114.36	c cleaning 39002 clauses out of 78003 with flag 9456680/810001
1192.41/1174.17	c cleaning 39988 clauses out of 79997 with flag 10027676/851001
1256.63/1236.25	c cleaning 40991 clauses out of 82008 with flag 10605095/893000
1318.71/1297.79	c cleaning 42006 clauses out of 84018 with flag 11251788/936003
1383.05/1360.09	c cleaning 42998 clauses out of 86003 with flag 11849903/980000
1448.40/1425.10	c cleaning 44000 clauses out of 88004 with flag 12483908/1025000
1515.41/1494.57	c cleaning 45000 clauses out of 90007 with flag 13164553/1071004
1583.78/1562.20	c cleaning 45993 clauses out of 92000 with flag 13824672/1118000
1650.58/1627.25	c cleaning 46998 clauses out of 94006 with flag 14490665/1166000
1712.44/1692.03	c cleaning 47997 clauses out of 96001 with flag 15162124/1215000
1773.36/1792.35	c cleaning 48997 clauses out of 98003 with flag 15794943/1265001
1836.21/1852.07	c cleaning 50001 clauses out of 100001 with flag 16385145/1316000
1900.46/1920.21	c cleaning 50999 clauses out of 101997 with flag 17011164/1368001
1965.36/1982.40	c cleaning 51995 clauses out of 103994 with flag 17694591/1421000
2033.76/2049.95	c cleaning 52998 clauses out of 105995 with flag 18395304/1475000
2110.02/2123.84	c cleaning 53999 clauses out of 107997 with flag 19184249/1530001
2185.76/2198.34	c cleaning 54991 clauses out of 109995 with flag 20011340/1586000
2258.19/2268.59	c cleaning 55995 clauses out of 112005 with flag 20822496/1643001
2330.12/2336.76	c cleaning 57005 clauses out of 114009 with flag 21667496/1701002
2403.11/2408.79	c cleaning 57994 clauses out of 115998 with flag 22594724/1760000
2479.17/2481.58	c cleaning 59000 clauses out of 118003 with flag 23549908/1820002
2555.28/2556.54	c cleaning 59998 clauses out of 119998 with flag 24531988/1881000
2640.12/2638.82	c cleaning 60993 clauses out of 121993 with flag 25542845/1943000
2727.49/2725.19	c cleaning 62001 clauses out of 124001 with flag 26563006/2006001
2815.19/2810.29	c cleaning 62996 clauses out of 125996 with flag 27649012/2070002
2905.30/2896.85	c cleaning 63997 clauses out of 127998 with flag 28783024/2135001
2992.56/2982.90	c cleaning 65000 clauses out of 129999 with flag 29989206/2201001
3081.11/3068.17	c cleaning 65999 clauses out of 131998 with flag 31193196/2268002
3169.77/3155.53	c cleaning 66997 clauses out of 133996 with flag 32324715/2336001
3262.30/3244.61	c cleaning 67991 clauses out of 135996 with flag 33567226/2405001
3356.24/3337.31	c cleaning 69000 clauses out of 138000 with flag 34874177/2475001
3446.04/3425.70	c cleaning 69993 clauses out of 139995 with flag 36202717/2546000
3537.41/3513.42	c cleaning 70999 clauses out of 141998 with flag 37458533/2618000
3600.06/3575.31	c timeout
3600.06/3575.31	c starts		: 101
3600.06/3575.32	c conflicts		: 2674089
3600.06/3575.32	c decisions		: 3999880
3600.06/3575.32	c propagations		: 8831907054
3600.06/3575.32	c inspects		: 5072782178
3600.06/3575.32	c shortcuts		: 0
3600.06/3575.32	c learnt literals	: 320
3600.06/3575.33	c learnt binary clauses	: 1145
3600.06/3575.33	c learnt ternary clauses	: 1039
3600.06/3575.33	c learnt constraints	: 2673769
3600.06/3575.33	c ignored constraints	: 0
3600.06/3575.33	c root simplifications	: 0
3600.06/3575.33	c removed literals (reason simplification)	: 223960810
3600.06/3575.33	c reason swapping (by a shorter reason)	: 0
3600.06/3575.33	c Calls to reduceDB	: 68
3600.06/3575.33	c Number of update (reduction) of LBD	: 385930
3600.06/3575.33	c Imported unit clauses	: 0
3600.06/3575.33	c No decision after first conflict	: false
3600.06/3575.33	c number of reductions to clauses (during analyze)	: 0
3600.06/3575.33	c number of learned constraints concerned by reduction	: 0
3600.06/3575.33	c number of learning phase by resolution	: 0
3600.06/3575.33	c number of learning phase by cutting planes	: 0
3600.06/3575.33	c number of rounding to 1 operations	: 0
3600.06/3575.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3575.33	c number of reductions of the coefficients by power 2 	: 0
3600.06/3575.33	c number of right shift for reduction by power 2 	: 0
3600.06/3575.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3575.33	c number of ending skipping 	: 0
3600.06/3575.33	c number of internal skipping 	: 0
3600.06/3575.33	c number of derivation steps 	: 0
3600.06/3575.33	c number of skipped derivation steps 	: 0
3600.06/3575.33	c number of remaining unassigned 	: 0
3600.06/3575.33	c number of remaining assigned 	: 0
3600.06/3575.33	c number of falsified literals weakened from reason	: 0
3600.06/3575.33	c number of falsified literals weakened from conflict	: 0
3600.06/3575.33	c time for arithmetic operations	: 0
3600.06/3575.33	c minimum degree of deleted constraints	: null
3600.06/3575.33	c maximum degree of deleted constraints	: null
3600.06/3575.33	c number of deleted constraints	: 0
3600.06/3575.33	c speed (assignments/second)	: 2472005.4898580094
3600.06/3575.33	c non guided choices	: 0
3600.06/3575.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 125937
3600.06/3575.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1145
3600.06/3575.38	s UNKNOWN
3600.06/3575.38	c Total wall clock time (in seconds): 3575.259

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522559-1751600994/watcher-4522559-1751600994 -o /tmp/evaluation-result-4522559-1751600994/solver-4522559-1751600994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751600965-89875 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4522559-1751600994 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4522559-1751600994.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
solver pid=90060, runsolver pid=90057
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.99 1.30 1.76 5/341 90078
/proc/meminfo: memFree=118675772/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=18930384 memory=57956 CPUtime=0.13 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 6613 0 0 0 12 1 0 0 20 0 18 0 75777122 19384713216 14489 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4732596 14489 5352 1 0 547642 0
[pid=90060/tid=90062] ppid=90057 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 5092 0 0 0 7 0 0 0 20 0 18 0 75777124 19384713216 14489 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75777126 19384713216 14489 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=18930384 memory=60684515963265 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 75777126 19384713216 14489 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57956 KiB

[startup+0.205834 s]*
/proc/loadavg: 1.99 1.30 1.76 6/341 90078
/proc/meminfo: memFree=118626620/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=18930384 memory=106980 CPUtime=0.3 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 7035 0 0 0 27 3 0 0 20 0 18 0 75777122 19384713216 26745 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4732596 26745 5416 1 0 547909 0
[pid=90060/tid=90062] ppid=90057 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 5304 0 0 0 15 1 0 0 20 0 18 0 75777124 19384713216 26745 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=18930384 memory=16198 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75777126 19384713216 26745 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 75777126 19384713216 26745 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 106980 KiB

[startup+0.30586 s]*
/proc/loadavg: 1.99 1.30 1.76 6/342 90079
/proc/meminfo: memFree=118579800/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=18996948 memory=160860 CPUtime=0.49 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 8802 0 0 0 45 4 0 0 20 0 19 0 75777122 19452874752 40215 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4749237 40215 5448 1 0 549275 0
[pid=90060/tid=90062] ppid=90057 vsize=18996948 memory=-6000919477001808998 CPUtime=0.23 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 5325 0 0 0 21 2 0 0 20 0 19 0 75777124 19452874752 40215 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75777126 19452874752 40215 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 75777126 19452874752 40215 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 160860 KiB

[startup+0.700242 s]
/proc/loadavg: 2.31 1.38 1.78 7/342 90079
/proc/meminfo: memFree=118206056/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=18996948 memory=695500 CPUtime=1.24 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 10117 0 0 0 110 14 0 0 20 0 19 0 75777122 19452874752 173875 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4749237 173875 5448 1 0 1088297 0
[pid=90060/tid=90062] ppid=90057 vsize=18996948 memory=18688 CPUtime=0.53 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 5555 0 0 0 42 11 0 0 20 0 19 0 75777124 19452874752 173875 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75777126 19452874752 173875 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 75777126 19452874752 173875 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 695500 KiB

[startup+1.50023 s]
/proc/loadavg: 2.31 1.38 1.78 6/342 90079
/proc/meminfo: memFree=117305900/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=18996948 memory=2522924 CPUtime=2.65 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 15304 0 0 0 213 52 0 0 20 0 19 0 75777122 19452874752 630731 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4749237 630731 5512 1 0 1690396 0
[pid=90060/tid=90062] ppid=90057 vsize=18996948 memory=3328 CPUtime=1.26 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 6426 0 0 0 79 47 0 0 20 0 19 0 75777124 19452874752 630731 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75777126 19452874752 630731 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 75777126 19452874752 630731 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2522924 KiB

[startup+3.10584 s]
/proc/loadavg: 2.31 1.38 1.78 6/343 90080
/proc/meminfo: memFree=114254896/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=4294560 CPUtime=4.98 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 16711 0 0 0 410 88 0 0 20 0 20 0 75777122 19521036288 1073640 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 1073640 5544 1 0 1690882 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=10752 CPUtime=2.79 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 7402 0 0 0 199 80 0 0 20 0 20 0 75777124 19521036288 1073640 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1073640 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1073640 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 1073640 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 4.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4294560 KiB

[startup+6.30022 s]
/proc/loadavg: 2.44 1.42 1.79 5/343 90080
/proc/meminfo: memFree=114165876/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=4295584 CPUtime=9.4 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 16955 0 0 0 851 89 0 0 20 0 20 0 75777122 19521036288 1073896 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 1073896 5544 1 0 1690890 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=0 CPUtime=5.96 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 7414 0 0 0 515 81 0 0 20 0 20 0 75777124 19521036288 1073896 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=4294176 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1073896 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1073896 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=-6000919477001808998 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 1073896 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4295584 KiB

[startup+12.7002 s]
/proc/loadavg: 2.57 1.47 1.81 5/345 90082
/proc/meminfo: memFree=113225320/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=4305208 CPUtime=16.16 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 20920 0 0 0 1522 94 0 0 20 0 20 0 75777122 19521036288 1076302 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 1076302 5576 1 0 1693190 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=4305208 CPUtime=12.33 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 8180 0 0 0 1148 85 0 0 20 0 20 0 75777124 19521036288 1076302 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1076302 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1076302 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 1076302 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 16.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4305208 KiB

[startup+25.5002 s]
/proc/loadavg: 2.87 1.57 1.84 5/345 90082
/proc/meminfo: memFree=110351776/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=4490656 CPUtime=29.3 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 26646 0 0 0 2825 105 0 0 20 0 20 0 75777122 19521036288 1122664 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 1122664 5576 1 0 1693191 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=4305208 CPUtime=24.85 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 9588 0 0 0 2394 91 0 0 20 0 20 0 75777124 19521036288 1122664 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1122664 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1122664 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=4418944 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 1122664 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 29.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4490656 KiB

[startup+51.1058 s]
/proc/loadavg: 3.37 1.82 1.91 5/345 90084
/proc/meminfo: memFree=108327816/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=4691460 CPUtime=55.29 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 31472 0 0 0 5407 122 0 0 20 0 20 0 75777122 19521036288 1172865 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 1172865 5576 1 0 1693207 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=4691460 CPUtime=49.92 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 11263 0 0 0 4889 103 0 0 20 0 20 0 75777124 19521036288 1172865 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=4691460 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1172865 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 1172865 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 1172865 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0

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

Current children cumulated CPU time: 3239.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11575516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.42 4.34 4.18 5/345 90261
/proc/meminfo: memFree=62871756/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=11575516 CPUtime=3300.61 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 401046 0 0 0 328162 1899 0 0 20 0 20 0 75777122 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 2893879 5576 1 0 2911116 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=11575516 CPUtime=3155.32 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 207699 0 0 0 313792 1740 0 0 20 0 20 0 75777124 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=11575516 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=11575516 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 2596 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 3300.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11575516 KiB

[startup+3342.3 s]
/proc/loadavg: 4.46 4.36 4.20 5/345 90263
/proc/meminfo: memFree=62768656/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=11575516 CPUtime=3361.32 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 408388 0 0 0 334203 1929 0 0 20 0 20 0 75777122 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 2893879 5576 1 0 2911116 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=14824 CPUtime=3214.23 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 212766 0 0 0 319655 1768 0 0 20 0 20 0 75777124 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=9216 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=11575516 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 2680 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 2893879 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 3361.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11575516 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.31 4.18 5/345 90267
/proc/meminfo: memFree=61483036/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=11975828 CPUtime=3422.32 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 415430 0 0 0 340261 1971 0 0 20 0 20 0 75777122 19521036288 2993957 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 2993957 5576 1 0 3013450 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=11575516 CPUtime=3272.82 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 217575 0 0 0 325474 1808 0 0 20 0 20 0 75777124 19521036288 2993957 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 2993957 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=11575516 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 2735 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 2993957 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=-6000919477001808998 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 2993957 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 3422.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11975828 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.29 4.19 5/344 90269
/proc/meminfo: memFree=60537188/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=11979932 CPUtime=3483.07 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 423191 0 0 0 346305 2002 0 0 20 0 20 0 75777122 19521036288 2994983 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 2994983 5576 1 0 3013451 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=11575516 CPUtime=3331.7 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 223281 0 0 0 331332 1838 0 0 20 0 20 0 75777124 19521036288 2994983 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 2994983 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=11979932 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 2790 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 2994983 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 2994983 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 3483.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11979932 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.30 4.19 4/320 90283
/proc/meminfo: memFree=65559344/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=12099644 CPUtime=3546.39 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 434575 0 0 0 352594 2045 0 0 20 0 20 0 75777122 19521036288 3024911 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 3024911 5576 1 0 3057411 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=11575516 CPUtime=3390.34 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 229415 0 0 0 337155 1879 0 0 20 0 20 0 75777124 19521036288 3024911 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=11979932 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 3024911 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 2926 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 3024911 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=11986636 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 3024911 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 3546.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12099644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.3 s]
/proc/loadavg: 4.29 4.30 4.19 5/344 90341
/proc/meminfo: memFree=79078300/131249996 swapFree=33010672/33010684
[pid=90060] ppid=90057 vsize=19063512 memory=12159036 CPUtime=3600.06 cores=4,6
/proc/90060/stat : 90060 (java) S 90057 90060 89864 0 -1 4194304 439184 0 0 0 357932 2074 0 0 20 0 20 0 75777122 19521036288 3039759 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
/proc/90060/statm: 4765878 3039759 5576 1 0 3057413 0
[pid=90060/tid=90062] ppid=90057 vsize=19063512 memory=11575516 CPUtime=3441.6 cores=4,6
/proc/90060/task/90062/stat : 90062 (java) R 90057 90060 89864 0 -1 4194368 232823 0 0 0 342254 1906 0 0 20 0 20 0 75777124 19521036288 3039759 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90071] ppid=90057 vsize=19063512 memory=12159036 CPUtime=0 cores=4,6
/proc/90060/task/90071/stat : 90071 (Finalizer) S 90057 90060 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 3039759 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90078] ppid=90057 vsize=19063512 memory=12159036 CPUtime=0 cores=4,6
/proc/90060/task/90078/stat : 90078 (Common-Cleaner) S 90057 90060 89864 0 -1 4194368 2927 0 0 0 0 0 0 0 20 0 20 0 75777126 19521036288 3039759 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
[pid=90060/tid=90080] ppid=90057 vsize=19063512 memory=12159036 CPUtime=0 cores=4,6
/proc/90060/task/90080/stat : 90080 (Timer-0) S 90057 90060 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75777379 19521036288 3039759 18446744073709551615 94229719322624 94229719326320 140736790484032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229719334136 94229719334928 94229720625152 140736790489392 140736790489574 140736790489574 140736790495176 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12159036 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3579.44 s, system=20.7951 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3576 s]*
/proc/loadavg: 4.29 4.30 4.19 4/326 90344
/proc/meminfo: memFree=79059344/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3576.8 s]
/proc/loadavg: 4.29 4.30 4.19 4/326 90344
/proc/meminfo: memFree=79059344/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3577.2 s]
/proc/loadavg: 4.26 4.29 4.19 4/326 90344
/proc/meminfo: memFree=79051280/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3577.3 s]
/proc/loadavg: 4.26 4.29 4.19 4/326 90344
/proc/meminfo: memFree=79051280/131249996 swapFree=33010672/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): 3577.96
CPU time (s): 3600.24
CPU user time (s): 3579.44
CPU system time (s): 20.7951
CPU usage (%): 100.623
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 12159932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.44
system time used= 20.7951
maximum resident set size= 12160060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 442271
page faults= 0
swaps= 0
block input operations= 0
block output operations= 36148120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124800
involuntary context switches= 13098


# summary of solver processes directly reported to runsolver:
#   pid: 90060
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3579.44
#   total CPU system time (s): 20.7951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65395 second user time and 17.1176 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 05:49:54
IDJOB=4522559
IDBENCH=179078
IDSOLVER=3364
FILE ID=nodeC017/4522559-1751600994
RUNJOBID= nodeC017-1751600965-89875
SLURM_JOB_ID= 9598879
Free space on /tmp= 432424 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i2_pp_94.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522559-1751600994/watcher-4522559-1751600994 -o /tmp/evaluation-result-4522559-1751600994/solver-4522559-1751600994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751600965-89875 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4522559-1751600994 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4522559-1751600994.opb

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

MD5SUM BENCH= 3daa9ced16b2be364df6dcba1fb45266
RANDOM SEED=394044148

nodeC017 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.064
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.12
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		: 3600.070
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.12
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		: 3611.783
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.12
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		: 3573.173
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.12
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.068
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.12
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		: 3600.059
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118715968 kB
MemAvailable:   122760112 kB
Buffers:            1688 kB
Cached:          4812236 kB
SwapCached:            8 kB
Active:          7203884 kB
Inactive:        4522780 kB
Active(anon):    6914760 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file):  4506652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            296688 kB
Writeback:             0 kB
AnonPages:       6915964 kB
Mapped:           124412 kB
Shmem:             18072 kB
KReclaimable:     174816 kB
Slab:             274020 kB
SReclaimable:     174816 kB
SUnreclaim:        99204 kB
KernelStack:        5280 kB
PageTables:        17212 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11300528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6699008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432456 MiB
End job on nodeC017 at 2025-07-04 06:49:32