Trace number 4509295

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.28 3520.89

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
MD5SUMa7d39c8a0eed618aa14a4423c4fae159
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark86.2078
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
Number of bits of the biggest sum of numbers21
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4509295-1751520624.opb
0.13/0.13	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  objective function found
2.36/1.45	c ... done. Wall clock time 1.316s.
2.36/1.45	c declared #vars     175232
2.36/1.45	c #constraints  2994
2.36/1.45	c constraints type 
2.36/1.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1368
2.36/1.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 258
2.36/1.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1368
2.36/1.45	c 2994 constraints processed.
2.36/1.46	c objective function length is 128 literals
7.41/4.17	c cleaning 2496 clauses out of 5000 with flag 21849/5000
12.31/8.42	c cleaning 4247 clauses out of 8504 with flag 49363/11000
15.74/11.62	c cleaning 5611 clauses out of 11257 with flag 84695/18000
19.84/15.53	c cleaning 6797 clauses out of 13647 with flag 124936/26001
24.74/20.12	c cleaning 7896 clauses out of 15849 with flag 176044/35000
31.04/26.06	c cleaning 8955 clauses out of 17954 with flag 237450/45001
37.57/33.95	c cleaning 9981 clauses out of 20000 with flag 302227/56002
45.04/40.98	c cleaning 10986 clauses out of 22017 with flag 371073/68000
53.46/49.02	c cleaning 11996 clauses out of 24032 with flag 446166/81001
62.38/57.68	c cleaning 12992 clauses out of 26035 with flag 519050/95000
69.96/65.24	c cleaning 13992 clauses out of 28043 with flag 568880/110000
83.02/77.81	c cleaning 15008 clauses out of 30052 with flag 659358/126001
99.31/93.63	c cleaning 16006 clauses out of 32046 with flag 775700/143003
116.35/109.97	c cleaning 17007 clauses out of 34038 with flag 906146/161001
136.03/128.95	c cleaning 17994 clauses out of 36030 with flag 1061768/180000
153.82/146.06	c cleaning 19004 clauses out of 38038 with flag 1211679/200002
177.14/168.76	c cleaning 20001 clauses out of 40033 with flag 1375707/221001
190.54/181.47	c cleaning 20987 clauses out of 42031 with flag 1479525/243000
202.89/193.44	c cleaning 22009 clauses out of 44045 with flag 1553285/266001
212.93/202.67	c cleaning 23002 clauses out of 46036 with flag 1603494/290001
223.75/213.00	c cleaning 23996 clauses out of 48034 with flag 1715392/315001
236.00/224.64	c cleaning 24993 clauses out of 50038 with flag 1834671/341001
247.75/236.03	c cleaning 25999 clauses out of 52047 with flag 1959696/368003
260.38/247.99	c cleaning 27000 clauses out of 54045 with flag 2083762/396000
273.46/260.71	c cleaning 27994 clauses out of 56047 with flag 2215254/425002
287.56/274.14	c cleaning 29006 clauses out of 58051 with flag 2356657/455000
302.32/288.44	c cleaning 29998 clauses out of 60046 with flag 2513705/486001
317.44/302.87	c cleaning 31004 clauses out of 62047 with flag 2653151/518000
333.84/318.58	c cleaning 31999 clauses out of 64044 with flag 2798085/551001
350.06/334.23	c cleaning 32998 clauses out of 66045 with flag 2941669/585001
367.24/350.95	c cleaning 33994 clauses out of 68046 with flag 3097647/620000
384.41/367.44	c cleaning 35008 clauses out of 70052 with flag 3199899/656000
404.00/386.31	c cleaning 35997 clauses out of 72044 with flag 3371844/693000
421.88/402.69	c cleaning 37005 clauses out of 74048 with flag 3512791/731001
440.43/420.50	c cleaning 37999 clauses out of 76042 with flag 3651875/770000
460.78/440.25	c cleaning 38998 clauses out of 78044 with flag 3800602/810001
481.56/460.31	c cleaning 40001 clauses out of 80045 with flag 3970023/851000
502.33/480.61	c cleaning 40999 clauses out of 82044 with flag 4149307/893000
526.20/503.68	c cleaning 41999 clauses out of 84045 with flag 4326399/936000
549.48/526.29	c cleaning 43005 clauses out of 86047 with flag 4534154/980001
572.91/548.82	c cleaning 44000 clauses out of 88041 with flag 4719655/1025000
598.07/573.36	c cleaning 44998 clauses out of 90041 with flag 4892587/1071000
625.44/599.98	c cleaning 46000 clauses out of 92045 with flag 5111958/1118002
652.96/626.88	c cleaning 47003 clauses out of 94043 with flag 5306878/1166000
681.62/654.61	c cleaning 47988 clauses out of 96040 with flag 5504313/1215000
709.71/681.14	c cleaning 49008 clauses out of 98053 with flag 5701141/1265001
741.45/711.81	c cleaning 50002 clauses out of 100044 with flag 5912278/1316000
771.74/741.46	c cleaning 50996 clauses out of 102044 with flag 6134792/1368002
801.48/770.18	c cleaning 51996 clauses out of 104046 with flag 6356197/1421000
832.21/800.10	c cleaning 52998 clauses out of 106052 with flag 6572753/1475002
866.38/833.42	c cleaning 54011 clauses out of 108056 with flag 6829830/1530004
901.61/867.85	c cleaning 54991 clauses out of 110041 with flag 7099967/1586000
933.62/898.60	c cleaning 56004 clauses out of 112051 with flag 7335657/1643001
966.59/930.59	c cleaning 56997 clauses out of 114048 with flag 7589151/1701002
999.65/962.79	c cleaning 58003 clauses out of 116049 with flag 7814035/1760000
1040.33/1002.45	c cleaning 58998 clauses out of 118046 with flag 8088177/1820000
1076.21/1037.37	c cleaning 59997 clauses out of 120048 with flag 8377006/1881000
1116.33/1075.48	c cleaning 61001 clauses out of 122052 with flag 8629363/1943001
1161.77/1119.74	c cleaning 62008 clauses out of 124051 with flag 8980482/2006001
1205.83/1162.66	c cleaning 62995 clauses out of 126043 with flag 9261836/2070001
1248.43/1204.27	c cleaning 64004 clauses out of 128049 with flag 9588391/2135002
1287.77/1242.47	c cleaning 65002 clauses out of 130044 with flag 9843039/2201001
1334.28/1287.91	c cleaning 65999 clauses out of 132042 with flag 10169265/2268001
1379.72/1332.27	c cleaning 66997 clauses out of 134042 with flag 10476063/2336000
1420.60/1371.95	c cleaning 68001 clauses out of 136047 with flag 10779076/2405002
1463.35/1413.61	c cleaning 68998 clauses out of 138044 with flag 11068538/2475000
1507.84/1456.93	c cleaning 70000 clauses out of 140048 with flag 11387041/2546002
1551.43/1498.22	c cleaning 70994 clauses out of 142048 with flag 11717869/2618002
1597.48/1542.72	c cleaning 72013 clauses out of 144055 with flag 12035462/2691003
1741.53/1684.30	c cleaning 73005 clauses out of 146039 with flag 12474534/2765000
1917.81/1858.26	c cleaning 73996 clauses out of 148037 with flag 12905103/2840003
2108.10/2046.27	c cleaning 74992 clauses out of 150038 with flag 13378881/2916000
2317.09/2248.66	c cleaning 76002 clauses out of 152047 with flag 13863431/2993001
2564.02/2492.96	c cleaning 77002 clauses out of 154045 with flag 14367584/3071001
2677.82/2605.30	c cleaning 78013 clauses out of 156044 with flag 14787154/3150002
2766.12/2694.72	c cleaning 78981 clauses out of 158030 with flag 15190100/3230001
2814.05/2741.32	c cleaning 80002 clauses out of 160050 with flag 15488705/3311002
2861.65/2787.64	c cleaning 81003 clauses out of 162048 with flag 15666976/3393002
2906.48/2831.70	c cleaning 81997 clauses out of 164044 with flag 15850324/3476001
2951.01/2874.52	c cleaning 82996 clauses out of 166047 with flag 16126882/3560001
3106.39/3028.67	c cleaning 84007 clauses out of 168053 with flag 16569318/3645003
3189.66/3106.61	c cleaning 84998 clauses out of 170044 with flag 17114363/3731001
3294.63/3217.28	c cleaning 86002 clauses out of 172046 with flag 17667481/3818001
3420.57/3341.23	c cleaning 87002 clauses out of 174043 with flag 18225720/3906000
3560.54/3479.53	c cleaning 88000 clauses out of 176043 with flag 18763198/3995002
3600.07/3518.41	c starts		: 204
3600.07/3518.42	c conflicts		: 4025300
3600.07/3518.42	c decisions		: 10805121
3600.07/3518.42	c propagations		: 599455667
3600.07/3518.42	c inspects		: 5489617077
3600.07/3518.42	c shortcuts		: 0
3600.07/3518.42	c learnt literals	: 0
3600.07/3518.42	c learnt binary clauses	: 0
3600.07/3518.42	c learnt ternary clauses	: 0
3600.07/3518.42	c learnt constraints	: 4025300
3600.07/3518.42	c ignored constraints	: 0
3600.07/3518.42	c root simplifications	: 0
3600.07/3518.42	c removed literals (reason simplification)	: 2996528
3600.07/3518.42	c reason swapping (by a shorter reason)	: 0
3600.07/3518.42	c Calls to reduceDB	: 85
3600.07/3518.42	c Number of update (reduction) of LBD	: 581992
3600.07/3518.42	c Imported unit clauses	: 0
3600.07/3518.42	c No decision after first conflict	: false
3600.07/3518.42	c number of reductions to clauses (during analyze)	: 0
3600.07/3518.42	c number of learned constraints concerned by reduction	: 0
3600.07/3518.42	c number of learning phase by resolution	: 0
3600.07/3518.42	c number of learning phase by cutting planes	: 0
3600.07/3518.42	c number of rounding to 1 operations	: 0
3600.07/3518.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3518.42	c number of reductions of the coefficients by power 2 	: 0
3600.07/3518.42	c number of right shift for reduction by power 2 	: 0
3600.07/3518.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3518.42	c number of ending skipping 	: 0
3600.07/3518.42	c number of internal skipping 	: 0
3600.07/3518.42	c number of derivation steps 	: 0
3600.07/3518.42	c number of skipped derivation steps 	: 0
3600.07/3518.42	c number of remaining unassigned 	: 0
3600.07/3518.42	c number of remaining assigned 	: 0
3600.07/3518.42	c number of falsified literals weakened from reason	: 0
3600.07/3518.42	c number of falsified literals weakened from conflict	: 0
3600.07/3518.42	c time for arithmetic operations	: 0
3600.07/3518.42	c minimum degree of deleted constraints	: null
3600.07/3518.42	c maximum degree of deleted constraints	: null
3600.07/3518.42	c number of deleted constraints	: 0
3600.07/3518.42	c timeout
3600.07/3518.43	c speed (assignments/second)	: 170448.17594168562
3600.07/3518.43	c non guided choices	: 4745143
3600.07/3518.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 118341
3600.07/3518.49	s UNKNOWN
3600.07/3518.49	c Total wall clock time (in seconds): 3518.352

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509295-1751520624/watcher-4509295-1751520624 -o /tmp/evaluation-result-4509295-1751520624/solver-4509295-1751520624 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751513701-72226 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509295-1751520624 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4509295-1751520624.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
Current StackSize limit: 8192 KiB

solver pid=73142, runsolver pid=73139

[startup+0.100061 s]*
/proc/loadavg: 4.25 4.40 4.44 5/349 73160
/proc/meminfo: memFree=52788104/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=18930384 memory=57900 CPUtime=0.13 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 6580 0 0 0 11 2 0 0 20 0 18 0 67740117 19384713216 14475 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4732596 14475 5372 1 0 547619 0
[pid=73142/tid=73144] ppid=73139 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 5083 0 0 0 6 1 0 0 20 0 18 0 67740119 19384713216 14475 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67740121 19384713216 14475 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=18930384 memory=59585004307076 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67740121 19384713216 14475 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57900 KiB

[startup+0.205924 s]*
/proc/loadavg: 4.25 4.40 4.44 7/349 73160
/proc/meminfo: memFree=52771784/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=18930384 memory=72292 CPUtime=0.28 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 7030 0 0 0 26 2 0 0 20 0 18 0 67740117 19384713216 18073 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4732596 18073 5436 1 0 547922 0
[pid=73142/tid=73144] ppid=73139 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 5278 0 0 0 14 1 0 0 20 0 18 0 67740119 19384713216 18073 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=18930384 memory=15140 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67740121 19384713216 18073 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67740121 19384713216 18073 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72292 KiB

[startup+0.305871 s]*
/proc/loadavg: 4.25 4.40 4.44 6/349 73160
/proc/meminfo: memFree=52736748/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=18930384 memory=111440 CPUtime=0.47 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 9143 0 0 0 44 3 0 0 20 0 18 0 67740117 19384713216 27860 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4732596 27860 5436 1 0 548995 0
[pid=73142/tid=73144] ppid=73139 vsize=18930384 memory=-6000919468445362536 CPUtime=0.26 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 5299 0 0 0 24 2 0 0 20 0 18 0 67740119 19384713216 27860 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67740121 19384713216 27860 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67740121 19384713216 27860 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111440 KiB

[startup+0.700247 s]
/proc/loadavg: 4.25 4.40 4.44 7/350 73161
/proc/meminfo: memFree=52653316/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=18996948 memory=228164 CPUtime=1.24 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 9691 0 0 0 118 6 0 0 20 0 19 0 67740117 19452874752 57041 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4749237 57041 5468 1 0 549442 0
[pid=73142/tid=73144] ppid=73139 vsize=18996948 memory=18048 CPUtime=0.55 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 5369 0 0 0 52 3 0 0 20 0 19 0 67740119 19452874752 57041 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67740121 19452874752 57041 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67740121 19452874752 57041 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 228164 KiB

[startup+1.50024 s]
/proc/loadavg: 4.25 4.40 4.44 5/350 73161
/proc/meminfo: memFree=52347324/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=1528812 CPUtime=2.5 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 12540 0 0 0 218 32 0 0 20 0 20 0 67740117 19521036288 382203 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 382203 5564 1 0 1790910 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=3200 CPUtime=1.24 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 6138 0 0 0 97 27 0 0 20 0 20 0 67740119 19521036288 382203 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 382203 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 382203 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1528812 KiB

[startup+3.1058 s]
/proc/loadavg: 4.25 4.40 4.44 6/351 73162
/proc/meminfo: memFree=50779152/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=2024936 CPUtime=5.69 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 15531 0 0 0 523 46 0 0 20 0 20 0 67740117 19521036288 506234 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 506234 5564 1 0 1792192 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=10752 CPUtime=2.81 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 6409 0 0 0 241 40 0 0 20 0 20 0 67740119 19521036288 506234 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 506234 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 506234 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 506234 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2024936 KiB

[startup+6.30024 s]
/proc/loadavg: 4.23 4.39 4.43 5/351 73162
/proc/meminfo: memFree=49553180/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=3052148 CPUtime=9.97 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 19171 0 0 0 924 73 0 0 20 0 20 0 67740117 19521036288 763037 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 763037 5564 1 0 1794289 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=0 CPUtime=5.82 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 6890 0 0 0 519 63 0 0 20 0 20 0 67740119 19521036288 763037 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=-8412658762062785436 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 763037 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=-6000919468445362536 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 763037 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 763037 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 9.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3052148 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.42 4.44 5/351 73162
/proc/meminfo: memFree=48163712/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=4219292 CPUtime=16.93 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 20724 0 0 0 1586 107 0 0 20 0 20 0 67740117 19521036288 1054823 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 1054823 5564 1 0 2040797 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=0 CPUtime=11.78 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 7346 0 0 0 1086 92 0 0 20 0 20 0 67740119 19521036288 1054823 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=4059548 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 1054823 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 1054823 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 1054823 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 16.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4219292 KiB

[startup+25.5003 s]
/proc/loadavg: 4.29 4.40 4.44 5/351 73163
/proc/meminfo: memFree=47144376/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=4722772 CPUtime=30.54 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 25128 0 0 0 2920 134 0 0 20 0 20 0 67740117 19521036288 1180693 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 1180693 5564 1 0 2149411 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=-6000919468445362536 CPUtime=23.81 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 9218 0 0 0 2270 111 0 0 20 0 20 0 67740119 19521036288 1180693 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=3100 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 1180693 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=4447136 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 1180693 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=4447136 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 1180693 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 30.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4722772 KiB

[startup+51.1059 s]
/proc/loadavg: 4.39 4.41 4.44 5/350 73163
/proc/meminfo: memFree=44887684/131249996 swapFree=33009136/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=5781652 CPUtime=55.56 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 28653 0 0 0 5370 186 0 0 20 0 20 0 67740117 19521036288 1445413 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 1445413 5564 1 0 2149442 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=5781652 CPUtime=46.5 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 11226 0 0 0 4501 149 0 0 20 0 20 0 67740119 19521036288 1445413 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=-6000919468445362536 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 1445413 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=5343368 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 1445413 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=4580468 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 1445413 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0

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

/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 1673327 0 0 0 301925 3033 0 0 20 0 20 0 67740119 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=-4421386522000910432 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=16271016 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 3144 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=14592 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 3243.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16271144 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.27 4.27 5/348 73551
/proc/meminfo: memFree=1405524/131249996 swapFree=33003468/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=16271144 CPUtime=3299.86 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 2119889 0 0 0 326696 3290 0 0 20 0 20 0 67740117 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 4067786 5564 1 0 4083607 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=16271016 CPUtime=3103.3 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 1741180 0 0 0 307262 3068 0 0 20 0 20 0 67740119 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=-4421386522000910432 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=16271016 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 3145 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 3299.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16271144 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.27 4.27 5/349 73554
/proc/meminfo: memFree=1305792/131249996 swapFree=33003468/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=16271144 CPUtime=3361.08 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 2191845 0 0 0 332769 3339 0 0 20 0 20 0 67740117 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 4067786 5564 1 0 4083607 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=4632 CPUtime=3161.64 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 1806517 0 0 0 313048 3116 0 0 20 0 20 0 67740119 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=16271016 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 3186 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 3361.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16271144 KiB

[startup+3342.3 s]
/proc/loadavg: 4.56 4.35 4.30 6/349 73556
/proc/meminfo: memFree=1339116/131249996 swapFree=33003468/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=16271144 CPUtime=3421.67 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 2266350 0 0 0 338786 3381 0 0 20 0 20 0 67740117 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 4067786 5564 1 0 4083607 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=16271144 CPUtime=3220.51 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 1874223 0 0 0 318895 3156 0 0 20 0 20 0 67740119 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=16271144 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 3275 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 3421.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16271144 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.34 4.30 5/349 73558
/proc/meminfo: memFree=1248800/131249996 swapFree=33003468/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=16271144 CPUtime=3482.79 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 2338597 0 0 0 344850 3429 0 0 20 0 20 0 67740117 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 4067786 5564 1 0 4083607 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=14592 CPUtime=3278.89 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 1940256 0 0 0 324686 3203 0 0 20 0 20 0 67740119 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=16271144 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=-6000919468445362536 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 3289 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=16271144 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 3482.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16271144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.31 4.29 6/348 73560
/proc/meminfo: memFree=1286624/131249996 swapFree=33003468/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=16271144 CPUtime=3543.38 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 2412766 0 0 0 350871 3467 0 0 20 0 20 0 67740117 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 4067786 5564 1 0 4083607 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=14592 CPUtime=3337.37 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 2008281 0 0 0 330500 3237 0 0 20 0 20 0 67740119 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=16271144 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 3378 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=4632 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 3543.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16271144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3518.4 s]
/proc/loadavg: 4.17 4.27 4.27 5/346 73566
/proc/meminfo: memFree=1366544/131249996 swapFree=33003468/33010684
[pid=73142] ppid=73139 vsize=19063512 memory=16271144 CPUtime=3600.07 cores=5,7
/proc/73142/stat : 73142 (java) S 73139 73142 72213 0 -1 4194304 2484857 0 0 0 356501 3506 0 0 20 0 20 0 67740117 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
/proc/73142/statm: 4765878 4067786 5564 1 0 4083607 0
[pid=73142/tid=73144] ppid=73139 vsize=19063512 memory=14464 CPUtime=3392.25 cores=5,7
/proc/73142/task/73144/stat : 73144 (java) R 73139 73142 72213 0 -1 4194368 2075757 0 0 0 335950 3275 0 0 20 0 20 0 67740119 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73153] ppid=73139 vsize=19063512 memory=16271144 CPUtime=0 cores=5,7
/proc/73142/task/73153/stat : 73153 (Finalizer) S 73139 73142 72213 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73160] ppid=73139 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/73142/task/73160/stat : 73160 (Common-Cleaner) S 73139 73142 72213 0 -1 4194368 3414 0 0 0 0 0 0 0 20 0 20 0 67740121 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
[pid=73142/tid=73162] ppid=73139 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/73142/task/73162/stat : 73162 (Timer-0) S 73139 73142 72213 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67740266 19521036288 4067786 18446744073709551615 94406479343616 94406479347312 140726182148992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94406479355128 94406479355920 94406510141440 140726182156592 140726182156774 140726182156774 140726182162376 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16271144 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3565.13 s, system=35.1594 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3519.2 s]
/proc/loadavg: 4.17 4.27 4.27 4/328 73569
/proc/meminfo: memFree=1332704/131249996 swapFree=33003468/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3520 s]*
/proc/loadavg: 4.17 4.27 4.27 4/328 73569
/proc/meminfo: memFree=1314840/131249996 swapFree=33003468/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3520.4 s]
/proc/loadavg: 4.17 4.27 4.27 4/328 73569
/proc/meminfo: memFree=1314840/131249996 swapFree=33003468/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): 3520.89
CPU time (s): 3600.28
CPU user time (s): 3565.13
CPU system time (s): 35.1594
CPU usage (%): 102.255
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16271912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.13
system time used= 35.1594
maximum resident set size= 16272040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2488119
page faults= 0
swaps= 0
block input operations= 112
block output operations= 60012016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133347
involuntary context switches= 30895


# summary of solver processes directly reported to runsolver:
#   pid: 73142
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3565.13
#   total CPU system time (s): 35.1594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.77333 second user time and 16.9068 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-03 07:30:24
IDJOB=4509295
IDBENCH=158606
IDSOLVER=3364
FILE ID=nodeC021/4509295-1751520624
RUNJOBID= nodeC021-1751513701-72226
SLURM_JOB_ID= 9598619
Free space on /tmp= 430944 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509295-1751520624/watcher-4509295-1751520624 -o /tmp/evaluation-result-4509295-1751520624/solver-4509295-1751520624 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751513701-72226 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509295-1751520624 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4509295-1751520624.opb

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

MD5SUM BENCH= a7d39c8a0eed618aa14a4423c4fae159
RANDOM SEED=1917985500

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        52823940 kB
MemAvailable:   94790596 kB
Buffers:            2128 kB
Cached:         42622988 kB
SwapCached:          776 kB
Active:         35341772 kB
Inactive:       42030004 kB
Active(anon):   34749796 kB
Inactive(anon):    14184 kB
Active(file):     591976 kB
Inactive(file): 42015820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009136 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            637612 kB
Writeback:             4 kB
AnonPages:      34748568 kB
Mapped:           123508 kB
Shmem:             17268 kB
KReclaimable:     395800 kB
Slab:             513044 kB
SReclaimable:     395800 kB
SUnreclaim:       117244 kB
KernelStack:        5344 kB
PageTables:        71604 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   35326040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151688 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  34254848 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:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430944 MiB
End job on nodeC021 at 2025-07-03 08:29:05