Trace number 4542160

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.47 3554.57

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height50_pigeons49_holes48.opb
MD5SUMc26c89c819410142827dd0be6bce850a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2155.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3121404
Total number of constraints136276
Number of constraints which are clauses68801
Number of constraints which are cardinality constraints (but not clauses)62324
Number of constraints which are nor clauses,nor cardinality constraints5151
Minimum length of a constraint48
Maximum length of a constraint53
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.15	c version PB25.v20250606
0.11/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.18	c java.vm.version	22.0.1+8-16
0.11/0.18	c java.vm.vendor	Oracle Corporation
0.11/0.18	c sun.arch.data.model	64
0.11/0.18	c java.version		22.0.1
0.11/0.18	c os.name		Linux
0.11/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.18	c os.arch		amd64
0.11/0.18	c Free memory 		2104792832
0.11/0.19	c Max memory 		16282288128
0.11/0.19	c Total memory 		2113929216
0.11/0.19	c Number of processors 	2
0.27/0.29	c Pseudo Boolean Optimization by upper bound
0.27/0.29	c --- Begin Solver configuration ---
0.27/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.27/0.29	c Learn all clauses as in MiniSAT
0.27/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.29	c Expensive reason simplification
0.27/0.29	c Glucose 2.1 dynamic restart strategy
0.27/0.29	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.27/0.29	c timeout=2147483s
0.27/0.29	c DB Simplification allowed=false
0.27/0.29	c Listener: none
0.27/0.29	c --- End Solver configuration ---
0.27/0.29	c solving HOME/instance-4542160-1753216272.opb
0.27/0.29	c reading problem ... 
0.27/0.30	c using VERIPB proof format
0.39/0.33	c  no objective function found
302.25/294.20	c ... done. Wall clock time 293.909s.
302.25/294.20	c declared #vars     3121404
302.25/294.21	c #constraints  136276
302.25/294.21	c constraints type 
302.25/294.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 67475
302.25/294.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 68801
302.25/294.21	c 136276 constraints processed.
308.53/298.50	c cleaning 2496 clauses out of 5002 with flag 33172/5002
314.32/302.83	c cleaning 4247 clauses out of 8505 with flag 73038/11001
318.81/307.26	c cleaning 5618 clauses out of 11258 with flag 117683/18001
325.64/313.43	c cleaning 6798 clauses out of 13639 with flag 171234/26000
330.30/318.04	c cleaning 7881 clauses out of 15842 with flag 226657/35001
336.90/324.60	c cleaning 8938 clauses out of 17961 with flag 295459/45001
346.46/334.15	c cleaning 9969 clauses out of 20024 with flag 370824/56002
354.52/342.18	c cleaning 11005 clauses out of 22053 with flag 454878/68000
361.74/349.36	c cleaning 11981 clauses out of 24048 with flag 541892/81000
370.13/357.78	c cleaning 12991 clauses out of 26068 with flag 651630/95001
378.63/365.96	c cleaning 14004 clauses out of 28077 with flag 767968/110001
387.67/374.52	c cleaning 15001 clauses out of 30074 with flag 866389/126002
397.15/383.99	c cleaning 15992 clauses out of 32075 with flag 975507/143004
408.04/394.71	c cleaning 17001 clauses out of 34082 with flag 1097942/161003
418.99/405.62	c cleaning 17979 clauses out of 36078 with flag 1214545/180000
429.87/416.53	c cleaning 18994 clauses out of 38099 with flag 1348845/200000
441.81/428.40	c cleaning 19996 clauses out of 40106 with flag 1489852/221001
454.27/440.95	c cleaning 20982 clauses out of 42112 with flag 1628225/243003
467.23/453.99	c cleaning 21997 clauses out of 44129 with flag 1784189/266002
481.59/468.31	c cleaning 22964 clauses out of 46131 with flag 1945941/290001
496.30/482.96	c cleaning 23978 clauses out of 48167 with flag 2107641/315001
508.47/494.74	c cleaning 25022 clauses out of 50189 with flag 2282961/341001
522.95/508.83	c cleaning 26045 clauses out of 52167 with flag 2458939/368001
537.17/522.99	c cleaning 26970 clauses out of 54121 with flag 2636089/396000
553.73/539.42	c cleaning 28049 clauses out of 56151 with flag 2822292/425000
571.79/557.47	c cleaning 29029 clauses out of 58103 with flag 3012850/455001
593.66/579.14	c cleaning 30016 clauses out of 60073 with flag 3209555/486000
625.10/610.66	c cleaning 31003 clauses out of 62058 with flag 3422984/518001
648.61/633.73	c cleaning 31970 clauses out of 64055 with flag 3672164/551001
683.79/668.79	c cleaning 32986 clauses out of 66085 with flag 3932157/585001
727.63/712.07	c cleaning 34034 clauses out of 68099 with flag 4204573/620001
764.29/748.50	c cleaning 35007 clauses out of 70067 with flag 4426003/656003
801.19/785.25	c cleaning 36004 clauses out of 72058 with flag 4660380/693001
823.66/807.34	c cleaning 37006 clauses out of 74053 with flag 4905303/731000
867.56/851.10	c cleaning 38003 clauses out of 76047 with flag 5159117/770000
890.49/873.54	c cleaning 38981 clauses out of 78046 with flag 5426194/810002
917.91/900.78	c cleaning 39945 clauses out of 80063 with flag 5691032/851000
946.60/929.49	c cleaning 40985 clauses out of 82120 with flag 5958742/893002
983.41/965.92	c cleaning 42036 clauses out of 84133 with flag 6265257/936000
1008.81/991.16	c cleaning 42993 clauses out of 86098 with flag 6558905/980001
1048.38/1030.31	c cleaning 43997 clauses out of 88106 with flag 6850318/1025002
1078.97/1060.65	c cleaning 44953 clauses out of 90110 with flag 7154798/1071003
1118.65/1099.92	c cleaning 45957 clauses out of 92154 with flag 7450703/1118000
1171.79/1152.32	c cleaning 46945 clauses out of 94198 with flag 7757390/1166001
1204.16/1184.32	c cleaning 48005 clauses out of 96252 with flag 8077939/1215000
1245.35/1224.91	c cleaning 49044 clauses out of 98249 with flag 8475402/1265002
1284.56/1263.92	c cleaning 50045 clauses out of 100209 with flag 8824061/1316006
1332.42/1311.28	c cleaning 51062 clauses out of 102159 with flag 9147118/1368001
1376.30/1354.61	c cleaning 51987 clauses out of 104101 with flag 9502407/1421005
1432.25/1410.46	c cleaning 52967 clauses out of 106109 with flag 9849644/1475000
1483.99/1461.83	c cleaning 54046 clauses out of 108142 with flag 10198997/1530000
1529.72/1507.07	c cleaning 54943 clauses out of 110097 with flag 10572650/1586001
1611.54/1585.76	c cleaning 56042 clauses out of 112155 with flag 10942976/1643002
1705.33/1678.92	c cleaning 57018 clauses out of 114111 with flag 11363942/1701000
1754.21/1727.35	c cleaning 58001 clauses out of 116097 with flag 11755344/1760004
1842.81/1815.51	c cleaning 59018 clauses out of 118092 with flag 12154869/1820000
1908.03/1880.16	c cleaning 59987 clauses out of 120075 with flag 12554556/1881001
2009.59/1981.37	c cleaning 61019 clauses out of 122087 with flag 12973362/1943000
2073.77/2044.97	c cleaning 61967 clauses out of 124070 with flag 13415475/2006002
2145.91/2116.86	c cleaning 62973 clauses out of 126104 with flag 13852159/2070003
2234.69/2205.19	c cleaning 64015 clauses out of 128128 with flag 14299758/2135000
2305.72/2275.66	c cleaning 65011 clauses out of 130115 with flag 14771198/2201002
2369.40/2338.54	c cleaning 65967 clauses out of 132103 with flag 15232897/2268001
2494.31/2463.01	c cleaning 66983 clauses out of 134136 with flag 15672063/2336001
2574.74/2542.94	c cleaning 67987 clauses out of 136155 with flag 16139602/2405003
2638.92/2606.88	c cleaning 69040 clauses out of 138165 with flag 16586289/2475000
2718.27/2683.26	c cleaning 70029 clauses out of 140125 with flag 17071963/2546000
2788.69/2753.05	c cleaning 70965 clauses out of 142096 with flag 17575654/2618000
2868.51/2832.36	c cleaning 72022 clauses out of 144133 with flag 18069425/2691002
2930.58/2893.84	c cleaning 73038 clauses out of 146109 with flag 18569253/2765000
3031.89/2994.55	c cleaning 74010 clauses out of 148071 with flag 19041319/2840000
3109.19/3071.09	c cleaning 75001 clauses out of 150066 with flag 19550960/2916005
3173.51/3134.86	c cleaning 75941 clauses out of 152060 with flag 20041947/2993000
3235.25/3196.04	c cleaning 76823 clauses out of 154121 with flag 20552248/3071002
3298.72/3259.05	c cleaning 77943 clauses out of 156297 with flag 21069780/3150001
3376.65/3336.44	c cleaning 78977 clauses out of 158354 with flag 21602694/3230001
3456.81/3416.09	c cleaning 79998 clauses out of 160378 with flag 22117566/3311002
3518.93/3477.79	c cleaning 80888 clauses out of 162378 with flag 22653832/3393000
3600.15/3554.44	c starts		: 1362
3600.15/3554.46	c conflicts		: 3462852
3600.15/3554.46	c decisions		: 410375777
3600.15/3554.46	c propagations		: 840862676
3600.15/3554.46	c inspects		: 7668875293
3600.15/3554.46	c shortcuts		: 0
3600.15/3554.46	c learnt literals	: 0
3600.15/3554.46	c learnt binary clauses	: 0
3600.15/3554.46	c learnt ternary clauses	: 0
3600.15/3554.46	c learnt constraints	: 3462852
3600.15/3554.46	c ignored constraints	: 0
3600.15/3554.46	c root simplifications	: 0
3600.15/3554.46	c removed literals (reason simplification)	: 7002341
3600.15/3554.46	c reason swapping (by a shorter reason)	: 0
3600.15/3554.46	c Calls to reduceDB	: 78
3600.15/3554.46	c Number of update (reduction) of LBD	: 2313915
3600.15/3554.46	c Imported unit clauses	: 0
3600.15/3554.46	c No decision after first conflict	: false
3600.15/3554.46	c number of reductions to clauses (during analyze)	: 0
3600.15/3554.46	c number of learned constraints concerned by reduction	: 0
3600.15/3554.46	c number of learning phase by resolution	: 0
3600.15/3554.46	c number of learning phase by cutting planes	: 0
3600.15/3554.46	c number of rounding to 1 operations	: 0
3600.15/3554.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.15/3554.46	c number of reductions of the coefficients by power 2 	: 0
3600.15/3554.46	c number of right shift for reduction by power 2 	: 0
3600.15/3554.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.15/3554.46	c number of ending skipping 	: 0
3600.15/3554.46	c number of internal skipping 	: 0
3600.15/3554.46	c number of derivation steps 	: 0
3600.15/3554.46	c number of skipped derivation steps 	: 0
3600.15/3554.46	c number of remaining unassigned 	: 0
3600.15/3554.46	c number of remaining assigned 	: 0
3600.15/3554.46	c number of falsified literals weakened from reason	: 0
3600.15/3554.46	c number of falsified literals weakened from conflict	: 0
3600.15/3554.46	c time for arithmetic operations	: 0
3600.15/3554.46	c minimum degree of deleted constraints	: null
3600.15/3554.46	c maximum degree of deleted constraints	: null
3600.15/3554.46	c number of deleted constraints	: 0
3600.15/3554.46	c speed (assignments/second)	: 257922.022438893
3600.15/3554.46	c non guided choices	: 403159585
3600.15/3554.47	c timeout
3600.36/3554.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 151342
3600.36/3554.53	s UNKNOWN
3600.36/3554.53	c Total wall clock time (in seconds): 3554.234

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542160-1753216272/watcher-4542160-1753216272 -o /tmp/evaluation-result-4542160-1753216272/solver-4542160-1753216272 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180197 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542160-1753216272 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542160-1753216272.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
Starting watchdog thread
solver pid=181023, runsolver pid=181020
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.13 4.31 4.31 7/325 181041
/proc/meminfo: memFree=72773916/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18930384 memory=48828 CPUtime=0.11 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 5860 0 0 0 9 2 0 0 20 0 18 0 237306771 19384713216 12207 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4732596 12207 5335 1 0 547050 0
[pid=181023/tid=181025] ppid=181020 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 4757 0 0 0 6 1 0 0 20 0 18 0 237306773 19384713216 12207 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237306776 19384713216 12207 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18930384 memory=56295059375534 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237306776 19384713216 12207 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48828 KiB

[startup+0.209076 s]*
/proc/loadavg: 4.13 4.31 4.31 5/325 181041
/proc/meminfo: memFree=72763960/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18930384 memory=57768 CPUtime=0.27 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 6577 0 0 0 23 4 0 0 20 0 18 0 237306771 19384713216 14442 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4732596 14442 5335 1 0 547603 0
[pid=181023/tid=181025] ppid=181020 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 5060 0 0 0 16 2 0 0 20 0 18 0 237306773 19384713216 14442 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18930384 memory=2622 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237306776 19384713216 14442 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18930384 memory=55195547730935 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237306776 19384713216 14442 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57768 KiB

[startup+0.3065 s]*
/proc/loadavg: 4.13 4.31 4.31 6/325 181041
/proc/meminfo: memFree=72748648/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18930384 memory=86048 CPUtime=0.39 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 6895 0 0 0 35 4 0 0 20 0 18 0 237306771 19384713216 21512 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4732596 21512 5431 1 0 547809 0
[pid=181023/tid=181025] ppid=181020 vsize=18930384 memory=-9177045675208909500 CPUtime=0.27 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 5256 0 0 0 24 3 0 0 20 0 18 0 237306773 19384713216 21512 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237306776 19384713216 21512 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237306776 19384713216 21512 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 86048 KiB

[startup+0.700251 s]
/proc/loadavg: 4.13 4.31 4.31 5/325 181041
/proc/meminfo: memFree=72343208/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18996948 memory=984644 CPUtime=0.92 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 9170 0 0 0 66 26 0 0 20 0 19 0 237306771 19452874752 246161 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4749237 246161 5463 1 0 549190 0
[pid=181023/tid=181025] ppid=181020 vsize=18996948 memory=22272 CPUtime=0.64 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 5879 0 0 0 41 23 0 0 20 0 19 0 237306773 19452874752 246161 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 246161 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 246161 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 984644 KiB

[startup+1.50022 s]
/proc/loadavg: 4.13 4.31 4.31 6/326 181042
/proc/meminfo: memFree=71827744/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18996948 memory=992472 CPUtime=2.1 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 10550 0 0 0 183 27 0 0 20 0 19 0 237306771 19452874752 248118 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4749237 248118 5463 1 0 660398 0
[pid=181023/tid=181025] ppid=181020 vsize=18996948 memory=3328 CPUtime=1.4 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 5955 0 0 0 117 23 0 0 20 0 19 0 237306773 19452874752 248118 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 248118 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 248118 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 2.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 992472 KiB

[startup+3.10559 s]
/proc/loadavg: 4.12 4.30 4.31 6/326 181042
/proc/meminfo: memFree=70673912/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18996948 memory=2122348 CPUtime=4.13 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 12970 0 0 0 362 51 0 0 20 0 19 0 237306771 19452874752 530587 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4749237 530587 5527 1 0 1147629 0
[pid=181023/tid=181025] ppid=181020 vsize=18996948 memory=11008 CPUtime=2.84 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 6605 0 0 0 239 45 0 0 20 0 19 0 237306773 19452874752 530587 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 530587 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 530587 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2122348 KiB

[startup+6.3004 s]
/proc/loadavg: 4.12 4.30 4.31 5/326 181042
/proc/meminfo: memFree=69851576/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18996948 memory=2924124 CPUtime=7.76 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 14939 0 0 0 708 68 0 0 20 0 19 0 237306771 19452874752 731031 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4749237 731031 5527 1 0 1605100 0
[pid=181023/tid=181025] ppid=181020 vsize=18996948 memory=5632 CPUtime=5.83 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 7327 0 0 0 523 60 0 0 20 0 19 0 237306773 19452874752 731031 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 731031 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18996948 memory=-9177045675208909500 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 731031 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 7.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2924124 KiB

[startup+12.7003 s]
/proc/loadavg: 4.26 4.33 4.31 6/326 181042
/proc/meminfo: memFree=69773008/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18996948 memory=2955900 CPUtime=14.99 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 23281 0 0 0 1427 72 0 0 20 0 19 0 237306771 19452874752 738975 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4749237 738975 5527 1 0 1609364 0
[pid=181023/tid=181025] ppid=181020 vsize=18996948 memory=2924124 CPUtime=11.83 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 8015 0 0 0 1123 60 0 0 20 0 19 0 237306773 19452874752 738975 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18996948 memory=22272 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 738975 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18996948 memory=16368 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 738975 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 14.99 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2955900 KiB

[startup+25.5005 s]
/proc/loadavg: 4.22 4.32 4.31 5/327 181044
/proc/meminfo: memFree=69475468/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18996948 memory=3658004 CPUtime=28.1 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 28381 0 0 0 2722 88 0 0 20 0 19 0 237306771 19452874752 914501 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4749237 914501 5527 1 0 1943588 0
[pid=181023/tid=181025] ppid=181020 vsize=18996948 memory=2924124 CPUtime=23.68 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 9841 0 0 0 2296 72 0 0 20 0 19 0 237306773 19452874752 914501 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18996948 memory=-9177045675208909500 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 914501 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18996948 memory=3651856 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 914501 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 28.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3658004 KiB

[startup+51.1137 s]
/proc/loadavg: 4.27 4.32 4.31 5/327 181044
/proc/meminfo: memFree=69423932/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18996948 memory=3884252 CPUtime=54.35 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 32560 0 0 0 5338 97 0 0 20 0 19 0 237306771 19452874752 971063 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4749237 971063 5527 1 0 2029233 0
[pid=181023/tid=181025] ppid=181020 vsize=18996948 memory=-9177045675208909500 CPUtime=47.69 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 12022 0 0 0 4693 76 0 0 20 0 19 0 237306773 19452874752 971063 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=18996948 memory=16368 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 971063 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=18996948 memory=4942873765117180483 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237306776 19452874752 971063 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 54.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3884252 KiB

[startup+102.3 s]
/proc/loadavg: 4.31 4.31 4.31 6/326 181179
/proc/meminfo: memFree=82351740/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=18996948 memory=4927156 CPUtime=106.63 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 39541 0 0 0 10537 126 0 0 20 0 19 0 237306771 19452874752 1231789 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4749237 1231789 5527 1 0 2511771 0

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

[startup+3222.3 s]
/proc/loadavg: 4.23 4.24 4.27 5/328 181426
/proc/meminfo: memFree=35278792/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=19063512 memory=14432508 CPUtime=3261.51 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 379091 0 0 0 324315 1836 0 0 20 0 20 0 237306771 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4765878 3608127 5527 1 0 3630146 0
[pid=181023/tid=181025] ppid=181020 vsize=19063512 memory=14432508 CPUtime=3159.86 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 230581 0 0 0 314394 1592 0 0 20 0 20 0 237306773 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 4107 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181259] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181259/stat : 181259 (Timer-0) S 181020 181023 180184 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237336203 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 3261.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14432508 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.24 4.27 5/327 181430
/proc/meminfo: memFree=34725140/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=19063512 memory=14432508 CPUtime=3321.99 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 385711 0 0 0 330336 1863 0 0 20 0 20 0 237306771 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4765878 3608127 5527 1 0 3630146 0
[pid=181023/tid=181025] ppid=181020 vsize=19063512 memory=14432508 CPUtime=3218.85 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 233537 0 0 0 320270 1615 0 0 20 0 20 0 237306773 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 4109 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181259] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181259/stat : 181259 (Timer-0) S 181020 181023 180184 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237336203 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 3321.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14432508 KiB

[startup+3342.3 s]
/proc/loadavg: 4.38 4.30 4.28 5/328 181435
/proc/meminfo: memFree=34266672/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=19063512 memory=14432508 CPUtime=3382.54 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 394171 0 0 0 336361 1893 0 0 20 0 20 0 237306771 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4765878 3608127 5527 1 0 3630146 0
[pid=181023/tid=181025] ppid=181020 vsize=19063512 memory=11008 CPUtime=3277.72 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 240530 0 0 0 326130 1642 0 0 20 0 20 0 237306773 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 4167 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181259] ppid=181020 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/181023/task/181259/stat : 181259 (Timer-0) S 181020 181023 180184 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237336203 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 3382.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14432508 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.27 4.27 5/328 181441
/proc/meminfo: memFree=33765684/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=19063512 memory=14432508 CPUtime=3442.94 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 399893 0 0 0 342371 1923 0 0 20 0 20 0 237306771 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4765878 3608127 5527 1 0 3630146 0
[pid=181023/tid=181025] ppid=181020 vsize=19063512 memory=11008 CPUtime=3336.96 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 244877 0 0 0 332027 1669 0 0 20 0 20 0 237306773 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 4298 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181259] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181259/stat : 181259 (Timer-0) S 181020 181023 180184 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237336203 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 3442.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14432508 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.25 4.27 5/328 181443
/proc/meminfo: memFree=33297956/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=19063512 memory=14432508 CPUtime=3503.42 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 406924 0 0 0 348388 1954 0 0 20 0 20 0 237306771 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4765878 3608127 5527 1 0 3630146 0
[pid=181023/tid=181025] ppid=181020 vsize=19063512 memory=11008 CPUtime=3395.99 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 249375 0 0 0 337902 1697 0 0 20 0 20 0 237306773 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 4353 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181259] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181259/stat : 181259 (Timer-0) S 181020 181023 180184 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237336203 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 3503.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14432508 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.25 4.27 5/328 181445
/proc/meminfo: memFree=32864852/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=19063512 memory=14432508 CPUtime=3563.85 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 415163 0 0 0 354401 1984 0 0 20 0 20 0 237306771 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4765878 3608127 5527 1 0 3630146 0
[pid=181023/tid=181025] ppid=181020 vsize=19063512 memory=5632 CPUtime=3455.03 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 253896 0 0 0 343779 1724 0 0 20 0 20 0 237306773 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0.01 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 4414 0 0 0 0 1 0 0 20 0 20 0 237306776 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181259] ppid=181020 vsize=19063512 memory=-9177045675208909500 CPUtime=0 cores=1,3
/proc/181023/task/181259/stat : 181259 (Timer-0) S 181020 181023 180184 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237336203 19521036288 3608127 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 3563.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14432508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.4 s]
/proc/loadavg: 4.22 4.24 4.26 6/327 181446
/proc/meminfo: memFree=32379344/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=19063512 memory=14432764 CPUtime=3600.15 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 423107 0 0 0 358008 2007 0 0 20 0 20 0 237306771 19521036288 3608191 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4765878 3608191 5527 1 0 3630181 0
[pid=181023/tid=181025] ppid=181020 vsize=19063512 memory=22400 CPUtime=3486.22 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) R 181020 181023 180184 0 -1 4194368 256607 0 0 0 346881 1741 0 0 20 0 20 0 237306773 19521036288 3608191 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=19063512 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237306776 19521036288 3608191 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=19063512 memory=12928 CPUtime=0.01 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 4493 0 0 0 0 1 0 0 20 0 20 0 237306776 19521036288 3608191 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181259] ppid=181020 vsize=19063512 memory=10112 CPUtime=0 cores=1,3
/proc/181023/task/181259/stat : 181259 (Timer-0) S 181020 181023 180184 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237336203 19521036288 3608191 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14432764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.35 s, system=20.1179 s

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

[startup+3554.5 s]
/proc/loadavg: 4.22 4.24 4.26 6/327 181446
/proc/meminfo: memFree=32379344/131382116 swapFree=33005528/33010684
[pid=181023] ppid=181020 vsize=19263204 memory=14433660 CPUtime=3600.36 cores=1,3
/proc/181023/stat : 181023 (java) S 181020 181023 180184 0 -1 4194304 424574 0 0 0 358029 2007 0 0 20 0 21 0 237306771 19725520896 3608415 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
/proc/181023/statm: 4815801 3608415 5527 1 0 3631147 0
[pid=181023/tid=181025] ppid=181020 vsize=19263204 memory=14432508 CPUtime=3486.27 cores=1,3
/proc/181023/task/181025/stat : 181025 (java) S 181020 181023 180184 0 -1 4194368 256755 0 0 0 346886 1741 0 0 20 0 21 0 237306773 19725520896 3608415 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181034] ppid=181020 vsize=19263204 memory=14432508 CPUtime=0 cores=1,3
/proc/181023/task/181034/stat : 181034 (Finalizer) S 181020 181023 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237306776 19725520896 3608415 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
[pid=181023/tid=181041] ppid=181020 vsize=19263204 memory=14432508 CPUtime=0.01 cores=1,3
/proc/181023/task/181041/stat : 181041 (Common-Cleaner) S 181020 181023 180184 0 -1 4194368 4493 0 0 0 0 1 0 0 20 0 21 0 237306776 19725520896 3608415 18446744073709551615 94687174955008 94687174958704 140726031788864 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94687174966520 94687174967312 94687207772160 140726031792468 140726031792612 140726031792612 140726031798216 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14433660 KiB

Child status: 143

Real time (s): 3554.57
CPU time (s): 3600.47
CPU user time (s): 3580.35
CPU system time (s): 20.1179
CPU usage (%): 101.291
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14433660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.35
system time used= 20.1179
maximum resident set size= 14433916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424709
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20249416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128705
involuntary context switches= 26853


# summary of solver processes directly reported to runsolver:
#   pid: 181023
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3580.35
#   total CPU system time (s): 20.1179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.0209 second user time and 35.2061 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 22:31:14
IDJOB=4542160
IDBENCH=163903
IDSOLVER=3364
FILE ID=nodeC010/4542160-1753216272
RUNJOBID= nodeC010-1753209221-180197
SLURM_JOB_ID= 9687770
Free space on /tmp= 403960 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height50_pigeons49_holes48.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542160-1753216272/watcher-4542160-1753216272 -o /tmp/evaluation-result-4542160-1753216272/solver-4542160-1753216272 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180197 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542160-1753216272 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542160-1753216272.opb

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

MD5SUM BENCH= c26c89c819410142827dd0be6bce850a
RANDOM SEED=23043599

nodeC010 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		: 3491.682
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.36
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.142
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.36
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.213
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.36
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		: 2394.476
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.36
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		: 3662.363
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.36
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		: 3491.682
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.36
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		: 1198.231
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.36
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.014
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        72793320 kB
MemAvailable:   122163304 kB
Buffers:             228 kB
Cached:         50106220 kB
SwapCached:         4300 kB
Active:          8587612 kB
Inactive:       49269664 kB
Active(anon):    7724008 kB
Inactive(anon):    48712 kB
Active(file):     863604 kB
Inactive(file): 49220952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            163320 kB
Writeback:             0 kB
AnonPages:       7739080 kB
Mapped:           124192 kB
Shmem:             21832 kB
KReclaimable:     250108 kB
Slab:             342452 kB
SReclaimable:     250108 kB
SUnreclaim:        92344 kB
KernelStack:        4992 kB
PageTables:        19076 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8329576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7327744 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 398128 MiB
End job on nodeC010 at 2025-07-22 23:30:28