Trace number 4520488

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 2025-06-06SAT (TO)129 3600.25 3588.01

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/
dominating_set/normalized-dominating_set_hexgrid_opt_r6_c80.opb
MD5SUMc38d53ef62d5a1e991caa36d02813e97
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark0.023232
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables480
Total number of constraints480
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 480
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 480
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 480
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4520488-1751570788.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.12/0.18	c ... done. Wall clock time 0.039s.
0.12/0.18	c declared #vars     480
0.12/0.18	c #constraints  480
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.12/0.18	c 480 constraints processed.
0.12/0.19	c objective function length is 480 literals
0.12/0.20	c SATISFIABLE
0.12/0.20	c OPTIMIZING...
0.12/0.20	c Got one! Elapsed wall clock time (in seconds):0.065
0.12/0.20	o 130
0.89/0.57	c cleaning 2501 clauses out of 5001 with flag 11920/5001
1.46/0.85	c cleaning 4247 clauses out of 8500 with flag 26966/11001
1.82/1.04	c cleaning 5625 clauses out of 11253 with flag 42601/18001
2.10/1.26	c cleaning 6812 clauses out of 13627 with flag 60564/26000
2.48/1.52	c cleaning 7902 clauses out of 15815 with flag 80789/35000
2.78/1.77	c cleaning 8957 clauses out of 17915 with flag 102979/45002
3.14/2.05	c cleaning 9975 clauses out of 19957 with flag 127568/56001
3.43/2.38	c cleaning 10986 clauses out of 21981 with flag 154307/68000
3.84/2.76	c cleaning 11997 clauses out of 23995 with flag 183342/81000
4.34/3.21	c cleaning 12998 clauses out of 25998 with flag 214455/95000
4.74/3.67	c cleaning 13996 clauses out of 28000 with flag 247648/110000
5.34/4.24	c cleaning 15000 clauses out of 30005 with flag 285415/126001
5.98/4.81	c cleaning 16000 clauses out of 32005 with flag 323901/143001
6.62/5.49	c cleaning 17000 clauses out of 34004 with flag 364384/161000
7.33/6.12	c cleaning 18002 clauses out of 36004 with flag 406900/180000
8.02/6.81	c cleaning 18997 clauses out of 38003 with flag 451801/200001
8.95/7.75	c cleaning 19997 clauses out of 40006 with flag 501603/221001
10.15/9.00	c cleaning 20997 clauses out of 42008 with flag 558868/243000
11.45/10.23	c cleaning 22001 clauses out of 44011 with flag 617793/266000
12.48/11.22	c cleaning 23001 clauses out of 46011 with flag 675891/290001
13.78/12.58	c cleaning 24003 clauses out of 48009 with flag 739305/315000
14.88/13.61	c cleaning 24998 clauses out of 50006 with flag 799874/341000
16.41/15.18	c cleaning 26001 clauses out of 52009 with flag 865791/368001
17.51/16.23	c cleaning 27002 clauses out of 54008 with flag 928489/396001
18.61/17.33	c cleaning 28000 clauses out of 56005 with flag 992888/425000
19.72/18.44	c cleaning 28999 clauses out of 58006 with flag 1059611/455001
20.92/19.61	c cleaning 30000 clauses out of 60006 with flag 1128601/486000
22.25/20.94	c cleaning 30999 clauses out of 62006 with flag 1199625/518000
23.55/22.22	c cleaning 32004 clauses out of 64009 with flag 1273288/551002
24.87/23.53	c cleaning 32997 clauses out of 66004 with flag 1348659/585001
26.27/24.94	c cleaning 33999 clauses out of 68006 with flag 1426257/620000
28.00/26.62	c cleaning 35000 clauses out of 70007 with flag 1506525/656000
29.50/28.15	c cleaning 35998 clauses out of 72008 with flag 1588773/693001
31.22/29.88	c cleaning 36997 clauses out of 74009 with flag 1673358/731000
33.12/31.78	c cleaning 38006 clauses out of 76014 with flag 1760520/770002
35.34/33.96	c cleaning 39001 clauses out of 78007 with flag 1850073/810001
37.13/35.77	c cleaning 40003 clauses out of 80006 with flag 1941515/851001
39.15/37.74	c cleaning 41001 clauses out of 82003 with flag 2036256/893001
39.56/38.17	c Got one! Elapsed wall clock time (in seconds):38.033
39.56/38.17	o 129
39.96/38.54	c cleaning 29562 clauses out of 59136 with flag 11920/911135
40.16/38.80	c cleaning 17787 clauses out of 35574 with flag 26656/917135
40.46/39.00	c cleaning 12393 clauses out of 24787 with flag 42413/924135
40.74/39.21	c cleaning 10195 clauses out of 20394 with flag 60356/932135
41.02/39.45	c cleaning 9592 clauses out of 19200 with flag 81843/941136
41.34/39.70	c cleaning 9801 clauses out of 19608 with flag 105224/951136
41.54/39.97	c cleaning 10397 clauses out of 20807 with flag 130032/962136
41.94/40.32	c cleaning 11205 clauses out of 22409 with flag 157251/974135
42.24/40.68	c cleaning 12099 clauses out of 24205 with flag 187908/987136
42.64/41.07	c cleaning 13048 clauses out of 26106 with flag 219606/1001136
43.13/41.50	c cleaning 14025 clauses out of 28059 with flag 253169/1016137
43.53/41.96	c cleaning 15017 clauses out of 30034 with flag 288989/1032137
44.03/42.45	c cleaning 16001 clauses out of 32015 with flag 326857/1049135
44.55/42.97	c cleaning 17006 clauses out of 34015 with flag 367010/1067136
45.15/43.52	c cleaning 18001 clauses out of 36009 with flag 409642/1086136
45.75/44.11	c cleaning 19002 clauses out of 38008 with flag 454218/1106136
46.34/44.76	c cleaning 20004 clauses out of 40007 with flag 501420/1127137
47.04/45.48	c cleaning 21001 clauses out of 42001 with flag 550814/1149135
47.84/46.28	c cleaning 21994 clauses out of 44000 with flag 603481/1172135
48.74/47.14	c cleaning 22996 clauses out of 46006 with flag 661417/1196135
49.64/48.04	c cleaning 24005 clauses out of 48011 with flag 720139/1221136
50.64/49.06	c cleaning 25000 clauses out of 50006 with flag 782567/1247136
51.92/50.34	c cleaning 26003 clauses out of 52007 with flag 850764/1274137
53.12/51.56	c cleaning 26996 clauses out of 54002 with flag 921139/1302135
54.32/52.74	c cleaning 27998 clauses out of 56006 with flag 988704/1331135
55.62/54.05	c cleaning 28999 clauses out of 58009 with flag 1062360/1361136
56.92/55.37	c cleaning 29998 clauses out of 60010 with flag 1134562/1392136
58.11/56.55	c cleaning 31003 clauses out of 62012 with flag 1209012/1424136
59.61/58.07	c cleaning 31998 clauses out of 64008 with flag 1287167/1457135
61.00/59.48	c cleaning 33003 clauses out of 66010 with flag 1366103/1491135
62.40/60.84	c cleaning 34004 clauses out of 68009 with flag 1448123/1526137
63.90/62.33	c cleaning 35000 clauses out of 70003 with flag 1530803/1562135
65.40/63.88	c cleaning 36000 clauses out of 72003 with flag 1614230/1599135
66.90/65.31	c cleaning 36995 clauses out of 74003 with flag 1699665/1637135
68.59/67.08	c cleaning 37996 clauses out of 76009 with flag 1786576/1676136
70.29/68.78	c cleaning 39004 clauses out of 78014 with flag 1875711/1716137
71.98/70.45	c cleaning 40003 clauses out of 80008 with flag 1967195/1757135
73.87/72.31	c cleaning 41003 clauses out of 82007 with flag 2061769/1799137
75.67/74.15	c cleaning 42002 clauses out of 84003 with flag 2157978/1842136
77.67/76.11	c cleaning 42998 clauses out of 86001 with flag 2256764/1886136
79.85/78.26	c cleaning 43998 clauses out of 88002 with flag 2356761/1931135
81.85/80.20	c cleaning 44999 clauses out of 90004 with flag 2458912/1977135
83.76/82.18	c cleaning 45996 clauses out of 92005 with flag 2564092/2024135
86.04/84.40	c cleaning 47004 clauses out of 94010 with flag 2672010/2072136
88.14/86.60	c cleaning 47998 clauses out of 96006 with flag 2781180/2121136
90.60/88.93	c cleaning 49003 clauses out of 98007 with flag 2892741/2171135
92.90/91.24	c cleaning 49998 clauses out of 100005 with flag 3008103/2222136
95.09/93.47	c cleaning 50996 clauses out of 102006 with flag 3124835/2274135
97.69/96.06	c cleaning 52001 clauses out of 104010 with flag 3244481/2327135
100.37/98.63	c cleaning 52999 clauses out of 106010 with flag 3363775/2381136
102.87/101.17	c cleaning 53997 clauses out of 108010 with flag 3486047/2436135
105.46/103.76	c cleaning 55005 clauses out of 110014 with flag 3612139/2492136
108.35/106.64	c cleaning 56001 clauses out of 112008 with flag 3738726/2549135
111.51/109.73	c cleaning 56999 clauses out of 114007 with flag 3868286/2607135
114.50/112.74	c cleaning 58000 clauses out of 116009 with flag 3999911/2666136
117.50/115.75	c cleaning 59000 clauses out of 118008 with flag 4133512/2726135
121.01/118.84	c cleaning 60004 clauses out of 120009 with flag 4269290/2787136
124.21/122.00	c cleaning 60998 clauses out of 122004 with flag 4407752/2849135
127.41/125.25	c cleaning 62003 clauses out of 124007 with flag 4547276/2912136
130.95/128.71	c cleaning 62997 clauses out of 126003 with flag 4689719/2976135
134.25/132.08	c cleaning 63998 clauses out of 128007 with flag 4834467/3041136
137.64/135.42	c cleaning 65000 clauses out of 130009 with flag 4982610/3107136
141.14/138.96	c cleaning 66000 clauses out of 132008 with flag 5131960/3174135
144.86/142.63	c cleaning 67003 clauses out of 134009 with flag 5283425/3242136
148.75/146.59	c cleaning 67999 clauses out of 136006 with flag 5437046/3311136
152.95/150.70	c cleaning 69004 clauses out of 138009 with flag 5593417/3381138
156.54/154.35	c cleaning 69995 clauses out of 140003 with flag 5751236/3452136
160.34/158.11	c cleaning 70996 clauses out of 142007 with flag 5912153/3524135
164.58/162.33	c cleaning 72001 clauses out of 144011 with flag 6075294/3597135
168.67/166.43	c cleaning 73001 clauses out of 146010 with flag 6240196/3671135
172.57/170.39	c cleaning 74001 clauses out of 148009 with flag 6407370/3746135
177.06/174.83	c cleaning 75003 clauses out of 150008 with flag 6577130/3822135
181.49/179.28	c cleaning 76002 clauses out of 152005 with flag 6749168/3899135
185.98/183.78	c cleaning 76997 clauses out of 154004 with flag 6923748/3977136
190.47/188.24	c cleaning 77999 clauses out of 156007 with flag 7099733/4056136
195.26/193.04	c cleaning 78994 clauses out of 158007 with flag 7281165/4136135
201.35/199.14	c cleaning 80001 clauses out of 160013 with flag 7474184/4217135
205.83/203.69	c cleaning 80999 clauses out of 162012 with flag 7664615/4299135
210.53/208.27	c cleaning 82000 clauses out of 164013 with flag 7852078/4382135
215.72/213.43	c cleaning 83005 clauses out of 166014 with flag 8043004/4466136
220.81/218.57	c cleaning 84002 clauses out of 168008 with flag 8231868/4551135
225.89/223.66	c cleaning 84999 clauses out of 170006 with flag 8427814/4637135
231.18/228.96	c cleaning 86000 clauses out of 172008 with flag 8622031/4724136
236.17/233.98	c cleaning 86998 clauses out of 174008 with flag 8817902/4812136
241.03/238.78	c cleaning 87999 clauses out of 176009 with flag 9015600/4901135
246.12/243.87	c cleaning 89001 clauses out of 178011 with flag 9216302/4991136
252.10/249.89	c cleaning 89994 clauses out of 180009 with flag 9419499/5082135
257.40/255.06	c cleaning 91005 clauses out of 182016 with flag 9625219/5174136
263.48/261.11	c cleaning 92001 clauses out of 184011 with flag 9832599/5267136
268.97/266.61	c cleaning 93000 clauses out of 186011 with flag 10042968/5361137
275.06/272.72	c cleaning 94002 clauses out of 188011 with flag 10254840/5456137
281.65/278.84	c cleaning 94999 clauses out of 190008 with flag 10469560/5552136
288.13/285.30	c cleaning 95998 clauses out of 192008 with flag 10687194/5649135
294.62/291.80	c cleaning 96997 clauses out of 194010 with flag 10907956/5747135
301.10/298.37	c cleaning 98003 clauses out of 196013 with flag 11127835/5846135
308.70/305.82	c cleaning 98999 clauses out of 198010 with flag 11354690/5946135
314.89/312.08	c cleaning 100006 clauses out of 200012 with flag 11580883/6047136
322.17/319.32	c cleaning 100995 clauses out of 202005 with flag 11808586/6149135
329.35/326.59	c cleaning 102002 clauses out of 204011 with flag 12038160/6252136
336.24/333.32	c cleaning 103004 clauses out of 206008 with flag 12271293/6356135
344.32/341.45	c cleaning 103994 clauses out of 208004 with flag 12508992/6461135
351.11/348.24	c cleaning 105000 clauses out of 210011 with flag 12750172/6567136
357.90/355.09	c cleaning 105999 clauses out of 212010 with flag 12994607/6674135
365.34/362.41	c cleaning 107004 clauses out of 214012 with flag 13244037/6782136
371.93/369.01	c cleaning 108000 clauses out of 216009 with flag 13492076/6891137
380.02/377.13	c cleaning 108995 clauses out of 218009 with flag 13741697/7001137
389.19/386.38	c cleaning 109999 clauses out of 220012 with flag 13999877/7112135
397.14/394.20	c cleaning 111006 clauses out of 222014 with flag 14261217/7224136
405.33/402.48	c cleaning 111998 clauses out of 224007 with flag 14516405/7337135
413.92/411.08	c cleaning 113001 clauses out of 226009 with flag 14772963/7451135
422.30/419.43	c cleaning 113997 clauses out of 228008 with flag 15035725/7566135
430.92/428.03	c cleaning 115002 clauses out of 230012 with flag 15297063/7682136
438.90/436.06	c cleaning 116002 clauses out of 232009 with flag 15560281/7799135
448.37/445.51	c cleaning 117001 clauses out of 234010 with flag 15826648/7917138
457.95/455.17	c cleaning 117996 clauses out of 236006 with flag 16097865/8036135
467.49/464.67	c cleaning 119005 clauses out of 238011 with flag 16373850/8156136
477.27/474.49	c cleaning 119997 clauses out of 240006 with flag 16645865/8277136
485.65/482.87	c cleaning 121002 clauses out of 242008 with flag 16921623/8399135
494.43/491.64	c cleaning 121997 clauses out of 244006 with flag 17196497/8522135
504.16/500.82	c cleaning 123003 clauses out of 246009 with flag 17476594/8646135
514.14/510.81	c cleaning 124004 clauses out of 248008 with flag 17757073/8771137
522.72/519.43	c cleaning 124997 clauses out of 250002 with flag 18037091/8897135
536.30/533.08	c cleaning 125994 clauses out of 252006 with flag 18320937/9024136
545.36/542.08	c cleaning 127003 clauses out of 254012 with flag 18609136/9152136
554.24/550.98	c cleaning 128002 clauses out of 256011 with flag 18901552/9281138
566.81/563.56	c cleaning 128998 clauses out of 258008 with flag 19198846/9411137
576.10/572.83	c cleaning 130004 clauses out of 260009 with flag 19491624/9542136
586.95/583.66	c cleaning 130999 clauses out of 262006 with flag 19787542/9674137
596.93/593.64	c cleaning 131997 clauses out of 264007 with flag 20085068/9807137
606.92/603.62	c cleaning 132998 clauses out of 266008 with flag 20384118/9941135
616.60/613.37	c cleaning 134000 clauses out of 268010 with flag 20685408/10076135
625.15/621.87	c cleaning 135002 clauses out of 270012 with flag 20989175/10212137
634.34/631.03	c cleaning 136001 clauses out of 272008 with flag 21293814/10349135
643.71/640.41	c cleaning 136998 clauses out of 274007 with flag 21602124/10487135
653.09/649.84	c cleaning 137999 clauses out of 276010 with flag 21912590/10626136
662.56/659.39	c cleaning 139001 clauses out of 278011 with flag 22224643/10766136
672.44/669.16	c cleaning 140000 clauses out of 280009 with flag 22539133/10907135
682.11/678.80	c cleaning 141005 clauses out of 282010 with flag 22856162/11049136
693.18/689.94	c cleaning 141996 clauses out of 284005 with flag 23176799/11192136
702.65/699.43	c cleaning 142999 clauses out of 286009 with flag 23497609/11336136
713.43/710.22	c cleaning 144004 clauses out of 288009 with flag 23820446/11481135
725.23/721.90	c cleaning 144993 clauses out of 290006 with flag 24147998/11627136
737.61/734.33	c cleaning 146000 clauses out of 292012 with flag 24488658/11774135
751.27/748.07	c cleaning 147004 clauses out of 294013 with flag 24846532/11922136
766.46/763.15	c cleaning 147999 clauses out of 296009 with flag 25189681/12071136
779.92/776.67	c cleaning 148998 clauses out of 298009 with flag 25542059/12221135
792.90/789.61	c cleaning 149999 clauses out of 300011 with flag 25894464/12372135
806.06/802.21	c cleaning 150999 clauses out of 302012 with flag 26245038/12524135
817.85/814.01	c cleaning 152004 clauses out of 304013 with flag 26594477/12677135
832.10/828.37	c cleaning 153004 clauses out of 306009 with flag 26949936/12831135
847.55/843.80	c cleaning 153997 clauses out of 308005 with flag 27311267/12986135
862.22/858.43	c cleaning 154996 clauses out of 310008 with flag 27675692/13142135
877.80/874.01	c cleaning 155997 clauses out of 312013 with flag 28034472/13299136
892.07/888.29	c cleaning 157003 clauses out of 314016 with flag 28387772/13457136
908.84/905.02	c cleaning 157998 clauses out of 316012 with flag 28748094/13616135
925.40/921.68	c cleaning 159002 clauses out of 318014 with flag 29109629/13776135
940.89/937.06	c cleaning 160002 clauses out of 320013 with flag 29470087/13937136
957.36/953.52	c cleaning 161000 clauses out of 322010 with flag 29833059/14099135
973.07/969.12	c cleaning 162002 clauses out of 324010 with flag 30200023/14262135
987.54/983.65	c cleaning 162997 clauses out of 326008 with flag 30566618/14426135
999.62/995.71	c cleaning 164004 clauses out of 328012 with flag 30935387/14591136
1012.99/1008.44	c cleaning 165000 clauses out of 330008 with flag 31304550/14757136
1029.05/1024.42	c cleaning 166002 clauses out of 332008 with flag 31675686/14924136
1042.01/1037.49	c cleaning 166997 clauses out of 334005 with flag 32050109/15092135
1055.79/1051.20	c cleaning 167998 clauses out of 336008 with flag 32426834/15261135
1072.02/1067.47	c cleaning 169001 clauses out of 338011 with flag 32806286/15431136
1086.09/1081.50	c cleaning 169997 clauses out of 340011 with flag 33188323/15602137
1099.95/1095.44	c cleaning 171000 clauses out of 342012 with flag 33569967/15774135
1114.20/1109.61	c cleaning 172006 clauses out of 344016 with flag 33954681/15947139
1129.27/1124.79	c cleaning 172992 clauses out of 346006 with flag 34341231/16121135
1143.84/1139.36	c cleaning 173999 clauses out of 348014 with flag 34731910/16296135
1159.49/1154.93	c cleaning 175004 clauses out of 350016 with flag 35125130/16472136
1175.36/1170.89	c cleaning 176001 clauses out of 352012 with flag 35520675/16649136
1188.69/1184.07	c cleaning 177005 clauses out of 354010 with flag 35918281/16827135
1202.95/1198.36	c cleaning 178001 clauses out of 356005 with flag 36318380/17006135
1219.96/1214.62	c cleaning 178999 clauses out of 358004 with flag 36720436/17186135
1236.52/1231.22	c cleaning 179999 clauses out of 360006 with flag 37123742/17367136
1251.32/1246.06	c cleaning 180999 clauses out of 362006 with flag 37530815/17549135
1266.48/1261.28	c cleaning 182000 clauses out of 364007 with flag 37939892/17732135
1283.72/1278.41	c cleaning 182998 clauses out of 366008 with flag 38351084/17916136
1300.58/1295.36	c cleaning 184001 clauses out of 368009 with flag 38765521/18101135
1315.56/1310.33	c cleaning 184997 clauses out of 370009 with flag 39180894/18287136
1334.06/1328.73	c cleaning 185998 clauses out of 372012 with flag 39597642/18474136
1351.63/1346.37	c cleaning 187002 clauses out of 374013 with flag 40019260/18662135
1369.30/1364.01	c cleaning 188002 clauses out of 376013 with flag 40443287/18851137
1387.14/1381.82	c cleaning 189003 clauses out of 378009 with flag 40866731/19041135
1405.00/1399.73	c cleaning 190001 clauses out of 380006 with flag 41293453/19232135
1425.83/1420.47	c cleaning 190999 clauses out of 382005 with flag 41721562/19424135
1443.89/1438.54	c cleaning 192000 clauses out of 384006 with flag 42152786/19617135
1461.88/1456.05	c cleaning 192996 clauses out of 386006 with flag 42586528/19811135
1482.02/1476.13	c cleaning 194001 clauses out of 388011 with flag 43023704/20006136
1498.78/1492.93	c cleaning 195001 clauses out of 390009 with flag 43461159/20202135
1518.50/1512.57	c cleaning 196003 clauses out of 392009 with flag 43900907/20399136
1537.96/1532.06	c cleaning 197001 clauses out of 394005 with flag 44342186/20597135
1559.87/1553.78	c cleaning 198001 clauses out of 396004 with flag 44787932/20796135
1580.52/1574.36	c cleaning 199000 clauses out of 398003 with flag 45235645/20996135
1600.76/1594.38	c cleaning 199994 clauses out of 400004 with flag 45686824/21197136
1623.28/1616.17	c cleaning 200996 clauses out of 402009 with flag 46137469/21399135
1642.51/1635.40	c cleaning 202002 clauses out of 404014 with flag 46590643/21602136
1662.18/1655.03	c cleaning 203003 clauses out of 406011 with flag 47046222/21806135
1681.17/1674.04	c cleaning 203994 clauses out of 408008 with flag 47503390/22011135
1700.53/1693.44	c cleaning 205002 clauses out of 410015 with flag 47965298/22217136
1719.84/1712.78	c cleaning 206004 clauses out of 412014 with flag 48429971/22424137
1737.01/1729.91	c cleaning 206995 clauses out of 414008 with flag 48894597/22632135
1758.57/1751.57	c cleaning 207997 clauses out of 416013 with flag 49364044/22841135
1779.07/1772.08	c cleaning 209007 clauses out of 418017 with flag 49837398/23051136
1801.12/1794.16	c cleaning 209997 clauses out of 420009 with flag 50310908/23262135
1823.08/1816.19	c cleaning 210999 clauses out of 422013 with flag 50783837/23474136
1844.41/1837.48	c cleaning 212002 clauses out of 424013 with flag 51258821/23687135
1868.37/1861.41	c cleaning 213003 clauses out of 426012 with flag 51735974/23901136
1888.94/1882.10	c cleaning 213997 clauses out of 428009 with flag 52215950/24116136
1910.58/1903.65	c cleaning 215000 clauses out of 430012 with flag 52698604/24332136
1932.23/1925.31	c cleaning 216005 clauses out of 432012 with flag 53186098/24549136
1952.90/1946.00	c cleaning 216999 clauses out of 434006 with flag 53673217/24767135
1973.75/1966.38	c cleaning 218000 clauses out of 436007 with flag 54161569/24986135
1997.31/1989.98	c cleaning 218998 clauses out of 438007 with flag 54651307/25206135
2020.32/2012.95	c cleaning 220001 clauses out of 440009 with flag 55144279/25427135
2043.07/2035.73	c cleaning 221002 clauses out of 442010 with flag 55642893/25649137
2066.92/2059.51	c cleaning 222001 clauses out of 444007 with flag 56141152/25872136
2092.58/2085.20	c cleaning 223000 clauses out of 446005 with flag 56644587/26096135
2118.93/2111.69	c cleaning 224001 clauses out of 448007 with flag 57147114/26321137
2143.03/2135.71	c cleaning 224999 clauses out of 450005 with flag 57650358/26547136
2167.30/2160.03	c cleaning 226000 clauses out of 452006 with flag 58155845/26774136
2191.74/2184.52	c cleaning 226995 clauses out of 454006 with flag 58667418/27002136
2218.63/2211.34	c cleaning 228004 clauses out of 456011 with flag 59176797/27231136
2245.18/2237.90	c cleaning 228995 clauses out of 458006 with flag 59690146/27461135
2272.39/2265.13	c cleaning 230003 clauses out of 460013 with flag 60207310/27692137
2297.43/2290.25	c cleaning 231000 clauses out of 462009 with flag 60724564/27924136
2326.53/2318.61	c cleaning 232003 clauses out of 464009 with flag 61246442/28157136
2357.16/2349.30	c cleaning 233002 clauses out of 466005 with flag 61776727/28391135
2391.43/2383.58	c cleaning 233997 clauses out of 468003 with flag 62308075/28626135
2423.77/2415.98	c cleaning 235001 clauses out of 470007 with flag 62839243/28862136
2457.79/2449.98	c cleaning 236003 clauses out of 472006 with flag 63367676/29099136
2488.34/2480.36	c cleaning 236994 clauses out of 474002 with flag 63900166/29337135
2517.77/2508.76	c cleaning 238001 clauses out of 476008 with flag 64433576/29576135
2544.58/2535.59	c cleaning 238998 clauses out of 478007 with flag 64971217/29816135
2573.41/2564.35	c cleaning 240004 clauses out of 480009 with flag 65509380/30057135
2599.57/2590.45	c cleaning 240994 clauses out of 482005 with flag 66051826/30299135
2626.57/2617.38	c cleaning 242001 clauses out of 484011 with flag 66594438/30542135
2653.45/2644.13	c cleaning 242995 clauses out of 486010 with flag 67138475/30786135
2682.16/2672.10	c cleaning 244001 clauses out of 488016 with flag 67684503/31031136
2704.64/2694.55	c cleaning 245001 clauses out of 490014 with flag 68233681/31277135
2731.60/2721.50	c cleaning 246004 clauses out of 492013 with flag 68782259/31524135
2755.75/2745.71	c cleaning 246996 clauses out of 494009 with flag 69335171/31772135
2780.10/2770.13	c cleaning 247997 clauses out of 496013 with flag 69890012/32021135
2808.69/2798.62	c cleaning 248999 clauses out of 498016 with flag 70446502/32271135
2835.03/2825.10	c cleaning 250001 clauses out of 500018 with flag 71006353/32522136
2861.47/2851.54	c cleaning 251004 clauses out of 502017 with flag 71567215/32774136
2891.22/2881.27	c cleaning 251999 clauses out of 504013 with flag 72134382/33027136
2918.17/2908.20	c cleaning 253004 clauses out of 506013 with flag 72702483/33281135
2946.29/2936.23	c cleaning 253996 clauses out of 508010 with flag 73270734/33536136
2979.82/2969.89	c cleaning 255002 clauses out of 510013 with flag 73846451/33792135
3010.36/3000.42	c cleaning 256000 clauses out of 512011 with flag 74421892/34049135
3043.49/3033.61	c cleaning 257006 clauses out of 514012 with flag 74997488/34307136
3070.44/3060.65	c cleaning 257999 clauses out of 516005 with flag 75574916/34566135
3110.07/3100.22	c cleaning 258999 clauses out of 518006 with flag 76157294/34826135
3140.71/3130.97	c cleaning 260001 clauses out of 520007 with flag 76740277/35087135
3169.44/3158.69	c cleaning 260993 clauses out of 522006 with flag 77327933/35349135
3198.80/3187.92	c cleaning 262002 clauses out of 524013 with flag 77915601/35612135
3229.34/3218.59	c cleaning 263003 clauses out of 526011 with flag 78506926/35876135
3260.07/3249.25	c cleaning 263999 clauses out of 528009 with flag 79100978/36141136
3296.71/3285.90	c cleaning 265000 clauses out of 530010 with flag 79695572/36407136
3328.96/3318.15	c cleaning 265999 clauses out of 532009 with flag 80292484/36674135
3362.25/3351.36	c cleaning 266998 clauses out of 534010 with flag 80889595/36942135
3393.68/3382.89	c cleaning 268000 clauses out of 536012 with flag 81491013/37211135
3422.52/3411.64	c cleaning 269005 clauses out of 538013 with flag 82093505/37481136
3455.86/3445.10	c cleaning 270002 clauses out of 540007 with flag 82697938/37752135
3493.46/3482.61	c cleaning 270998 clauses out of 542006 with flag 83304950/38024136
3526.95/3514.91	c cleaning 271998 clauses out of 544007 with flag 83915588/38297135
3564.20/3552.15	c cleaning 273000 clauses out of 546009 with flag 84530825/38571135
3598.06/3585.99	c cleaning 274000 clauses out of 548010 with flag 85145100/38846136
3600.05/3587.91	c starts		: 3
3600.05/3587.91	c conflicts		: 38883607
3600.05/3587.91	c decisions		: 55614721
3600.05/3587.91	c propagations		: 277958833
3600.05/3587.91	c inspects		: 26038016820
3600.05/3587.91	c shortcuts		: 0
3600.05/3587.91	c learnt literals	: 0
3600.05/3587.91	c learnt binary clauses	: 0
3600.05/3587.91	c learnt ternary clauses	: 0
3600.05/3587.91	c learnt constraints	: 38883607
3600.05/3587.91	c ignored constraints	: 0
3600.05/3587.91	c root simplifications	: 0
3600.05/3587.91	c removed literals (reason simplification)	: 19297776
3600.05/3587.91	c reason swapping (by a shorter reason)	: 0
3600.05/3587.91	c Calls to reduceDB	: 309
3600.05/3587.91	c Number of update (reduction) of LBD	: 3439858
3600.05/3587.91	c Imported unit clauses	: 0
3600.05/3587.91	c No decision after first conflict	: false
3600.05/3587.91	c number of reductions to clauses (during analyze)	: 0
3600.05/3587.91	c number of learned constraints concerned by reduction	: 0
3600.05/3587.91	c number of learning phase by resolution	: 0
3600.05/3587.92	c number of learning phase by cutting planes	: 0
3600.05/3587.92	c number of rounding to 1 operations	: 0
3600.05/3587.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3587.92	c number of reductions of the coefficients by power 2 	: 0
3600.05/3587.92	c number of right shift for reduction by power 2 	: 0
3600.05/3587.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3587.92	c number of ending skipping 	: 0
3600.05/3587.92	c number of internal skipping 	: 0
3600.05/3587.92	c number of derivation steps 	: 0
3600.05/3587.92	c number of skipped derivation steps 	: 0
3600.05/3587.92	c number of remaining unassigned 	: 0
3600.05/3587.92	c number of remaining assigned 	: 0
3600.05/3587.92	c number of falsified literals weakened from reason	: 0
3600.05/3587.92	c number of falsified literals weakened from conflict	: 0
3600.05/3587.92	c time for arithmetic operations	: 0
3600.05/3587.92	c minimum degree of deleted constraints	: null
3600.05/3587.92	c maximum degree of deleted constraints	: null
3600.05/3587.92	c number of deleted constraints	: 0
3600.05/3587.92	c speed (assignments/second)	: 77475.04139814663
3600.05/3587.92	c non guided choices	: 0
3600.05/3587.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 311481
3600.05/3587.98	s SATISFIABLE
3600.05/3587.98	c Found 2 solution(s)
3600.05/3587.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 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 
3600.05/3587.98	c objective function=129
3600.05/3587.98	c Total wall clock time (in seconds): 3587.849

Verifier Data

OK	129

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520488-1751570788/watcher-4520488-1751570788 -o /tmp/evaluation-result-4520488-1751570788/solver-4520488-1751570788 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87415 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4520488-1751570788.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=87874, runsolver pid=87871

[startup+0.10006 s]*
/proc/loadavg: 4.69 5.00 4.89 6/338 87892
/proc/meminfo: memFree=93170136/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=18930384 memory=57176 CPUtime=0.12 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 6437 0 0 0 10 2 0 0 20 0 18 0 72759018 19384713216 14294 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4732596 14294 5338 1 0 547581 0
[pid=87874/tid=87876] ppid=87871 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 5020 0 0 0 6 1 0 0 20 0 18 0 72759019 19384713216 14294 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 72759021 19384713216 14294 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=18930384 memory=59585004340264 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 72759022 19384713216 14294 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57176 KiB

[startup+0.211602 s]*
/proc/loadavg: 4.69 5.00 4.89 7/339 87893
/proc/meminfo: memFree=93165032/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=18996948 memory=63964 CPUtime=0.32 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 6969 0 0 0 30 2 0 0 20 0 19 0 72759018 19452874752 15991 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4749237 15991 5466 1 0 548297 0
[pid=87874/tid=87876] ppid=87871 vsize=18996948 memory=4026794268 CPUtime=0.16 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 5374 0 0 0 15 1 0 0 20 0 19 0 72759019 19452874752 15991 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=18996948 memory=19950 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72759021 19452874752 15991 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=18996948 memory=58485492679654 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 72759022 19452874752 15991 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 72759038 19452874752 15991 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63964 KiB

[startup+0.305606 s]*
/proc/loadavg: 4.69 5.00 4.89 6/339 87893
/proc/meminfo: memFree=93160936/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=18996948 memory=71508 CPUtime=0.49 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 8650 0 0 0 47 2 0 0 20 0 19 0 72759018 19452874752 17877 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4749237 17877 5466 1 0 549211 0
[pid=87874/tid=87876] ppid=87871 vsize=18996948 memory=-6000919502737532263 CPUtime=0.25 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 5389 0 0 0 24 1 0 0 20 0 19 0 72759019 19452874752 17877 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72759021 19452874752 17877 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 72759022 19452874752 17877 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 72759038 19452874752 17877 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71508 KiB

[startup+0.700261 s]
/proc/loadavg: 4.71 5.00 4.89 6/339 87893
/proc/meminfo: memFree=93149532/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=18996948 memory=87856 CPUtime=1.26 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 11450 0 0 0 123 3 0 0 20 0 19 0 72759018 19452874752 21964 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4749237 21964 5466 1 0 551138 0
[pid=87874/tid=87876] ppid=87871 vsize=18996948 memory=15104 CPUtime=0.64 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 5445 0 0 0 63 1 0 0 20 0 19 0 72759019 19452874752 21964 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72759021 19452874752 21964 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 72759022 19452874752 21964 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 72759038 19452874752 21964 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87856 KiB

[startup+1.50026 s]
/proc/loadavg: 4.71 5.00 4.89 6/339 87893
/proc/meminfo: memFree=93135228/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=18996948 memory=120244 CPUtime=2.48 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 15154 0 0 0 244 4 0 0 20 0 19 0 72759018 19452874752 30061 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4749237 30061 5466 1 0 551491 0
[pid=87874/tid=87876] ppid=87871 vsize=18996948 memory=0 CPUtime=1.44 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 5788 0 0 0 142 2 0 0 20 0 19 0 72759019 19452874752 30061 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 72759021 19452874752 30061 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 72759022 19452874752 30061 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 72759038 19452874752 30061 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120244 KiB

[startup+3.10554 s]
/proc/loadavg: 4.71 5.00 4.89 5/340 87894
/proc/meminfo: memFree=93049004/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=185156 CPUtime=4.25 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 17724 0 0 0 420 5 0 0 20 0 20 0 72759018 19521036288 46289 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 46289 5530 1 0 551956 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=10752 CPUtime=3.03 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 6076 0 0 0 301 2 0 0 20 0 20 0 72759019 19521036288 46289 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=-6000919502737532263 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 46289 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 46289 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 46289 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 4.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185156 KiB

[startup+6.30022 s]
/proc/loadavg: 4.66 4.99 4.88 5/340 87894
/proc/meminfo: memFree=92999856/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=220284 CPUtime=7.52 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 18054 0 0 0 746 6 0 0 20 0 20 0 72759018 19521036288 55071 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 55071 5530 1 0 551957 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=0 CPUtime=6.18 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 6097 0 0 0 616 2 0 0 20 0 20 0 72759019 19521036288 55071 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 55071 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 55071 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=125108 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 55071 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 7.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 220284 KiB

[startup+12.7002 s]
/proc/loadavg: 4.60 4.97 4.88 7/340 87895
/proc/meminfo: memFree=92527824/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=327076 CPUtime=13.98 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 20308 0 0 0 1389 9 0 0 20 0 20 0 72759018 19521036288 81769 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 81769 5530 1 0 551957 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=125108 CPUtime=12.5 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 7101 0 0 0 1248 2 0 0 20 0 20 0 72759019 19521036288 81769 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=327076 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 81769 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 81769 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 81769 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 13.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 327076 KiB

[startup+25.5002 s]
/proc/loadavg: 4.74 4.99 4.89 6/340 87895
/proc/meminfo: memFree=92355540/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=489084 CPUtime=26.87 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 23059 0 0 0 2675 12 0 0 20 0 20 0 72759018 19521036288 122271 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 122271 5562 1 0 551957 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=327076 CPUtime=25.16 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 7711 0 0 0 2514 2 0 0 20 0 20 0 72759019 19521036288 122271 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 122271 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=450172 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 122271 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=15104 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 122271 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 26.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 489084 KiB

[startup+51.1056 s]
/proc/loadavg: 4.61 4.94 4.87 5/340 87895
/proc/meminfo: memFree=91264052/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=852912 CPUtime=52.73 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 29312 0 0 0 5252 21 0 0 20 0 20 0 72759018 19521036288 213228 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 213228 5562 1 0 552284 0

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

/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 697201 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 745 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 697201 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 697201 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 3233.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2788804 KiB

[startup+3282.3 s]
/proc/loadavg: 4.94 4.84 4.68 5/340 88258
/proc/meminfo: memFree=103907264/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=2788932 CPUtime=3293.11 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 123688 0 0 0 329156 155 0 0 20 0 20 0 72759018 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 697233 5562 1 0 710512 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=2784196 CPUtime=3266.13 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 59900 0 0 0 326577 36 0 0 20 0 20 0 72759019 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=2788932 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=15104 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 761 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=2788932 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 3293.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2788932 KiB

[startup+3342.3 s]
/proc/loadavg: 4.81 4.84 4.69 5/340 88260
/proc/meminfo: memFree=102780800/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=2788932 CPUtime=3353.26 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 124752 0 0 0 335169 157 0 0 20 0 20 0 72759018 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 697233 5562 1 0 710512 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=2784196 CPUtime=3325.72 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 59982 0 0 0 332536 36 0 0 20 0 20 0 72759019 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=15104 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=2788932 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 777 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=2788932 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 3353.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2788932 KiB

[startup+3402.3 s]
/proc/loadavg: 4.95 4.88 4.72 6/340 88264
/proc/meminfo: memFree=101640816/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=2788932 CPUtime=3413.23 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 125001 0 0 0 341164 159 0 0 20 0 20 0 72759018 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 697233 5562 1 0 710512 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=2788932 CPUtime=3385.48 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 60188 0 0 0 338512 36 0 0 20 0 20 0 72759019 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=2788932 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=2788932 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 777 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=-6000919502737532263 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 3413.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2788932 KiB

[startup+3462.3 s]
/proc/loadavg: 5.06 4.92 4.74 5/340 88266
/proc/meminfo: memFree=100073184/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=2788932 CPUtime=3473.2 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 125867 0 0 0 347160 160 0 0 20 0 20 0 72759018 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 697233 5562 1 0 710512 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=2788932 CPUtime=3445.23 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 60842 0 0 0 344487 36 0 0 20 0 20 0 72759019 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=-6000919489920132199 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=2788932 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 777 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=2788932 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 697233 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 3473.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2788932 KiB

[startup+3522.3 s]
/proc/loadavg: 5.16 4.99 4.78 6/340 88268
/proc/meminfo: memFree=100052528/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=2791748 CPUtime=3534.34 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 133008 0 0 0 353270 164 0 0 20 0 20 0 72759018 19521036288 697937 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 697937 5562 1 0 711135 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=2788932 CPUtime=3504.81 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 66632 0 0 0 350445 36 0 0 20 0 20 0 72759019 19521036288 697937 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=2791748 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 697937 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=2791748 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 802 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 697937 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=2791748 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 697937 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 3534.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2791748 KiB

[startup+3582.3 s]
/proc/loadavg: 4.89 4.95 4.78 5/340 88271
/proc/meminfo: memFree=99528616/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=2791876 CPUtime=3594.47 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 134121 0 0 0 359281 166 0 0 20 0 20 0 72759018 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 697969 5562 1 0 711135 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=2791748 CPUtime=3564.42 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 66766 0 0 0 356405 37 0 0 20 0 20 0 72759019 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=2791876 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=2791748 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 850 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=2791876 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 3594.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2791876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.9 s]
/proc/loadavg: 4.90 4.95 4.78 6/340 88271
/proc/meminfo: memFree=99528696/131250000 swapFree=33008100/33010684
[pid=87874] ppid=87871 vsize=19063512 memory=2791876 CPUtime=3600.05 cores=1,3
/proc/87874/stat : 87874 (java) S 87871 87874 87403 0 -1 4194304 134123 0 0 0 359839 166 0 0 20 0 20 0 72759018 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
/proc/87874/statm: 4765878 697969 5562 1 0 711135 0
[pid=87874/tid=87876] ppid=87871 vsize=19063512 memory=14720 CPUtime=3570.01 cores=1,3
/proc/87874/task/87876/stat : 87876 (java) R 87871 87874 87403 0 -1 4194368 66766 0 0 0 356964 37 0 0 20 0 20 0 72759019 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87885] ppid=87871 vsize=19063512 memory=2788932 CPUtime=0 cores=1,3
/proc/87874/task/87885/stat : 87885 (Finalizer) S 87871 87874 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 72759021 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87892] ppid=87871 vsize=19063512 memory=2788804 CPUtime=0 cores=1,3
/proc/87874/task/87892/stat : 87892 (Common-Cleaner) S 87871 87874 87403 0 -1 4194368 850 0 0 0 0 0 0 0 20 0 20 0 72759022 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
[pid=87874/tid=87893] ppid=87871 vsize=19063512 memory=2791876 CPUtime=0 cores=1,3
/proc/87874/task/87893/stat : 87893 (Timer-0) S 87871 87874 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 72759038 19521036288 697969 18446744073709551615 93942974656512 93942974660208 140724833190496 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93942974668024 93942974668816 93942999904256 140724833192321 140724833192422 140724833192422 140724833198024 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2791876 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.57 s, system=1.67981 s

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

[startup+3588.01 s]*
/proc/loadavg: 4.90 4.95 4.78 6/322 88274
/proc/meminfo: memFree=100675576/131250000 swapFree=33008100/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): 3588.01
CPU time (s): 3600.25
CPU user time (s): 3598.57
CPU system time (s): 1.67981
CPU usage (%): 100.341
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2791876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.57
system time used= 1.67981
maximum resident set size= 2793028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109498
involuntary context switches= 7290


# summary of solver processes directly reported to runsolver:
#   pid: 87874
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3598.57
#   total CPU system time (s): 1.67981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.7608 second user time and 16.4535 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-03 21:26:28
IDJOB=4520488
IDBENCH=178060
IDSOLVER=3363
FILE ID=nodeC013/4520488-1751570788
RUNJOBID= nodeC013-1751567892-87415
SLURM_JOB_ID= 9598784
Free space on /tmp= 432644 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/normalized-dominating_set_hexgrid_opt_r6_c80.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520488-1751570788/watcher-4520488-1751570788 -o /tmp/evaluation-result-4520488-1751570788/solver-4520488-1751570788 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87415 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4520488-1751570788.opb

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

MD5SUM BENCH= c38d53ef62d5a1e991caa36d02813e97
RANDOM SEED=1140287413

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        93198372 kB
MemAvailable:   93296584 kB
Buffers:            1668 kB
Cached:           892340 kB
SwapCached:         1984 kB
Active:         36870428 kB
Inactive:         528052 kB
Active(anon):   36498132 kB
Inactive(anon):    17632 kB
Active(file):     372296 kB
Inactive(file):   510420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               688 kB
Writeback:             0 kB
AnonPages:      36505564 kB
Mapped:           119664 kB
Shmem:             11292 kB
KReclaimable:     109068 kB
Slab:             199400 kB
SReclaimable:     109068 kB
SUnreclaim:        90332 kB
KernelStack:        5200 kB
PageTables:        75096 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   40305744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  36009984 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC013 at 2025-07-03 22:26:16