Trace number 4515535

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-06UNSAT cert. 56.8512 53.585

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
MD5SUM5d1633616664d1d404e86526e434c88a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.066435
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints3655
Minimum length of a constraint5
Maximum length of a constraint15
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
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.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4515535-1751234168.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.31/0.28	c ... done. Wall clock time 0.146s.
0.31/0.28	c declared #vars     18705
0.31/0.28	c #constraints  3742
0.31/0.28	c constraints type 
0.31/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3742
0.31/0.28	c 3742 constraints processed.
1.27/0.77	c cleaning 2501 clauses out of 5001 with flag 13374/5001
2.26/1.26	c cleaning 4249 clauses out of 8501 with flag 29702/11002
2.65/1.44	c cleaning 5622 clauses out of 11250 with flag 48369/18000
3.04/1.61	c cleaning 6804 clauses out of 13629 with flag 71031/26001
3.25/1.77	c cleaning 7905 clauses out of 15824 with flag 97965/35000
3.64/1.90	c cleaning 8953 clauses out of 17921 with flag 125680/45002
3.85/2.04	c cleaning 9971 clauses out of 19967 with flag 162301/56001
4.03/2.17	c cleaning 10994 clauses out of 21996 with flag 194833/68001
4.22/2.29	c cleaning 11988 clauses out of 24003 with flag 229319/81002
4.46/2.42	c cleaning 12990 clauses out of 26013 with flag 270591/95000
4.56/2.56	c cleaning 14010 clauses out of 28024 with flag 313027/110001
4.76/2.73	c cleaning 14985 clauses out of 30013 with flag 359764/126000
4.99/2.94	c cleaning 15974 clauses out of 32028 with flag 407081/143000
5.21/3.12	c cleaning 16999 clauses out of 34055 with flag 458642/161001
5.41/3.33	c cleaning 18020 clauses out of 36057 with flag 522893/180002
5.61/3.54	c cleaning 18986 clauses out of 38036 with flag 579742/200001
5.82/3.75	c cleaning 19968 clauses out of 40049 with flag 637692/221000
6.28/4.00	c cleaning 21017 clauses out of 42082 with flag 703365/243001
6.49/4.28	c cleaning 22027 clauses out of 44064 with flag 771009/266000
6.79/4.58	c cleaning 23009 clauses out of 46038 with flag 845289/290001
7.09/4.86	c cleaning 23985 clauses out of 48028 with flag 916970/315000
7.40/5.14	c cleaning 25014 clauses out of 50044 with flag 992846/341001
7.73/5.47	c cleaning 25983 clauses out of 52032 with flag 1080886/368003
8.03/5.78	c cleaning 26943 clauses out of 54047 with flag 1167963/396001
8.44/6.12	c cleaning 27989 clauses out of 56104 with flag 1259261/425001
8.74/6.47	c cleaning 28992 clauses out of 58115 with flag 1357082/455001
9.24/6.91	c cleaning 30046 clauses out of 60122 with flag 1444600/486000
9.64/7.31	c cleaning 31025 clauses out of 62077 with flag 1538193/518001
10.14/7.80	c cleaning 31996 clauses out of 64051 with flag 1644877/551000
10.53/8.21	c cleaning 33005 clauses out of 66058 with flag 1751085/585003
10.93/8.61	c cleaning 34020 clauses out of 68051 with flag 1851241/620001
11.38/9.06	c cleaning 35009 clauses out of 70031 with flag 1956837/656001
11.85/9.53	c cleaning 35970 clauses out of 72021 with flag 2061487/693000
12.25/9.95	c cleaning 37005 clauses out of 74052 with flag 2170935/731001
12.65/10.36	c cleaning 37954 clauses out of 76046 with flag 2299154/770000
13.15/10.86	c cleaning 39037 clauses out of 78092 with flag 2419753/810000
13.74/11.40	c cleaning 40001 clauses out of 80055 with flag 2539396/851000
14.14/11.89	c cleaning 40988 clauses out of 82055 with flag 2663881/893001
14.66/12.39	c cleaning 42024 clauses out of 84067 with flag 2798139/936001
15.27/12.97	c cleaning 42998 clauses out of 86042 with flag 2926059/980000
15.91/13.54	c cleaning 43968 clauses out of 88046 with flag 3060985/1025002
16.56/14.19	c cleaning 45035 clauses out of 90077 with flag 3201814/1071001
17.25/14.85	c cleaning 45978 clauses out of 92041 with flag 3351815/1118000
18.13/15.61	c cleaning 46993 clauses out of 94063 with flag 3491915/1166000
18.91/16.34	c cleaning 48027 clauses out of 96072 with flag 3640844/1215002
19.62/17.10	c cleaning 48999 clauses out of 98044 with flag 3791635/1265001
20.41/17.83	c cleaning 50013 clauses out of 100045 with flag 3948413/1316001
21.14/18.56	c cleaning 50996 clauses out of 102032 with flag 4100484/1368001
22.02/19.37	c cleaning 52012 clauses out of 104035 with flag 4253872/1421000
22.86/20.10	c cleaning 53000 clauses out of 106023 with flag 4410802/1475000
23.64/20.98	c cleaning 53955 clauses out of 108024 with flag 4570876/1530001
24.57/21.82	c cleaning 54987 clauses out of 110068 with flag 4736022/1586000
25.47/22.73	c cleaning 56036 clauses out of 112082 with flag 4902297/1643001
26.29/23.55	c cleaning 57016 clauses out of 114045 with flag 5068321/1701000
27.13/24.38	c cleaning 57590 clauses out of 116029 with flag 5232638/1760000
28.03/25.29	c cleaning 58360 clauses out of 118440 with flag 5410238/1820001
29.05/26.27	c cleaning 59553 clauses out of 121079 with flag 5590963/1881000
29.95/27.18	c cleaning 60457 clauses out of 123526 with flag 5780898/1943000
30.86/28.08	c cleaning 61131 clauses out of 126069 with flag 5977842/2006000
31.81/28.99	c cleaning 62177 clauses out of 128940 with flag 6164849/2070002
32.93/30.00	c cleaning 63500 clauses out of 131761 with flag 6351090/2135000
33.93/31.00	c cleaning 64442 clauses out of 134261 with flag 6540789/2201000
34.93/32.07	c cleaning 65159 clauses out of 136819 with flag 6743933/2268000
35.96/33.10	c cleaning 66291 clauses out of 139661 with flag 6946822/2336001
37.19/34.23	c cleaning 67349 clauses out of 142369 with flag 7156256/2405000
38.18/35.23	c cleaning 68236 clauses out of 145023 with flag 7355051/2475003
39.38/36.49	c cleaning 69471 clauses out of 147784 with flag 7559862/2546000
40.68/37.70	c cleaning 70447 clauses out of 150313 with flag 7773584/2618000
41.67/38.77	c cleaning 71184 clauses out of 152867 with flag 7991478/2691001
42.90/39.96	c cleaning 71879 clauses out of 155682 with flag 8207457/2765000
44.10/41.12	c cleaning 73582 clauses out of 158803 with flag 8424754/2840000
45.10/42.18	c cleaning 73897 clauses out of 161224 with flag 8635006/2916003
46.39/43.42	c cleaning 75118 clauses out of 164324 with flag 8858382/2993000
47.63/44.66	c cleaning 76025 clauses out of 167208 with flag 9082583/3071002
48.83/45.85	c cleaning 76904 clauses out of 170181 with flag 9324464/3150000
49.92/46.93	c cleaning 77693 clauses out of 173277 with flag 9557930/3230000
51.22/48.20	c cleaning 79048 clauses out of 176587 with flag 9794875/3311003
52.46/49.48	c cleaning 79864 clauses out of 179536 with flag 10042042/3393000
53.65/50.68	c cleaning 80270 clauses out of 182672 with flag 10278108/3476000
55.16/52.17	c cleaning 81925 clauses out of 186403 with flag 10526129/3560001
56.58/53.48	c starts		: 2294
56.58/53.49	c conflicts		: 3629638
56.58/53.49	c decisions		: 37573383
56.58/53.49	c propagations		: 57067124
56.58/53.49	c inspects		: 444955581
56.58/53.49	c shortcuts		: 0
56.58/53.49	c learnt literals	: 11
56.58/53.49	c learnt binary clauses	: 33
56.58/53.49	c learnt ternary clauses	: 18052
56.58/53.49	c learnt constraints	: 3629626
56.58/53.49	c ignored constraints	: 0
56.58/53.49	c root simplifications	: 0
56.58/53.49	c removed literals (reason simplification)	: 3003933
56.58/53.49	c reason swapping (by a shorter reason)	: 0
56.58/53.49	c Calls to reduceDB	: 80
56.58/53.49	c Number of update (reduction) of LBD	: 617553
56.58/53.49	c Imported unit clauses	: 0
56.58/53.49	c No decision after first conflict	: false
56.58/53.49	c number of reductions to clauses (during analyze)	: 0
56.58/53.49	c number of learned constraints concerned by reduction	: 0
56.58/53.49	c number of learning phase by resolution	: 0
56.58/53.49	c number of learning phase by cutting planes	: 0
56.58/53.49	c number of rounding to 1 operations	: 0
56.58/53.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
56.58/53.49	c number of reductions of the coefficients by power 2 	: 0
56.58/53.50	c number of right shift for reduction by power 2 	: 0
56.58/53.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
56.70/53.50	c number of ending skipping 	: 0
56.70/53.50	c number of internal skipping 	: 0
56.70/53.50	c number of derivation steps 	: 0
56.70/53.50	c number of skipped derivation steps 	: 0
56.70/53.50	c number of remaining unassigned 	: 0
56.70/53.50	c number of remaining assigned 	: 0
56.70/53.50	c number of falsified literals weakened from reason	: 0
56.70/53.50	c number of falsified literals weakened from conflict	: 0
56.70/53.50	c time for arithmetic operations	: 0
56.70/53.50	c minimum degree of deleted constraints	: null
56.70/53.50	c maximum degree of deleted constraints	: null
56.70/53.50	c number of deleted constraints	: 0
56.70/53.50	c speed (assignments/second)	: 1072508.8612828655
56.70/53.50	c non guided choices	: 31422087
56.70/53.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 174070
56.70/53.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 33
56.70/53.56	s UNSATISFIABLE
56.70/53.56	c Total wall clock time (in seconds): 53.427

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:14:10 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

[startup+0.100059 s]*
/proc/loadavg: 4.63 4.29 4.11 5/344 35372
/proc/meminfo: memFree=107426608/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=18930384 memory=55668 CPUtime=0.12 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 6545 0 0 0 10 2 0 0 20 0 18 0 39096264 19384713216 13917 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4732596 13917 5337 1 0 547588 0
[pid=35354/tid=35356] ppid=35351 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 5038 0 0 0 6 1 0 0 20 0 18 0 39096265 19384713216 13917 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39096267 19384713216 13917 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=18930384 memory=60684515952020 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39096268 19384713216 13917 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55668 KiB

[startup+0.205747 s]*
/proc/loadavg: 4.63 4.29 4.11 7/344 35372
/proc/meminfo: memFree=107420592/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=18930384 memory=70288 CPUtime=0.31 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 7021 0 0 0 29 2 0 0 20 0 18 0 39096264 19384713216 17572 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4732596 17572 5465 1 0 547909 0
[pid=35354/tid=35356] ppid=35351 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 5275 0 0 0 16 1 0 0 20 0 18 0 39096265 19384713216 17572 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=18930384 memory=16898 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39096267 19384713216 17572 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39096268 19384713216 17572 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70288 KiB

[startup+0.305769 s]*
/proc/loadavg: 4.63 4.29 4.11 6/345 35373
/proc/meminfo: memFree=107388392/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=18996948 memory=105428 CPUtime=0.5 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 8611 0 0 0 47 3 0 0 20 0 19 0 39096264 19452874752 26357 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4749237 26357 5465 1 0 549217 0
[pid=35354/tid=35356] ppid=35351 vsize=18996948 memory=-6000919502771414892 CPUtime=0.26 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 5316 0 0 0 24 2 0 0 20 0 19 0 39096265 19452874752 26357 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39096267 19452874752 26357 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39096268 19452874752 26357 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39096294 19452874752 26357 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105428 KiB

[startup+0.700227 s]
/proc/loadavg: 4.63 4.29 4.11 7/345 35373
/proc/meminfo: memFree=107361268/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=18996948 memory=146240 CPUtime=1.27 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 15596 0 0 0 122 5 0 0 20 0 19 0 39096264 19452874752 36560 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4749237 36560 5465 1 0 554043 0
[pid=35354/tid=35356] ppid=35351 vsize=18996948 memory=18048 CPUtime=0.63 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 5377 0 0 0 61 2 0 0 20 0 19 0 39096265 19452874752 36560 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39096267 19452874752 36560 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39096268 19452874752 36560 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39096294 19452874752 36560 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 146240 KiB

[startup+1.50024 s]
/proc/loadavg: 4.66 4.30 4.11 6/345 35373
/proc/meminfo: memFree=107296812/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=184468 CPUtime=2.85 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 22578 0 0 0 278 7 0 0 20 0 20 0 39096264 19521036288 46117 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 46117 5497 1 0 554421 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=10752 CPUtime=1.38 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 5896 0 0 0 135 3 0 0 20 0 20 0 39096265 19521036288 46117 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 46117 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 46117 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 46117 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184468 KiB

[startup+3.10561 s]
/proc/loadavg: 4.66 4.30 4.11 5/346 35374
/proc/meminfo: memFree=106770596/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=283612 CPUtime=5.21 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 25222 0 0 0 509 12 0 0 20 0 20 0 39096264 19521036288 70903 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 70903 5529 1 0 554441 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=10752 CPUtime=2.92 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 6330 0 0 0 284 8 0 0 20 0 20 0 39096265 19521036288 70903 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=-6000919502771414892 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 70903 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 70903 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 70903 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 5.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 283612 KiB

[startup+6.3002 s]
/proc/loadavg: 4.61 4.29 4.11 5/346 35374
/proc/meminfo: memFree=106033304/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=622992 CPUtime=8.64 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 25785 0 0 0 840 24 0 0 20 0 20 0 39096264 19521036288 155748 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 155748 5529 1 0 554463 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=0 CPUtime=6.08 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 6706 0 0 0 589 19 0 0 20 0 20 0 39096265 19521036288 155748 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 155748 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 155748 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=184468 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 155748 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 622992 KiB

[startup+12.7002 s]
/proc/loadavg: 4.64 4.31 4.12 5/346 35374
/proc/meminfo: memFree=101394068/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=960940 CPUtime=15.06 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 28036 0 0 0 1466 40 0 0 20 0 20 0 39096264 19521036288 240235 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 240235 5529 1 0 554463 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=184468 CPUtime=12.42 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 8051 0 0 0 1208 34 0 0 20 0 20 0 39096265 19521036288 240235 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 240235 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=960940 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 240235 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 240235 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 15.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 960940 KiB

[startup+25.5059 s]
/proc/loadavg: 4.54 4.29 4.11 6/346 35374
/proc/meminfo: memFree=98845820/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=1360508 CPUtime=28.34 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 34301 0 0 0 2772 62 0 0 20 0 20 0 39096264 19521036288 340127 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 340127 5529 1 0 554463 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=10752 CPUtime=25.08 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 9677 0 0 0 2456 52 0 0 20 0 20 0 39096265 19521036288 340127 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=960940 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 340127 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 340127 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 340127 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 28.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1360508 KiB

[startup+51.1057 s]
/proc/loadavg: 4.60 4.33 4.13 5/344 35374
/proc/meminfo: memFree=92976068/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=1387244 CPUtime=54.16 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 36947 0 0 0 5327 89 0 0 20 0 20 0 39096264 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 346811 5529 1 0 554463 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=16420 CPUtime=50.44 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 11177 0 0 0 4967 77 0 0 20 0 20 0 39096265 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=18048 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 54.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1387244 KiB

[startup+53.5849 s]
# the end of solver process 35354 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=55.8944 s, system=0.956789 s

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

[startup+51.2003 s]
/proc/loadavg: 4.60 4.33 4.13 5/344 35374
/proc/meminfo: memFree=92976068/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=1387244 CPUtime=54.25 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 36947 0 0 0 5336 89 0 0 20 0 20 0 39096264 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 346811 5529 1 0 554463 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=1379040 CPUtime=50.53 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 11177 0 0 0 4976 77 0 0 20 0 20 0 39096265 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=5504 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=1379040 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 54.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1387244 KiB

[startup+52.8002 s]
/proc/loadavg: 4.60 4.33 4.13 6/344 35374
/proc/meminfo: memFree=92313552/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=1387244 CPUtime=55.85 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 36949 0 0 0 5494 91 0 0 20 0 20 0 39096264 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 346811 5529 1 0 554463 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=1387244 CPUtime=52.13 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 11179 0 0 0 5134 79 0 0 20 0 20 0 39096265 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=283612 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 346811 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 55.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1387244 KiB

[startup+53.2002 s]
/proc/loadavg: 4.60 4.33 4.13 5/344 35374
/proc/meminfo: memFree=91413720/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=1389676 CPUtime=56.33 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 40833 0 0 0 5542 91 0 0 20 0 20 0 39096264 19521036288 347419 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 347419 5529 1 0 554487 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=-6000919502771414892 CPUtime=52.53 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 12188 0 0 0 5174 79 0 0 20 0 20 0 39096265 19521036288 347419 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=8935344 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 347419 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=6640 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 347419 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=7498984 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 347419 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 56.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1389676 KiB

[startup+53.4002 s]
/proc/loadavg: 4.60 4.33 4.13 5/344 35374
/proc/meminfo: memFree=91413720/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19063512 memory=1398892 CPUtime=56.58 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 43547 0 0 0 5564 94 0 0 20 0 20 0 39096264 19521036288 349723 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4765878 349723 5529 1 0 555125 0
[pid=35354/tid=35356] ppid=35351 vsize=19063512 memory=215587488049 CPUtime=52.57 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) R 35351 35354 34474 0 -1 4194368 12452 0 0 0 5176 81 0 0 20 0 20 0 39096265 19521036288 349723 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19063512 memory=57411700523765 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19521036288 349723 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19063512 memory=3689068443568701472 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19521036288 349723 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35373] ppid=35351 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/35354/task/35373/stat : 35373 (Timer-0) S 35351 35354 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39096294 19521036288 349723 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 56.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1398892 KiB

[startup+53.5002 s]
/proc/loadavg: 4.60 4.33 4.13 5/344 35374
/proc/meminfo: memFree=91413720/131250000 swapFree=33010684/33010684
[pid=35354] ppid=35351 vsize=19196640 memory=1399404 CPUtime=56.7 cores=5,7
/proc/35354/stat : 35354 (java) S 35351 35354 34474 0 -1 4194304 44539 0 0 0 5576 94 0 0 20 0 20 0 39096264 19657359360 349851 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
/proc/35354/statm: 4799160 349851 5529 1 0 555743 0
[pid=35354/tid=35356] ppid=35351 vsize=19196640 memory=16420 CPUtime=52.58 cores=5,7
/proc/35354/task/35356/stat : 35356 (java) S 35351 35354 34474 0 -1 4194368 13079 0 0 0 5176 82 0 0 20 0 20 0 39096265 19657359360 349851 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35365] ppid=35351 vsize=19196640 memory=10752 CPUtime=0 cores=5,7
/proc/35354/task/35365/stat : 35365 (Finalizer) S 35351 35354 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39096267 19657359360 349851 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
[pid=35354/tid=35372] ppid=35351 vsize=19196640 memory=10752 CPUtime=0 cores=5,7
/proc/35354/task/35372/stat : 35372 (Common-Cleaner) S 35351 35354 34474 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39096268 19657359360 349851 18446744073709551615 94799971844096 94799971847792 140726502149408 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94799971855608 94799971856400 94799994404864 140726502156592 140726502156774 140726502156774 140726502162376 0
Current children cumulated CPU time: 56.7 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1399404 KiB

Child status: 20

Real time (s): 53.585
CPU time (s): 56.8512
CPU user time (s): 55.8944
CPU system time (s): 0.956789
CPU usage (%): 106.095
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1399404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.8944
system time used= 0.956789
maximum resident set size= 1399788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 778704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9014
involuntary context switches= 1497


# summary of solver processes directly reported to runsolver:
#   pid: 35354
#   total CPU time (s): 56.8512
#   total CPU user time (s): 55.8944
#   total CPU system time (s): 0.956789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.126671 second user time and 0.283052 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 23:56:09
IDJOB=4515535
IDBENCH=165294
IDSOLVER=3364
FILE ID=nodeC033/4515535-1751234168
RUNJOBID= nodeC033-1751234104-34968
SLURM_JOB_ID= 9587701
Free space on /tmp= 432764 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515535-1751234168/watcher-4515535-1751234168 -o /tmp/evaluation-result-4515535-1751234168/solver-4515535-1751234168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34968 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515535-1751234168 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515535-1751234168.opb

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

MD5SUM BENCH= 5d1633616664d1d404e86526e434c88a
RANDOM SEED=754389596

nodeC033 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.079
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.13
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.085
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        107464644 kB
MemAvailable:   112183236 kB
Buffers:            3280 kB
Cached:          5520248 kB
SwapCached:            0 kB
Active:         17831256 kB
Inactive:        5260752 kB
Active(anon):   17586700 kB
Inactive(anon):        0 kB
Active(file):     244556 kB
Inactive(file):  5260752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1360220 kB
Writeback:             0 kB
AnonPages:      17571664 kB
Mapped:           123716 kB
Shmem:             18120 kB
KReclaimable:     105048 kB
Slab:             235444 kB
SReclaimable:     105048 kB
SUnreclaim:       130396 kB
KernelStack:        5312 kB
PageTables:        38068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   26780444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17338368 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432764 MiB
End job on nodeC033 at 2025-06-29 23:57:02