Trace number 4498216

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)-43 3600.35 3598.74

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_200_10_1.opb
MD5SUMed39d24aeafe7a48e1771826fd23f1dc
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1057.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2482
Sum of products size (including duplicates)4964
Number of different products1241
Sum of products size2482

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.07	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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4498216-1751273642.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c  objective function found
0.32/0.22	c ... done. Wall clock time 0.084s.
0.32/0.22	c declared #vars     200
0.32/0.22	c internal #vars     1441
0.32/0.22	c #constraints  2882
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1241
0.32/0.22	c org.sat4j.specs.Constr$1 => 228
0.32/0.22	c org.sat4j.pb.constraints.pb.UnitClausesPB => 160
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1241
0.32/0.22	c org.sat4j.pb.constraints.pb.UnitClausePB => 12
0.32/0.22	c 2882 constraints processed.
0.32/0.23	c objective function length is 200 literals
0.32/0.25	c SATISFIABLE
0.32/0.25	c OPTIMIZING...
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.113
0.32/0.25	o -38
0.32/0.26	c Got one! Elapsed wall clock time (in seconds):0.128
0.32/0.26	o -39
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.242
0.50/0.38	o -40
0.89/0.53	c Got one! Elapsed wall clock time (in seconds):0.4
0.89/0.53	o -41
1.46/0.84	c cleaning 2730 clauses out of 5460 with flag 6322/5460
1.98/1.19	c cleaning 4359 clauses out of 8730 with flag 19143/11460
2.86/1.70	c cleaning 5686 clauses out of 11372 with flag 35642/18461
3.55/2.20	c cleaning 6842 clauses out of 13685 with flag 54756/26460
4.16/2.89	c cleaning 7916 clauses out of 15843 with flag 75945/35460
4.95/3.65	c cleaning 8965 clauses out of 17929 with flag 98542/45462
5.05/3.71	c Got one! Elapsed wall clock time (in seconds):3.575
5.05/3.71	o -42
5.47/4.11	c cleaning 7015 clauses out of 14029 with flag 9153/50527
5.77/4.49	c cleaning 6506 clauses out of 13013 with flag 21770/56526
6.27/4.93	c cleaning 6754 clauses out of 13507 with flag 36443/63526
6.27/4.95	c Got one! Elapsed wall clock time (in seconds):4.817
6.27/4.95	o -43
6.67/5.30	c cleaning 6066 clauses out of 12132 with flag 12066/68905
6.97/5.66	c cleaning 6032 clauses out of 12067 with flag 24637/74906
7.49/6.10	c cleaning 6517 clauses out of 13033 with flag 39217/81904
8.04/6.64	c cleaning 7258 clauses out of 14516 with flag 55939/89904
8.70/7.26	c cleaning 8121 clauses out of 16258 with flag 74759/98904
9.50/8.05	c cleaning 9062 clauses out of 18137 with flag 95871/108904
10.41/8.97	c cleaning 10034 clauses out of 20076 with flag 119092/119905
11.58/10.04	c cleaning 11020 clauses out of 22041 with flag 144342/131904
12.77/11.29	c cleaning 12009 clauses out of 24022 with flag 171711/144905
14.17/12.63	c cleaning 13002 clauses out of 26012 with flag 201272/158904
15.77/14.25	c cleaning 14001 clauses out of 28011 with flag 232749/173905
17.51/16.00	c cleaning 14996 clauses out of 30009 with flag 266333/189904
19.50/17.94	c cleaning 16004 clauses out of 32013 with flag 302135/206904
21.60/20.05	c cleaning 17003 clauses out of 34009 with flag 340010/224904
23.69/22.16	c cleaning 17999 clauses out of 36007 with flag 380115/243905
26.11/24.50	c cleaning 18997 clauses out of 38007 with flag 422155/263904
28.81/27.20	c cleaning 19997 clauses out of 40010 with flag 466279/284904
31.81/30.22	c cleaning 21007 clauses out of 42014 with flag 512346/306905
34.93/33.38	c cleaning 21998 clauses out of 44008 with flag 560754/329906
38.42/36.85	c cleaning 22999 clauses out of 46008 with flag 611167/353904
42.12/40.55	c cleaning 23999 clauses out of 48010 with flag 663855/378905
46.07/44.43	c cleaning 25004 clauses out of 50010 with flag 718420/404904
49.96/48.30	c cleaning 26002 clauses out of 52006 with flag 775168/431904
54.10/52.48	c cleaning 26997 clauses out of 54004 with flag 834110/459904
58.39/56.79	c cleaning 28001 clauses out of 56008 with flag 895188/488905
63.18/61.54	c cleaning 28998 clauses out of 58006 with flag 958202/518904
68.20/66.58	c cleaning 30004 clauses out of 60008 with flag 1023562/549904
72.49/70.88	c cleaning 30997 clauses out of 62005 with flag 1090927/581905
77.41/75.74	c cleaning 32001 clauses out of 64008 with flag 1160447/614905
82.72/81.01	c cleaning 32997 clauses out of 66008 with flag 1232153/648906
89.22/87.50	c cleaning 34005 clauses out of 68009 with flag 1305777/683904
96.21/94.57	c cleaning 34995 clauses out of 70004 with flag 1381469/719904
103.34/101.62	c cleaning 35997 clauses out of 72009 with flag 1459366/756904
110.53/108.88	c cleaning 37004 clauses out of 74012 with flag 1539302/794904
118.35/116.66	c cleaning 38001 clauses out of 76009 with flag 1621247/833905
126.56/124.80	c cleaning 39003 clauses out of 78007 with flag 1705458/873904
135.94/134.26	c cleaning 40000 clauses out of 80004 with flag 1791904/914904
151.34/149.63	c cleaning 40994 clauses out of 82005 with flag 1894889/956905
168.30/166.68	c cleaning 41998 clauses out of 84010 with flag 1999792/999904
188.73/187.03	c cleaning 43006 clauses out of 86012 with flag 2112997/1043904
203.70/202.08	c cleaning 44001 clauses out of 88006 with flag 2223816/1088904
221.59/219.93	c cleaning 44999 clauses out of 90005 with flag 2339753/1134904
241.66/240.04	c cleaning 46001 clauses out of 92007 with flag 2463511/1181905
258.28/256.63	c cleaning 47004 clauses out of 94007 with flag 2583912/1229906
278.84/277.25	c cleaning 47996 clauses out of 96001 with flag 2707165/1278904
304.58/303.02	c cleaning 48998 clauses out of 98005 with flag 2839235/1328904
324.67/322.89	c cleaning 50004 clauses out of 100007 with flag 2961801/1379904
339.43/337.62	c cleaning 50994 clauses out of 102003 with flag 3083132/1431904
358.24/356.43	c cleaning 52002 clauses out of 104010 with flag 3217167/1484905
382.28/380.55	c cleaning 52997 clauses out of 106007 with flag 3354955/1538904
403.71/401.95	c cleaning 54000 clauses out of 108012 with flag 3501121/1593906
429.26/427.58	c cleaning 55002 clauses out of 110010 with flag 3649622/1649904
453.32/451.64	c cleaning 56005 clauses out of 112009 with flag 3798948/1706905
475.73/474.06	c cleaning 57001 clauses out of 114005 with flag 3939003/1764906
500.78/499.12	c cleaning 57998 clauses out of 116003 with flag 4089560/1823905
523.50/521.87	c cleaning 58994 clauses out of 118004 with flag 4239193/1883904
546.06/544.43	c cleaning 59998 clauses out of 120010 with flag 4392244/1944904
568.52/566.90	c cleaning 61001 clauses out of 122012 with flag 4547293/2006904
589.46/587.84	c cleaning 62000 clauses out of 124012 with flag 4698257/2069905
615.31/613.73	c cleaning 62999 clauses out of 126012 with flag 4853772/2133905
637.68/636.17	c cleaning 64000 clauses out of 128012 with flag 5015256/2198904
662.72/661.26	c cleaning 65005 clauses out of 130015 with flag 5179672/2264907
686.98/685.53	c cleaning 66002 clauses out of 132008 with flag 5350239/2331905
717.91/716.42	c cleaning 66999 clauses out of 134007 with flag 5528618/2399906
738.67/737.29	c cleaning 67997 clauses out of 136007 with flag 5702542/2468905
765.61/764.23	c cleaning 69000 clauses out of 138009 with flag 5872641/2538904
796.69/794.91	c cleaning 70002 clauses out of 140010 with flag 6050511/2609905
833.33/831.60	c cleaning 71004 clauses out of 142007 with flag 6240818/2681904
861.87/860.28	c cleaning 71998 clauses out of 144004 with flag 6425138/2754905
889.94/888.33	c cleaning 72992 clauses out of 146006 with flag 6615756/2828905
916.09/914.57	c cleaning 74003 clauses out of 148013 with flag 6800039/2903904
948.73/947.28	c cleaning 75000 clauses out of 150010 with flag 6993636/2979904
982.66/981.20	c cleaning 76004 clauses out of 152010 with flag 7196897/3056904
1021.78/1020.45	c cleaning 77000 clauses out of 154006 with flag 7393760/3134904
1051.82/1050.56	c cleaning 77999 clauses out of 156007 with flag 7581795/3213905
1083.06/1081.87	c cleaning 79003 clauses out of 158007 with flag 7777293/3293904
1117.19/1116.02	c cleaning 79999 clauses out of 160005 with flag 7973605/3374905
1162.33/1161.12	c cleaning 80995 clauses out of 162005 with flag 8171078/3456904
1200.95/1199.86	c cleaning 82005 clauses out of 164010 with flag 8360583/3539904
1235.08/1234.06	c cleaning 83004 clauses out of 166007 with flag 8539504/3623906
1257.34/1256.37	c cleaning 84001 clauses out of 168001 with flag 8718858/3708904
1282.59/1281.66	c cleaning 84995 clauses out of 170000 with flag 8900260/3794904
1313.33/1312.44	c cleaning 86000 clauses out of 172005 with flag 9084066/3881904
1340.05/1339.10	c cleaning 87004 clauses out of 174008 with flag 9271539/3969907
1360.31/1359.32	c cleaning 87992 clauses out of 176001 with flag 9459838/4058904
1386.16/1385.23	c cleaning 88994 clauses out of 178009 with flag 9650791/4148904
1411.41/1410.50	c cleaning 89998 clauses out of 180016 with flag 9845501/4239905
1435.30/1434.35	c cleaning 91008 clauses out of 182018 with flag 10039590/4331905
1462.83/1461.93	c cleaning 92000 clauses out of 184009 with flag 10235527/4424904
1491.73/1490.26	c cleaning 93005 clauses out of 186009 with flag 10433252/4518904
1517.78/1516.32	c cleaning 93987 clauses out of 188004 with flag 10634016/4613904
1539.23/1537.84	c cleaning 95008 clauses out of 190018 with flag 10836659/4709905
1562.46/1561.07	c cleaning 96001 clauses out of 192011 with flag 11041486/4806906
1589.90/1588.52	c cleaning 97002 clauses out of 194008 with flag 11248432/4904904
1625.34/1624.10	c cleaning 98000 clauses out of 196006 with flag 11457456/5003904
1651.69/1650.34	c cleaning 99003 clauses out of 198006 with flag 11668317/5103904
1681.33/1680.09	c cleaning 99998 clauses out of 200005 with flag 11880640/5204906
1712.15/1710.99	c cleaning 101002 clauses out of 202006 with flag 12094338/5306905
1743.98/1742.79	c cleaning 102001 clauses out of 204004 with flag 12309775/5409905
1779.50/1778.34	c cleaning 102992 clauses out of 206002 with flag 12527115/5513904
1808.02/1806.39	c cleaning 104000 clauses out of 208011 with flag 12747358/5618905
1836.26/1834.62	c cleaning 105005 clauses out of 210011 with flag 12970577/5724905
1869.10/1867.50	c cleaning 105993 clauses out of 212005 with flag 13195818/5831904
1900.81/1899.23	c cleaning 107006 clauses out of 214015 with flag 13423458/5939907
1936.55/1935.02	c cleaning 108001 clauses out of 216008 with flag 13653340/6048906
1973.16/1971.77	c cleaning 109003 clauses out of 218007 with flag 13885599/6158906
2014.80/2013.33	c cleaning 109995 clauses out of 220003 with flag 14118461/6269905
2050.11/2048.70	c cleaning 111001 clauses out of 222008 with flag 14352061/6381905
2084.45/2083.06	c cleaning 112001 clauses out of 224006 with flag 14588718/6494904
2123.27/2121.92	c cleaning 112993 clauses out of 226005 with flag 14826886/6608904
2162.59/2161.34	c cleaning 114006 clauses out of 228012 with flag 15067758/6723904
2201.85/2200.58	c cleaning 114998 clauses out of 230006 with flag 15312462/6839904
2236.68/2235.46	c cleaning 115996 clauses out of 232008 with flag 15558800/6956904
2272.41/2271.29	c cleaning 116997 clauses out of 234012 with flag 15806985/7074904
2307.68/2305.89	c cleaning 118000 clauses out of 236015 with flag 16057393/7193904
2352.64/2350.83	c cleaning 119000 clauses out of 238015 with flag 16309985/7313904
2400.16/2398.43	c cleaning 120006 clauses out of 240018 with flag 16564515/7434907
2442.57/2440.98	c cleaning 120997 clauses out of 242009 with flag 16822066/7556904
2489.94/2488.39	c cleaning 122001 clauses out of 244012 with flag 17080657/7679904
2540.43/2538.90	c cleaning 123003 clauses out of 246012 with flag 17341110/7803905
2584.02/2582.68	c cleaning 123997 clauses out of 248010 with flag 17604524/7928906
2631.83/2630.43	c cleaning 125000 clauses out of 250013 with flag 17869377/8054906
2677.74/2676.42	c cleaning 125999 clauses out of 252012 with flag 18136598/8181905
2725.84/2724.64	c cleaning 127000 clauses out of 254012 with flag 18406196/8309904
2775.78/2774.56	c cleaning 128003 clauses out of 256012 with flag 18677186/8438904
2819.09/2817.93	c cleaning 128995 clauses out of 258011 with flag 18951053/8568906
2858.13/2857.08	c cleaning 130008 clauses out of 260015 with flag 19227172/8699905
2904.00/2902.34	c cleaning 131002 clauses out of 262007 with flag 19504885/8831905
2952.81/2951.28	c cleaning 131996 clauses out of 264006 with flag 19785501/8964906
3010.37/3008.81	c cleaning 132999 clauses out of 266008 with flag 20067027/9098904
3074.55/3073.15	c cleaning 133996 clauses out of 268010 with flag 20350988/9233905
3154.27/3152.92	c cleaning 135001 clauses out of 270013 with flag 20636689/9369904
3212.76/3211.53	c cleaning 136006 clauses out of 272012 with flag 20924695/9506904
3263.28/3262.08	c cleaning 136994 clauses out of 274006 with flag 21215116/9644904
3321.36/3320.23	c cleaning 138001 clauses out of 276012 with flag 21507276/9783904
3371.48/3370.34	c cleaning 139007 clauses out of 278013 with flag 21801860/9923906
3438.66/3437.67	c cleaning 140001 clauses out of 280004 with flag 22097054/10064904
3492.10/3490.59	c cleaning 141000 clauses out of 282003 with flag 22395842/10206904
3547.66/3546.23	c cleaning 141996 clauses out of 284005 with flag 22696192/10349906
3600.08/3598.61	c starts		: 46535
3600.08/3598.62	c conflicts		: 10493904
3600.08/3598.62	c decisions		: 17205795
3600.08/3598.62	c propagations		: 65198608
3600.08/3598.62	c inspects		: 22273693535
3600.08/3598.62	c shortcuts		: 0
3600.08/3598.63	c learnt literals	: 0
3600.08/3598.63	c learnt binary clauses	: 0
3600.08/3598.63	c learnt ternary clauses	: 0
3600.08/3598.63	c learnt constraints	: 10493904
3600.08/3598.63	c ignored constraints	: 0
3600.08/3598.63	c root simplifications	: 0
3600.08/3598.63	c removed literals (reason simplification)	: 200010160
3600.08/3598.63	c reason swapping (by a shorter reason)	: 0
3600.08/3598.63	c Calls to reduceDB	: 149
3600.08/3598.63	c Number of update (reduction) of LBD	: 241979
3600.08/3598.63	c Imported unit clauses	: 0
3600.08/3598.63	c No decision after first conflict	: false
3600.08/3598.63	c number of reductions to clauses (during analyze)	: 0
3600.08/3598.63	c number of learned constraints concerned by reduction	: 0
3600.08/3598.63	c number of learning phase by resolution	: 0
3600.08/3598.63	c number of learning phase by cutting planes	: 0
3600.08/3598.63	c number of rounding to 1 operations	: 0
3600.08/3598.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3598.63	c number of reductions of the coefficients by power 2 	: 0
3600.08/3598.63	c number of right shift for reduction by power 2 	: 0
3600.08/3598.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3598.63	c number of ending skipping 	: 0
3600.08/3598.64	c number of internal skipping 	: 0
3600.08/3598.64	c number of derivation steps 	: 0
3600.08/3598.64	c number of skipped derivation steps 	: 0
3600.08/3598.64	c number of remaining unassigned 	: 0
3600.08/3598.64	c number of remaining assigned 	: 0
3600.08/3598.64	c number of falsified literals weakened from reason	: 0
3600.08/3598.64	c number of falsified literals weakened from conflict	: 0
3600.08/3598.64	c time for arithmetic operations	: 0
3600.08/3598.64	c minimum degree of deleted constraints	: null
3600.08/3598.64	c maximum degree of deleted constraints	: null
3600.08/3598.64	c number of deleted constraints	: 0
3600.08/3598.65	c speed (assignments/second)	: 18118.75709342253
3600.08/3598.65	c non guided choices	: 0
3600.28/3598.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 286007
3600.28/3598.72	s SATISFIABLE
3600.28/3598.72	c Found 6 solution(s)
3600.28/3598.72	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 
3600.28/3598.72	c objective function=-43
3600.28/3598.72	c Total wall clock time (in seconds): 3598.59

Verifier Data

OK	-43

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498216-1751273642/watcher-4498216-1751273642 -o /tmp/evaluation-result-4498216-1751273642/solver-4498216-1751273642 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36243 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498216-1751273642.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=36795, runsolver pid=36792

[startup+0.100044 s]*
/proc/loadavg: 4.23 4.15 4.18 5/337 36813
/proc/meminfo: memFree=116030232/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=18930384 memory=55560 CPUtime=0.13 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 6544 0 0 0 11 2 0 0 20 0 18 0 43041655 19384713216 13890 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4732596 13890 5352 1 0 547602 0
[pid=36795/tid=36797] ppid=36792 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 5049 0 0 0 7 1 0 0 20 0 18 0 43041657 19384713216 13890 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43041659 19384713216 13890 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=18930384 memory=56286469452864 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43041659 19384713216 13890 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55560 KiB

[startup+0.205706 s]*
/proc/loadavg: 4.23 4.15 4.18 7/337 36813
/proc/meminfo: memFree=116022040/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=18930384 memory=64036 CPUtime=0.32 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 7021 0 0 0 30 2 0 0 20 0 18 0 43041655 19384713216 16009 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4732596 16009 5448 1 0 547901 0
[pid=36795/tid=36797] ppid=36792 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 5297 0 0 0 16 1 0 0 20 0 18 0 43041657 19384713216 16009 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=18930384 memory=2621 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43041659 19384713216 16009 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=18930384 memory=55186957796323 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43041659 19384713216 16009 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64036 KiB

[startup+0.305736 s]*
/proc/loadavg: 4.23 4.15 4.18 6/338 36814
/proc/meminfo: memFree=116021032/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=18996948 memory=68588 CPUtime=0.5 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 8008 0 0 0 48 2 0 0 20 0 19 0 43041655 19452874752 17147 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4749237 17147 5480 1 0 548630 0
[pid=36795/tid=36797] ppid=36792 vsize=18996948 memory=-6000919498409076332 CPUtime=0.26 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 5413 0 0 0 25 1 0 0 20 0 19 0 43041657 19452874752 17147 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43041659 19452874752 17147 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43041659 19452874752 17147 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43041680 19452874752 17147 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68588 KiB

[startup+0.700263 s]
/proc/loadavg: 4.23 4.15 4.18 6/338 36814
/proc/meminfo: memFree=116006856/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=18996948 memory=87124 CPUtime=1.26 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 13982 0 0 0 123 3 0 0 20 0 19 0 43041655 19452874752 21781 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4749237 21781 5480 1 0 551638 0
[pid=36795/tid=36797] ppid=36792 vsize=18996948 memory=17536 CPUtime=0.64 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 5436 0 0 0 63 1 0 0 20 0 19 0 43041657 19452874752 21781 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43041659 19452874752 21781 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43041659 19452874752 21781 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43041680 19452874752 21781 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87124 KiB

[startup+1.50026 s]
/proc/loadavg: 4.23 4.15 4.18 6/338 36814
/proc/meminfo: memFree=115994884/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=18996948 memory=109212 CPUtime=2.62 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 20144 0 0 0 258 4 0 0 20 0 19 0 43041655 19452874752 27303 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4749237 27303 5480 1 0 552295 0
[pid=36795/tid=36797] ppid=36792 vsize=18996948 memory=10752 CPUtime=1.41 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 5795 0 0 0 140 1 0 0 20 0 19 0 43041657 19452874752 27335 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43041659 19452874752 27335 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43041659 19452874752 27335 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43041680 19452874752 27335 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 109212 KiB

[startup+3.10566 s]
/proc/loadavg: 4.23 4.15 4.18 5/338 36814
/proc/meminfo: memFree=115841328/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=18996948 memory=142776 CPUtime=4.46 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 21024 0 0 0 441 5 0 0 20 0 19 0 43041655 19452874752 35694 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4749237 35694 5480 1 0 552295 0
[pid=36795/tid=36797] ppid=36792 vsize=18996948 memory=10752 CPUtime=3.01 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 6075 0 0 0 299 2 0 0 20 0 19 0 43041657 19452874752 35694 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=18996948 memory=-6000919498409076332 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43041659 19452874752 35694 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43041659 19452874752 35694 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43041680 19452874752 35694 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142776 KiB

[startup+6.30024 s]
/proc/loadavg: 4.29 4.16 4.18 5/339 36815
/proc/meminfo: memFree=115791420/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=186304 CPUtime=7.68 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 22651 0 0 0 761 7 0 0 20 0 20 0 43041655 19521036288 46576 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 46576 5512 1 0 552587 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=0 CPUtime=6.17 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 6387 0 0 0 615 2 0 0 20 0 20 0 43041657 19521036288 46576 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 46576 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 46576 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=111900 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 46576 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 7.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186304 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.18 4.19 5/339 36815
/proc/meminfo: memFree=115713352/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=219540 CPUtime=14.27 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 25749 0 0 0 1419 8 0 0 20 0 20 0 43041655 19521036288 54885 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 54885 5544 1 0 552587 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=111900 CPUtime=12.54 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 6771 0 0 0 1251 3 0 0 20 0 20 0 43041657 19521036288 54885 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 54885 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=219540 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 54885 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 54885 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 14.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 219540 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.17 4.18 5/338 36881
/proc/meminfo: memFree=118748228/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=322076 CPUtime=27.11 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 27683 0 0 0 2700 11 0 0 20 0 20 0 43041655 19521036288 80519 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 80519 5544 1 0 552587 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=10752 CPUtime=25.24 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 7566 0 0 0 2521 3 0 0 20 0 20 0 43041657 19521036288 80519 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=219540 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 80519 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 80519 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 80519 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 27.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 322076 KiB

[startup+51.1056 s]
/proc/loadavg: 4.18 4.15 4.18 5/338 36882
/proc/meminfo: memFree=117928868/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=422488 CPUtime=52.76 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 29374 0 0 0 5262 14 0 0 20 0 20 0 43041655 19521036288 105622 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 105622 5544 1 0 552587 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=422488 CPUtime=50.71 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 7680 0 0 0 5068 3 0 0 20 0 20 0 43041657 19521036288 105622 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=10752 CPUtime=0 cores=4,6

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

[startup+3282.3 s]
/proc/loadavg: 4.17 4.15 4.16 5/341 37199
/proc/meminfo: memFree=125096744/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3283.54 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 93989 0 0 0 328201 153 0 0 20 0 20 0 43041655 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 543317 5544 1 0 556415 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3270.5 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 40138 0 0 0 327017 33 0 0 20 0 20 0 43041657 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=7028 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 1609 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 3283.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173268 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.12 4.15 5/341 37201
/proc/meminfo: memFree=124981304/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3343.42 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 94621 0 0 0 334187 155 0 0 20 0 20 0 43041655 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 543317 5544 1 0 556415 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3330.36 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 40701 0 0 0 333002 34 0 0 20 0 20 0 43041657 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 1609 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 3343.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.15 5/341 37204
/proc/meminfo: memFree=124951836/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3403.42 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 95562 0 0 0 340185 157 0 0 20 0 20 0 43041655 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 543317 5544 1 0 556417 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3390.11 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 40749 0 0 0 338976 35 0 0 20 0 20 0 43041657 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 1655 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 3403.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/339 37206
/proc/meminfo: memFree=124951608/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3463.3 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 95656 0 0 0 346172 158 0 0 20 0 20 0 43041655 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 543317 5544 1 0 556417 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=14848 CPUtime=3449.97 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 40838 0 0 0 344962 35 0 0 20 0 20 0 43041657 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 1655 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 3463.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/338 37208
/proc/meminfo: memFree=124856688/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3523.82 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 98483 0 0 0 352221 161 0 0 20 0 20 0 43041655 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 543317 5544 1 0 556417 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3509.72 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 42310 0 0 0 350937 35 0 0 20 0 20 0 43041657 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=97 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 1659 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 3523.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173268 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.10 4.13 5/339 37211
/proc/meminfo: memFree=124810460/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3583.81 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 100301 0 0 0 358218 163 0 0 20 0 20 0 43041655 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 543317 5544 1 0 556417 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3569.44 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 43132 0 0 0 356908 36 0 0 20 0 20 0 43041657 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=2173268 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 1787 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=7438895033846111764 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 3583.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.6 s]
/proc/loadavg: 4.08 4.10 4.13 5/339 37211
/proc/meminfo: memFree=124810492/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19063512 memory=2173268 CPUtime=3600.08 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 100388 0 0 0 359844 164 0 0 20 0 20 0 43041655 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4765878 543317 5544 1 0 556417 0
[pid=36795/tid=36797] ppid=36792 vsize=19063512 memory=4352 CPUtime=3585.7 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 43214 0 0 0 358534 36 0 0 20 0 20 0 43041657 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19063512 memory=-6000919498409076332 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 1787 0 0 0 0 0 0 0 20 0 20 0 43041659 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36814] ppid=36792 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/36795/task/36814/stat : 36814 (Timer-0) S 36792 36795 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43041680 19521036288 543317 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.69 s, system=1.65736 s

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

[startup+3598.7 s]
/proc/loadavg: 4.08 4.10 4.13 5/339 37211
/proc/meminfo: memFree=124810492/131249996 swapFree=33010684/33010684
[pid=36795] ppid=36792 vsize=19263204 memory=2174164 CPUtime=3600.28 cores=4,6
/proc/36795/stat : 36795 (java) S 36792 36795 35566 0 -1 4194304 102767 0 0 0 359864 164 0 0 20 0 21 0 43041655 19725520896 543541 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
/proc/36795/statm: 4815801 543541 5576 1 0 557336 0
[pid=36795/tid=36797] ppid=36792 vsize=19263204 memory=2173268 CPUtime=3585.8 cores=4,6
/proc/36795/task/36797/stat : 36797 (java) R 36792 36795 35566 0 -1 4194368 43214 0 0 0 358544 36 0 0 20 0 21 0 43041657 19725520896 543541 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36806] ppid=36792 vsize=19263204 memory=14848 CPUtime=0 cores=4,6
/proc/36795/task/36806/stat : 36806 (Finalizer) S 36792 36795 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 43041659 19725520896 543541 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
[pid=36795/tid=36813] ppid=36792 vsize=19263204 memory=1920 CPUtime=0 cores=4,6
/proc/36795/task/36813/stat : 36813 (Common-Cleaner) S 36792 36795 35566 0 -1 4194368 1787 0 0 0 0 0 0 0 20 0 21 0 43041659 19725520896 543541 18446744073709551615 94364360392704 94364360396400 140721155330224 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94364360404216 94364360405008 94364370964480 140721155336577 140721155336678 140721155336678 140721155342280 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2174164 KiB

Child status: 143

Real time (s): 3598.74
CPU time (s): 3600.35
CPU user time (s): 3598.69
CPU system time (s): 1.65736
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2174164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.69
system time used= 1.65736
maximum resident set size= 2174292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103076
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106053
involuntary context switches= 4241


# summary of solver processes directly reported to runsolver:
#   pid: 36795
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3598.69
#   total CPU system time (s): 1.65736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.35807 second user time and 16.9851 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 10:54:02
IDJOB=4498216
IDBENCH=148561
IDSOLVER=3363
FILE ID=nodeC015/4498216-1751273642
RUNJOBID= nodeC015-1751270066-36243
SLURM_JOB_ID= 9594182
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_10_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498216-1751273642/watcher-4498216-1751273642 -o /tmp/evaluation-result-4498216-1751273642/solver-4498216-1751273642 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36243 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498216-1751273642.opb

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

MD5SUM BENCH= ed39d24aeafe7a48e1771826fd23f1dc
RANDOM SEED=1813967683

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116062364 kB
MemAvailable:   116024608 kB
Buffers:            3280 kB
Cached:           769860 kB
SwapCached:            0 kB
Active:         14099004 kB
Inactive:         513320 kB
Active(anon):   13857260 kB
Inactive(anon):        0 kB
Active(file):     241744 kB
Inactive(file):   513320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1024 kB
Writeback:             0 kB
AnonPages:      13842380 kB
Mapped:           123140 kB
Shmem:             18076 kB
KReclaimable:      92836 kB
Slab:             180476 kB
SReclaimable:      92836 kB
SUnreclaim:        87640 kB
KernelStack:        5200 kB
PageTables:        30844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15466020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13551616 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC015 at 2025-06-30 11:54:01