Trace number 4460007

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07SAT (TO)-33 3600.62 3593.02

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2pm-0077-0777.opb
MD5SUM20fa93affc94a67fb8933aa7bef3dd14
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark0.877505
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables147
Total number of constraints49
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)49
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 294
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 294
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 294
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)294
Sum of products size (including duplicates)588
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.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version CUSTOM.v20240707
0.11/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.23	c java.vm.version	22.0.1+8-16
0.11/0.23	c java.vm.vendor	Oracle Corporation
0.11/0.23	c sun.arch.data.model	64
0.11/0.23	c java.version		22.0.1
0.11/0.23	c os.name		Linux
0.11/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2115194816
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2122317824
0.28/0.24	c Number of processors 	2
0.28/0.33	--- Begin Solver configuration ---
0.28/0.33	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.33	Learn all clauses as in MiniSAT
0.28/0.33	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.33	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.33	No reason simplification
0.28/0.33	Glucose 2.1 dynamic restart strategy
0.28/0.33	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.28/0.33	timeout=2147483s
0.28/0.33	DB Simplification allowed=false
0.28/0.33	Listener: none
0.28/0.33	--- End Solver configuration ---
0.28/0.33	c Pseudo Boolean Optimization by upper bound
0.28/0.33	c --- Begin Solver configuration ---
0.28/0.33	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.33	c Learn all clauses as in MiniSAT
0.28/0.33	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.33	c No reason simplification
0.28/0.33	c Glucose 2.1 dynamic restart strategy
0.28/0.33	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.28/0.33	c timeout=2147483s
0.28/0.33	c DB Simplification allowed=false
0.28/0.33	c Listener: none
0.28/0.33	c --- End Solver configuration ---
0.46/0.34	c solving HOME/instance-4460007-1721946331.opb
0.46/0.34	c reading problem ... 
0.46/0.34	c  objective function found
0.62/0.44	c ... done. Wall clock time 0.097s.
0.62/0.44	c declared #vars     147
0.62/0.44	c internal #vars     441
0.62/0.44	c #constraints  686
0.62/0.44	c constraints type 
0.62/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.62/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
0.62/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
0.62/0.44	c 686 constraints processed.
0.62/0.47	c objective function length is 294 literals
0.62/0.48	c SATISFIABLE
0.62/0.48	c OPTIMIZING...
0.62/0.48	c Got one! Elapsed wall clock time (in seconds):0.139
0.62/0.48	o -30
0.62/0.50	c Got one! Elapsed wall clock time (in seconds):0.159
0.62/0.50	o -31
0.79/0.53	c Got one! Elapsed wall clock time (in seconds):0.189
0.79/0.53	o -32
1.93/1.17	c cleaning 2530 clauses out of 5070 with flag 10384/5070
1.93/1.19	c Got one! Elapsed wall clock time (in seconds):0.85
1.93/1.19	o -33
2.71/1.57	c cleaning 3888 clauses out of 7775 with flag 10336/10305
3.10/1.79	c cleaning 4944 clauses out of 9887 with flag 22743/16305
3.52/2.04	c cleaning 5966 clauses out of 11943 with flag 38103/23305
3.89/2.33	c cleaning 6982 clauses out of 13977 with flag 56265/31305
4.38/2.66	c cleaning 7991 clauses out of 15995 with flag 76451/40305
4.85/3.01	c cleaning 9002 clauses out of 18005 with flag 98163/50306
5.23/3.44	c cleaning 9997 clauses out of 20003 with flag 123496/61306
5.73/3.91	c cleaning 11000 clauses out of 22006 with flag 150324/73306
6.34/4.52	c cleaning 12003 clauses out of 24005 with flag 178913/86305
6.96/5.19	c cleaning 13001 clauses out of 26004 with flag 209040/100307
7.64/5.89	c cleaning 14000 clauses out of 28001 with flag 241042/115305
8.37/6.55	c cleaning 14995 clauses out of 30001 with flag 275333/131305
9.11/7.25	c cleaning 16003 clauses out of 32006 with flag 311443/148305
9.87/8.00	c cleaning 16994 clauses out of 34003 with flag 349723/166305
10.77/8.87	c cleaning 18000 clauses out of 36010 with flag 390819/185306
11.67/9.75	c cleaning 19002 clauses out of 38009 with flag 433587/205305
12.47/10.59	c cleaning 20002 clauses out of 40008 with flag 478532/226306
13.47/11.50	c cleaning 21000 clauses out of 42005 with flag 525455/248305
14.57/12.61	c cleaning 21998 clauses out of 44006 with flag 574539/271306
15.56/13.65	c cleaning 23000 clauses out of 46008 with flag 626131/295306
16.76/14.88	c cleaning 24000 clauses out of 48009 with flag 678537/320307
18.25/16.33	c cleaning 24997 clauses out of 50007 with flag 734056/346305
19.55/17.62	c cleaning 26005 clauses out of 52010 with flag 791556/373305
21.06/19.14	c cleaning 26995 clauses out of 54005 with flag 851981/401305
22.50/20.55	c cleaning 28004 clauses out of 56011 with flag 914251/430306
23.91/21.94	c cleaning 29000 clauses out of 58006 with flag 978045/460305
25.43/23.46	c cleaning 30000 clauses out of 60006 with flag 1047630/491305
27.04/25.06	c cleaning 31003 clauses out of 62008 with flag 1121686/523307
28.92/26.96	c cleaning 31998 clauses out of 64003 with flag 1197584/556305
30.82/28.83	c cleaning 33000 clauses out of 66005 with flag 1270271/590305
32.93/30.91	c cleaning 34000 clauses out of 68006 with flag 1344280/625306
36.04/34.02	c cleaning 35003 clauses out of 70006 with flag 1422421/661306
38.72/36.71	c cleaning 36000 clauses out of 72003 with flag 1502095/698306
41.46/39.45	c cleaning 36996 clauses out of 74002 with flag 1583602/736305
44.07/42.06	c cleaning 38002 clauses out of 76006 with flag 1666335/775305
47.68/45.60	c cleaning 38996 clauses out of 78004 with flag 1751553/815305
50.97/49.00	c cleaning 40003 clauses out of 80008 with flag 1839231/856305
54.08/52.08	c cleaning 41000 clauses out of 82005 with flag 1928324/898305
57.28/55.24	c cleaning 42003 clauses out of 84005 with flag 2024403/941305
60.57/58.54	c cleaning 43000 clauses out of 86002 with flag 2120527/985305
63.27/61.29	c cleaning 43997 clauses out of 88002 with flag 2221617/1030305
66.90/64.84	c cleaning 45000 clauses out of 90006 with flag 2325534/1076306
71.11/69.02	c cleaning 46003 clauses out of 92006 with flag 2433257/1123306
74.90/72.81	c cleaning 46999 clauses out of 94003 with flag 2543723/1171306
78.59/76.58	c cleaning 47999 clauses out of 96004 with flag 2654630/1220306
81.79/79.76	c cleaning 49001 clauses out of 98005 with flag 2764036/1270306
85.20/83.14	c cleaning 49996 clauses out of 100003 with flag 2875680/1321305
88.71/86.69	c cleaning 51001 clauses out of 102008 with flag 2989353/1373306
92.01/89.92	c cleaning 52002 clauses out of 104006 with flag 3106970/1426305
95.66/93.58	c cleaning 52999 clauses out of 106005 with flag 3223481/1480306
99.66/97.51	c cleaning 54000 clauses out of 108005 with flag 3342623/1535305
103.76/101.63	c cleaning 55001 clauses out of 110006 with flag 3468804/1591306
108.95/106.83	c cleaning 56003 clauses out of 112005 with flag 3597221/1648306
113.76/111.68	c cleaning 56997 clauses out of 114001 with flag 3722795/1706305
118.35/116.21	c cleaning 57998 clauses out of 116004 with flag 3851610/1765305
123.34/121.26	c cleaning 59001 clauses out of 118007 with flag 3980905/1825306
128.03/125.93	c cleaning 59996 clauses out of 120006 with flag 4111953/1886306
133.13/131.06	c cleaning 61003 clauses out of 122011 with flag 4243502/1948307
138.02/135.97	c cleaning 62003 clauses out of 124006 with flag 4380185/2011305
143.14/141.10	c cleaning 62997 clauses out of 126004 with flag 4515951/2075306
148.81/146.71	c cleaning 63996 clauses out of 128007 with flag 4655558/2140306
155.95/153.54	c cleaning 65004 clauses out of 130013 with flag 4797650/2206308
161.85/159.40	c cleaning 65999 clauses out of 132008 with flag 4946808/2273307
168.03/165.60	c cleaning 67003 clauses out of 134007 with flag 5094583/2341305
173.22/170.89	c cleaning 67999 clauses out of 136005 with flag 5243942/2410306
178.82/176.45	c cleaning 68997 clauses out of 138005 with flag 5394715/2480305
184.71/182.35	c cleaning 69999 clauses out of 140008 with flag 5549105/2551305
190.72/188.30	c cleaning 71001 clauses out of 142010 with flag 5716146/2623306
196.42/194.02	c cleaning 72004 clauses out of 144010 with flag 5873380/2696307
203.41/201.08	c cleaning 72994 clauses out of 146004 with flag 6033197/2770305
211.35/209.00	c cleaning 74005 clauses out of 148011 with flag 6191246/2845306
218.34/215.91	c cleaning 75000 clauses out of 150007 with flag 6351844/2921307
223.79/221.36	c cleaning 75997 clauses out of 152006 with flag 6519604/2998306
230.03/227.52	c cleaning 77000 clauses out of 154009 with flag 6691666/3076306
236.58/234.02	c cleaning 78001 clauses out of 156009 with flag 6863432/3155306
242.46/239.95	c cleaning 79001 clauses out of 158007 with flag 7034518/3235305
250.98/248.47	c cleaning 79998 clauses out of 160006 with flag 7218445/3316305
259.07/256.57	c cleaning 81001 clauses out of 162009 with flag 7393422/3398306
268.16/265.61	c cleaning 82001 clauses out of 164007 with flag 7571119/3481305
276.25/273.70	c cleaning 83003 clauses out of 166009 with flag 7754361/3565308
284.46/281.92	c cleaning 83998 clauses out of 168004 with flag 7939570/3650306
292.56/290.09	c cleaning 85003 clauses out of 170005 with flag 8126614/3736305
301.13/298.66	c cleaning 85996 clauses out of 172003 with flag 8316841/3823306
311.22/308.72	c cleaning 87001 clauses out of 174006 with flag 8509322/3911305
321.91/319.42	c cleaning 88002 clauses out of 176005 with flag 8702687/4000305
336.81/334.39	c cleaning 88998 clauses out of 178003 with flag 8899570/4090305
350.54/347.32	c cleaning 90001 clauses out of 180008 with flag 9096623/4181308
363.43/360.34	c cleaning 91004 clauses out of 182007 with flag 9296100/4273308
375.84/372.71	c cleaning 91998 clauses out of 184000 with flag 9496156/4366305
392.74/389.68	c cleaning 93001 clauses out of 186002 with flag 9702693/4460305
402.83/399.71	c cleaning 93995 clauses out of 188002 with flag 9912239/4555306
415.53/412.49	c cleaning 94996 clauses out of 190006 with flag 10122674/4651305
429.54/426.45	c cleaning 96002 clauses out of 192010 with flag 10333197/4748305
440.89/437.73	c cleaning 97000 clauses out of 194008 with flag 10545086/4846305
452.36/449.22	c cleaning 97999 clauses out of 196008 with flag 10760355/4945305
464.35/461.28	c cleaning 99001 clauses out of 198010 with flag 10979537/5045306
476.10/472.92	c cleaning 100002 clauses out of 200008 with flag 11205272/5146305
489.77/486.62	c cleaning 101003 clauses out of 202009 with flag 11427465/5248308
503.83/500.67	c cleaning 102000 clauses out of 204004 with flag 11658635/5351306
516.51/513.35	c cleaning 102998 clauses out of 206003 with flag 11896798/5455305
531.55/528.39	c cleaning 103997 clauses out of 208005 with flag 12134204/5560305
549.13/545.90	c cleaning 105005 clauses out of 210009 with flag 12369851/5666306
564.89/561.74	c cleaning 105995 clauses out of 212004 with flag 12611686/5773306
581.94/578.81	c cleaning 107003 clauses out of 214009 with flag 12853067/5881306
598.61/595.50	c cleaning 108002 clauses out of 216007 with flag 13093745/5990307
614.47/611.43	c cleaning 108994 clauses out of 218003 with flag 13336960/6100305
627.06/624.04	c cleaning 110003 clauses out of 220009 with flag 13580886/6211305
642.90/639.92	c cleaning 110997 clauses out of 222007 with flag 13827694/6323306
657.78/654.83	c cleaning 112000 clauses out of 224010 with flag 14080743/6436306
672.74/669.84	c cleaning 113003 clauses out of 226009 with flag 14335979/6550305
687.70/684.70	c cleaning 113999 clauses out of 228006 with flag 14594206/6665305
700.68/697.73	c cleaning 115000 clauses out of 230007 with flag 14858319/6781305
713.35/710.42	c cleaning 116001 clauses out of 232008 with flag 15127635/6898306
735.30/732.45	c cleaning 117002 clauses out of 234007 with flag 15400568/7016306
760.04/757.26	c cleaning 117998 clauses out of 236005 with flag 15674015/7135306
782.66/779.24	c cleaning 118999 clauses out of 238006 with flag 15950251/7255305
803.74/800.32	c cleaning 120001 clauses out of 240007 with flag 16233106/7376305
818.43/815.02	c cleaning 121000 clauses out of 242007 with flag 16511355/7498306
840.13/836.72	c cleaning 122004 clauses out of 244011 with flag 16789291/7621310
857.72/854.22	c cleaning 122996 clauses out of 246002 with flag 17071626/7745305
874.39/870.92	c cleaning 124002 clauses out of 248006 with flag 17360867/7870305
896.38/892.94	c cleaning 125000 clauses out of 250004 with flag 17647443/7996305
918.24/914.88	c cleaning 125997 clauses out of 252005 with flag 17931585/8123306
938.17/934.74	c cleaning 126999 clauses out of 254007 with flag 18219034/8251305
960.45/957.07	c cleaning 128003 clauses out of 256008 with flag 18515724/8380305
977.80/974.40	c cleaning 129002 clauses out of 258006 with flag 18810622/8510306
993.57/990.17	c cleaning 130001 clauses out of 260006 with flag 19097414/8641308
1013.44/1010.10	c cleaning 131001 clauses out of 262002 with flag 19399885/8773305
1030.46/1027.03	c cleaning 131998 clauses out of 264001 with flag 19708334/8906305
1045.01/1041.63	c cleaning 133002 clauses out of 266004 with flag 20000865/9040306
1059.58/1056.27	c cleaning 133995 clauses out of 268002 with flag 20297261/9175306
1082.47/1079.01	c cleaning 134997 clauses out of 270006 with flag 20598549/9311305
1102.93/1099.52	c cleaning 135999 clauses out of 272010 with flag 20896042/9448306
1127.12/1123.79	c cleaning 137000 clauses out of 274010 with flag 21205952/9586305
1150.97/1147.66	c cleaning 138001 clauses out of 276010 with flag 21510574/9725305
1170.16/1166.76	c cleaning 139001 clauses out of 278010 with flag 21816056/9865306
1191.92/1188.58	c cleaning 139998 clauses out of 280008 with flag 22128947/10006305
1217.73/1214.21	c cleaning 141003 clauses out of 282011 with flag 22443539/10148306
1241.60/1238.16	c cleaning 142001 clauses out of 284007 with flag 22760926/10291305
1262.67/1259.29	c cleaning 143001 clauses out of 286007 with flag 23073465/10435306
1288.39/1284.91	c cleaning 144002 clauses out of 288006 with flag 23388300/10580306
1308.06/1304.63	c cleaning 144998 clauses out of 290003 with flag 23719937/10726305
1332.35/1328.93	c cleaning 145999 clauses out of 292006 with flag 24054457/10873306
1353.94/1350.51	c cleaning 147001 clauses out of 294007 with flag 24382437/11021306
1372.39/1368.97	c cleaning 147999 clauses out of 296007 with flag 24737170/11170307
1393.85/1390.40	c cleaning 148999 clauses out of 298006 with flag 25065173/11320305
1414.46/1411.07	c cleaning 150003 clauses out of 300009 with flag 25387514/11471307
1433.94/1429.91	c cleaning 151000 clauses out of 302005 with flag 25715453/11623306
1456.54/1452.54	c cleaning 151998 clauses out of 304005 with flag 26044293/11776306
1477.21/1473.26	c cleaning 153001 clauses out of 306006 with flag 26379139/11930305
1494.60/1490.65	c cleaning 153999 clauses out of 308007 with flag 26731555/12085307
1522.67/1518.67	c cleaning 154997 clauses out of 310007 with flag 27080458/12241306
1544.43/1540.47	c cleaning 155998 clauses out of 312011 with flag 27453819/12398307
1567.54/1563.59	c cleaning 156999 clauses out of 314011 with flag 27828668/12556305
1588.70/1584.71	c cleaning 158004 clauses out of 316012 with flag 28190179/12715305
1620.54/1616.56	c cleaning 159001 clauses out of 318008 with flag 28575875/12875305
1646.00/1642.10	c cleaning 160003 clauses out of 320008 with flag 28954163/13036306
1663.64/1659.61	c cleaning 160997 clauses out of 322004 with flag 29330759/13198305
1689.40/1685.41	c cleaning 162003 clauses out of 324008 with flag 29711216/13361306
1722.78/1718.71	c cleaning 162995 clauses out of 326005 with flag 30082612/13525306
1755.32/1751.30	c cleaning 164005 clauses out of 328010 with flag 30458143/13690306
1794.79/1790.79	c cleaning 164999 clauses out of 330005 with flag 30840448/13856306
1827.97/1823.83	c cleaning 166000 clauses out of 332009 with flag 31210163/14023309
1853.92/1849.80	c cleaning 167000 clauses out of 334005 with flag 31582697/14191305
1888.64/1884.53	c cleaning 168000 clauses out of 336005 with flag 31968591/14360305
1910.67/1906.59	c cleaning 168995 clauses out of 338006 with flag 32336842/14530306
1935.15/1931.02	c cleaning 169999 clauses out of 340011 with flag 32716876/14701306
1964.06/1960.00	c cleaning 171005 clauses out of 342011 with flag 33097714/14873305
1989.41/1985.24	c cleaning 172001 clauses out of 344007 with flag 33479772/15046306
2019.67/2015.59	c cleaning 173002 clauses out of 346007 with flag 33875892/15220307
2045.79/2041.62	c cleaning 174000 clauses out of 348004 with flag 34275300/15395306
2083.93/2079.79	c cleaning 174998 clauses out of 350003 with flag 34678891/15571305
2133.40/2128.51	c cleaning 176000 clauses out of 352007 with flag 35106120/15748307
2165.28/2160.45	c cleaning 176994 clauses out of 354006 with flag 35550142/15926306
2192.35/2187.48	c cleaning 178002 clauses out of 356013 with flag 35975314/16105307
2219.71/2214.90	c cleaning 179000 clauses out of 358009 with flag 36418630/16285305
2261.71/2256.89	c cleaning 180001 clauses out of 360010 with flag 36871182/16466306
2290.96/2286.07	c cleaning 180996 clauses out of 362008 with flag 37319006/16648305
2327.58/2322.60	c cleaning 181999 clauses out of 364012 with flag 37811183/16831305
2351.86/2346.81	c cleaning 183001 clauses out of 366013 with flag 38282550/17015305
2376.31/2371.26	c cleaning 184005 clauses out of 368013 with flag 38753024/17200306
2395.41/2390.28	c cleaning 184997 clauses out of 370007 with flag 39209395/17386305
2419.12/2413.95	c cleaning 185998 clauses out of 372010 with flag 39690420/17573305
2458.00/2452.83	c cleaning 187000 clauses out of 374012 with flag 40138614/17761305
2485.44/2480.27	c cleaning 187993 clauses out of 376013 with flag 40593437/17950306
2519.68/2514.43	c cleaning 188999 clauses out of 378019 with flag 41045687/18140305
2548.94/2543.60	c cleaning 190003 clauses out of 380020 with flag 41503092/18331305
2573.33/2567.90	c cleaning 191006 clauses out of 382017 with flag 41960651/18523305
2596.08/2590.72	c cleaning 192001 clauses out of 384012 with flag 42430048/18716306
2633.76/2628.46	c cleaning 192995 clauses out of 386010 with flag 42929459/18910305
2657.94/2652.67	c cleaning 194002 clauses out of 388015 with flag 43442965/19105305
2687.10/2681.74	c cleaning 195001 clauses out of 390013 with flag 43944183/19301305
2726.57/2720.56	c cleaning 196004 clauses out of 392013 with flag 44443207/19498306
2758.99/2752.95	c cleaning 197002 clauses out of 394011 with flag 44958046/19696308
2804.63/2798.54	c cleaning 197999 clauses out of 396006 with flag 45467061/19895305
2833.19/2827.03	c cleaning 199001 clauses out of 398009 with flag 45956194/20095307
2858.01/2851.82	c cleaning 199999 clauses out of 400009 with flag 46463098/20296308
2882.79/2876.50	c cleaning 200998 clauses out of 402008 with flag 46976696/20498306
2926.48/2920.16	c cleaning 201998 clauses out of 404009 with flag 47478777/20701305
2962.26/2955.82	c cleaning 203004 clauses out of 406011 with flag 47998656/20905305
2997.09/2990.74	c cleaning 203998 clauses out of 408009 with flag 48497153/21110307
3032.07/3025.79	c cleaning 205005 clauses out of 410013 with flag 49006253/21316309
3074.98/3068.65	c cleaning 205996 clauses out of 412004 with flag 49518392/21523305
3129.79/3123.53	c cleaning 207001 clauses out of 414009 with flag 50048451/21731306
3161.22/3154.91	c cleaning 207997 clauses out of 416008 with flag 50575394/21940306
3199.04/3192.88	c cleaning 209003 clauses out of 418012 with flag 51114837/22150307
3228.18/3221.98	c cleaning 210004 clauses out of 420009 with flag 51658733/22361307
3256.27/3249.94	c cleaning 211001 clauses out of 422005 with flag 52205374/22573307
3284.03/3277.77	c cleaning 212001 clauses out of 424002 with flag 52750365/22786305
3315.04/3308.79	c cleaning 212995 clauses out of 426001 with flag 53300589/23000305
3340.30/3333.97	c cleaning 214002 clauses out of 428007 with flag 53853398/23215306
3377.95/3371.61	c cleaning 214999 clauses out of 430005 with flag 54407377/23431306
3413.93/3407.51	c cleaning 216001 clauses out of 432006 with flag 54956580/23648306
3443.56/3437.05	c cleaning 216997 clauses out of 434005 with flag 55515016/23866306
3478.75/3472.20	c cleaning 218001 clauses out of 436008 with flag 56083122/24085306
3514.85/3508.38	c cleaning 219001 clauses out of 438007 with flag 56612514/24305306
3547.70/3541.14	c cleaning 219996 clauses out of 440007 with flag 57145179/24526307
3596.80/3590.24	c cleaning 221004 clauses out of 442009 with flag 57677949/24748305
3600.02/3592.75	c starts		: 4148
3600.02/3592.75	c conflicts		: 24775757
3600.02/3592.75	c decisions		: 27727671
3600.02/3592.75	c propagations		: 1088967618
3600.02/3592.75	c inspects		: 30685943391
3600.02/3592.76	c shortcuts		: 0
3600.02/3592.76	c learnt literals	: 0
3600.02/3592.76	c learnt binary clauses	: 0
3600.02/3592.76	c learnt ternary clauses	: 0
3600.02/3592.76	c learnt constraints	: 24775757
3600.02/3592.76	c ignored constraints	: 0
3600.02/3592.76	c root simplifications	: 0
3600.02/3592.76	c removed literals (reason simplification)	: 0
3600.02/3592.76	c reason swapping (by a shorter reason)	: 0
3600.02/3592.76	c Calls to reduceDB	: 219
3600.02/3592.76	c Number of update (reduction) of LBD	: 832884
3600.02/3592.76	c Imported unit clauses	: 0
3600.02/3592.78	c No decision after first conflict	: false
3600.02/3592.78	c number of reductions to clauses (during analyze)	: 0
3600.02/3592.78	c number of learned constraints concerned by reduction	: 0
3600.02/3592.78	c number of learning phase by resolution	: 0
3600.02/3592.78	c number of learning phase by cutting planes	: 0
3600.02/3592.78	c number of rounding to 1 operations	: 0
3600.02/3592.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3592.78	c number of reductions of the coefficients by power 2 	: 0
3600.02/3592.78	c number of right shift for reduction by power 2 	: 0
3600.02/3592.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3592.78	c number of ending skipping 	: 0
3600.02/3592.78	c number of internal skipping 	: 0
3600.02/3592.78	c number of derivation steps 	: 0
3600.02/3592.78	c number of skipped derivation steps 	: 0
3600.02/3592.78	c number of remaining unassigned 	: 0
3600.02/3592.78	c number of remaining assigned 	: 0
3600.02/3592.78	c number of falsified literals weakened from reason	: 0
3600.02/3592.78	c number of falsified literals weakened from conflict	: 0
3600.02/3592.80	c time for arithmetic operations	: 0
3600.02/3592.80	c minimum degree of deleted constraints	: null
3600.02/3592.80	c maximum degree of deleted constraints	: null
3600.02/3592.80	c number of deleted constraints	: 0
3600.02/3592.80	c speed (assignments/second)	: 303137.5299875679
3600.02/3592.80	c non guided choices	: 7
3600.41/3592.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 248457
3600.41/3592.98	s SATISFIABLE
3600.41/3592.98	c Found 4 solution(s)
3600.41/3592.98	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 
3600.41/3592.99	c objective function=-33
3600.41/3592.99	c Total wall clock time (in seconds): 3592.651

Verifier Data

OK	-33

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: 64096 MiB (61375 MiB free)
  memory of node 1: 64473 MiB (62245 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460007-1721946331/watcher-4460007-1721946331 -o /tmp/evaluation-result-4460007-1721946331/solver-4460007-1721946331 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721946331-243617 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4460007-1721946331.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=243673, runsolver pid=243659

[startup+0.100186 s]*
/proc/loadavg: 1.14 1.23 1.24 13/313 243747
/proc/meminfo: memFree=126449064/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=18975048 memory=54272 CPUtime=0.11 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 6319 0 0 0 7 4 0 0 20 0 18 0 30622401 19430449152 13568 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4743762 13568 5396 1 0 550667 0
[pid=243673/tid=243681] ppid=243659 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 5282 0 0 0 4 3 0 0 20 0 18 0 30622402 19430449152 13568 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=18975048 memory=1276314 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30622408 19430449152 13568 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=18975048 memory=15825495069575043 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30622410 19430449152 13568 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54272 KiB

[startup+0.216998 s]*
/proc/loadavg: 1.14 1.23 1.24 16/313 243747
/proc/meminfo: memFree=126438088/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=18975048 memory=56900 CPUtime=0.28 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 6814 0 0 0 24 4 0 0 20 0 18 0 30622401 19430449152 14225 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4743762 14225 5620 1 0 551047 0
[pid=243673/tid=243681] ppid=243659 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 5671 0 0 0 15 4 0 0 20 0 18 0 30622402 19430449152 14225 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=18975048 memory=1276314 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30622408 19430449152 14225 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=18975048 memory=15825495069575043 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30622410 19430449152 14225 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56900 KiB

[startup+0.317217 s]*
/proc/loadavg: 1.14 1.23 1.24 15/313 243747
/proc/meminfo: memFree=126409492/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=18975048 memory=63940 CPUtime=0.46 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 7394 0 0 0 41 5 0 0 20 0 18 0 30622401 19430449152 15985 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4743762 15985 5731 1 0 551537 0
[pid=243673/tid=243681] ppid=243659 vsize=18975048 memory=-9175913169709408956 CPUtime=0.29 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 1077936192 5869 0 0 0 25 4 0 0 20 0 18 0 30622402 19430449152 15985 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=18975048 memory=-9044459746194447340 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30622408 19430449152 15985 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30622410 19430449152 15985 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63940 KiB

[startup+0.707897 s]
/proc/loadavg: 1.14 1.23 1.24 14/314 243748
/proc/meminfo: memFree=126391300/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19041612 memory=73680 CPUtime=1.14 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 9471 0 0 0 107 7 0 0 20 0 19 0 30622401 19498610688 18420 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4760403 18420 5874 1 0 552970 0
[pid=243673/tid=243681] ppid=243659 vsize=19041612 memory=5456 CPUtime=0.63 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 6071 0 0 0 58 5 0 0 20 0 19 0 30622402 19498610688 18420 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19041612 memory=12620 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30622408 19498610688 18420 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19041612 memory=115300 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30622410 19498610688 18420 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30622448 19498610688 18420 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73680 KiB

[startup+1.50496 s]
/proc/loadavg: 1.14 1.23 1.24 11/297 243753
/proc/meminfo: memFree=126375980/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19041612 memory=93324 CPUtime=2.71 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 15863 0 0 0 261 10 0 0 20 0 19 0 30622401 19498610688 23331 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4760403 23331 5874 1 0 555178 0
[pid=243673/tid=243681] ppid=243659 vsize=19041612 memory=12620 CPUtime=1.4 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 7202 0 0 0 135 5 0 0 20 0 19 0 30622402 19498610688 23331 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30622408 19498610688 23331 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30622410 19498610688 23331 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19041612 memory=280236684125424 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30622448 19498610688 23331 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 93324 KiB

[startup+3.11377 s]
/proc/loadavg: 1.69 1.34 1.27 8/316 243817
/proc/meminfo: memFree=126170596/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19041612 memory=139000 CPUtime=4.95 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 16752 0 0 0 484 11 0 0 20 0 19 0 30622401 19498610688 34750 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4760403 34750 5874 1 0 555183 0
[pid=243673/tid=243681] ppid=243659 vsize=19041612 memory=0 CPUtime=3 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 7499 0 0 0 294 6 0 0 20 0 19 0 30622402 19498610688 34750 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30622408 19498610688 34750 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19041612 memory=12620 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30622410 19498610688 34750 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19041612 memory=11536 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30622448 19498610688 34750 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 139000 KiB

[startup+6.30038 s]
/proc/loadavg: 1.69 1.34 1.27 7/317 243818
/proc/meminfo: memFree=126021268/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=192324 CPUtime=8.14 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 17683 0 0 0 801 13 0 0 20 0 20 0 30622401 19566772224 48081 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 48081 5909 1 0 555474 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=0 CPUtime=6.11 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 7541 0 0 0 604 7 0 0 20 0 20 0 30622402 19566772224 48081 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 48081 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=95628 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 48081 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=12620 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 48081 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 8.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192324 KiB

[startup+12.7004 s]
/proc/loadavg: 2.03 1.42 1.30 7/319 243820
/proc/meminfo: memFree=125855108/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=268860 CPUtime=14.67 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 18395 0 0 0 1452 15 0 0 20 0 20 0 30622401 19566772224 67215 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 67215 5925 1 0 555474 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=0 CPUtime=12.26 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 7824 0 0 0 1219 7 0 0 20 0 20 0 30622402 19566772224 67215 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=-8527676298344768188 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 67215 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=2180 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 67215 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 67215 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 268860 KiB

[startup+25.5004 s]
/proc/loadavg: 2.54 1.56 1.35 7/320 243824
/proc/meminfo: memFree=125599128/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=429136 CPUtime=27.53 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 23088 0 0 0 2733 20 0 0 20 0 20 0 30622401 19566772224 107284 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 107284 5940 1 0 555474 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=12620 CPUtime=24.65 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 9283 0 0 0 2458 7 0 0 20 0 20 0 30622402 19566772224 107284 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=11536 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 107284 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 107284 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=192324 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 107284 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 27.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 429136 KiB

[startup+51.1137 s]
/proc/loadavg: 3.18 1.79 1.43 7/321 243828
/proc/meminfo: memFree=123626172/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=764076 CPUtime=53.18 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 26955 0 0 0 5289 29 0 0 20 0 20 0 30622401 19566772224 191019 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 191019 5940 1 0 661993 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=764076 CPUtime=49.84 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 10824 0 0 0 4974 10 0 0 20 0 20 0 30622402 19566772224 191019 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=602008 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 191019 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0

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

/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 79687 0 0 0 325786 58 0 0 20 0 20 0 30622402 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=11536 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 2967 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=3849308 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 3288.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3849308 KiB

[startup+3342.3 s]
/proc/loadavg: 3.16 3.21 3.68 6/294 245260
/proc/meminfo: memFree=117470496/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=3849308 CPUtime=3348.7 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 205540 0 0 0 334597 273 0 0 20 0 20 0 30622401 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 962327 5940 1 0 982199 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=3849308 CPUtime=3317.97 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 81021 0 0 0 331739 58 0 0 20 0 20 0 30622402 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=11536 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=3849308 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 3063 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=3849308 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 3348.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3849308 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.19 3.64 6/294 245272
/proc/meminfo: memFree=117412748/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=3849308 CPUtime=3408.73 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 208367 0 0 0 340598 275 0 0 20 0 20 0 30622401 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 962327 5940 1 0 982199 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=3849308 CPUtime=3377.66 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 82520 0 0 0 337708 58 0 0 20 0 20 0 30622402 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=3849308 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=3849308 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 3194 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=5456 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 962327 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 3408.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3849308 KiB

[startup+3462.3 s]
/proc/loadavg: 3.20 3.20 3.61 6/292 245283
/proc/meminfo: memFree=117336428/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=3849316 CPUtime=3468.82 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 211710 0 0 0 346602 280 0 0 20 0 20 0 30622401 19566772224 962329 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 962329 5940 1 0 982199 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=3849308 CPUtime=3437.34 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 83731 0 0 0 343675 59 0 0 20 0 20 0 30622402 19566772224 962329 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=3849316 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 962329 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=3849316 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 3291 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 962329 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=3849316 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 962329 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 3468.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3849316 KiB

[startup+3522.3 s]
/proc/loadavg: 3.17 3.19 3.59 6/292 245293
/proc/meminfo: memFree=117294656/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=3874360 CPUtime=3528.92 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 214876 0 0 0 352609 283 0 0 20 0 20 0 30622401 19566772224 968590 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 968590 5940 1 0 982199 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=3874360 CPUtime=3496.87 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 85072 0 0 0 349628 59 0 0 20 0 20 0 30622402 19566772224 968590 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=11536 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 968590 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=3874360 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 3291 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 968590 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=11536 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 968590 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 3528.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3874360 KiB

[startup+3582.3 s]
/proc/loadavg: 3.11 3.17 3.55 6/293 245688
/proc/meminfo: memFree=117194656/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=3874532 CPUtime=3588.91 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 215985 0 0 0 358605 286 0 0 20 0 20 0 30622401 19566772224 968633 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 968633 5940 1 0 982199 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=3874360 CPUtime=3556.62 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 85898 0 0 0 355603 59 0 0 20 0 20 0 30622402 19566772224 968633 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=3874532 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 968633 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=61296 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 3341 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 968633 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=11536 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 968633 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 3588.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3874532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.7 s]
/proc/loadavg: 3.09 3.16 3.54 6/293 245689
/proc/meminfo: memFree=117180796/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19108176 memory=3897000 CPUtime=3600.02 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 228996 0 0 0 359713 289 0 0 20 0 20 0 30622401 19566772224 974250 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4777044 974250 5940 1 0 1176529 0
[pid=243673/tid=243681] ppid=243659 vsize=19108176 memory=3874532 CPUtime=3566.8 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 88981 0 0 0 356620 60 0 0 20 0 20 0 30622402 19566772224 974250 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19108176 memory=3874532 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30622408 19566772224 974250 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19108176 memory=-8527676298344768188 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 3341 0 0 0 0 0 0 0 20 0 20 0 30622410 19566772224 974250 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243748] ppid=243659 vsize=19108176 memory=3874532 CPUtime=0 cores=5,7
/proc/243673/task/243748/stat : 243748 (Timer-0) S 243659 243673 239212 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30622448 19566772224 974250 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3897000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.69 s, system=2.93303 s

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

[startup+3592.81 s]
/proc/loadavg: 3.09 3.16 3.54 6/293 245689
/proc/meminfo: memFree=117180796/131655788 swapFree=131056320/131071996
[pid=243673] ppid=243659 vsize=19307868 memory=3901724 CPUtime=3600.23 cores=5,7
/proc/243673/stat : 243673 (java) S 243659 243673 239212 0 -1 1077936128 230747 0 0 0 359732 291 0 0 20 0 21 0 30622401 19771256832 975431 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
/proc/243673/statm: 4826967 975431 5939 1 0 1177451 0
[pid=243673/tid=243681] ppid=243659 vsize=19307868 memory=11536 CPUtime=3566.91 cores=5,7
/proc/243673/task/243681/stat : 243681 (java) R 243659 243673 239212 0 -1 4194368 89104 0 0 0 356631 60 0 0 20 0 21 0 30622402 19771256832 975431 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 30622404 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243717] ppid=243659 vsize=19307868 memory=61296 CPUtime=0 cores=5,7
/proc/243673/task/243717/stat : 243717 (Finalizer) S 243659 243673 239212 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 30622408 19771256832 975431 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
[pid=243673/tid=243747] ppid=243659 vsize=19307868 memory=-8527676298344768188 CPUtime=0 cores=5,7
/proc/243673/task/243747/stat : 243747 (Common-Cleaner) S 243659 243673 239212 0 -1 1077936192 3341 0 0 0 0 0 0 0 20 0 21 0 30622410 19771256832 975431 134679101440 94170277892096 94170277895792 140735701837760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94170277903608 94170277904400 94170304286720 140735701840902 140735701840992 140735701840992 140735701848008 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3901724 KiB

[startup+3593 s]*
/proc/loadavg: 3.41 3.23 3.56 6/275 245694
/proc/meminfo: memFree=117981908/131655788 swapFree=131056320/131071996
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): 3593.02
CPU time (s): 3600.62
CPU user time (s): 3597.69
CPU system time (s): 2.93303
CPU usage (%): 100.212
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3901724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.69
system time used= 2.93303
maximum resident set size= 3902700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231115
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109947
involuntary context switches= 3639


# summary of solver processes directly reported to runsolver:
#   pid: 243673
#   total CPU time (s): 3600.62
#   total CPU user time (s): 3597.69
#   total CPU system time (s): 2.93303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2378 second user time and 39.2033 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-26 00:25:31
IDJOB=4460007
IDBENCH=160541
IDSOLVER=3058
FILE ID=nodeC006/4460007-1721946331
RUNJOBID= nodeC006-1721946331-243617
SLURM_JOB_ID= 8247260
Free space on /tmp= 723784 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0077-0777.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460007-1721946331/watcher-4460007-1721946331 -o /tmp/evaluation-result-4460007-1721946331/solver-4460007-1721946331 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721946331-243617 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4460007-1721946331.opb

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

MD5SUM BENCH= 20fa93affc94a67fb8933aa7bef3dd14
RANDOM SEED=1949620130

nodeC006.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 1254.301
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.06
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		: 1263.543
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.40
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		: 1207.654
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.06
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		: 1216.121
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.40
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		: 1222.321
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.06
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		: 1206.750
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.40
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		: 1266.624
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.06
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		: 1272.729
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126588940 kB
MemAvailable:   129804460 kB
Buffers:          344700 kB
Cached:          3480520 kB
SwapCached:          244 kB
Active:          2062300 kB
Inactive:        2082484 kB
Active(anon):       1640 kB
Inactive(anon):   363164 kB
Active(file):    2060660 kB
Inactive(file):  1719320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056320 kB
Dirty:              2716 kB
Writeback:             0 kB
AnonPages:        319424 kB
Mapped:            92588 kB
Shmem:             45244 kB
KReclaimable:     497448 kB
Slab:             608416 kB
SReclaimable:     497448 kB
SUnreclaim:       110968 kB
KernelStack:        3652 kB
PageTables:         9420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     736012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16576 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      420680 kB
DirectMap2M:    57155584 kB
DirectMap1G:    78643200 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC006 at 2024-07-26 01:25:25