Trace number 4520902

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)97 3600.32 3593.65

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/
dominating_set/normalized-dominating_set_hexgrid_opt_r6_c60.opb
MD5SUM14dedd034317d1dc2126b6dd2b1cfc4c
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 benchmark90
Best CPU time to get the best result obtained on this benchmark0.016794
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables360
Total number of constraints360
Number of constraints which are clauses360
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 360
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 360
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 360
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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-4520902-1751574377.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.12/0.19	c ... done. Wall clock time 0.046s.
0.12/0.19	c declared #vars     360
0.12/0.19	c #constraints  360
0.12/0.19	c constraints type 
0.12/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 360
0.12/0.19	c 360 constraints processed.
0.12/0.20	c objective function length is 360 literals
0.30/0.21	c SATISFIABLE
0.30/0.21	c OPTIMIZING...
0.30/0.21	c Got one! Elapsed wall clock time (in seconds):0.075
0.30/0.21	o 98
0.88/0.55	c cleaning 2501 clauses out of 5001 with flag 11920/5001
1.44/0.80	c cleaning 4247 clauses out of 8500 with flag 26966/11001
1.64/0.97	c cleaning 5625 clauses out of 11253 with flag 42601/18001
1.96/1.16	c cleaning 6812 clauses out of 13627 with flag 60564/26000
2.25/1.38	c cleaning 7902 clauses out of 15815 with flag 80789/35000
2.45/1.59	c cleaning 8957 clauses out of 17915 with flag 102979/45002
2.82/1.82	c cleaning 9975 clauses out of 19957 with flag 127568/56001
3.12/2.10	c cleaning 10986 clauses out of 21981 with flag 154307/68000
3.41/2.40	c cleaning 11997 clauses out of 23995 with flag 183342/81000
3.72/2.77	c cleaning 12998 clauses out of 25998 with flag 214455/95000
4.13/3.17	c cleaning 13996 clauses out of 28000 with flag 247648/110000
4.62/3.64	c cleaning 15000 clauses out of 30005 with flag 285415/126001
5.17/4.11	c cleaning 16000 clauses out of 32005 with flag 323901/143001
5.67/4.63	c cleaning 17000 clauses out of 34004 with flag 364384/161000
6.18/5.15	c cleaning 18002 clauses out of 36004 with flag 406900/180000
6.79/5.77	c cleaning 18997 clauses out of 38003 with flag 451801/200001
7.59/6.57	c cleaning 19997 clauses out of 40006 with flag 501603/221001
8.69/7.64	c cleaning 20997 clauses out of 42008 with flag 558868/243000
9.78/8.71	c cleaning 22001 clauses out of 44011 with flag 617793/266000
10.61/9.54	c cleaning 23001 clauses out of 46011 with flag 675891/290001
11.71/10.67	c cleaning 24003 clauses out of 48009 with flag 739305/315000
12.60/11.56	c cleaning 24998 clauses out of 50006 with flag 799874/341000
14.00/12.90	c cleaning 26001 clauses out of 52009 with flag 865791/368001
14.93/13.83	c cleaning 27002 clauses out of 54008 with flag 928489/396001
15.82/14.78	c cleaning 28000 clauses out of 56005 with flag 992888/425000
16.82/15.72	c cleaning 28999 clauses out of 58006 with flag 1059611/455001
17.84/16.74	c cleaning 30000 clauses out of 60006 with flag 1128601/486000
18.94/17.87	c cleaning 30999 clauses out of 62006 with flag 1199625/518000
20.04/18.97	c cleaning 32004 clauses out of 64009 with flag 1273288/551002
21.28/20.11	c cleaning 32997 clauses out of 66004 with flag 1348659/585001
22.47/21.38	c cleaning 33999 clauses out of 68006 with flag 1426257/620000
23.87/22.78	c cleaning 35000 clauses out of 70007 with flag 1506525/656000
25.30/24.11	c cleaning 35998 clauses out of 72008 with flag 1588773/693001
26.69/25.50	c cleaning 36997 clauses out of 74009 with flag 1673358/731000
28.12/26.99	c cleaning 38006 clauses out of 76014 with flag 1760520/770002
29.82/28.64	c cleaning 39001 clauses out of 78007 with flag 1850073/810001
31.45/30.24	c cleaning 40003 clauses out of 80006 with flag 1941515/851001
33.25/32.04	c cleaning 41001 clauses out of 82003 with flag 2036256/893001
33.64/32.42	c Got one! Elapsed wall clock time (in seconds):32.278
33.64/32.42	o 97
33.95/32.77	c cleaning 29562 clauses out of 59136 with flag 11920/911135
34.15/33.00	c cleaning 17787 clauses out of 35574 with flag 26656/917135
34.35/33.18	c cleaning 12393 clauses out of 24787 with flag 42413/924135
34.61/33.36	c cleaning 10195 clauses out of 20394 with flag 60356/932135
34.86/33.57	c cleaning 9592 clauses out of 19200 with flag 81843/941136
35.08/33.78	c cleaning 9801 clauses out of 19608 with flag 105224/951136
35.38/34.01	c cleaning 10397 clauses out of 20807 with flag 130032/962136
35.68/34.30	c cleaning 11205 clauses out of 22409 with flag 157251/974135
35.98/34.62	c cleaning 12099 clauses out of 24205 with flag 187908/987136
36.28/34.94	c cleaning 13048 clauses out of 26106 with flag 219606/1001136
36.68/35.31	c cleaning 14025 clauses out of 28059 with flag 253169/1016137
36.98/35.68	c cleaning 15017 clauses out of 30034 with flag 288989/1032137
37.49/36.11	c cleaning 16001 clauses out of 32015 with flag 326857/1049135
37.88/36.54	c cleaning 17006 clauses out of 34015 with flag 367010/1067136
38.38/37.02	c cleaning 18001 clauses out of 36009 with flag 409642/1086136
38.88/37.51	c cleaning 19002 clauses out of 38008 with flag 454218/1106136
39.38/38.09	c cleaning 20004 clauses out of 40007 with flag 501420/1127137
40.08/38.71	c cleaning 21001 clauses out of 42001 with flag 550814/1149135
40.77/39.42	c cleaning 21994 clauses out of 44000 with flag 603481/1172135
41.48/40.17	c cleaning 22996 clauses out of 46006 with flag 661417/1196135
42.27/40.98	c cleaning 24005 clauses out of 48011 with flag 720139/1221136
43.17/41.83	c cleaning 25000 clauses out of 50006 with flag 782567/1247136
44.27/42.96	c cleaning 26003 clauses out of 52007 with flag 850764/1274137
45.37/44.03	c cleaning 26996 clauses out of 54002 with flag 921139/1302135
46.37/45.05	c cleaning 27998 clauses out of 56006 with flag 988704/1331135
47.47/46.19	c cleaning 28999 clauses out of 58009 with flag 1062360/1361136
48.65/47.30	c cleaning 29998 clauses out of 60010 with flag 1134562/1392136
49.66/48.31	c cleaning 31003 clauses out of 62012 with flag 1209012/1424136
50.95/49.64	c cleaning 31998 clauses out of 64008 with flag 1287167/1457135
52.15/50.85	c cleaning 33003 clauses out of 66010 with flag 1366103/1491135
53.35/52.02	c cleaning 34004 clauses out of 68009 with flag 1448123/1526137
54.65/53.32	c cleaning 35000 clauses out of 70003 with flag 1530803/1562135
55.95/54.64	c cleaning 36000 clauses out of 72003 with flag 1614230/1599135
57.14/55.81	c cleaning 36995 clauses out of 74003 with flag 1699665/1637135
58.54/57.21	c cleaning 37996 clauses out of 76009 with flag 1786576/1676136
59.99/58.62	c cleaning 39004 clauses out of 78014 with flag 1875711/1716137
61.29/59.96	c cleaning 40003 clauses out of 80008 with flag 1967195/1757135
62.79/61.49	c cleaning 41003 clauses out of 82007 with flag 2061769/1799137
64.29/62.99	c cleaning 42002 clauses out of 84003 with flag 2157978/1842136
65.89/64.55	c cleaning 42998 clauses out of 86001 with flag 2256764/1886136
67.58/66.25	c cleaning 43998 clauses out of 88002 with flag 2356761/1931135
69.34/67.99	c cleaning 44999 clauses out of 90004 with flag 2458912/1977135
71.13/69.71	c cleaning 45996 clauses out of 92005 with flag 2564092/2024135
73.03/71.68	c cleaning 47004 clauses out of 94010 with flag 2672010/2072136
75.03/73.61	c cleaning 47998 clauses out of 96006 with flag 2781180/2121136
77.06/75.66	c cleaning 49003 clauses out of 98007 with flag 2892741/2171135
79.05/77.68	c cleaning 49998 clauses out of 100005 with flag 3008103/2222136
81.15/79.72	c cleaning 50996 clauses out of 102006 with flag 3124835/2274135
83.55/82.15	c cleaning 52001 clauses out of 104010 with flag 3244481/2327135
85.85/84.43	c cleaning 52999 clauses out of 106010 with flag 3363775/2381136
88.14/86.71	c cleaning 53997 clauses out of 108010 with flag 3486047/2436135
90.63/89.12	c cleaning 55005 clauses out of 110014 with flag 3612139/2492136
93.22/91.75	c cleaning 56001 clauses out of 112008 with flag 3738726/2549135
95.71/94.27	c cleaning 56999 clauses out of 114007 with flag 3868286/2607135
98.31/96.82	c cleaning 58000 clauses out of 116009 with flag 3999911/2666136
100.95/99.42	c cleaning 59000 clauses out of 118008 with flag 4133512/2726135
103.35/101.88	c cleaning 60004 clauses out of 120009 with flag 4269290/2787136
106.14/104.63	c cleaning 60998 clauses out of 122004 with flag 4407752/2849135
109.03/107.53	c cleaning 62003 clauses out of 124007 with flag 4547276/2912136
112.19/110.63	c cleaning 62997 clauses out of 126003 with flag 4689719/2976135
115.19/113.64	c cleaning 63998 clauses out of 128007 with flag 4834467/3041136
118.18/116.62	c cleaning 65000 clauses out of 130009 with flag 4982610/3107136
121.27/119.73	c cleaning 66000 clauses out of 132008 with flag 5131960/3174135
124.41/122.84	c cleaning 67003 clauses out of 134009 with flag 5283425/3242136
127.61/126.09	c cleaning 67999 clauses out of 136006 with flag 5437046/3311136
131.10/129.56	c cleaning 69004 clauses out of 138009 with flag 5593417/3381138
134.29/132.71	c cleaning 69995 clauses out of 140003 with flag 5751236/3452136
137.69/136.16	c cleaning 70996 clauses out of 142007 with flag 5912153/3524135
141.66/140.10	c cleaning 72001 clauses out of 144011 with flag 6075294/3597135
145.55/143.93	c cleaning 73001 clauses out of 146010 with flag 6240196/3671135
149.24/147.65	c cleaning 74001 clauses out of 148009 with flag 6407370/3746135
153.43/151.89	c cleaning 75003 clauses out of 150008 with flag 6577130/3822135
157.42/155.88	c cleaning 76002 clauses out of 152005 with flag 6749168/3899135
161.82/159.86	c cleaning 76997 clauses out of 154004 with flag 6923748/3977136
165.81/163.87	c cleaning 77999 clauses out of 156007 with flag 7099733/4056136
170.40/168.42	c cleaning 78994 clauses out of 158007 with flag 7281165/4136135
176.00/174.01	c cleaning 80001 clauses out of 160013 with flag 7474184/4217135
180.18/178.25	c cleaning 80999 clauses out of 162012 with flag 7664615/4299135
184.45/182.47	c cleaning 82000 clauses out of 164013 with flag 7852078/4382135
189.34/187.35	c cleaning 83005 clauses out of 166014 with flag 8043004/4466136
194.23/192.22	c cleaning 84002 clauses out of 168008 with flag 8231868/4551135
198.92/196.98	c cleaning 84999 clauses out of 170006 with flag 8427814/4637135
203.91/201.94	c cleaning 86000 clauses out of 172008 with flag 8622031/4724136
208.51/206.54	c cleaning 86998 clauses out of 174008 with flag 8817902/4812136
212.94/210.91	c cleaning 87999 clauses out of 176009 with flag 9015600/4901135
217.63/215.64	c cleaning 89001 clauses out of 178011 with flag 9216302/4991136
223.23/221.28	c cleaning 89994 clauses out of 180009 with flag 9419499/5082135
228.03/226.01	c cleaning 91005 clauses out of 182016 with flag 9625219/5174136
233.61/231.68	c cleaning 92001 clauses out of 184011 with flag 9832599/5267136
239.00/236.95	c cleaning 93000 clauses out of 186011 with flag 10042968/5361137
244.79/242.75	c cleaning 94002 clauses out of 188011 with flag 10254840/5456137
250.38/248.32	c cleaning 94999 clauses out of 190008 with flag 10469560/5552136
256.37/254.39	c cleaning 95998 clauses out of 192008 with flag 10687194/5649135
262.56/260.56	c cleaning 96997 clauses out of 194010 with flag 10907956/5747135
269.01/266.91	c cleaning 98003 clauses out of 196013 with flag 11127835/5846135
276.00/273.96	c cleaning 98999 clauses out of 198010 with flag 11354690/5946135
281.99/279.92	c cleaning 100006 clauses out of 200012 with flag 11580883/6047136
288.77/286.78	c cleaning 100995 clauses out of 202005 with flag 11808586/6149135
295.56/293.51	c cleaning 102002 clauses out of 204011 with flag 12038160/6252136
301.74/299.78	c cleaning 103004 clauses out of 206008 with flag 12271293/6356135
309.80/307.72	c cleaning 103994 clauses out of 208004 with flag 12508992/6461135
315.99/313.96	c cleaning 105000 clauses out of 210011 with flag 12750172/6567136
322.57/320.53	c cleaning 105999 clauses out of 212010 with flag 12994607/6674135
329.36/327.32	c cleaning 107004 clauses out of 214012 with flag 13244037/6782136
335.64/333.62	c cleaning 108000 clauses out of 216009 with flag 13492076/6891137
343.52/341.47	c cleaning 108995 clauses out of 218009 with flag 13741697/7001137
352.31/350.22	c cleaning 109999 clauses out of 220012 with flag 13999877/7112135
359.60/357.55	c cleaning 111006 clauses out of 222014 with flag 14261217/7224136
367.48/365.46	c cleaning 111998 clauses out of 224007 with flag 14516405/7337135
375.46/373.46	c cleaning 113001 clauses out of 226009 with flag 14772963/7451135
383.90/381.56	c cleaning 113997 clauses out of 228008 with flag 15035725/7566135
391.98/389.65	c cleaning 115002 clauses out of 230012 with flag 15297063/7682136
399.57/397.26	c cleaning 116002 clauses out of 232009 with flag 15560281/7799135
408.45/406.16	c cleaning 117001 clauses out of 234010 with flag 15826648/7917138
417.53/415.27	c cleaning 117996 clauses out of 236006 with flag 16097865/8036135
426.66/424.34	c cleaning 119005 clauses out of 238011 with flag 16373850/8156136
435.84/433.55	c cleaning 119997 clauses out of 240006 with flag 16645865/8277136
443.62/441.36	c cleaning 121002 clauses out of 242008 with flag 16921623/8399135
451.90/449.64	c cleaning 121997 clauses out of 244006 with flag 17196497/8522135
460.19/457.96	c cleaning 123003 clauses out of 246009 with flag 17476594/8646135
469.66/467.45	c cleaning 124004 clauses out of 248008 with flag 17757073/8771137
477.85/475.61	c cleaning 124997 clauses out of 250002 with flag 18037091/8897135
491.12/488.90	c cleaning 125994 clauses out of 252006 with flag 18320937/9024136
499.78/497.50	c cleaning 127003 clauses out of 254012 with flag 18609136/9152136
508.26/506.02	c cleaning 128002 clauses out of 256011 with flag 18901552/9281138
520.24/518.04	c cleaning 128998 clauses out of 258008 with flag 19198846/9411137
529.22/527.02	c cleaning 130004 clauses out of 260009 with flag 19491624/9542136
539.29/537.15	c cleaning 130999 clauses out of 262006 with flag 19787542/9674137
548.57/546.48	c cleaning 131997 clauses out of 264007 with flag 20085068/9807137
558.15/556.04	c cleaning 132998 clauses out of 266008 with flag 20384118/9941135
567.33/565.29	c cleaning 134000 clauses out of 268010 with flag 20685408/10076135
575.48/573.35	c cleaning 135002 clauses out of 270012 with flag 20989175/10212137
583.96/581.89	c cleaning 136001 clauses out of 272008 with flag 21293814/10349135
592.84/590.70	c cleaning 136998 clauses out of 274007 with flag 21602124/10487135
601.82/599.73	c cleaning 137999 clauses out of 276010 with flag 21912590/10626136
610.80/608.79	c cleaning 139001 clauses out of 278011 with flag 22224643/10766136
619.99/618.00	c cleaning 140000 clauses out of 280009 with flag 22539133/10907135
629.17/627.13	c cleaning 141005 clauses out of 282010 with flag 22856162/11049136
639.74/637.74	c cleaning 141996 clauses out of 284005 with flag 23176799/11192136
648.84/646.78	c cleaning 142999 clauses out of 286009 with flag 23497609/11336136
659.32/657.29	c cleaning 144004 clauses out of 288009 with flag 23820446/11481135
670.40/668.35	c cleaning 144993 clauses out of 290006 with flag 24147998/11627136
682.37/680.35	c cleaning 146000 clauses out of 292012 with flag 24488658/11774135
695.55/693.51	c cleaning 147004 clauses out of 294013 with flag 24846532/11922136
709.82/707.83	c cleaning 147999 clauses out of 296009 with flag 25189681/12071136
723.15/721.08	c cleaning 148998 clauses out of 298009 with flag 25542059/12221135
735.62/733.56	c cleaning 149999 clauses out of 300011 with flag 25894464/12372135
747.70/745.62	c cleaning 150999 clauses out of 302012 with flag 26245038/12524135
758.98/756.95	c cleaning 152004 clauses out of 304013 with flag 26594477/12677135
773.06/771.05	c cleaning 153004 clauses out of 306009 with flag 26949936/12831135
787.93/785.84	c cleaning 153997 clauses out of 308005 with flag 27311267/12986135
801.80/799.76	c cleaning 154996 clauses out of 310008 with flag 27675692/13142135
816.46/814.44	c cleaning 155997 clauses out of 312013 with flag 28034472/13299136
829.94/827.95	c cleaning 157003 clauses out of 314016 with flag 28387772/13457136
846.38/844.28	c cleaning 157998 clauses out of 316012 with flag 28748094/13616135
861.95/859.86	c cleaning 159002 clauses out of 318014 with flag 29109629/13776135
876.33/874.28	c cleaning 160002 clauses out of 320013 with flag 29470087/13937136
893.33/890.35	c cleaning 161000 clauses out of 322010 with flag 29833059/14099135
908.21/905.20	c cleaning 162002 clauses out of 324010 with flag 30200023/14262135
922.41/919.43	c cleaning 162997 clauses out of 326008 with flag 30566618/14426135
934.09/931.18	c cleaning 164004 clauses out of 328012 with flag 30935387/14591136
945.86/942.98	c cleaning 165000 clauses out of 330008 with flag 31304550/14757136
961.56/958.56	c cleaning 166002 clauses out of 332008 with flag 31675686/14924136
974.24/971.25	c cleaning 166997 clauses out of 334005 with flag 32050109/15092135
987.41/984.48	c cleaning 167998 clauses out of 336008 with flag 32426834/15261135
1003.66/1000.69	c cleaning 169001 clauses out of 338011 with flag 32806286/15431136
1017.15/1014.18	c cleaning 169997 clauses out of 340011 with flag 33188323/15602137
1030.32/1027.31	c cleaning 171000 clauses out of 342012 with flag 33569967/15774135
1043.59/1040.65	c cleaning 172006 clauses out of 344016 with flag 33954681/15947139
1058.34/1055.38	c cleaning 172992 clauses out of 346006 with flag 34341231/16121135
1072.51/1069.55	c cleaning 173999 clauses out of 348014 with flag 34731910/16296135
1087.49/1084.52	c cleaning 175004 clauses out of 350016 with flag 35125130/16472136
1103.96/1100.34	c cleaning 176001 clauses out of 352012 with flag 35520675/16649136
1116.44/1112.86	c cleaning 177005 clauses out of 354010 with flag 35918281/16827135
1130.41/1126.84	c cleaning 178001 clauses out of 356005 with flag 36318380/17006135
1146.06/1142.46	c cleaning 178999 clauses out of 358004 with flag 36720436/17186135
1162.12/1158.50	c cleaning 179999 clauses out of 360006 with flag 37123742/17367136
1176.09/1172.59	c cleaning 180999 clauses out of 362006 with flag 37530815/17549135
1191.12/1187.57	c cleaning 182000 clauses out of 364007 with flag 37939892/17732135
1207.79/1204.23	c cleaning 182998 clauses out of 366008 with flag 38351084/17916136
1224.57/1221.02	c cleaning 184001 clauses out of 368009 with flag 38765521/18101135
1239.23/1235.76	c cleaning 184997 clauses out of 370009 with flag 39180894/18287136
1257.31/1253.70	c cleaning 185998 clauses out of 372012 with flag 39597642/18474136
1274.57/1271.01	c cleaning 187002 clauses out of 374013 with flag 40019260/18662135
1291.54/1288.08	c cleaning 188002 clauses out of 376013 with flag 40443287/18851137
1308.82/1305.29	c cleaning 189003 clauses out of 378009 with flag 40866731/19041135
1326.18/1322.65	c cleaning 190001 clauses out of 380006 with flag 41293453/19232135
1346.14/1342.67	c cleaning 190999 clauses out of 382005 with flag 41721562/19424135
1364.43/1360.80	c cleaning 192000 clauses out of 384006 with flag 42152786/19617135
1381.40/1377.86	c cleaning 192996 clauses out of 386006 with flag 42586528/19811135
1400.97/1397.49	c cleaning 194001 clauses out of 388011 with flag 43023704/20006136
1418.33/1414.26	c cleaning 195001 clauses out of 390009 with flag 43461159/20202135
1437.68/1433.62	c cleaning 196003 clauses out of 392009 with flag 43900907/20399136
1456.82/1452.71	c cleaning 197001 clauses out of 394005 with flag 44342186/20597135
1477.49/1473.42	c cleaning 198001 clauses out of 396004 with flag 44787932/20796135
1497.73/1493.56	c cleaning 199000 clauses out of 398003 with flag 45235645/20996135
1516.60/1512.45	c cleaning 199994 clauses out of 400004 with flag 45686824/21197136
1537.61/1533.46	c cleaning 200996 clauses out of 402009 with flag 46137469/21399135
1556.48/1552.36	c cleaning 202002 clauses out of 404014 with flag 46590643/21602136
1576.13/1571.93	c cleaning 203003 clauses out of 406011 with flag 47046222/21806135
1594.69/1590.54	c cleaning 203994 clauses out of 408008 with flag 47503390/22011135
1613.86/1609.73	c cleaning 205002 clauses out of 410015 with flag 47965298/22217136
1632.74/1628.60	c cleaning 206004 clauses out of 412014 with flag 48429971/22424137
1649.30/1645.25	c cleaning 206995 clauses out of 414008 with flag 48894597/22632135
1670.43/1666.33	c cleaning 207997 clauses out of 416013 with flag 49364044/22841135
1690.19/1686.12	c cleaning 209007 clauses out of 418017 with flag 49837398/23051136
1711.54/1707.56	c cleaning 209997 clauses out of 420009 with flag 50310908/23262135
1733.67/1729.20	c cleaning 210999 clauses out of 422013 with flag 50783837/23474136
1754.13/1749.75	c cleaning 212002 clauses out of 424013 with flag 51258821/23687135
1777.47/1773.05	c cleaning 213003 clauses out of 426012 with flag 51735974/23901136
1797.73/1793.32	c cleaning 213997 clauses out of 428009 with flag 52215950/24116136
1818.88/1814.58	c cleaning 215000 clauses out of 430012 with flag 52698604/24332136
1840.45/1836.09	c cleaning 216005 clauses out of 432012 with flag 53186098/24549136
1860.81/1856.42	c cleaning 216999 clauses out of 434006 with flag 53673217/24767135
1880.77/1876.40	c cleaning 218000 clauses out of 436007 with flag 54161569/24986135
1903.62/1899.37	c cleaning 218998 clauses out of 438007 with flag 54651307/25206135
1926.29/1921.96	c cleaning 220001 clauses out of 440009 with flag 55144279/25427135
1948.74/1944.45	c cleaning 221002 clauses out of 442010 with flag 55642893/25649137
1972.40/1968.15	c cleaning 222001 clauses out of 444007 with flag 56141152/25872136
1997.64/1993.47	c cleaning 223000 clauses out of 446005 with flag 56644587/26096135
2023.88/2019.59	c cleaning 224001 clauses out of 448007 with flag 57147114/26321137
2046.55/2042.26	c cleaning 224999 clauses out of 450005 with flag 57650358/26547136
2070.10/2065.85	c cleaning 226000 clauses out of 452006 with flag 58155845/26774136
2093.46/2089.24	c cleaning 226995 clauses out of 454006 with flag 58667418/27002136
2119.20/2115.06	c cleaning 228004 clauses out of 456011 with flag 59176797/27231136
2144.36/2140.13	c cleaning 228995 clauses out of 458006 with flag 59690146/27461135
2170.58/2166.48	c cleaning 230003 clauses out of 460013 with flag 60207310/27692137
2194.83/2190.73	c cleaning 231000 clauses out of 462009 with flag 60724564/27924136
2222.67/2218.69	c cleaning 232003 clauses out of 464009 with flag 61246442/28157136
2252.78/2248.71	c cleaning 233002 clauses out of 466005 with flag 61776727/28391135
2285.71/2281.70	c cleaning 233997 clauses out of 468003 with flag 62308075/28626135
2316.74/2312.88	c cleaning 235001 clauses out of 470007 with flag 62839243/28862136
2351.01/2345.90	c cleaning 236003 clauses out of 472006 with flag 63367676/29099136
2380.84/2375.81	c cleaning 236994 clauses out of 474002 with flag 63900166/29337135
2408.79/2403.71	c cleaning 238001 clauses out of 476008 with flag 64433576/29576135
2435.24/2430.26	c cleaning 238998 clauses out of 478007 with flag 64971217/29816135
2463.73/2458.73	c cleaning 240004 clauses out of 480009 with flag 65509380/30057135
2489.29/2484.30	c cleaning 240994 clauses out of 482005 with flag 66051826/30299135
2515.87/2510.87	c cleaning 242001 clauses out of 484011 with flag 66594438/30542135
2542.22/2537.25	c cleaning 242995 clauses out of 486010 with flag 67138475/30786135
2569.75/2564.74	c cleaning 244001 clauses out of 488016 with flag 67684503/31031136
2592.12/2587.12	c cleaning 245001 clauses out of 490014 with flag 68233681/31277135
2618.91/2613.99	c cleaning 246004 clauses out of 492013 with flag 68782259/31524135
2642.96/2638.06	c cleaning 246996 clauses out of 494009 with flag 69335171/31772135
2667.87/2662.44	c cleaning 247997 clauses out of 496013 with flag 69890012/32021135
2695.80/2690.45	c cleaning 248999 clauses out of 498016 with flag 70446502/32271135
2722.22/2716.88	c cleaning 250001 clauses out of 500018 with flag 71006353/32522136
2748.79/2743.31	c cleaning 251004 clauses out of 502017 with flag 71567215/32774136
2778.03/2772.62	c cleaning 251999 clauses out of 504013 with flag 72134382/33027136
2804.99/2799.54	c cleaning 253004 clauses out of 506013 with flag 72702483/33281135
2832.54/2827.19	c cleaning 253996 clauses out of 508010 with flag 73270734/33536136
2866.12/2860.70	c cleaning 255002 clauses out of 510013 with flag 73846451/33792135
2896.16/2890.83	c cleaning 256000 clauses out of 512011 with flag 74421892/34049135
2929.32/2923.94	c cleaning 257006 clauses out of 514012 with flag 74997488/34307136
2956.37/2951.04	c cleaning 257999 clauses out of 516005 with flag 75574916/34566135
2994.69/2989.48	c cleaning 258999 clauses out of 518006 with flag 76157294/34826135
3025.74/3020.43	c cleaning 260001 clauses out of 520007 with flag 76740277/35087135
3053.69/3048.31	c cleaning 260993 clauses out of 522006 with flag 77327933/35349135
3082.72/3077.40	c cleaning 262002 clauses out of 524013 with flag 77915601/35612135
3114.07/3108.32	c cleaning 263003 clauses out of 526011 with flag 78506926/35876135
3145.10/3139.31	c cleaning 263999 clauses out of 528009 with flag 79100978/36141136
3181.64/3175.87	c cleaning 265000 clauses out of 530010 with flag 79695572/36407136
3213.17/3207.44	c cleaning 265999 clauses out of 532009 with flag 80292484/36674135
3246.67/3240.90	c cleaning 266998 clauses out of 534010 with flag 80889595/36942135
3277.81/3272.12	c cleaning 268000 clauses out of 536012 with flag 81491013/37211135
3306.61/3300.92	c cleaning 269005 clauses out of 538013 with flag 82093505/37481136
3340.12/3334.52	c cleaning 270002 clauses out of 540007 with flag 82697938/37752135
3377.61/3371.93	c cleaning 270998 clauses out of 542006 with flag 83304950/38024136
3408.75/3403.18	c cleaning 271998 clauses out of 544007 with flag 83915588/38297135
3445.67/3440.10	c cleaning 273000 clauses out of 546009 with flag 84530825/38571135
3478.71/3473.16	c cleaning 274000 clauses out of 548010 with flag 85145100/38846136
3512.78/3507.27	c cleaning 274997 clauses out of 550009 with flag 85761392/39122135
3546.90/3541.36	c cleaning 276001 clauses out of 552014 with flag 86378646/39399137
3580.88/3574.41	c cleaning 277000 clauses out of 554011 with flag 86999983/39677135
3600.01/3593.51	c starts		: 3
3600.01/3593.54	c conflicts		: 39920214
3600.01/3593.54	c decisions		: 57102529
3600.01/3593.54	c propagations		: 285076537
3600.01/3593.54	c inspects		: 26962484217
3600.01/3593.54	c shortcuts		: 0
3600.01/3593.54	c learnt literals	: 0
3600.01/3593.54	c learnt binary clauses	: 0
3600.01/3593.54	c learnt ternary clauses	: 0
3600.01/3593.54	c learnt constraints	: 39920214
3600.01/3593.54	c ignored constraints	: 0
3600.01/3593.54	c root simplifications	: 0
3600.01/3593.54	c removed literals (reason simplification)	: 19724257
3600.01/3593.54	c reason swapping (by a shorter reason)	: 0
3600.01/3593.54	c Calls to reduceDB	: 312
3600.01/3593.54	c Number of update (reduction) of LBD	: 3531501
3600.01/3593.54	c Imported unit clauses	: 0
3600.01/3593.54	c No decision after first conflict	: false
3600.01/3593.54	c number of reductions to clauses (during analyze)	: 0
3600.01/3593.55	c number of learned constraints concerned by reduction	: 0
3600.01/3593.55	c number of learning phase by resolution	: 0
3600.01/3593.55	c number of learning phase by cutting planes	: 0
3600.01/3593.55	c number of rounding to 1 operations	: 0
3600.01/3593.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3593.55	c number of reductions of the coefficients by power 2 	: 0
3600.01/3593.55	c number of right shift for reduction by power 2 	: 0
3600.01/3593.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3593.55	c number of ending skipping 	: 0
3600.01/3593.55	c number of internal skipping 	: 0
3600.01/3593.55	c number of derivation steps 	: 0
3600.01/3593.55	c number of skipped derivation steps 	: 0
3600.01/3593.55	c number of remaining unassigned 	: 0
3600.01/3593.55	c number of remaining assigned 	: 0
3600.01/3593.55	c number of falsified literals weakened from reason	: 0
3600.01/3593.55	c number of falsified literals weakened from conflict	: 0
3600.01/3593.55	c time for arithmetic operations	: 0
3600.01/3593.55	c minimum degree of deleted constraints	: null
3600.01/3593.55	c maximum degree of deleted constraints	: null
3600.01/3593.55	c number of deleted constraints	: 0
3600.01/3593.56	c speed (assignments/second)	: 79334.54158476762
3600.01/3593.56	c non guided choices	: 0
3600.23/3593.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 520090
3600.23/3593.63	s SATISFIABLE
3600.23/3593.63	c Found 2 solution(s)
3600.23/3593.64	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 
3600.23/3593.64	c objective function=97
3600.23/3593.64	c Total wall clock time (in seconds): 3593.5

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520902-1751574377/watcher-4520902-1751574377 -o /tmp/evaluation-result-4520902-1751574377/solver-4520902-1751574377 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87415 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4520902-1751574377.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=88318, runsolver pid=88315

[startup+0.100061 s]*
/proc/loadavg: 4.90 4.95 4.78 6/338 88336
/proc/meminfo: memFree=102265680/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=18930384 memory=59516 CPUtime=0.12 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 6480 0 0 0 10 2 0 0 20 0 18 0 73117921 19384713216 14879 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4732596 14879 5362 1 0 547604 0
[pid=88318/tid=88320] ppid=88315 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 5064 0 0 0 6 1 0 0 20 0 18 0 73117922 19384713216 14879 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 73117924 19384713216 14879 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=18930384 memory=59585004340264 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 73117925 19384713216 14879 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59516 KiB

[startup+0.205911 s]*
/proc/loadavg: 4.90 4.95 4.78 8/338 88336
/proc/meminfo: memFree=102261080/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=18931412 memory=63740 CPUtime=0.3 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 6975 0 0 0 27 3 0 0 20 0 19 0 73117921 19385765888 15935 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4732853 15935 5458 1 0 548290 0
[pid=88318/tid=88320] ppid=88315 vsize=18931412 memory=4026794268 CPUtime=0.16 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) S 88315 88318 87403 0 -1 4194368 5345 0 0 0 14 2 0 0 20 0 19 0 73117922 19385765888 15935 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=18931412 memory=19950 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 73117924 19385765888 15935 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=18931412 memory=58485492679654 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 73117925 19385765888 15935 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=18931412 memory=0 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (java) R 88315 88318 87403 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 73117941 19385765888 15935 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 2147221247 0 16800975 0 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18931412 KiB
Current children cumulated memory: 63740 KiB

[startup+0.305838 s]*
/proc/loadavg: 4.90 4.95 4.78 7/339 88337
/proc/meminfo: memFree=102256040/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=18996948 memory=69576 CPUtime=0.48 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 8705 0 0 0 45 3 0 0 20 0 19 0 73117921 19452874752 17394 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4749237 17394 5458 1 0 549275 0
[pid=88318/tid=88320] ppid=88315 vsize=18996948 memory=-6000919485658653799 CPUtime=0.24 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 5391 0 0 0 22 2 0 0 20 0 19 0 73117922 19452874752 17394 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 73117924 19452874752 17394 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 73117925 19452874752 17394 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 73117941 19452874752 17394 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69576 KiB

[startup+0.700251 s]
/proc/loadavg: 4.90 4.95 4.78 7/339 88337
/proc/meminfo: memFree=102244636/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=18996948 memory=85504 CPUtime=1.25 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 11170 0 0 0 121 4 0 0 20 0 19 0 73117921 19452874752 21376 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4749237 21376 5458 1 0 551069 0
[pid=88318/tid=88320] ppid=88315 vsize=18996948 memory=15104 CPUtime=0.6 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 5439 0 0 0 58 2 0 0 20 0 19 0 73117922 19452874752 21376 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 73117924 19452874752 21376 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 73117925 19452874752 21376 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 73117941 19452874752 21376 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85504 KiB

[startup+1.5002 s]
/proc/loadavg: 4.90 4.95 4.78 7/339 88337
/proc/meminfo: memFree=102226884/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=18996948 memory=116492 CPUtime=2.45 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 15432 0 0 0 240 5 0 0 20 0 19 0 73117921 19452874752 29123 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4749237 29123 5458 1 0 551591 0
[pid=88318/tid=88320] ppid=88315 vsize=18996948 memory=0 CPUtime=1.4 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 5794 0 0 0 137 3 0 0 20 0 19 0 73117922 19452874752 29123 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 73117924 19452874752 29123 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 73117925 19452874752 29123 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 73117941 19452874752 29123 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116492 KiB

[startup+3.1057 s]
/proc/loadavg: 4.99 4.97 4.79 6/340 88338
/proc/meminfo: memFree=102144304/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=178616 CPUtime=4.13 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 17303 0 0 0 406 7 0 0 20 0 20 0 73117921 19521036288 44654 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 44654 5522 1 0 551882 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=10752 CPUtime=2.99 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 6089 0 0 0 295 4 0 0 20 0 20 0 73117922 19521036288 44654 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=-6000919485658653799 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 44654 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 44654 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 44654 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178616 KiB

[startup+6.3002 s]
/proc/loadavg: 4.99 4.97 4.79 6/340 88338
/proc/meminfo: memFree=102132336/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=184404 CPUtime=7.39 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 17572 0 0 0 731 8 0 0 20 0 20 0 73117921 19521036288 46101 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 46101 5522 1 0 551882 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=0 CPUtime=6.16 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 6108 0 0 0 612 4 0 0 20 0 20 0 73117922 19521036288 46101 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 46101 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 46101 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=120588 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 46101 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 7.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184404 KiB

[startup+12.7002 s]
/proc/loadavg: 4.99 4.97 4.79 6/340 88338
/proc/meminfo: memFree=102099584/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=217388 CPUtime=13.8 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 19120 0 0 0 1371 9 0 0 20 0 20 0 73117921 19521036288 54347 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 54347 5522 1 0 551882 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=120588 CPUtime=12.52 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 6613 0 0 0 1248 4 0 0 20 0 20 0 73117922 19521036288 54347 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=217388 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 54347 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 54347 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 54347 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 13.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217388 KiB

[startup+25.5002 s]
/proc/loadavg: 4.84 4.94 4.79 6/340 88338
/proc/meminfo: memFree=101480860/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=371500 CPUtime=26.69 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 22036 0 0 0 2655 14 0 0 20 0 20 0 73117921 19521036288 92875 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 92875 5554 1 0 551882 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=217388 CPUtime=25.18 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 7429 0 0 0 2514 4 0 0 20 0 20 0 73117922 19521036288 92875 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 92875 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=326380 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 92875 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=15104 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 92875 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 26.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 371500 KiB

[startup+51.1057 s]
/proc/loadavg: 4.82 4.93 4.79 6/340 88339
/proc/meminfo: memFree=101186036/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=666524 CPUtime=52.46 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 25245 0 0 0 5226 20 0 0 20 0 20 0 73117921 19521036288 166631 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 166631 5554 1 0 551882 0

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

[startup+3282.3 s]
/proc/loadavg: 4.12 4.14 4.17 5/341 88777
/proc/meminfo: memFree=112745080/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=2179040 CPUtime=3288.04 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 104804 0 0 0 328655 149 0 0 20 0 20 0 73117921 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 544760 5554 1 0 559027 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=14720 CPUtime=3267.63 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 45933 0 0 0 326740 23 0 0 20 0 20 0 73117922 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=2179040 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=15104 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 776 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 3288.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179040 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.17 5/340 88779
/proc/meminfo: memFree=112244884/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=2179040 CPUtime=3347.91 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 105654 0 0 0 334640 151 0 0 20 0 20 0 73117921 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 544760 5554 1 0 559027 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=164 CPUtime=3327.47 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 46657 0 0 0 332724 23 0 0 20 0 20 0 73117922 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=2179040 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 776 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=2179040 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 3347.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179040 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.16 4.18 5/342 88785
/proc/meminfo: memFree=111851848/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=2179040 CPUtime=3407.94 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 107164 0 0 0 340642 152 0 0 20 0 20 0 73117921 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 544760 5554 1 0 559027 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=164 CPUtime=3387.17 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 47045 0 0 0 338694 23 0 0 20 0 20 0 73117922 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 811 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=2179040 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 544760 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 3407.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179040 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.16 4.18 5/341 88787
/proc/meminfo: memFree=111852856/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=2179168 CPUtime=3467.92 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 107971 0 0 0 346638 154 0 0 20 0 20 0 73117921 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 544792 5554 1 0 559027 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=164 CPUtime=3446.94 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 47637 0 0 0 344671 23 0 0 20 0 20 0 73117922 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=2179168 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 863 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=2179168 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 3467.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179168 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.17 5/341 88789
/proc/meminfo: memFree=111128092/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=2179168 CPUtime=3527.95 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 108685 0 0 0 352641 154 0 0 20 0 20 0 73117921 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 544792 5554 1 0 559027 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=2179168 CPUtime=3506.65 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 47642 0 0 0 350642 23 0 0 20 0 20 0 73117922 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=2179168 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=2179168 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 863 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=2179168 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 3527.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179168 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/340 88791
/proc/meminfo: memFree=110374824/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=2179168 CPUtime=3588.76 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 112370 0 0 0 358720 156 0 0 20 0 20 0 73117921 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 544792 5554 1 0 559031 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=10752 CPUtime=3566.39 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 50574 0 0 0 356616 23 0 0 20 0 20 0 73117922 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=2179168 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=2179168 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 863 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 544792 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 3588.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.5 s]
/proc/loadavg: 4.12 4.14 4.17 5/340 88791
/proc/meminfo: memFree=110374608/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19063512 memory=2179296 CPUtime=3600.01 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 113180 0 0 0 359845 156 0 0 20 0 20 0 73117921 19521036288 544824 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4765878 544824 5554 1 0 559031 0
[pid=88318/tid=88320] ppid=88315 vsize=19063512 memory=10752 CPUtime=3577.49 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 50620 0 0 0 357726 23 0 0 20 0 20 0 73117922 19521036288 544824 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 73117924 19521036288 544824 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19063512 memory=2179168 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 863 0 0 0 0 0 0 0 20 0 20 0 73117925 19521036288 544824 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88337] ppid=88315 vsize=19063512 memory=2179296 CPUtime=0 cores=1,3
/proc/88318/task/88337/stat : 88337 (Timer-0) S 88315 88318 87403 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 73117941 19521036288 544824 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2179296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.74 s, system=1.58133 s

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

[startup+3593.61 s]
/proc/loadavg: 4.12 4.14 4.17 5/340 88791
/proc/meminfo: memFree=110374608/131250000 swapFree=33008100/33010684
[pid=88318] ppid=88315 vsize=19263204 memory=2180192 CPUtime=3600.23 cores=1,3
/proc/88318/stat : 88318 (java) S 88315 88318 87403 0 -1 4194304 114764 0 0 0 359866 157 0 0 20 0 21 0 73117921 19725520896 545048 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
/proc/88318/statm: 4815801 545048 5586 1 0 559986 0
[pid=88318/tid=88320] ppid=88315 vsize=19263204 memory=-6000919485658653799 CPUtime=3577.59 cores=1,3
/proc/88318/task/88320/stat : 88320 (java) R 88315 88318 87403 0 -1 4194368 50746 0 0 0 357736 23 0 0 20 0 21 0 73117922 19725520896 545048 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88329] ppid=88315 vsize=19263204 memory=2179296 CPUtime=0 cores=1,3
/proc/88318/task/88329/stat : 88329 (Finalizer) S 88315 88318 87403 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 73117924 19725520896 545048 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
[pid=88318/tid=88336] ppid=88315 vsize=19263204 memory=2179296 CPUtime=0 cores=1,3
/proc/88318/task/88336/stat : 88336 (Common-Cleaner) S 88315 88318 87403 0 -1 4194368 863 0 0 0 0 0 0 0 20 0 21 0 73117925 19725520896 545048 18446744073709551615 94865587826688 94865587830384 140723987153552 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94865587838200 94865587838992 94865594232832 140723987155329 140723987155430 140723987155430 140723987161032 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2180192 KiB

Child status: 143

Real time (s): 3593.65
CPU time (s): 3600.32
CPU user time (s): 3598.74
CPU system time (s): 1.58133
CPU usage (%): 100.185
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2180192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.74
system time used= 1.58133
maximum resident set size= 2180320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108205
involuntary context switches= 7143


# summary of solver processes directly reported to runsolver:
#   pid: 88318
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3598.74
#   total CPU system time (s): 1.58133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.21299 second user time and 19.007 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-03 22:26:17
IDJOB=4520902
IDBENCH=178154
IDSOLVER=3363
FILE ID=nodeC013/4520902-1751574377
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_c60.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520902-1751574377/watcher-4520902-1751574377 -o /tmp/evaluation-result-4520902-1751574377/solver-4520902-1751574377 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751567892-87415 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4520902-1751574377.opb

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

MD5SUM BENCH= 14dedd034317d1dc2126b6dd2b1cfc4c
RANDOM SEED=1473306567

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.834
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		: 3600.010
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		: 3599.851
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.147
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.837
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.835
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		: 3599.951
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		: 3598.713
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:        102292388 kB
MemAvailable:   102392304 kB
Buffers:            1668 kB
Cached:           894028 kB
SwapCached:         1980 kB
Active:         27767120 kB
Inactive:         529736 kB
Active(anon):   27394824 kB
Inactive(anon):    17632 kB
Active(file):     372296 kB
Inactive(file):   512104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               692 kB
Writeback:            44 kB
AnonPages:      27402272 kB
Mapped:           119640 kB
Shmem:             11296 kB
KReclaimable:     109108 kB
Slab:             199228 kB
SReclaimable:     109108 kB
SUnreclaim:        90120 kB
KernelStack:        5200 kB
PageTables:        57280 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   28414160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  26957824 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= 432612 MiB
End job on nodeC013 at 2025-07-03 23:26:10