Trace number 4516219

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.4 3533.17

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-large-v2/normalized-grid8_97.opb
MD5SUMaadb05f1527c39c987795fd8787d142c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.535351
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables776
Total number of constraints1553
Number of constraints which are clauses1552
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint776
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 391
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1167
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4516219-1751237514.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
0.12/0.19	c ... done. Wall clock time 0.053s.
0.12/0.19	c declared #vars     776
0.12/0.19	c #constraints  1553
0.12/0.19	c constraints type 
0.12/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1552
0.12/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.12/0.19	c 1553 constraints processed.
2.84/1.57	c cleaning 2500 clauses out of 5000 with flag 10707/5000
4.44/2.51	c cleaning 4252 clauses out of 8503 with flag 23528/11003
5.71/3.66	c cleaning 5624 clauses out of 11248 with flag 38467/18000
7.13/4.97	c cleaning 6812 clauses out of 13624 with flag 55472/26000
8.78/6.51	c cleaning 7906 clauses out of 15812 with flag 74580/35000
10.81/8.40	c cleaning 8953 clauses out of 17906 with flag 95978/45000
12.87/10.38	c cleaning 9977 clauses out of 19954 with flag 119460/56001
15.32/12.73	c cleaning 10987 clauses out of 21976 with flag 145127/68000
17.81/15.11	c cleaning 11994 clauses out of 23989 with flag 172877/81000
20.81/17.98	c cleaning 12998 clauses out of 25996 with flag 202860/95001
23.70/20.72	c cleaning 13999 clauses out of 27998 with flag 234703/110001
27.19/24.01	c cleaning 14997 clauses out of 29998 with flag 268684/126000
31.06/27.71	c cleaning 16001 clauses out of 32001 with flag 304851/143000
34.87/31.45	c cleaning 16995 clauses out of 34000 with flag 343354/161000
39.63/36.07	c cleaning 17999 clauses out of 36007 with flag 383941/180002
45.29/41.53	c cleaning 19005 clauses out of 38009 with flag 426629/200003
50.81/46.78	c cleaning 20000 clauses out of 40002 with flag 471061/221001
56.39/52.35	c cleaning 20998 clauses out of 42001 with flag 517768/243000
62.77/58.69	c cleaning 22002 clauses out of 44003 with flag 566505/266000
70.32/65.82	c cleaning 23000 clauses out of 46002 with flag 617666/290001
77.08/72.28	c cleaning 24001 clauses out of 48001 with flag 670807/315000
84.26/79.41	c cleaning 25001 clauses out of 50002 with flag 726391/341002
92.08/86.93	c cleaning 25992 clauses out of 52000 with flag 783887/368001
100.17/94.99	c cleaning 27001 clauses out of 54009 with flag 843315/396002
109.53/104.16	c cleaning 28003 clauses out of 56008 with flag 904977/425002
118.34/112.68	c cleaning 29002 clauses out of 58003 with flag 968706/455000
127.99/121.99	c cleaning 29999 clauses out of 60002 with flag 1034552/486001
136.85/130.98	c cleaning 30998 clauses out of 62002 with flag 1102685/518000
147.99/141.97	c cleaning 31995 clauses out of 64005 with flag 1173004/551001
159.85/153.48	c cleaning 33001 clauses out of 66009 with flag 1245475/585000
170.16/163.62	c cleaning 34004 clauses out of 68008 with flag 1319716/620000
179.94/173.28	c cleaning 35002 clauses out of 70006 with flag 1396244/656002
191.28/184.44	c cleaning 35998 clauses out of 72003 with flag 1475043/693001
203.88/196.96	c cleaning 36999 clauses out of 74005 with flag 1555567/731001
217.58/209.81	c cleaning 38003 clauses out of 76006 with flag 1638673/770001
231.69/223.99	c cleaning 39001 clauses out of 78002 with flag 1723608/810000
245.83/237.67	c cleaning 39993 clauses out of 80003 with flag 1810675/851002
259.73/251.49	c cleaning 41001 clauses out of 82008 with flag 1899643/893000
276.43/267.89	c cleaning 42001 clauses out of 84007 with flag 1990077/936000
292.23/283.45	c cleaning 42998 clauses out of 86008 with flag 2083655/980002
309.94/300.82	c cleaning 44002 clauses out of 88009 with flag 2179375/1025001
328.59/319.33	c cleaning 45004 clauses out of 90008 with flag 2277277/1071002
347.72/338.13	c cleaning 45997 clauses out of 92003 with flag 2377109/1118001
369.79/360.19	c cleaning 46998 clauses out of 94006 with flag 2479257/1166001
391.26/381.50	c cleaning 48002 clauses out of 96007 with flag 2583632/1215000
414.77/405.00	c cleaning 48997 clauses out of 98006 with flag 2690143/1265001
433.07/422.92	c cleaning 50004 clauses out of 100009 with flag 2797695/1316001
454.90/443.31	c cleaning 51000 clauses out of 102005 with flag 2907596/1368001
475.03/463.10	c cleaning 51993 clauses out of 104004 with flag 3019820/1421000
495.07/483.14	c cleaning 53000 clauses out of 106011 with flag 3134427/1475000
515.83/503.74	c cleaning 54004 clauses out of 108012 with flag 3251088/1530001
540.01/527.88	c cleaning 54996 clauses out of 110007 with flag 3370255/1586000
562.23/549.35	c cleaning 56002 clauses out of 112013 with flag 3491642/1643002
589.00/576.00	c cleaning 57002 clauses out of 114009 with flag 3615370/1701000
611.25/598.21	c cleaning 58002 clauses out of 116007 with flag 3740145/1760000
634.19/621.07	c cleaning 58998 clauses out of 118005 with flag 3867655/1820000
658.61/644.13	c cleaning 59998 clauses out of 120007 with flag 3997189/1881000
684.68/670.18	c cleaning 60998 clauses out of 122009 with flag 4128929/1943000
713.37/698.66	c cleaning 61995 clauses out of 124012 with flag 4262406/2006001
742.74/727.53	c cleaning 63010 clauses out of 126019 with flag 4398397/2070003
770.09/754.40	c cleaning 64000 clauses out of 128007 with flag 4536376/2135001
801.08/785.15	c cleaning 65003 clauses out of 130006 with flag 4676855/2201000
835.32/817.58	c cleaning 65997 clauses out of 132003 with flag 4818937/2268000
870.05/852.12	c cleaning 67001 clauses out of 134006 with flag 4963603/2336000
903.59/885.43	c cleaning 68003 clauses out of 136005 with flag 5110433/2405000
942.33/922.66	c cleaning 68993 clauses out of 138002 with flag 5259079/2475000
976.77/956.90	c cleaning 69997 clauses out of 140009 with flag 5410314/2546000
1006.61/985.43	c cleaning 71003 clauses out of 142013 with flag 5563444/2618001
1042.00/1020.55	c cleaning 72002 clauses out of 144009 with flag 5718654/2691000
1081.65/1059.99	c cleaning 73002 clauses out of 146007 with flag 5875788/2765000
1123.73/1100.48	c cleaning 73999 clauses out of 148005 with flag 6035473/2840000
1162.55/1138.86	c cleaning 74997 clauses out of 150007 with flag 6196639/2916001
1202.05/1178.32	c cleaning 76000 clauses out of 152009 with flag 6359973/2993000
1241.66/1215.70	c cleaning 77002 clauses out of 154011 with flag 6524968/3071002
1283.29/1256.80	c cleaning 78000 clauses out of 156007 with flag 6693196/3150000
1327.22/1300.78	c cleaning 79002 clauses out of 158007 with flag 6863092/3230000
1374.78/1346.59	c cleaning 79997 clauses out of 160005 with flag 7034949/3311000
1422.47/1393.71	c cleaning 81001 clauses out of 162009 with flag 7208747/3393001
1471.63/1442.47	c cleaning 82002 clauses out of 164008 with flag 7385049/3476001
1514.97/1484.11	c cleaning 83000 clauses out of 166005 with flag 7563074/3560000
1566.68/1535.34	c cleaning 83995 clauses out of 168005 with flag 7743059/3645000
1617.61/1584.22	c cleaning 85000 clauses out of 170010 with flag 7925091/3731000
1668.95/1635.20	c cleaning 86001 clauses out of 172012 with flag 8109450/3818002
1726.27/1692.06	c cleaning 87002 clauses out of 174009 with flag 8295729/3906000
1781.89/1746.41	c cleaning 87996 clauses out of 176007 with flag 8484931/3995000
1837.55/1801.78	c cleaning 89001 clauses out of 178012 with flag 8676430/4085001
1891.91/1856.39	c cleaning 90004 clauses out of 180011 with flag 8870053/4176001
1951.95/1914.65	c cleaning 90996 clauses out of 182006 with flag 9065765/4268000
2002.03/1964.13	c cleaning 92005 clauses out of 184013 with flag 9263761/4361003
2054.16/2015.95	c cleaning 92999 clauses out of 186007 with flag 9464052/4455002
2108.31/2068.32	c cleaning 94000 clauses out of 188008 with flag 9666310/4550002
2159.47/2118.80	c cleaning 95000 clauses out of 190007 with flag 9870612/4646001
2213.08/2172.11	c cleaning 96000 clauses out of 192006 with flag 10077256/4743000
2267.90/2225.45	c cleaning 96999 clauses out of 194007 with flag 10285617/4841001
2320.52/2277.75	c cleaning 98000 clauses out of 196008 with flag 10496250/4940001
2389.17/2344.39	c cleaning 99002 clauses out of 198007 with flag 10709321/5040000
2447.78/2402.61	c cleaning 99997 clauses out of 200005 with flag 10923146/5141000
2509.96/2464.37	c cleaning 101000 clauses out of 202009 with flag 11140374/5243001
2581.93/2533.92	c cleaning 101999 clauses out of 204008 with flag 11359593/5346000
2649.14/2600.84	c cleaning 103000 clauses out of 206009 with flag 11580818/5450000
2717.37/2668.55	c cleaning 104001 clauses out of 208009 with flag 11804034/5555000
2786.01/2735.06	c cleaning 104995 clauses out of 210008 with flag 12029712/5661000
2858.53/2807.38	c cleaning 106004 clauses out of 212014 with flag 12257708/5768001
2923.74/2872.06	c cleaning 107000 clauses out of 214012 with flag 12486147/5876003
2993.83/2940.29	c cleaning 108001 clauses out of 216011 with flag 12717853/5985002
3059.01/3004.95	c cleaning 109001 clauses out of 218008 with flag 12952077/6095000
3126.54/3069.74	c cleaning 110002 clauses out of 220008 with flag 13188572/6206001
3191.37/3134.10	c cleaning 111000 clauses out of 222005 with flag 13427015/6318000
3272.30/3212.01	c cleaning 112003 clauses out of 224006 with flag 13666890/6431001
3355.92/3295.39	c cleaning 112996 clauses out of 226002 with flag 13909436/6545000
3445.65/3382.21	c cleaning 113994 clauses out of 228008 with flag 14153860/6660002
3536.39/3472.30	c cleaning 115005 clauses out of 230013 with flag 14400300/6776001
3600.07/3532.96	c starts		: 1
3600.07/3532.96	c conflicts		: 6888838
3600.07/3532.96	c decisions		: 7224390
3600.07/3532.96	c propagations		: 34416972
3600.07/3532.96	c inspects		: 8868789611
3600.07/3532.96	c shortcuts		: 0
3600.07/3532.96	c learnt literals	: 0
3600.07/3532.96	c learnt binary clauses	: 0
3600.07/3532.96	c learnt ternary clauses	: 0
3600.07/3532.96	c learnt constraints	: 6888838
3600.07/3532.96	c ignored constraints	: 0
3600.07/3532.96	c root simplifications	: 0
3600.07/3532.96	c removed literals (reason simplification)	: 150287697
3600.07/3532.96	c reason swapping (by a shorter reason)	: 0
3600.07/3532.96	c Calls to reduceDB	: 112
3600.07/3532.96	c Number of update (reduction) of LBD	: 129965
3600.07/3532.96	c Imported unit clauses	: 0
3600.07/3532.96	c No decision after first conflict	: false
3600.07/3532.96	c number of reductions to clauses (during analyze)	: 0
3600.07/3532.96	c number of learned constraints concerned by reduction	: 0
3600.07/3532.96	c number of learning phase by resolution	: 0
3600.07/3532.96	c number of learning phase by cutting planes	: 0
3600.07/3532.96	c number of rounding to 1 operations	: 0
3600.07/3532.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3532.96	c number of reductions of the coefficients by power 2 	: 0
3600.07/3532.96	c number of right shift for reduction by power 2 	: 0
3600.07/3532.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3532.96	c number of ending skipping 	: 0
3600.07/3532.96	c number of internal skipping 	: 0
3600.07/3532.96	c number of derivation steps 	: 0
3600.07/3532.96	c number of skipped derivation steps 	: 0
3600.07/3532.96	c number of remaining unassigned 	: 0
3600.07/3532.96	c number of remaining assigned 	: 0
3600.07/3532.96	c number of falsified literals weakened from reason	: 0
3600.07/3532.96	c number of falsified literals weakened from conflict	: 0
3600.07/3532.96	c time for arithmetic operations	: 0
3600.07/3532.96	c minimum degree of deleted constraints	: null
3600.07/3532.96	c maximum degree of deleted constraints	: null
3600.07/3532.96	c number of deleted constraints	: 0
3600.07/3532.96	c speed (assignments/second)	: 9742.200175952481
3600.07/3532.96	c non guided choices	: 383
3600.07/3532.97	c timeout
3600.27/3533.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 227845
3600.27/3533.04	s UNKNOWN
3600.27/3533.04	c Total wall clock time (in seconds): 3532.909

Verifier Data

ERROR: no interpretation found !

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 (62041 MiB free)
  memory of node 1: 64465 MiB (63500 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516219-1751237514/watcher-4516219-1751237514 -o /tmp/evaluation-result-4516219-1751237514/solver-4516219-1751237514 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751237512-31995 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516219-1751237514 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516219-1751237514.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
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
solver pid=32173, runsolver pid=32170
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.76 2.85 3.55 8/342 32191
/proc/meminfo: memFree=128413956/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=18930384 memory=59508 CPUtime=0.12 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 6465 0 0 0 10 2 0 0 20 0 18 0 39428900 19384713216 14877 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4732596 14877 5372 1 0 547604 0
[pid=32173/tid=32175] ppid=32170 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 5049 0 0 0 6 1 0 0 20 0 18 0 39428901 19384713216 14877 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39428903 19384713216 14877 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=18930384 memory=56286469452864 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39428904 19384713216 14877 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59508 KiB

[startup+0.20585 s]*
/proc/loadavg: 1.76 2.85 3.55 9/343 32192
/proc/meminfo: memFree=128402048/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=18996948 memory=67600 CPUtime=0.32 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 6907 0 0 0 29 3 0 0 20 0 19 0 39428900 19452874752 16900 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4749237 16900 5436 1 0 548285 0
[pid=32173/tid=32175] ppid=32170 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 5338 0 0 0 16 1 0 0 20 0 19 0 39428901 19452874752 16900 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=18996948 memory=2621 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39428903 19452874752 16900 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=18996948 memory=55186957796323 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39428904 19452874752 16900 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (java) R 32170 32173 31982 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 39428919 19452874752 16900 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67600 KiB

[startup+0.305822 s]*
/proc/loadavg: 1.76 2.85 3.55 7/343 32192
/proc/meminfo: memFree=128381632/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=18996948 memory=84048 CPUtime=0.5 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 7699 0 0 0 47 3 0 0 20 0 19 0 39428900 19452874752 21012 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4749237 21012 5468 1 0 548710 0
[pid=32173/tid=32175] ppid=32170 vsize=18996948 memory=-6000919507032959596 CPUtime=0.26 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 5354 0 0 0 24 2 0 0 20 0 19 0 39428901 19452874752 21012 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39428903 19452874752 21012 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39428904 19452874752 21012 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39428919 19452874752 21012 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84048 KiB

[startup+0.700239 s]
/proc/loadavg: 1.76 2.85 3.55 6/343 32192
/proc/meminfo: memFree=128094412/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=165176 CPUtime=1.26 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 10105 0 0 0 120 6 0 0 20 0 20 0 39428900 19521036288 41294 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 41294 5500 1 0 550188 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=17408 CPUtime=0.61 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 5419 0 0 0 58 3 0 0 20 0 20 0 39428901 19521036288 41294 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 41294 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 41294 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 41294 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165176 KiB

[startup+1.50024 s]
/proc/loadavg: 1.76 2.85 3.55 6/344 32193
/proc/meminfo: memFree=127567808/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=223264 CPUtime=2.84 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 13770 0 0 0 275 9 0 0 20 0 20 0 39428900 19521036288 55816 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 55816 5500 1 0 854465 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=0 CPUtime=1.32 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 5451 0 0 0 126 6 0 0 20 0 20 0 39428901 19521036288 55816 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 55816 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 55816 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 55816 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 223264 KiB

[startup+3.1057 s]
/proc/loadavg: 1.76 2.85 3.55 6/344 32193
/proc/meminfo: memFree=125298784/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=817108 CPUtime=5.17 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 15057 0 0 0 494 23 0 0 20 0 20 0 39428900 19521036288 204277 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 204277 5500 1 0 1399748 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=10752 CPUtime=2.76 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 5717 0 0 0 259 17 0 0 20 0 20 0 39428901 19521036288 204277 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=-6000919507032959596 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 204277 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 204277 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 204277 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 817108 KiB

[startup+6.30022 s]
/proc/loadavg: 1.94 2.87 3.56 5/345 32194
/proc/meminfo: memFree=121898872/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=1753692 CPUtime=8.58 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 16198 0 0 0 813 45 0 0 20 0 20 0 39428900 19521036288 438423 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 438423 5500 1 0 1658775 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=0 CPUtime=5.74 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 6057 0 0 0 540 34 0 0 20 0 20 0 39428901 19521036288 438423 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 438423 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 438423 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=254352 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 438423 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1753692 KiB

[startup+12.7002 s]
/proc/loadavg: 2.11 2.89 3.56 5/348 32197
/proc/meminfo: memFree=119511632/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=2200332 CPUtime=15.32 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 17127 0 0 0 1472 60 0 0 20 0 20 0 39428900 19521036288 550083 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 550083 5500 1 0 1658777 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=254352 CPUtime=11.82 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 6616 0 0 0 1138 44 0 0 20 0 20 0 39428901 19521036288 550083 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=2200332 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 550083 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 550083 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 550083 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2200332 KiB

[startup+25.5002 s]
/proc/loadavg: 2.68 2.97 3.58 5/348 32197
/proc/meminfo: memFree=116308700/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=3088096 CPUtime=28.7 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 24004 0 0 0 2778 92 0 0 20 0 20 0 39428900 19521036288 772024 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 772024 5500 1 0 1756959 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=2200332 CPUtime=24 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 8733 0 0 0 2334 66 0 0 20 0 20 0 39428901 19521036288 772024 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 772024 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=2666056 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 772024 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 772024 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3088096 KiB

[startup+51.1058 s]
/proc/loadavg: 3.25 3.09 3.60 5/347 32198
/proc/meminfo: memFree=110462560/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=4620340 CPUtime=55.21 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 29983 0 0 0 5376 145 0 0 20 0 20 0 39428900 19521036288 1155085 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 1155085 5532 1 0 1756967 0

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

[startup+3282.3 s]
/proc/loadavg: 4.28 4.27 4.22 5/346 32391
/proc/meminfo: memFree=40787016/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=10280864 CPUtime=3343.03 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 320623 0 0 0 332214 2089 0 0 20 0 20 0 39428900 19521036288 2570216 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 2570216 5532 1 0 2584425 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=10280864 CPUtime=3199.35 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 177549 0 0 0 318043 1892 0 0 20 0 20 0 39428901 19521036288 2570216 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=10280864 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 2570216 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=10280864 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 2327 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 2570216 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=10280864 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 2570216 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 3343.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10280864 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.26 4.22 5/345 32393
/proc/meminfo: memFree=39574752/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=10519120 CPUtime=3403.2 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 326578 0 0 0 338202 2118 0 0 20 0 20 0 39428900 19521036288 2629780 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 2629780 5532 1 0 2644985 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=10519120 CPUtime=3258.44 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 182251 0 0 0 323925 1919 0 0 20 0 20 0 39428901 19521036288 2629780 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 2629780 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=10519120 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 2370 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 2629780 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=10519120 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 2629780 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 3403.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10519120 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.26 4.22 5/346 32396
/proc/meminfo: memFree=38687024/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=10473200 CPUtime=3465.94 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 335337 0 0 0 344448 2146 0 0 20 0 20 0 39428900 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 2618300 5532 1 0 2632573 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=10473200 CPUtime=3317.38 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 186589 0 0 0 329794 1944 0 0 20 0 20 0 39428901 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=10473200 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 2415 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=-6000919507032959596 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 3465.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10473200 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.27 4.22 5/346 32400
/proc/meminfo: memFree=37772848/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=10473200 CPUtime=3526.42 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 340118 0 0 0 350472 2170 0 0 20 0 20 0 39428900 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 2618300 5532 1 0 2632573 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=10752 CPUtime=3376.19 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 190055 0 0 0 335653 1966 0 0 20 0 20 0 39428901 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 2484 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=10473200 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 3526.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10473200 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.28 4.23 5/347 32538
/proc/meminfo: memFree=79338484/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=10473200 CPUtime=3586.76 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 344295 0 0 0 356480 2196 0 0 20 0 20 0 39428900 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 2618300 5532 1 0 2632573 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=10473200 CPUtime=3435.09 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 193051 0 0 0 341517 1992 0 0 20 0 20 0 39428901 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=10473200 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 2520 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 2618300 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 3586.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10473200 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3532.9 s]
/proc/loadavg: 4.35 4.29 4.23 7/348 32539
/proc/meminfo: memFree=79171584/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19063512 memory=10475248 CPUtime=3600.07 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 348084 0 0 0 357801 2206 0 0 20 0 20 0 39428900 19521036288 2618812 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4765878 2618812 5532 1 0 2633051 0
[pid=32173/tid=32175] ppid=32170 vsize=19063512 memory=10473200 CPUtime=3445.26 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 195200 0 0 0 342527 1999 0 0 20 0 20 0 39428901 19521036288 2618812 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428903 19521036288 2618812 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19063512 memory=10473200 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 2520 0 0 0 0 0 0 0 20 0 20 0 39428904 19521036288 2618812 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32192] ppid=32170 vsize=19063512 memory=10473200 CPUtime=0 cores=5,7
/proc/32173/task/32192/stat : 32192 (Timer-0) S 32170 32173 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428919 19521036288 2618812 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10475248 KiB

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

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

# cumulated CPU time of all completed processes:  user=3578.27 s, system=22.1251 s

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

[startup+3533 s]*
/proc/loadavg: 4.35 4.29 4.23 7/349 32542
/proc/meminfo: memFree=79148280/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19263204 memory=10475888 CPUtime=3600.27 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 349581 0 0 0 357820 2207 0 0 20 0 21 0 39428900 19725520896 2618972 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4815801 2618972 5532 1 0 2633979 0
[pid=32173/tid=32175] ppid=32170 vsize=19263204 memory=-6000919485658524268 CPUtime=3445.32 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) R 32170 32173 31982 0 -1 4194368 195390 0 0 0 342532 2000 0 0 20 0 21 0 39428901 19725520896 2618972 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19263204 memory=4354864962951868066 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39428903 19725520896 2618972 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19263204 memory=-6000919507032959596 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 2520 0 0 0 0 0 0 0 20 0 21 0 39428904 19725520896 2618972 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32542] ppid=32170 vsize=19263204 memory=4800 CPUtime=0.03 cores=5,7
/proc/32173/task/32542/stat : 32542 (Thread-0) R 32170 32173 31982 0 -1 4194368 249 0 0 0 3 0 0 0 20 0 21 0 39782193 19725520896 2618972 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10475888 KiB

[startup+3533.11 s]
/proc/loadavg: 4.35 4.29 4.23 7/349 32542
/proc/meminfo: memFree=79148280/131249996 swapFree=33010684/33010684
[pid=32173] ppid=32170 vsize=19263204 memory=10475256 CPUtime=3600.36 cores=5,7
/proc/32173/stat : 32173 (java) S 32170 32173 31982 0 -1 4194304 349707 0 0 0 357827 2209 0 0 20 0 15 0 39428900 19725520896 2618814 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
/proc/32173/statm: 4815801 2618814 5532 1 0 2633988 0
[pid=32173/tid=32175] ppid=32170 vsize=19263204 memory=10473200 CPUtime=3445.33 cores=5,7
/proc/32173/task/32175/stat : 32175 (java) D 32170 32173 31982 0 -1 4194368 195390 0 0 0 342532 2001 0 0 20 0 15 0 39428901 19725520896 2618814 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32184] ppid=32170 vsize=19263204 memory=14848 CPUtime=0 cores=5,7
/proc/32173/task/32184/stat : 32184 (Finalizer) S 32170 32173 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 39428903 19725520896 2618814 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
[pid=32173/tid=32191] ppid=32170 vsize=19263204 memory=10473200 CPUtime=0 cores=5,7
/proc/32173/task/32191/stat : 32191 (Common-Cleaner) S 32170 32173 31982 0 -1 4194368 2520 0 0 0 0 0 0 0 20 0 15 0 39428904 19725520896 2618814 18446744073709551615 94510026371072 94510026374768 140732318877680 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510026382584 94510026383376 94510051815424 140732318882096 140732318882278 140732318882278 140732318887880 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10475256 KiB

Child status: 143

Real time (s): 3533.17
CPU time (s): 3600.4
CPU user time (s): 3578.27
CPU system time (s): 22.1251
CPU usage (%): 101.903
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10519120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.27
system time used= 22.1251
maximum resident set size= 10519120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349736
page faults= 0
swaps= 0
block input operations= 0
block output operations= 39416704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123888
involuntary context switches= 14755


# summary of solver processes directly reported to runsolver:
#   pid: 32173
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3578.27
#   total CPU system time (s): 22.1251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54891 second user time and 17.2968 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 00:51:54
IDJOB=4516219
IDBENCH=169843
IDSOLVER=3364
FILE ID=nodeC015/4516219-1751237514
RUNJOBID= nodeC015-1751237512-31995
SLURM_JOB_ID= 9587718
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-large-v2/normalized-grid8_97.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516219-1751237514/watcher-4516219-1751237514 -o /tmp/evaluation-result-4516219-1751237514/solver-4516219-1751237514 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751237512-31995 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516219-1751237514 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516219-1751237514.opb

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

MD5SUM BENCH= aadb05f1527c39c987795fd8787d142c
RANDOM SEED=149524638

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.097
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.264
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		: 3600.075
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.072
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		: 3600.380
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.068
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.078
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		: 3600.220
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:        128614228 kB
MemAvailable:   128621016 kB
Buffers:            3280 kB
Cached:           815892 kB
SwapCached:            0 kB
Active:          1500500 kB
Inactive:         559116 kB
Active(anon):    1258884 kB
Inactive(anon):        0 kB
Active(file):     241616 kB
Inactive(file):   559116 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70260 kB
Writeback:            16 kB
AnonPages:       1243960 kB
Mapped:           122704 kB
Shmem:             18076 kB
KReclaimable:      90588 kB
Slab:             178780 kB
SReclaimable:      90588 kB
SUnreclaim:        88192 kB
KernelStack:        5280 kB
PageTables:         5876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9759216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1044480 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= 433012 MiB
End job on nodeC015 at 2025-06-30 01:50:47