Trace number 4515211

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.48 3344.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-t1722.0.s.opb
MD5SUM39768e28ba132eeb426131d5bb977045
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36630
Total number of constraints339
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint389
Maximum length of a constraint36630
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 114245
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 85902757
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4515211-1751232781.opb
0.42/0.37	c reading problem ... 
0.42/0.38	c using VERIPB proof format
0.42/0.39	c  no objective function found
2.10/1.22	c ... done. Wall clock time 0.84s.
2.10/1.22	c declared #vars     36630
2.10/1.22	c #constraints  677
2.10/1.22	c constraints type 
2.10/1.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 338
2.10/1.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.10/1.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 338
2.10/1.22	c 677 constraints processed.
8.54/5.75	c cleaning 2495 clauses out of 5000 with flag 10000/5000
14.56/11.06	c cleaning 4245 clauses out of 8505 with flag 22000/11000
20.36/16.37	c cleaning 5625 clauses out of 11260 with flag 36000/18000
25.58/21.16	c cleaning 6812 clauses out of 13635 with flag 52000/26000
30.93/25.97	c cleaning 7906 clauses out of 15823 with flag 70000/35000
37.50/32.10	c cleaning 8950 clauses out of 17917 with flag 90000/45000
45.97/40.06	c cleaning 9977 clauses out of 19967 with flag 112000/56000
55.57/49.10	c cleaning 10990 clauses out of 21990 with flag 136000/68000
63.46/56.55	c cleaning 11992 clauses out of 24000 with flag 162000/81000
71.51/64.17	c cleaning 12996 clauses out of 26008 with flag 190000/95000
81.75/73.72	c cleaning 13997 clauses out of 28012 with flag 220000/110000
94.42/85.52	c cleaning 15000 clauses out of 30015 with flag 252000/126000
104.51/94.98	c cleaning 16000 clauses out of 32015 with flag 286000/143000
117.09/106.57	c cleaning 16999 clauses out of 34015 with flag 322000/161000
128.09/116.77	c cleaning 17999 clauses out of 36016 with flag 360000/180000
142.76/130.42	c cleaning 19003 clauses out of 38017 with flag 400000/200000
155.96/142.78	c cleaning 19997 clauses out of 40014 with flag 442000/221000
172.00/157.82	c cleaning 20999 clauses out of 42017 with flag 486000/243000
188.03/172.84	c cleaning 22003 clauses out of 44018 with flag 532000/266000
203.22/187.09	c cleaning 23000 clauses out of 46015 with flag 580000/290000
219.65/202.58	c cleaning 23998 clauses out of 48015 with flag 630000/315000
235.56/217.31	c cleaning 25003 clauses out of 50017 with flag 682000/341000
253.09/233.54	c cleaning 25999 clauses out of 52014 with flag 736000/368000
270.30/249.61	c cleaning 27001 clauses out of 54015 with flag 792000/396000
290.14/267.01	c cleaning 27998 clauses out of 56014 with flag 850000/425000
307.98/283.50	c cleaning 28998 clauses out of 58016 with flag 910000/455000
327.94/302.24	c cleaning 29999 clauses out of 60018 with flag 972000/486000
348.57/321.35	c cleaning 30998 clauses out of 62019 with flag 1036000/518000
368.77/340.18	c cleaning 32004 clauses out of 64021 with flag 1102000/551000
389.11/359.30	c cleaning 33000 clauses out of 66017 with flag 1170000/585000
411.12/379.99	c cleaning 33999 clauses out of 68017 with flag 1240000/620000
435.53/403.18	c cleaning 35005 clauses out of 70018 with flag 1312000/656000
462.43/428.26	c cleaning 36000 clauses out of 72013 with flag 1386000/693000
487.51/452.26	c cleaning 36996 clauses out of 74013 with flag 1462000/731000
512.54/473.89	c cleaning 37996 clauses out of 76017 with flag 1540000/770000
538.74/499.27	c cleaning 39004 clauses out of 78021 with flag 1620000/810000
565.85/525.07	c cleaning 39998 clauses out of 80017 with flag 1702000/851000
594.69/552.31	c cleaning 41003 clauses out of 82019 with flag 1786000/893000
622.83/578.96	c cleaning 42002 clauses out of 84016 with flag 1872000/936000
652.30/606.92	c cleaning 42998 clauses out of 86014 with flag 1960000/980000
679.43/632.13	c cleaning 43996 clauses out of 88016 with flag 2050000/1025000
709.99/659.11	c cleaning 45001 clauses out of 90020 with flag 2142000/1071000
743.80/690.73	c cleaning 46002 clauses out of 92019 with flag 2236000/1118000
773.72/718.97	c cleaning 47000 clauses out of 94017 with flag 2332000/1166000
809.03/752.03	c cleaning 48002 clauses out of 96017 with flag 2430000/1215000
841.42/782.45	c cleaning 48998 clauses out of 98015 with flag 2530000/1265000
875.98/814.98	c cleaning 50003 clauses out of 100017 with flag 2632000/1316000
914.03/850.99	c cleaning 50996 clauses out of 102014 with flag 2736000/1368000
948.74/883.50	c cleaning 51998 clauses out of 104018 with flag 2842000/1421000
983.08/915.72	c cleaning 53001 clauses out of 106020 with flag 2950000/1475000
1016.52/946.87	c cleaning 54001 clauses out of 108019 with flag 3060000/1530000
1053.80/979.87	c cleaning 55001 clauses out of 110018 with flag 3172000/1586000
1095.80/1019.80	c cleaning 55999 clauses out of 112017 with flag 3286000/1643000
1133.48/1055.42	c cleaning 56999 clauses out of 114018 with flag 3402000/1701000
1172.92/1092.33	c cleaning 58001 clauses out of 116019 with flag 3520000/1760000
1214.12/1131.25	c cleaning 58999 clauses out of 118018 with flag 3640000/1820000
1254.32/1168.81	c cleaning 59999 clauses out of 120019 with flag 3762000/1881000
1298.46/1210.32	c cleaning 60998 clauses out of 122020 with flag 3886000/1943000
1339.98/1249.32	c cleaning 61998 clauses out of 124022 with flag 4012000/2006000
1387.08/1291.00	c cleaning 62999 clauses out of 126024 with flag 4140000/2070000
1433.21/1334.15	c cleaning 64004 clauses out of 128025 with flag 4270000/2135000
1477.61/1375.93	c cleaning 65002 clauses out of 130021 with flag 4402000/2201000
1520.78/1415.98	c cleaning 66001 clauses out of 132019 with flag 4536000/2268000
1568.60/1464.67	c cleaning 67002 clauses out of 134018 with flag 4672000/2336000
1616.11/1509.21	c cleaning 68000 clauses out of 136016 with flag 4810000/2405000
1662.34/1552.53	c cleaning 68996 clauses out of 138016 with flag 4950000/2475000
1713.86/1599.68	c cleaning 70000 clauses out of 140020 with flag 5092000/2546000
1761.19/1644.30	c cleaning 70999 clauses out of 142020 with flag 5236000/2618000
1808.84/1688.92	c cleaning 72000 clauses out of 144021 with flag 5382000/2691000
1857.91/1734.79	c cleaning 73003 clauses out of 146021 with flag 5530000/2765000
1911.45/1784.96	c cleaning 73999 clauses out of 148018 with flag 5680000/2840000
1967.32/1838.14	c cleaning 74999 clauses out of 150019 with flag 5832000/2916000
2025.80/1889.81	c cleaning 75998 clauses out of 152020 with flag 5986000/2993000
2076.22/1937.41	c cleaning 77000 clauses out of 154022 with flag 6142000/3071000
2129.18/1987.25	c cleaning 78005 clauses out of 156022 with flag 6300000/3150000
2184.02/2038.48	c cleaning 79001 clauses out of 158017 with flag 6460000/3230000
2239.64/2090.57	c cleaning 79999 clauses out of 160016 with flag 6622000/3311000
2294.03/2141.14	c cleaning 80997 clauses out of 162017 with flag 6786000/3393000
2355.35/2196.04	c cleaning 82003 clauses out of 164020 with flag 6952000/3476000
2411.94/2248.61	c cleaning 83001 clauses out of 166017 with flag 7120000/3560000
2475.82/2309.66	c cleaning 83996 clauses out of 168016 with flag 7290000/3645000
2533.31/2363.35	c cleaning 84998 clauses out of 170020 with flag 7462000/3731000
2594.21/2420.51	c cleaning 86004 clauses out of 172022 with flag 7636000/3818000
2660.02/2478.05	c cleaning 86997 clauses out of 174018 with flag 7812000/3906000
2725.13/2539.00	c cleaning 87997 clauses out of 176021 with flag 7990000/3995000
2786.83/2596.66	c cleaning 89002 clauses out of 178024 with flag 8170000/4085000
2852.44/2657.95	c cleaning 90000 clauses out of 180022 with flag 8352000/4176000
2915.12/2716.25	c cleaning 91001 clauses out of 182022 with flag 8536000/4268000
2981.40/2774.51	c cleaning 92003 clauses out of 184021 with flag 8722000/4361000
3044.54/2833.30	c cleaning 92997 clauses out of 186018 with flag 8910000/4455000
3111.66/2895.98	c cleaning 94000 clauses out of 188021 with flag 9100000/4550000
3179.99/2959.72	c cleaning 95001 clauses out of 190021 with flag 9292000/4646000
3248.65/3018.36	c cleaning 95999 clauses out of 192020 with flag 9486000/4743000
3315.99/3081.77	c cleaning 97000 clauses out of 194021 with flag 9682000/4841000
3382.04/3143.76	c cleaning 98002 clauses out of 196021 with flag 9880000/4940000
3452.31/3210.01	c cleaning 99000 clauses out of 198019 with flag 10080000/5040000
3524.15/3272.51	c cleaning 100001 clauses out of 200019 with flag 10282000/5141000
3595.94/3339.53	c cleaning 101003 clauses out of 202018 with flag 10486000/5243000
3600.09/3343.62	c timeout
3600.09/3343.64	c starts		: 1
3600.09/3343.69	c conflicts		: 5251152
3600.09/3343.69	c decisions		: 5287680
3600.09/3343.69	c propagations		: 26292337
3600.09/3343.69	c inspects		: 1175739984
3600.09/3343.69	c shortcuts		: 0
3600.09/3343.69	c learnt literals	: 0
3600.09/3343.70	c learnt binary clauses	: 0
3600.09/3343.70	c learnt ternary clauses	: 0
3600.09/3343.70	c learnt constraints	: 5251152
3600.09/3343.70	c ignored constraints	: 0
3600.09/3343.70	c root simplifications	: 0
3600.09/3343.70	c removed literals (reason simplification)	: 0
3600.26/3343.70	c reason swapping (by a shorter reason)	: 0
3600.26/3343.70	c Calls to reduceDB	: 98
3600.26/3343.70	c Number of update (reduction) of LBD	: 0
3600.26/3343.70	c Imported unit clauses	: 0
3600.26/3343.70	c No decision after first conflict	: false
3600.26/3343.70	c number of reductions to clauses (during analyze)	: 0
3600.26/3343.71	c number of learned constraints concerned by reduction	: 0
3600.26/3343.71	c number of learning phase by resolution	: 0
3600.26/3343.71	c number of learning phase by cutting planes	: 0
3600.26/3343.71	c number of rounding to 1 operations	: 0
3600.26/3343.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.26/3343.71	c number of reductions of the coefficients by power 2 	: 0
3600.26/3343.71	c number of right shift for reduction by power 2 	: 0
3600.26/3343.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.26/3343.71	c number of ending skipping 	: 0
3600.26/3343.71	c number of internal skipping 	: 0
3600.26/3343.71	c number of derivation steps 	: 0
3600.26/3343.71	c number of skipped derivation steps 	: 0
3600.26/3343.71	c number of remaining unassigned 	: 0
3600.26/3343.71	c number of remaining assigned 	: 0
3600.26/3343.71	c number of falsified literals weakened from reason	: 0
3600.26/3343.71	c number of falsified literals weakened from conflict	: 0
3600.26/3343.71	c time for arithmetic operations	: 0
3600.26/3343.71	c minimum degree of deleted constraints	: null
3600.26/3343.71	c maximum degree of deleted constraints	: null
3600.26/3343.71	c number of deleted constraints	: 0
3600.26/3343.71	c speed (assignments/second)	: 7866.140010231955
3600.26/3343.71	c non guided choices	: 36536
3600.26/3343.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 109167
3600.26/3343.77	s UNKNOWN
3600.26/3343.77	c Total wall clock time (in seconds): 3343.392

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=31394, runsolver pid=31376

[startup+0.100073 s]*
/proc/loadavg: 1.11 1.70 2.54 11/318 31451
/proc/meminfo: memFree=130034460/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=18930344 memory=48840 CPUtime=0.1 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 5633 0 0 0 6 4 0 0 20 0 18 0 38957280 19384672256 12210 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4732586 12210 5071 1 0 546869 0
[pid=31394/tid=31405] ppid=31376 vsize=18930344 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 4562 0 0 0 4 2 0 0 20 0 18 0 38957282 19384672256 12210 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=18930344 memory=228522721619 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957287 19384672256 12242 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=18930344 memory=59593594261064 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38957289 19384672256 12242 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 48840 KiB

[startup+0.215326 s]*
/proc/loadavg: 1.82 1.84 2.58 9/318 31451
/proc/meminfo: memFree=130027620/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=18930384 memory=53748 CPUtime=0.26 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 6086 0 0 0 22 4 0 0 20 0 18 0 38957280 19384713216 13437 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4732596 13437 5327 1 0 547241 0
[pid=31394/tid=31405] ppid=31376 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 4956 0 0 0 14 3 0 0 20 0 18 0 38957282 19384713216 13437 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=18930384 memory=15877 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957287 19384713216 13437 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38957289 19384713216 13437 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53748 KiB

[startup+0.315437 s]*
/proc/loadavg: 1.82 1.84 2.58 10/318 31451
/proc/meminfo: memFree=130014988/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=18930384 memory=59700 CPUtime=0.42 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 6558 0 0 0 37 5 0 0 20 0 18 0 38957280 19384713216 14925 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4732596 14925 5327 1 0 547692 0
[pid=31394/tid=31405] ppid=31376 vsize=18930384 memory=-6000919481263025004 CPUtime=0.25 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 5133 0 0 0 22 3 0 0 20 0 18 0 38957282 19384713216 14925 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957287 19384713216 14925 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38957289 19384713216 14925 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59700 KiB

[startup+0.700362 s]
/proc/loadavg: 1.82 1.84 2.58 9/318 31451
/proc/meminfo: memFree=129984616/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=18930384 memory=95904 CPUtime=1.12 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 8386 0 0 0 105 7 0 0 20 0 18 0 38957280 19384713216 23976 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4732596 23976 5423 1 0 548908 0
[pid=31394/tid=31405] ppid=31376 vsize=18930384 memory=17152 CPUtime=0.57 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 5261 0 0 0 52 5 0 0 20 0 18 0 38957282 19384713216 23976 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=18930384 memory=10496 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957287 19384713216 23976 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38957289 19384713216 23976 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95904 KiB

[startup+1.50025 s]
/proc/loadavg: 1.82 1.84 2.58 10/322 31455
/proc/meminfo: memFree=129715440/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=184724 CPUtime=2.69 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 9455 0 0 0 257 12 0 0 20 0 20 0 38957280 19521036288 46181 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 46181 5455 1 0 549971 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=3200 CPUtime=1.21 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 5404 0 0 0 113 8 0 0 20 0 20 0 38957282 19521036288 46181 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 46181 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38957289 19521036288 46181 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184724 KiB

[startup+3.10527 s]
/proc/loadavg: 1.82 1.84 2.58 6/326 31459
/proc/meminfo: memFree=128495576/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=396868 CPUtime=5.77 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 12027 0 0 0 558 19 0 0 20 0 20 0 38957280 19521036288 99217 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 99217 5487 1 0 952202 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=10496 CPUtime=2.59 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 5500 0 0 0 246 13 0 0 20 0 20 0 38957282 19521036288 99217 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 99217 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38957289 19521036288 99217 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 99217 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 396868 KiB

[startup+6.30041 s]
/proc/loadavg: 2.16 1.90 2.60 9/326 31459
/proc/meminfo: memFree=125872956/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=858048 CPUtime=9.1 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 17245 0 0 0 875 35 0 0 20 0 20 0 38957280 19521036288 214512 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 214512 5487 1 0 1378377 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=0 CPUtime=5.35 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 7202 0 0 0 512 23 0 0 20 0 20 0 38957282 19521036288 214512 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=-6000919481263025004 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 214512 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38957289 19521036288 214512 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=16352 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 214512 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 9.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 858048 KiB

[startup+12.7004 s]
/proc/loadavg: 2.39 1.96 2.61 5/328 31461
/proc/meminfo: memFree=121879440/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=1805992 CPUtime=16.4 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 22674 0 0 0 1574 66 0 0 20 0 20 0 38957280 19521036288 451498 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 451498 5519 1 0 1920249 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=1548916 CPUtime=11.31 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 7960 0 0 0 1082 49 0 0 20 0 20 0 38957282 19521036288 451498 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=1542916 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 451498 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=16352 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38957289 19521036288 451498 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 451498 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 16.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1805992 KiB

[startup+25.5005 s]
/proc/loadavg: 2.71 2.04 2.64 7/328 31461
/proc/meminfo: memFree=115605784/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=3319416 CPUtime=30.52 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 25164 0 0 0 2940 112 0 0 20 0 20 0 38957280 19521036288 829854 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 829854 5519 1 0 2202254 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=1548916 CPUtime=23.08 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 8756 0 0 0 2224 84 0 0 20 0 20 0 38957282 19521036288 829854 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 829854 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=3109824 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38957289 19521036288 829854 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 829854 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 30.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3319416 KiB

[startup+51.1138 s]
/proc/loadavg: 3.54 2.31 2.71 5/333 31467
/proc/meminfo: memFree=106935612/131382120 swapFree=33010684/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=5494060 CPUtime=57.71 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 32476 0 0 0 5583 188 0 0 20 0 20 0 38957280 19521036288 1373515 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 1373515 5519 1 0 2578261 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=4790104 CPUtime=47.03 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 11677 0 0 0 4559 144 0 0 20 0 20 0 38957282 19521036288 1373515 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=16352 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 1373515 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=4652872 CPUtime=0 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 38957289 19521036288 1373515 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=4415280 CPUtime=0 cores=1,3

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

Current children cumulated CPU time: 3274.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16270296 KiB

[startup+3102.3 s]
/proc/loadavg: 5.15 4.70 4.50 7/334 31669
/proc/meminfo: memFree=955036/131382120 swapFree=33010160/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=16270296 CPUtime=3338 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 421894 0 0 0 329754 4046 0 0 20 0 20 0 38957280 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 4067574 5519 1 0 4081485 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=22008 CPUtime=2816.5 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 192006 0 0 0 277997 3653 0 0 20 0 20 0 38957282 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=17280 CPUtime=0.01 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 3298 0 0 0 0 1 0 0 20 0 20 0 38957289 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 3338 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16270296 KiB

[startup+3162.3 s]
/proc/loadavg: 4.73 4.67 4.50 6/334 31671
/proc/meminfo: memFree=984956/131382120 swapFree=33010160/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=16270296 CPUtime=3401.89 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 428323 0 0 0 336070 4119 0 0 20 0 20 0 38957280 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 4067574 5519 1 0 4081485 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=16270296 CPUtime=2870.79 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 195953 0 0 0 283357 3722 0 0 20 0 20 0 38957282 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0.01 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 3299 0 0 0 0 1 0 0 20 0 20 0 38957289 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 3401.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16270296 KiB

[startup+3222.3 s]
/proc/loadavg: 4.58 4.62 4.49 5/337 31676
/proc/meminfo: memFree=1008792/131382120 swapFree=33010160/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=16270296 CPUtime=3465.75 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 433747 0 0 0 342386 4189 0 0 20 0 20 0 38957280 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 4067574 5519 1 0 4081485 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=16270296 CPUtime=2925.1 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 198940 0 0 0 288723 3787 0 0 20 0 20 0 38957282 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0.01 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 3427 0 0 0 0 1 0 0 20 0 20 0 38957289 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 3465.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16270296 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.60 4.49 5/336 31745
/proc/meminfo: memFree=32738884/131382120 swapFree=33010160/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=16270296 CPUtime=3534.53 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 446141 0 0 0 349199 4254 0 0 20 0 20 0 38957280 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 4067574 5519 1 0 4081485 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=16270296 CPUtime=2980.05 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 203645 0 0 0 294159 3846 0 0 20 0 20 0 38957282 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0.01 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 3428 0 0 0 0 1 0 0 20 0 20 0 38957289 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 3534.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16270296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.57 4.48 5/337 31815
/proc/meminfo: memFree=55471144/131382120 swapFree=33010160/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=16270296 CPUtime=3598.79 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 450611 0 0 0 355560 4319 0 0 20 0 20 0 38957280 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 4067574 5519 1 0 4081485 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=16270296 CPUtime=3035.04 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 205888 0 0 0 299598 3906 0 0 20 0 20 0 38957282 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=16270296 CPUtime=0.01 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 3470 0 0 0 0 1 0 0 20 0 20 0 38957289 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=14344 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 3598.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16270296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3343.6 s]
/proc/loadavg: 4.47 4.57 4.48 6/337 31815
/proc/meminfo: memFree=55338568/131382120 swapFree=33010160/33010684
[pid=31394] ppid=31376 vsize=19063512 memory=16270296 CPUtime=3600.09 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 450735 0 0 0 355689 4320 0 0 20 0 20 0 38957280 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4765878 4067574 5519 1 0 4081485 0
[pid=31394/tid=31405] ppid=31376 vsize=19063512 memory=4352 CPUtime=3036.34 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 206012 0 0 0 299727 3907 0 0 20 0 20 0 38957282 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957287 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19063512 memory=1920 CPUtime=0.01 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 3470 0 0 0 0 1 0 0 20 0 20 0 38957289 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31459] ppid=31376 vsize=19063512 memory=10112 CPUtime=0 cores=1,3
/proc/31394/task/31459/stat : 31459 (Timer-0) S 31376 31394 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957404 19521036288 4067574 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16270296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3557.08 s, system=43.4054 s

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

[startup+3344 s]*
/proc/loadavg: 4.47 4.57 4.48 4/332 31818
/proc/meminfo: memFree=55305152/131382120 swapFree=33010160/33010684
[pid=31394] ppid=31376 vsize=19263204 memory=16271320 CPUtime=3600.38 cores=1,3
/proc/31394/stat : 31394 (java) S 31376 31394 28556 0 -1 4194304 453194 0 0 0 355706 4332 0 0 20 0 15 0 38957280 19725520896 4067830 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
/proc/31394/statm: 4815801 4067830 5551 1 0 4082438 0
[pid=31394/tid=31405] ppid=31376 vsize=19263204 memory=-6000919498409077612 CPUtime=3036.46 cores=1,3
/proc/31394/task/31405/stat : 31405 (java) R 31376 31394 28556 0 -1 4194368 206342 0 0 0 299730 3916 0 0 20 0 15 0 38957282 19725520896 4067830 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31444] ppid=31376 vsize=19263204 memory=9344 CPUtime=0 cores=1,3
/proc/31394/task/31444/stat : 31444 (Finalizer) S 31376 31394 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 38957287 19725520896 4067830 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
[pid=31394/tid=31451] ppid=31376 vsize=19263204 memory=30340 CPUtime=0.01 cores=1,3
/proc/31394/task/31451/stat : 31451 (Common-Cleaner) S 31376 31394 28556 0 -1 4194368 3470 0 0 0 0 1 0 0 20 0 15 0 38957289 19725520896 4067830 18446744073709551615 94061037015040 94061037018736 140732940751648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94061037026552 94061037027344 94061070524416 140732940757296 140732940757478 140732940757478 140732940763080 0
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16271320 KiB

[startup+3344.4 s]
/proc/loadavg: 4.47 4.57 4.48 4/319 31818
/proc/meminfo: memFree=55306620/131382120 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3344.6 s]
/proc/loadavg: 4.47 4.57 4.48 4/319 31818
/proc/meminfo: memFree=55306620/131382120 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3344.61
CPU time (s): 3600.48
CPU user time (s): 3557.08
CPU system time (s): 43.4054
CPU usage (%): 107.65
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16271320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3557.08
system time used= 43.4054
maximum resident set size= 16271448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 453222
page faults= 0
swaps= 0
block input operations= 8
block output operations= 90303248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 189282
involuntary context switches= 42478


# summary of solver processes directly reported to runsolver:
#   pid: 31394
#   total CPU time (s): 3600.48
#   total CPU user time (s): 3557.08
#   total CPU system time (s): 43.4054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0876 second user time and 34.9851 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 23:33:02
IDJOB=4515211
IDBENCH=164250
IDSOLVER=3364
FILE ID=nodeC008/4515211-1751232781
RUNJOBID= nodeC008-1751232781-31326
SLURM_JOB_ID= 9587698
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-t1722.0.s.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515211-1751232781/watcher-4515211-1751232781 -o /tmp/evaluation-result-4515211-1751232781/solver-4515211-1751232781 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751232781-31326 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515211-1751232781 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515211-1751232781.opb

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

MD5SUM BENCH= 39768e28ba132eeb426131d5bb977045
RANDOM SEED=879735914

nodeC008 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	: 0xb00001f
cpu MHz		: 1197.180
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.245
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.257
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.273
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.194
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.174
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.340
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.252
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130087292 kB
MemAvailable:   129863292 kB
Buffers:            3280 kB
Cached:           586384 kB
SwapCached:            0 kB
Active:           322600 kB
Inactive:         338428 kB
Active(anon):      89320 kB
Inactive(anon):        0 kB
Active(file):     233280 kB
Inactive(file):   338428 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5840 kB
Writeback:             4 kB
AnonPages:         74480 kB
Mapped:           102368 kB
Shmem:             17956 kB
KReclaimable:      87840 kB
Slab:             166876 kB
SReclaimable:      87840 kB
SUnreclaim:        79036 kB
KernelStack:        3824 kB
PageTables:         2792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     334660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC008 at 2025-06-30 00:28:47