Trace number 4542667

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.26 3599.12

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height30_pigeons29_holes28.opb
MD5SUM97f31c39a85f5c54920a5de5b1e4a080
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 benchmark78.0826
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables403744
Total number of constraints31066
Number of constraints which are clauses15781
Number of constraints which are cardinality constraints (but not clauses)13394
Number of constraints which are nor clauses,nor cardinality constraints1891
Minimum length of a constraint28
Maximum length of a constraint33
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 36
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.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.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	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.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4542667-1753221398.opb
0.13/0.14	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  no objective function found
11.21/9.81	c ... done. Wall clock time 9.667s.
11.21/9.81	c declared #vars     403744
11.21/9.81	c #constraints  31066
11.21/9.81	c constraints type 
11.21/9.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15285
11.21/9.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15781
11.21/9.82	c 31066 constraints processed.
14.36/11.43	c cleaning 2498 clauses out of 5003 with flag 30738/5003
15.94/12.57	c cleaning 4148 clauses out of 8502 with flag 74326/11000
19.18/15.42	c cleaning 5671 clauses out of 11355 with flag 156422/18001
22.93/19.19	c cleaning 6838 clauses out of 13683 with flag 247890/26000
27.35/23.59	c cleaning 7920 clauses out of 15847 with flag 348407/35002
31.76/27.82	c cleaning 8949 clauses out of 17925 with flag 444913/45000
34.67/30.73	c cleaning 9803 clauses out of 19976 with flag 515096/56000
39.53/35.51	c cleaning 10904 clauses out of 22174 with flag 597039/68001
44.13/40.19	c cleaning 11949 clauses out of 24269 with flag 690187/81000
48.82/44.86	c cleaning 12974 clauses out of 26320 with flag 800579/95000
55.02/51.03	c cleaning 13987 clauses out of 28347 with flag 925625/110001
63.86/59.86	c cleaning 14991 clauses out of 30359 with flag 1058504/126000
72.29/68.23	c cleaning 15997 clauses out of 32370 with flag 1193935/143002
80.98/76.98	c cleaning 17005 clauses out of 34374 with flag 1332052/161003
91.85/87.86	c cleaning 17997 clauses out of 36367 with flag 1489102/180001
103.63/99.67	c cleaning 19001 clauses out of 38369 with flag 1658739/200000
117.27/113.27	c cleaning 20003 clauses out of 40370 with flag 1834303/221002
129.75/125.72	c cleaning 20998 clauses out of 42366 with flag 2027805/243001
141.83/137.81	c cleaning 21996 clauses out of 44367 with flag 2227674/266000
155.51/151.53	c cleaning 22997 clauses out of 46372 with flag 2428368/290001
170.65/166.61	c cleaning 23997 clauses out of 48374 with flag 2642800/315000
190.21/186.20	c cleaning 25000 clauses out of 50378 with flag 2875294/341001
210.48/206.50	c cleaning 26003 clauses out of 52377 with flag 3115548/368000
230.93/226.98	c cleaning 27006 clauses out of 54375 with flag 3359576/396001
256.37/252.40	c cleaning 27997 clauses out of 56368 with flag 3609445/425000
281.42/277.57	c cleaning 29003 clauses out of 58371 with flag 3864858/455000
313.24/309.39	c cleaning 29999 clauses out of 60369 with flag 4125900/486001
344.88/341.06	c cleaning 30996 clauses out of 62369 with flag 4398017/518000
377.60/373.77	c cleaning 31996 clauses out of 64374 with flag 4683202/551001
414.92/411.11	c cleaning 33003 clauses out of 66377 with flag 4962972/585000
454.32/450.56	c cleaning 34001 clauses out of 68375 with flag 5247477/620001
498.11/494.43	c cleaning 35000 clauses out of 70373 with flag 5545989/656000
539.43/535.71	c cleaning 35997 clauses out of 72373 with flag 5861565/693000
580.53/576.98	c cleaning 37005 clauses out of 74381 with flag 6183712/731005
630.73/627.15	c cleaning 38000 clauses out of 76372 with flag 6493152/770001
675.04/671.59	c cleaning 38997 clauses out of 78372 with flag 6832350/810001
716.88/713.38	c cleaning 40002 clauses out of 80378 with flag 7186693/851004
772.66/769.28	c cleaning 41001 clauses out of 82373 with flag 7550660/893001
817.38/813.90	c cleaning 41998 clauses out of 84371 with flag 7922213/936000
876.46/873.15	c cleaning 42998 clauses out of 86373 with flag 8341103/980000
945.23/941.91	c cleaning 44004 clauses out of 88375 with flag 8755276/1025000
1010.48/1007.39	c cleaning 44999 clauses out of 90376 with flag 9191322/1071005
1035.01/1031.87	c cleaning 46178 clauses out of 92372 with flag 9508877/1118000
1077.89/1074.82	c cleaning 47053 clauses out of 94194 with flag 9828138/1166000
1122.27/1119.26	c cleaning 48030 clauses out of 96144 with flag 10172097/1215003
1180.46/1177.43	c cleaning 49003 clauses out of 98111 with flag 10567899/1265000
1235.23/1232.30	c cleaning 50004 clauses out of 100108 with flag 10972399/1316000
1277.11/1274.25	c cleaning 50999 clauses out of 102105 with flag 11316183/1368001
1313.63/1310.82	c cleaning 52033 clauses out of 104105 with flag 11711651/1421000
1354.51/1351.72	c cleaning 53017 clauses out of 106073 with flag 12128658/1475001
1400.21/1397.46	c cleaning 53979 clauses out of 108055 with flag 12556571/1530000
1438.00/1435.36	c cleaning 54994 clauses out of 110079 with flag 13022555/1586003
1488.77/1486.17	c cleaning 55990 clauses out of 112082 with flag 13399452/1643000
1544.95/1542.30	c cleaning 56996 clauses out of 114093 with flag 13803727/1701001
1594.34/1591.86	c cleaning 57994 clauses out of 116096 with flag 14258125/1760000
1652.69/1650.27	c cleaning 58998 clauses out of 118103 with flag 14722084/1820001
1715.16/1712.71	c cleaning 60001 clauses out of 120106 with flag 15208575/1881002
1774.40/1772.17	c cleaning 60998 clauses out of 122105 with flag 15722530/1943002
1843.70/1841.52	c cleaning 62001 clauses out of 124107 with flag 16271825/2006002
1920.72/1918.68	c cleaning 63004 clauses out of 126108 with flag 16857067/2070004
2014.31/2012.35	c cleaning 64003 clauses out of 128104 with flag 17450091/2135004
2087.75/2085.95	c cleaning 65002 clauses out of 130098 with flag 18065986/2201001
2120.55/2118.78	c cleaning 66024 clauses out of 132095 with flag 18503452/2268000
2214.99/2213.00	c cleaning 66872 clauses out of 134071 with flag 19201958/2336000
2335.52/2333.06	c cleaning 68073 clauses out of 136199 with flag 20017330/2405000
2384.00/2381.21	c cleaning 68919 clauses out of 138129 with flag 20713776/2475003
2456.81/2454.17	c cleaning 69957 clauses out of 140208 with flag 21194492/2546001
2516.54/2513.92	c cleaning 70976 clauses out of 142250 with flag 21694898/2618000
2586.07/2583.52	c cleaning 71989 clauses out of 144277 with flag 22232827/2691003
2653.35/2650.82	c cleaning 72997 clauses out of 146287 with flag 22884726/2765002
2719.17/2716.81	c cleaning 73999 clauses out of 148288 with flag 23484886/2840000
2794.23/2792.02	c cleaning 74992 clauses out of 150290 with flag 24201319/2916001
2840.64/2838.54	c cleaning 75993 clauses out of 152299 with flag 24903228/2993002
2918.45/2916.56	c cleaning 77130 clauses out of 154308 with flag 25402287/3071004
3000.02/2998.23	c cleaning 78063 clauses out of 156174 with flag 25980471/3150000
3085.48/3083.86	c cleaning 79037 clauses out of 158115 with flag 26603605/3230004
3182.74/3181.27	c cleaning 80016 clauses out of 160074 with flag 27257887/3311000
3289.20/3287.85	c cleaning 81006 clauses out of 162058 with flag 27972691/3393000
3401.34/3400.11	c cleaning 82003 clauses out of 164053 with flag 28734716/3476001
3462.10/3460.99	c cleaning 83012 clauses out of 166049 with flag 29296950/3560000
3530.14/3529.01	c cleaning 84009 clauses out of 168041 with flag 29855381/3645004
3562.07/3560.97	c cleaning 84992 clauses out of 170030 with flag 30441090/3731002
3600.08/3599.02	c starts		: 3801
3600.08/3599.03	c timeout
3600.08/3599.03	c conflicts		: 3790030
3600.08/3599.03	c decisions		: 10124952
3600.08/3599.03	c propagations		: 63796029
3600.08/3599.03	c inspects		: 17953171472
3600.08/3599.03	c shortcuts		: 0
3600.08/3599.03	c learnt literals	: 0
3600.08/3599.03	c learnt binary clauses	: 0
3600.08/3599.03	c learnt ternary clauses	: 0
3600.08/3599.03	c learnt constraints	: 3790030
3600.08/3599.03	c ignored constraints	: 0
3600.08/3599.03	c root simplifications	: 0
3600.08/3599.03	c removed literals (reason simplification)	: 12506358
3600.08/3599.04	c reason swapping (by a shorter reason)	: 0
3600.08/3599.04	c Calls to reduceDB	: 82
3600.08/3599.04	c Number of update (reduction) of LBD	: 2378206
3600.08/3599.04	c Imported unit clauses	: 0
3600.08/3599.04	c No decision after first conflict	: false
3600.08/3599.04	c number of reductions to clauses (during analyze)	: 0
3600.08/3599.04	c number of learned constraints concerned by reduction	: 0
3600.08/3599.04	c number of learning phase by resolution	: 0
3600.08/3599.04	c number of learning phase by cutting planes	: 0
3600.08/3599.04	c number of rounding to 1 operations	: 0
3600.08/3599.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3599.04	c number of reductions of the coefficients by power 2 	: 0
3600.08/3599.04	c number of right shift for reduction by power 2 	: 0
3600.08/3599.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3599.04	c number of ending skipping 	: 0
3600.08/3599.04	c number of internal skipping 	: 0
3600.08/3599.04	c number of derivation steps 	: 0
3600.08/3599.04	c number of skipped derivation steps 	: 0
3600.08/3599.04	c number of remaining unassigned 	: 0
3600.08/3599.04	c number of remaining assigned 	: 0
3600.08/3599.04	c number of falsified literals weakened from reason	: 0
3600.08/3599.04	c number of falsified literals weakened from conflict	: 0
3600.08/3599.04	c time for arithmetic operations	: 0
3600.08/3599.04	c minimum degree of deleted constraints	: null
3600.08/3599.04	c maximum degree of deleted constraints	: null
3600.08/3599.04	c number of deleted constraints	: 0
3600.08/3599.04	c speed (assignments/second)	: 17774.47220740924
3600.08/3599.04	c non guided choices	: 4314721
3600.08/3599.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 144066
3600.08/3599.10	s UNKNOWN
3600.08/3599.10	c Total wall clock time (in seconds): 3598.953

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=170330, runsolver pid=170327

[startup+0.100064 s]*
/proc/loadavg: 4.26 3.01 3.21 5/336 170348
/proc/meminfo: memFree=115675300/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=18930384 memory=55624 CPUtime=0.13 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 6533 0 0 0 11 2 0 0 20 0 18 0 237817711 19384713216 13906 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4732596 13906 5369 1 0 547588 0
[pid=170330/tid=170332] ppid=170327 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 5036 0 0 0 7 1 0 0 20 0 18 0 237817712 19384713216 13906 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237817714 19384713216 13906 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=18930384 memory=59585004324181 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237817715 19384713216 13906 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55624 KiB

[startup+0.20601 s]*
/proc/loadavg: 4.26 3.01 3.21 8/337 170349
/proc/meminfo: memFree=115572144/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=18996948 memory=162532 CPUtime=0.3 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 7088 0 0 0 26 4 0 0 20 0 19 0 237817711 19452874752 40633 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4749237 40633 5465 1 0 548146 0
[pid=170330/tid=170332] ppid=170327 vsize=18996948 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 5313 0 0 0 13 3 0 0 20 0 19 0 237817712 19452874752 40633 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=18996948 memory=18954 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237817714 19452874752 40633 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=18996948 memory=58485492679654 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) R 170327 170330 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237817715 19452874752 40633 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162532 KiB

[startup+0.30592 s]*
/proc/loadavg: 4.26 3.01 3.21 6/337 170349
/proc/meminfo: memFree=115461616/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=18996948 memory=296120 CPUtime=0.5 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 8744 0 0 0 42 8 0 0 20 0 19 0 237817711 19452874752 74030 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4749237 74030 5465 1 0 549271 0
[pid=170330/tid=170332] ppid=170327 vsize=18996948 memory=-8672639222720275132 CPUtime=0.25 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 5369 0 0 0 19 6 0 0 20 0 19 0 237817712 19452874752 74030 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237817714 19452874752 74542 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237817715 19452874752 74542 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 296120 KiB

[startup+0.700218 s]
/proc/loadavg: 4.26 3.01 3.21 6/337 170349
/proc/meminfo: memFree=114911808/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=18996948 memory=1627980 CPUtime=1.14 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 12589 0 0 0 79 35 0 0 20 0 19 0 237817711 19452874752 406995 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4749237 406995 5465 1 0 956256 0
[pid=170330/tid=170332] ppid=170327 vsize=18996948 memory=27264 CPUtime=0.62 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 6016 0 0 0 30 32 0 0 20 0 19 0 237817712 19452874752 406995 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237817714 19452874752 406995 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237817715 19452874752 406995 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1627980 KiB

[startup+1.50023 s]
/proc/loadavg: 4.26 3.01 3.21 6/337 170349
/proc/meminfo: memFree=113802112/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=18996948 memory=2285248 CPUtime=2.47 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 15646 0 0 0 199 48 0 0 20 0 19 0 237817711 19452874752 571312 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4749237 571312 5497 1 0 958024 0
[pid=170330/tid=170332] ppid=170327 vsize=18996948 memory=3328 CPUtime=1.37 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 6332 0 0 0 92 45 0 0 20 0 19 0 237817712 19452874752 571312 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237817714 19452874752 571312 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237817715 19452874752 571312 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2285248 KiB

[startup+3.10581 s]
/proc/loadavg: 4.26 3.01 3.21 5/337 170350
/proc/meminfo: memFree=112810084/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=18996948 memory=2878688 CPUtime=4.13 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 16406 0 0 0 353 60 0 0 20 0 19 0 237817711 19452874752 719672 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4749237 719672 5497 1 0 1106341 0
[pid=170330/tid=170332] ppid=170327 vsize=18996948 memory=10752 CPUtime=2.87 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 6669 0 0 0 231 56 0 0 20 0 19 0 237817712 19452874752 719672 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237817714 19452874752 719672 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237817715 19452874752 719672 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2878688 KiB

[startup+6.30024 s]
/proc/loadavg: 4.24 3.02 3.22 5/337 170350
/proc/meminfo: memFree=111545372/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=18996948 memory=4115204 CPUtime=7.47 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 18124 0 0 0 662 85 0 0 20 0 19 0 237817711 19452874752 1028801 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4749237 1028801 5497 1 0 1421771 0
[pid=170330/tid=170332] ppid=170327 vsize=18996948 memory=5632 CPUtime=5.82 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 7523 0 0 0 501 81 0 0 20 0 19 0 237817712 19452874752 1028801 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237817714 19452874752 1028801 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=18996948 memory=-8672639222720275132 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237817715 19452874752 1028801 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 7.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4115204 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 3.06 3.23 5/339 170352
/proc/meminfo: memFree=109237372/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=5756908 CPUtime=16.27 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 22148 0 0 0 1505 122 0 0 20 0 20 0 237817711 19521036288 1439227 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1439227 5529 1 0 1831826 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=4119384 CPUtime=11.77 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 8818 0 0 0 1062 115 0 0 20 0 20 0 237817712 19521036288 1439227 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=-8672639222720275132 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1439227 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=-8672639222720275132 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1439227 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1439227 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 16.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5756908 KiB

[startup+25.5003 s]
/proc/loadavg: 4.31 3.12 3.24 5/339 170352
/proc/meminfo: memFree=107198420/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=5761452 CPUtime=29.43 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 24308 0 0 0 2811 132 0 0 20 0 20 0 237817711 19521036288 1440363 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1440363 5529 1 0 1831892 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=0 CPUtime=24.45 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 10691 0 0 0 2321 124 0 0 20 0 20 0 237817712 19521036288 1440363 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=5757292 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1440363 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=-8672639222720275132 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1440363 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=4115204 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1440363 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 29.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5761452 KiB

[startup+51.1057 s]
/proc/loadavg: 4.33 3.22 3.28 5/339 170352
/proc/meminfo: memFree=104492024/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=5761708 CPUtime=55.12 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 30954 0 0 0 5367 145 0 0 20 0 20 0 237817711 19521036288 1440427 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1440427 5529 1 0 1831892 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=5757036 CPUtime=49.99 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 14092 0 0 0 4863 136 0 0 20 0 20 0 237817712 19521036288 1440427 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=4115204 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1440427 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=2369 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1440427 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1440427 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 55.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5761708 KiB

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

/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 4148 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 3223.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6712280 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.23 4.19 5/339 170547
/proc/meminfo: memFree=71186284/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3283.71 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 262645 0 0 0 327271 1100 0 0 20 0 20 0 237817711 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1678070 5529 1 0 1831895 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3267.25 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 149740 0 0 0 325729 996 0 0 20 0 20 0 237817712 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 4240 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 3283.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6712280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.22 4.18 5/339 170549
/proc/meminfo: memFree=70763112/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3343.66 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 269184 0 0 0 333249 1117 0 0 20 0 20 0 237817711 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1678070 5529 1 0 1831895 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3326.97 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 153636 0 0 0 331686 1011 0 0 20 0 20 0 237817712 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=-8672639222720275132 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 4374 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 3343.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6712280 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.21 4.18 5/340 170552
/proc/meminfo: memFree=70350532/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3403.53 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 271841 0 0 0 339221 1132 0 0 20 0 20 0 237817711 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1678070 5529 1 0 1831895 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3386.81 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 156095 0 0 0 337657 1024 0 0 20 0 20 0 237817712 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 4463 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=-8672639222720275132 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 3403.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6712280 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.20 4.18 5/340 170755
/proc/meminfo: memFree=112601416/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3463.5 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 277740 0 0 0 345198 1152 0 0 20 0 20 0 237817711 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1678070 5529 1 0 1831895 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3446.54 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 160179 0 0 0 343611 1043 0 0 20 0 20 0 237817712 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 4593 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 3463.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6712280 KiB

[startup+3522.3 s]
/proc/loadavg: 4.37 4.24 4.19 5/342 170759
/proc/meminfo: memFree=110417440/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3523.45 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 283113 0 0 0 351174 1171 0 0 20 0 20 0 237817711 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1678070 5529 1 0 1831895 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=5632 CPUtime=3506.25 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 163953 0 0 0 349564 1061 0 0 20 0 20 0 237817712 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 4733 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 3523.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6712280 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.24 4.19 5/342 170761
/proc/meminfo: memFree=108440964/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3583.42 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 288179 0 0 0 357147 1195 0 0 20 0 20 0 237817711 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1678070 5529 1 0 1831895 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=5632 CPUtime=3565.93 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 167438 0 0 0 355509 1084 0 0 20 0 20 0 237817712 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=6712280 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=-8672639222720275132 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 4733 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 3583.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6712280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599 s]*
/proc/loadavg: 4.23 4.23 4.19 5/342 170761
/proc/meminfo: memFree=107977132/131249996 swapFree=33010672/33010684
[pid=170330] ppid=170327 vsize=19063512 memory=6712280 CPUtime=3600.08 cores=4,6
/proc/170330/stat : 170330 (java) S 170327 170330 170132 0 -1 4194304 289191 0 0 0 358809 1199 0 0 20 0 20 0 237817711 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
/proc/170330/statm: 4765878 1678070 5529 1 0 1831895 0
[pid=170330/tid=170332] ppid=170327 vsize=19063512 memory=-9176756507962548924 CPUtime=3582.6 cores=4,6
/proc/170330/task/170332/stat : 170332 (java) R 170327 170330 170132 0 -1 4194368 168415 0 0 0 357172 1088 0 0 20 0 20 0 237817712 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170341] ppid=170327 vsize=19063512 memory=8184342900247928222 CPUtime=0 cores=4,6
/proc/170330/task/170341/stat : 170341 (Finalizer) S 170327 170330 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237817714 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170348] ppid=170327 vsize=19063512 memory=6896 CPUtime=0 cores=4,6
/proc/170330/task/170348/stat : 170348 (Common-Cleaner) S 170327 170330 170132 0 -1 4194368 4733 0 0 0 0 0 0 0 20 0 20 0 237817715 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
[pid=170330/tid=170352] ppid=170327 vsize=19063512 memory=2105204 CPUtime=0 cores=4,6
/proc/170330/task/170352/stat : 170352 (Timer-0) S 170327 170330 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237818696 19521036288 1678070 18446744073709551615 94500372791296 94500372794992 140726430812912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94500372802808 94500372803600 94500390146048 140726430820692 140726430820836 140726430820836 140726430826440 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6712280 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.23 s, system=12.0227 s

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

[startup+3599.11 s]*
/proc/loadavg: 4.23 4.23 4.19 5/324 170764
/proc/meminfo: memFree=110340524/131249996 swapFree=33010672/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): 3599.12
CPU time (s): 3600.26
CPU user time (s): 3588.23
CPU system time (s): 12.0227
CPU usage (%): 100.031
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6712280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.23
system time used= 12.0227
maximum resident set size= 6713560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292668
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13058488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115715
involuntary context switches= 7342


# summary of solver processes directly reported to runsolver:
#   pid: 170330
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3588.23
#   total CPU system time (s): 12.0227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5363 second user time and 14.5388 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-22 23:56:38
IDJOB=4542667
IDBENCH=163947
IDSOLVER=3364
FILE ID=nodeC024/4542667-1753221398
RUNJOBID= nodeC024-1753221228-170143
SLURM_JOB_ID= 9687809
Free space on /tmp= 431824 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_height30_pigeons29_holes28.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542667-1753221398/watcher-4542667-1753221398 -o /tmp/evaluation-result-4542667-1753221398/solver-4542667-1753221398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170143 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542667-1753221398 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542667-1753221398.opb

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

MD5SUM BENCH= 97f31c39a85f5c54920a5de5b1e4a080
RANDOM SEED=2132359891

nodeC024 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.759
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.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	: 0xb00002a
cpu MHz		: 3599.680
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.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	: 0xb00002a
cpu MHz		: 3604.550
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.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	: 0xb00002a
cpu MHz		: 3599.910
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.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	: 0xb00002a
cpu MHz		: 3599.810
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.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	: 0xb00002a
cpu MHz		: 3599.667
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.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	: 0xb00002a
cpu MHz		: 3599.684
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.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	: 0xb00002a
cpu MHz		: 3599.847
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115707432 kB
MemAvailable:   117065828 kB
Buffers:            2128 kB
Cached:          2119964 kB
SwapCached:            8 kB
Active:         13854608 kB
Inactive:         992712 kB
Active(anon):   12749912 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   991124 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             77296 kB
Writeback:             0 kB
AnonPages:      12727468 kB
Mapped:           128812 kB
Shmem:             26248 kB
KReclaimable:     203228 kB
Slab:             299052 kB
SReclaimable:     203228 kB
SUnreclaim:        95824 kB
KernelStack:        5200 kB
PageTables:        28668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   21257912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12500992 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 423832 MiB
End job on nodeC024 at 2025-07-23 00:56:37