Trace number 4526351

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06MSAT (TO) 3600.66 3566.17

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/spot5/
normalized-spot5-412_wcsp.wbo
MD5SUM84bec45daf3e2f2cbd3688999a3e29ea
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark32381
Best CPU time to get the best result obtained on this benchmark0.763593
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables844
Total number of constraints7574
Number of soft constraints7274
Number of constraints which are clauses7274
Number of constraints which are cardinality constraints (but not clauses)300
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 48484
Min constraint cost 1
Max constraint cost 48484
Sum of constraints costs 338175899
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.12/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.23	c java.vm.version	22.0.1+8-16
0.12/0.23	c java.vm.vendor	Oracle Corporation
0.12/0.23	c sun.arch.data.model	64
0.12/0.23	c java.version		22.0.1
0.12/0.23	c os.name		Linux
0.12/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.23	c os.arch		amd64
0.12/0.24	c Free memory 		2104792832
0.12/0.24	c Max memory 		16282288128
0.12/0.24	c Total memory 		2113929216
0.29/0.25	c Number of processors 	2
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	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.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.36	c solving HOME/instance-4526351-1751631518.wbo
0.44/0.36	c reading problem ... 
0.93/0.65	c ... done. Wall clock time 0.292s.
0.93/0.65	c declared #vars     844
0.93/0.65	c internal #vars     8118
0.93/0.65	c #constraints  7875
0.93/0.65	c constraints type 
0.93/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656
0.93/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 122
0.93/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.93/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7096
0.93/0.65	c 7875 constraints processed.
0.93/0.67	c objective function length is 7274 literals
1.11/0.78	c SATISFIABLE
1.11/0.78	c OPTIMIZING...
1.11/0.78	c Got one! Elapsed wall clock time (in seconds):0.425
1.11/0.78	o 37412
1.70/1.03	c Got one! Elapsed wall clock time (in seconds):0.672
1.70/1.03	o 37411
2.08/1.28	c Got one! Elapsed wall clock time (in seconds):0.927
2.08/1.28	o 37410
4.24/2.72	c cleaning 2698 clauses out of 5396 with flag 10267/5396
5.21/3.38	c Got one! Elapsed wall clock time (in seconds):3.022
5.21/3.38	o 37409
6.32/4.19	c cleaning 4146 clauses out of 8293 with flag 6516/10991
8.15/5.79	c cleaning 5072 clauses out of 10147 with flag 19616/16991
10.01/7.35	c cleaning 6038 clauses out of 12076 with flag 33828/23992
12.57/9.42	c cleaning 7011 clauses out of 14037 with flag 51845/31991
15.90/12.34	c cleaning 8012 clauses out of 16026 with flag 73700/40991
18.90/15.35	c cleaning 9005 clauses out of 18014 with flag 98045/50991
23.72/20.18	c cleaning 10004 clauses out of 20009 with flag 123719/61991
27.40/23.86	c cleaning 11003 clauses out of 22006 with flag 153728/73992
32.81/29.23	c cleaning 11992 clauses out of 24002 with flag 187990/86991
38.62/35.07	c cleaning 13000 clauses out of 26010 with flag 221182/100991
43.10/39.52	c cleaning 14002 clauses out of 28011 with flag 257128/115992
46.35/42.67	c cleaning 15005 clauses out of 30009 with flag 299822/131992
49.68/45.89	c cleaning 15998 clauses out of 32003 with flag 345503/148991
53.75/49.83	c cleaning 17003 clauses out of 34005 with flag 393738/166991
58.33/54.36	c cleaning 17999 clauses out of 36003 with flag 444602/185992
63.08/59.02	c cleaning 19000 clauses out of 38003 with flag 498544/205991
68.81/64.70	c cleaning 19998 clauses out of 40003 with flag 549868/226991
73.76/69.68	c cleaning 21001 clauses out of 42005 with flag 606390/248991
79.02/74.84	c cleaning 22001 clauses out of 44004 with flag 664894/271991
85.21/80.91	c cleaning 23000 clauses out of 46004 with flag 718461/295992
91.78/87.48	c cleaning 23996 clauses out of 48003 with flag 771578/320991
99.33/95.01	c cleaning 25001 clauses out of 50009 with flag 828398/346993
106.14/101.67	c cleaning 26004 clauses out of 52007 with flag 886710/373992
114.12/109.50	c cleaning 27002 clauses out of 54003 with flag 947146/401992
123.20/118.52	c cleaning 28001 clauses out of 56001 with flag 1010249/430992
133.68/128.31	c cleaning 28997 clauses out of 57999 with flag 1079376/460991
142.65/137.22	c cleaning 30001 clauses out of 60002 with flag 1153324/491991
151.05/145.59	c cleaning 30994 clauses out of 62001 with flag 1231323/523991
158.85/153.26	c cleaning 32000 clauses out of 64008 with flag 1321293/556992
166.85/161.16	c cleaning 32995 clauses out of 66008 with flag 1396187/590992
175.70/170.00	c cleaning 34000 clauses out of 68012 with flag 1480894/625991
184.49/178.73	c cleaning 35004 clauses out of 70013 with flag 1564366/661992
193.61/187.76	c cleaning 36001 clauses out of 72009 with flag 1644833/698992
204.05/198.13	c cleaning 36997 clauses out of 74007 with flag 1730358/736991
213.83/207.94	c cleaning 38003 clauses out of 76010 with flag 1816237/775991
223.53/217.47	c cleaning 38998 clauses out of 78008 with flag 1905831/815992
234.84/227.74	c cleaning 40002 clauses out of 80009 with flag 1994508/856991
246.32/239.14	c cleaning 41003 clauses out of 82007 with flag 2088344/898991
257.76/250.42	c cleaning 41997 clauses out of 84004 with flag 2199086/941991
270.03/262.75	c cleaning 43000 clauses out of 86008 with flag 2293141/985992
284.20/276.85	c cleaning 44000 clauses out of 88009 with flag 2391244/1030993
295.98/288.63	c cleaning 45003 clauses out of 90007 with flag 2493467/1076991
307.96/300.62	c cleaning 46000 clauses out of 92004 with flag 2595050/1123991
321.44/314.14	c cleaning 47001 clauses out of 94004 with flag 2700182/1171991
335.41/328.12	c cleaning 47993 clauses out of 96003 with flag 2806873/1220991
348.38/341.17	c cleaning 48997 clauses out of 98010 with flag 2916366/1270991
362.90/355.22	c cleaning 50008 clauses out of 100015 with flag 3027299/1321993
379.45/371.57	c cleaning 51002 clauses out of 102005 with flag 3141199/1373991
397.64/388.58	c cleaning 51998 clauses out of 104004 with flag 3258902/1426992
414.75/405.57	c cleaning 53000 clauses out of 106006 with flag 3378332/1480992
431.07/421.70	c cleaning 54001 clauses out of 108005 with flag 3502595/1535991
446.91/437.43	c cleaning 55002 clauses out of 110006 with flag 3626110/1591993
463.34/453.70	c cleaning 55998 clauses out of 112003 with flag 3755916/1648992
480.49/470.79	c cleaning 56996 clauses out of 114004 with flag 3880711/1706991
496.58/486.77	c cleaning 58004 clauses out of 116009 with flag 4007650/1765992
516.05/506.18	c cleaning 58994 clauses out of 118004 with flag 4136452/1825991
536.58/526.48	c cleaning 60002 clauses out of 120010 with flag 4268378/1886991
554.66/544.47	c cleaning 61001 clauses out of 122009 with flag 4401092/1948992
574.32/564.09	c cleaning 62003 clauses out of 124008 with flag 4536649/2011992
595.40/585.01	c cleaning 63000 clauses out of 126007 with flag 4673414/2075994
615.12/604.76	c cleaning 63997 clauses out of 128004 with flag 4829899/2140991
637.78/626.32	c cleaning 65000 clauses out of 130008 with flag 4985010/2206992
661.33/649.82	c cleaning 65999 clauses out of 132007 with flag 5139788/2273991
682.43/670.83	c cleaning 66994 clauses out of 134008 with flag 5295099/2341991
706.12/694.48	c cleaning 68007 clauses out of 136014 with flag 5459945/2410991
727.51/715.61	c cleaning 68998 clauses out of 138008 with flag 5623352/2480992
750.28/738.36	c cleaning 70005 clauses out of 140010 with flag 5787394/2551992
774.63/762.55	c cleaning 70995 clauses out of 142005 with flag 5954780/2623992
800.07/787.95	c cleaning 72005 clauses out of 144009 with flag 6125613/2696991
824.89/812.71	c cleaning 72999 clauses out of 146004 with flag 6298290/2770991
850.51/838.08	c cleaning 73993 clauses out of 148005 with flag 6472233/2845991
876.58/864.10	c cleaning 75000 clauses out of 150012 with flag 6646579/2921991
903.54/890.75	c cleaning 76003 clauses out of 152012 with flag 6825991/2998991
928.34/915.40	c cleaning 76995 clauses out of 154010 with flag 7008265/3076992
956.04/943.19	c cleaning 78003 clauses out of 156014 with flag 7189125/3155991
987.13/972.48	c cleaning 79001 clauses out of 158011 with flag 7374335/3235991
1017.95/1003.23	c cleaning 80001 clauses out of 160011 with flag 7562369/3316992
1050.07/1035.37	c cleaning 81002 clauses out of 162010 with flag 7749939/3398992
1077.18/1062.33	c cleaning 82001 clauses out of 164007 with flag 7934216/3481991
1104.60/1089.37	c cleaning 83001 clauses out of 166009 with flag 8118598/3565994
1130.99/1115.68	c cleaning 84003 clauses out of 168006 with flag 8304861/3650992
1160.94/1145.30	c cleaning 84996 clauses out of 170002 with flag 8502627/3736991
1197.80/1182.13	c cleaning 86001 clauses out of 172006 with flag 8717300/3823991
1235.60/1219.67	c cleaning 87000 clauses out of 174006 with flag 8929228/3911992
1271.06/1254.85	c cleaning 87996 clauses out of 176005 with flag 9119561/4000991
1304.97/1288.66	c cleaning 89003 clauses out of 178009 with flag 9312518/4090991
1337.59/1319.86	c cleaning 89998 clauses out of 180007 with flag 9506130/4181992
1368.66/1350.68	c cleaning 90996 clauses out of 182009 with flag 9700944/4273992
1401.36/1383.09	c cleaning 92003 clauses out of 184013 with flag 9899076/4366992
1437.44/1418.88	c cleaning 93006 clauses out of 186012 with flag 10097443/4460994
1473.56/1454.80	c cleaning 93999 clauses out of 188003 with flag 10301422/4555991
1512.29/1493.49	c cleaning 94994 clauses out of 190004 with flag 10510574/4651991
1550.49/1531.42	c cleaning 95999 clauses out of 192010 with flag 10720210/4748991
1582.69/1563.49	c cleaning 97001 clauses out of 194011 with flag 10931989/4846991
1618.84/1599.30	c cleaning 98000 clauses out of 196011 with flag 11145176/4945992
1654.72/1634.94	c cleaning 99002 clauses out of 198011 with flag 11361617/5045992
1689.32/1669.20	c cleaning 99998 clauses out of 200009 with flag 11578994/5146992
1729.81/1707.60	c cleaning 101004 clauses out of 202010 with flag 11798690/5248991
1768.99/1746.73	c cleaning 102002 clauses out of 204006 with flag 12019981/5351991
1813.03/1790.53	c cleaning 102997 clauses out of 206004 with flag 12241456/5455991
1855.50/1832.96	c cleaning 103998 clauses out of 208007 with flag 12464270/5560991
1893.60/1870.77	c cleaning 105001 clauses out of 210010 with flag 12689682/5666992
1935.15/1911.99	c cleaning 106003 clauses out of 212009 with flag 12916568/5773992
1977.60/1954.24	c cleaning 106998 clauses out of 214005 with flag 13144235/5881991
2023.14/1999.48	c cleaning 107999 clauses out of 216008 with flag 13373613/5990992
2072.09/2048.03	c cleaning 108999 clauses out of 218010 with flag 13606163/6100993
2115.38/2091.21	c cleaning 109999 clauses out of 220010 with flag 13841427/6211992
2161.39/2136.92	c cleaning 111001 clauses out of 222010 with flag 14078186/6323991
2204.88/2180.06	c cleaning 111998 clauses out of 224009 with flag 14380687/6436991
2244.08/2219.13	c cleaning 113003 clauses out of 226011 with flag 14718829/6550991
2282.56/2257.31	c cleaning 113995 clauses out of 228008 with flag 15032390/6665991
2322.34/2296.80	c cleaning 115004 clauses out of 230013 with flag 15358146/6781991
2372.89/2345.10	c cleaning 116001 clauses out of 232010 with flag 15695440/6898992
2413.50/2385.53	c cleaning 117001 clauses out of 234009 with flag 16030763/7016992
2456.17/2427.80	c cleaning 118004 clauses out of 236008 with flag 16346170/7135992
2498.04/2469.50	c cleaning 119002 clauses out of 238004 with flag 16604753/7255992
2539.02/2510.44	c cleaning 120001 clauses out of 240002 with flag 16863202/7376992
2581.01/2552.12	c cleaning 120999 clauses out of 242000 with flag 17123826/7498991
2628.60/2599.68	c cleaning 121995 clauses out of 244002 with flag 17399984/7621992
2672.94/2643.60	c cleaning 122997 clauses out of 246006 with flag 17672571/7745991
2718.44/2689.10	c cleaning 124004 clauses out of 248009 with flag 17937260/7870991
2772.26/2742.47	c cleaning 125003 clauses out of 250006 with flag 18229297/7996992
2853.24/2823.39	c cleaning 125999 clauses out of 252002 with flag 18518833/8123991
2916.09/2885.99	c cleaning 127001 clauses out of 254003 with flag 18806485/8251991
2986.39/2956.15	c cleaning 127994 clauses out of 256002 with flag 19087468/8380991
3046.20/3015.62	c cleaning 128999 clauses out of 258010 with flag 19383494/8510993
3102.87/3071.94	c cleaning 130000 clauses out of 260009 with flag 19679377/8641991
3157.73/3126.64	c cleaning 130997 clauses out of 262009 with flag 19976532/8773991
3212.46/3181.09	c cleaning 132002 clauses out of 264012 with flag 20273603/8906991
3260.41/3228.82	c cleaning 133004 clauses out of 266011 with flag 20575641/9040992
3315.29/3283.49	c cleaning 133998 clauses out of 268007 with flag 20877423/9175992
3375.48/3342.01	c cleaning 135001 clauses out of 270008 with flag 21192247/9311991
3433.83/3400.02	c cleaning 135999 clauses out of 272008 with flag 21506990/9448992
3480.19/3446.13	c cleaning 136998 clauses out of 274008 with flag 21819590/9586991
3537.81/3503.68	c cleaning 138002 clauses out of 276011 with flag 22134015/9725992
3600.02/3565.84	c starts		: 1717
3600.02/3565.86	c conflicts		: 9865993
3600.02/3565.87	c decisions		: 12723096
3600.02/3565.87	c propagations		: 978857660
3600.02/3565.87	c inspects		: 13732323636
3600.02/3565.87	c shortcuts		: 0
3600.02/3565.87	c learnt literals	: 0
3600.02/3565.87	c learnt binary clauses	: 0
3600.02/3565.87	c learnt ternary clauses	: 269
3600.02/3565.87	c learnt constraints	: 9865993
3600.02/3565.87	c ignored constraints	: 0
3600.02/3565.87	c root simplifications	: 0
3600.02/3565.87	c removed literals (reason simplification)	: 33739375
3600.02/3565.87	c reason swapping (by a shorter reason)	: 0
3600.02/3565.87	c Calls to reduceDB	: 137
3600.02/3565.87	c Number of update (reduction) of LBD	: 425872
3600.02/3565.87	c Imported unit clauses	: 0
3600.02/3565.88	c No decision after first conflict	: false
3600.02/3565.88	c number of reductions to clauses (during analyze)	: 0
3600.02/3565.88	c number of learned constraints concerned by reduction	: 0
3600.02/3565.89	c number of learning phase by resolution	: 0
3600.02/3565.89	c number of learning phase by cutting planes	: 0
3600.02/3565.89	c number of rounding to 1 operations	: 0
3600.02/3565.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3565.89	c number of reductions of the coefficients by power 2 	: 0
3600.02/3565.90	c number of right shift for reduction by power 2 	: 0
3600.02/3565.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3565.90	c number of ending skipping 	: 0
3600.02/3565.90	c number of internal skipping 	: 0
3600.02/3565.90	c number of derivation steps 	: 0
3600.02/3565.90	c number of skipped derivation steps 	: 0
3600.02/3565.90	c number of remaining unassigned 	: 0
3600.02/3565.90	c number of remaining assigned 	: 0
3600.02/3565.90	c number of falsified literals weakened from reason	: 0
3600.02/3565.90	c number of falsified literals weakened from conflict	: 0
3600.02/3565.90	c time for arithmetic operations	: 0
3600.23/3565.91	c minimum degree of deleted constraints	: null
3600.23/3565.91	c maximum degree of deleted constraints	: null
3600.23/3565.91	c number of deleted constraints	: 0
3600.23/3565.92	c speed (assignments/second)	: 274557.6664758414
3600.23/3565.92	c non guided choices	: 12
3600.43/3566.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 278010
3600.43/3566.08	s SATISFIABLE
3600.43/3566.08	c Found 4 solution(s)
3600.43/3566.10	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 x18 -x19 x20 -x21 x22 x23 -x24 -x25 -x26 -x27 x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 x38 -x39 x40 -x41 x42 -x43 x44 -x45 x46 -x47 x48 -x49 x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 x58 x59 -x60 -x61 x62 -x63 x64 x65 -x66 -x67 x68 -x69 x70 -x71 x72 -x73 x74 -x75 -x76 -x77 x78 -x79 x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 x88 -x89 x90 -x91 x92 -x93 -x94 x95 -x96 x97 -x98 -x99 x100 -x101 x102 x103 -x104 -x105 x106 -x107 x108 -x109 x110 -x111 x112 -x113 x114 x115 -x116 -x117 x118 -x119 x120 -x121 x122 -x123 x124 -x125 x126 -x127 -x128 -x129 x130 -x131 x132 -x133 x134 -x135 x136 -x137 x138 -x139 x140 -x141 -x142 -x143 x144 -x145 x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 x154 -x155 x156 -x157 x158 -x159 x160 -x161 x162 -x163 x164 -x165 x166 -x167 x168 -x169 x170 -x171 -x172 -x173 x174 -x175 x176 x177 -x178 -x179 x180 -x181 x182 x183 -x184 -x185 x186 x187 -x188 -x189 x190 -x191 x192 -x193 x194 x195 -x196 x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 x218 -x219 x220 -x221 -x222 -x223 x224 -x225 x226 x227 -x228 -x229 -x230 -x231 x232 -x233 x234 -x235 x236 -x237 x238 -x239 -x240 -x241 x242 -x243 x244 -x245 x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 x258 -x259 x260 -x261 x262 -x263 x264 -x265 -x266 x267 -x268 -x269 x270 -x271 x272 -x273 -x274 -x275 x276 -x277 x278 -x279 x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 x288 -x289 x290 -x291 x292 -x293 -x294 -x295 x296 -x297 x298 -x299 x300 -x301 x302 -x303 x304 -x305 -x306 -x307 x308 -x309 x310 -x311 x312 -x313 x314 -x315 x316 x317 -x318 -x319 x320 -x321 x322 -x323 x324 -x325 -x326 x327 -x328 -x329 x330 -x331 -x332 -x333 x334 -x335 x336 x337 -x338 -x339 x340 -x341 -x342 x343 -x344 -x345 x346 -x347 -x348 -x349 x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 x362 x363 -x364 -x365 x366 -x367 -x368 -x369 x370 -x371 -x372 -x373 x374 -x375 x376 -x377 x378 -x379 x380 -x381 -x382 -x383 x384 x385 -x386 -x387 -x388 -x389 x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 x402 x403 -x404 -x405 -x406 -x407 x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 x416 -x417 -x418 -x419 x420 -x421 x422 -x423 -x424 -x425 x426 x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 x436 x437 -x438 -x439 x440 -x441 x442 -x443 x444 -x445 x446 -x447 -x448 -x449 x450 x451 -x452 -x453 x454 -x455 x456 -x457 -x458 -x459 x460 -x461 x462 -x463 -x464 -x465 x466 -x467 x468 -x469 x470 -x471 x472 -x473 x474 -x475 -x476 -x477 x478 -x479 -x480 -x481 x482 -x483 x484 -x485 -x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 x495 -x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 x506 -x507 x508 -x509 x510 x511 -x512 -x513 x514 -x515 -x516 -x517 x518 -x519 -x520 -x521 x522 -x523 x524 -x525 x526 -x527 -x528 -x529 x530 -x531 x532 -x533 x534 -x535 -x536 -x537 x538 -x539 -x540 -x541 x542 -x543 x544 -x545 -x546 -x547 x548 -x549 x550 -x551 x552 x553 -x554 -x555 x556 -x557 -x558 -x559 x560 -x561 x562 -x563 -x564 -x565 x566 -x567 -x568 -x569 x570 -x571 x572 -x573 x574 -x575 -x576 -x577 -x578 -x579 x580 -x581 x582 -x583 x584 -x585 -x586 -x587 x588 -x589 x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 x598 -x599 -x600 -x601 x602 -x603 -x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 -x613 -x614 -x615 x616 -x617 x618 -x619 -x620 -x621 x622 -x623 x624 -x625 -x626 -x627 x628 -x629 x630 -x631 x632 -x633 -x634 -x635 x636 -x637 -x638 -x639 x640 -x641 x642 -x643 -x644 -x645 x646 -x647 -x648 -x649 x650 -x651 -x652 -x653 x654 -x655 x656 -x657 x658 x659 -x660 -x661 x662 -x663 x664 -x665 -x666 -x667 x668 -x669 x670 -x671 x672 -x673 -x674 -x675 x676 -x677 -x678 -x679 x680 -x681 -x682 -x683 x684 -x685 -x686 -x687 x688 -x689 -x690 -x691 x692 -x693 x694 x695 -x696 -x697 x698 -x699 x700 -x701 -x702 -x703 x704 -x705 -x706 -x707 x708 -x709 -x710 -x711 x712 -x713 -x714 -x715 x716 -x717 -x718 -x719 x720 -x721 -x722 -x723 x724 -x725 x726 -x727 x728 -x729 -x730 -x731 -x732 -x733 x734 -x735 x736 -x737 x738 -x739 -x740 -x741 x742 -x743 -x744 -x745 x746 -x747 -x748 -x749 x750 -x751 x752 x753 -x754 -x755 -x756 -x757 x758 -x759 -x760 -x761 x762 -x763 -x764 -x765 x766 -x767 -x768 -x769 x770 -x771 -x772 -x773 x774 -x775 x776 -x777 -x778 -x779 x780 -x781 -x782 -x783 x784 -x785 -x786 -x787 x788 -x789 -x790 -x791 x792 -x793 -x794 -x795 x796 -x797 -x798 -x799 x800 -x801 x802 -x803 x804 -x805 x806 x807 -x808 -x809 -x810 -x811 x812 -x813 -x814 -x815 x816 -x817 x818 -x819 -x820 -x821 x822 -x823 x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 x832 -x833 -x834 -x835 x836 -x837 -x838 -x839 x840 -x841 x842 -x843 -x844 
3600.43/3566.10	c objective function=37409
3600.43/3566.10	c Total wall clock time (in seconds): 3565.746

Verifier Data

OK	37409

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62917 MiB free)
  memory of node 1: 64465 MiB (58978 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526351-1751631518/watcher-4526351-1751631518 -o /tmp/evaluation-result-4526351-1751631518/solver-4526351-1751631518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751627915-98783 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4526351-1751631518.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=99337, runsolver pid=99334

[startup+0.100073 s]*
/proc/loadavg: 4.22 4.11 4.10 7/324 99355
/proc/meminfo: memFree=124794480/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=18930384 memory=48384 CPUtime=0.12 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 5825 0 0 0 10 2 0 0 20 0 18 0 78830893 19384713216 12096 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4732596 12096 5307 1 0 547018 0
[pid=99337/tid=99339] ppid=99334 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 4709 0 0 0 6 1 0 0 20 0 18 0 78830895 19384713216 12096 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78830899 19384713216 12096 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=18930384 memory=58494082638250 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78830900 19384713216 12096 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48384 KiB

[startup+0.214309 s]*
/proc/loadavg: 4.22 4.11 4.10 5/324 99355
/proc/meminfo: memFree=124788368/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=18930384 memory=53244 CPUtime=0.29 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 6479 0 0 0 26 3 0 0 20 0 18 0 78830893 19384713216 13311 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4732596 13311 5339 1 0 547568 0
[pid=99337/tid=99339] ppid=99334 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) S 99334 99337 98773 0 -1 4194368 5000 0 0 0 15 2 0 0 20 0 18 0 78830895 19384713216 13311 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=18930384 memory=17127 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78830899 19384713216 13311 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78830900 19384713216 13311 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53244 KiB

[startup+0.33614 s]*
/proc/loadavg: 4.22 4.11 4.10 6/324 99355
/proc/meminfo: memFree=124780176/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=18930384 memory=58492 CPUtime=0.44 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 6759 0 0 0 40 4 0 0 20 0 18 0 78830893 19384713216 14623 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4732596 14623 5339 1 0 547769 0
[pid=99337/tid=99339] ppid=99334 vsize=18930384 memory=-6000919489920066406 CPUtime=0.25 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 5196 0 0 0 23 2 0 0 20 0 18 0 78830895 19384713216 14623 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78830899 19384713216 14623 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78830900 19384713216 14623 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58492 KiB

[startup+0.702467 s]
/proc/loadavg: 4.22 4.11 4.10 10/324 99355
/proc/meminfo: memFree=124776080/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=18996948 memory=88512 CPUtime=1.11 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 8512 0 0 0 105 6 0 0 20 0 19 0 78830893 19452874752 22128 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4749237 22128 5467 1 0 549140 0
[pid=99337/tid=99339] ppid=99334 vsize=18996948 memory=13952 CPUtime=0.59 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 5402 0 0 0 56 3 0 0 20 0 19 0 78830895 19452874752 22128 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78830899 19452874752 22128 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78830900 19452874752 22128 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88512 KiB

[startup+1.50025 s]
/proc/loadavg: 4.22 4.11 4.10 7/325 99356
/proc/meminfo: memFree=124689412/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=18996948 memory=109140 CPUtime=2.67 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 15535 0 0 0 259 8 0 0 20 0 19 0 78830893 19452874752 27285 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4749237 27285 5499 1 0 551970 0
[pid=99337/tid=99339] ppid=99334 vsize=18996948 memory=3328 CPUtime=1.37 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 5935 0 0 0 134 3 0 0 20 0 19 0 78830895 19452874752 27285 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78830899 19452874752 27285 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78830900 19452874752 27285 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=18996948 memory=14468 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78830964 19452874752 27285 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 109140 KiB

[startup+3.11326 s]
/proc/loadavg: 4.22 4.11 4.10 6/325 99356
/proc/meminfo: memFree=124560048/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=18996948 memory=134300 CPUtime=4.89 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 17321 0 0 0 479 10 0 0 20 0 19 0 78830893 19452874752 33575 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4749237 33575 5499 1 0 552005 0
[pid=99337/tid=99339] ppid=99334 vsize=18996948 memory=14468 CPUtime=2.97 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 7112 0 0 0 293 4 0 0 20 0 19 0 78830895 19452874752 33575 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78830899 19452874752 33575 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78830900 19452874752 33575 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78830964 19452874752 33575 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 134300 KiB

[startup+6.30038 s]
/proc/loadavg: 4.20 4.11 4.10 6/327 99358
/proc/meminfo: memFree=124371308/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=201344 CPUtime=9.02 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 23843 0 0 0 889 13 0 0 20 0 20 0 78830893 19521036288 50336 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 50336 5531 1 0 552355 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=0 CPUtime=6.03 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 7787 0 0 0 598 5 0 0 20 0 20 0 78830895 19521036288 50336 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 50336 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 50336 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=109140 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 50336 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201344 KiB

[startup+12.7004 s]
/proc/loadavg: 4.27 4.13 4.10 5/327 99358
/proc/meminfo: memFree=123985536/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=243472 CPUtime=16.3 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 28335 0 0 0 1615 15 0 0 20 0 20 0 78830893 19521036288 60868 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 60868 5563 1 0 552355 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=109140 CPUtime=12.27 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 8189 0 0 0 1222 5 0 0 20 0 20 0 78830895 19521036288 60868 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=243472 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 60868 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 60868 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 60868 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 16.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 243472 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.12 4.10 5/327 99358
/proc/meminfo: memFree=123060172/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=314976 CPUtime=29.12 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 30990 0 0 0 2894 18 0 0 20 0 20 0 78830893 19521036288 78744 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 78744 5563 1 0 552371 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=0 CPUtime=24.75 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 9012 0 0 0 2470 5 0 0 20 0 20 0 78830895 19521036288 78744 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 78744 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=314976 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 78744 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=278060 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 78744 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 29.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 314976 KiB

[startup+51.113 s]
/proc/loadavg: 4.40 4.17 4.12 5/327 99358
/proc/meminfo: memFree=120953128/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=548580 CPUtime=55.06 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 31432 0 0 0 5483 23 0 0 20 0 20 0 78830893 19521036288 137145 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 137145 5563 1 0 552371 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=314976 CPUtime=49.92 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 9052 0 0 0 4987 5 0 0 20 0 20 0 78830895 19521036288 137145 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=12160 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 137145 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 137145 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=243472 CPUtime=0 cores=0,2

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

/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 1640595 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 1836 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 1640595 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=6562380 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 1640595 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 3253.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6562380 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.20 4.23 5/326 99527
/proc/meminfo: memFree=90687388/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=6874296 CPUtime=3314.2 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 169338 0 0 0 331088 332 0 0 20 0 20 0 78830893 19521036288 1718574 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 1718574 5563 1 0 1843960 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=6874296 CPUtime=3245.69 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 80089 0 0 0 324528 41 0 0 20 0 20 0 78830895 19521036288 1718574 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 1718574 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=6580852 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 1878 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 1718574 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=6580852 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 1718574 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 3314.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6874296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.22 4.23 5/326 99529
/proc/meminfo: memFree=88344720/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=7287432 CPUtime=3375.77 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 176597 0 0 0 337231 346 0 0 20 0 20 0 78830893 19521036288 1821858 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 1821858 5563 1 0 2288964 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=11008 CPUtime=3305.22 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 82940 0 0 0 330476 46 0 0 20 0 20 0 78830895 19521036288 1821858 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=7228032 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 1821858 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=7238272 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 1878 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 1821858 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=-6000919489920066406 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 1821858 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 3375.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7287432 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.22 4.23 5/326 99532
/proc/meminfo: memFree=87169264/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=7469712 CPUtime=3436.11 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 179578 0 0 0 343257 354 0 0 20 0 20 0 78830893 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 1867428 5563 1 0 2288964 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=7238272 CPUtime=3364.54 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 84632 0 0 0 336406 48 0 0 20 0 20 0 78830895 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=13952 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=7469712 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 1920 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 3436.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7469712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.20 4.22 5/326 99534
/proc/meminfo: memFree=86583632/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=7469712 CPUtime=3496.36 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 181542 0 0 0 349279 357 0 0 20 0 20 0 78830893 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 1867428 5563 1 0 2288968 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=7238272 CPUtime=3424 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 86250 0 0 0 342352 48 0 0 20 0 20 0 78830895 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=7469712 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 1960 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=5888 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 3496.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7469712 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.21 4.22 5/325 99602
/proc/meminfo: memFree=100590860/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=7469712 CPUtime=3556.61 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 184301 0 0 0 355301 360 0 0 20 0 20 0 78830893 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 1867428 5563 1 0 2288968 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=7469712 CPUtime=3483.43 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 88322 0 0 0 348295 48 0 0 20 0 20 0 78830895 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=7469712 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=7469712 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 2053 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 3556.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7469712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565.8 s]
/proc/loadavg: 4.25 4.22 4.22 5/328 99740
/proc/meminfo: memFree=114924752/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19063512 memory=7469712 CPUtime=3600.02 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 185322 0 0 0 359640 362 0 0 20 0 20 0 78830893 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4765878 1867428 5563 1 0 2288970 0
[pid=99337/tid=99339] ppid=99334 vsize=19063512 memory=14468 CPUtime=3526.8 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 89243 0 0 0 352632 48 0 0 20 0 20 0 78830895 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19063512 memory=13952 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78830899 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19063512 memory=5888 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 2150 0 0 0 0 0 0 0 20 0 20 0 78830900 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99356] ppid=99334 vsize=19063512 memory=12032 CPUtime=0 cores=0,2
/proc/99337/task/99356/stat : 99356 (Timer-0) S 99334 99337 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78830964 19521036288 1867428 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7469712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.99 s, system=3.67559 s

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

[startup+3566 s]*
/proc/loadavg: 4.25 4.22 4.22 6/329 99743
/proc/meminfo: memFree=114924752/131382112 swapFree=33000116/33010684
[pid=99337] ppid=99334 vsize=19263204 memory=7470480 CPUtime=3600.43 cores=0,2
/proc/99337/stat : 99337 (java) S 99334 99337 98773 0 -1 4194304 187664 0 0 0 359680 363 0 0 20 0 21 0 78830893 19725520896 1867620 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
/proc/99337/statm: 4815801 1867620 5595 1 0 2289889 0
[pid=99337/tid=99339] ppid=99334 vsize=19263204 memory=-6000919485658391398 CPUtime=3527.02 cores=0,2
/proc/99337/task/99339/stat : 99339 (java) R 99334 99337 98773 0 -1 4194368 89243 0 0 0 352654 48 0 0 20 0 21 0 78830895 19725520896 1867620 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99348] ppid=99334 vsize=19263204 memory=6512 CPUtime=0 cores=0,2
/proc/99337/task/99348/stat : 99348 (Finalizer) S 99334 99337 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78830899 19725520896 1867620 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99355] ppid=99334 vsize=19263204 memory=1187616 CPUtime=0 cores=0,2
/proc/99337/task/99355/stat : 99355 (Common-Cleaner) S 99334 99337 98773 0 -1 4194368 2150 0 0 0 0 0 0 0 20 0 21 0 78830900 19725520896 1867620 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
[pid=99337/tid=99743] ppid=99334 vsize=19263204 memory=-6000919489920066406 CPUtime=0.11 cores=0,2
/proc/99337/task/99743/stat : 99743 (Thread-0) R 99334 99337 98773 0 -1 4194368 499 0 0 0 11 0 0 0 20 0 21 0 79187476 19725520896 1867620 18446744073709551615 94666122649600 94666122653296 140726976956400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666122661112 94666122661904 94666146144256 140726976964991 140726976965092 140726976965092 140726976970696 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7470480 KiB

[startup+3566.12 s]*
/proc/loadavg: 4.25 4.22 4.22 6/310 99743
/proc/meminfo: memFree=117023952/131382112 swapFree=33000116/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): 3566.17
CPU time (s): 3600.66
CPU user time (s): 3596.99
CPU system time (s): 3.67559
CPU usage (%): 100.967
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7470480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.99
system time used= 3.67558
maximum resident set size= 7470608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113347
involuntary context switches= 11454


# summary of solver processes directly reported to runsolver:
#   pid: 99337
#   total CPU time (s): 3600.66
#   total CPU user time (s): 3596.99
#   total CPU system time (s): 3.67559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3513 second user time and 35.6178 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 14:18:38
IDJOB=4526351
IDBENCH=144045
IDSOLVER=3380
FILE ID=nodeC007/4526351-1751631518
RUNJOBID= nodeC007-1751627915-98783
SLURM_JOB_ID= 9598957
Free space on /tmp= 431036 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/spot5/normalized-spot5-412_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526351-1751631518/watcher-4526351-1751631518 -o /tmp/evaluation-result-4526351-1751631518/solver-4526351-1751631518 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751627915-98783 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4526351-1751631518.wbo

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

MD5SUM BENCH= 84bec45daf3e2f2cbd3688999a3e29ea
RANDOM SEED=1238255106

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        124821144 kB
MemAvailable:   129342036 kB
Buffers:              16 kB
Cached:          5188412 kB
SwapCached:         2972 kB
Active:           795844 kB
Inactive:        4945740 kB
Active(anon):     529312 kB
Inactive(anon):    35656 kB
Active(file):     266532 kB
Inactive(file):  4910084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5340 kB
Writeback:             8 kB
AnonPages:        553440 kB
Mapped:           117616 kB
Shmem:             11812 kB
KReclaimable:     367808 kB
Slab:             459596 kB
SReclaimable:     367808 kB
SUnreclaim:        91788 kB
KernelStack:        4944 kB
PageTables:         4828 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7054600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150248 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430992 MiB
End job on nodeC007 at 2025-07-04 15:18:04