Trace number 4542159

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 2025-06-06? (TO) 3600.31 3584.34

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4542159-1753213775.opb
0.13/0.13	c reading problem ... 
0.13/0.15	c  no objective function found
269.36/266.61	c ... done. Wall clock time 266.478s.
269.36/266.61	c declared #vars     3121404
269.36/266.61	c #constraints  136276
269.36/266.61	c constraints type 
269.36/266.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 67475
269.36/266.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 68801
269.36/266.61	c 136276 constraints processed.
273.44/269.84	c cleaning 2496 clauses out of 5002 with flag 33172/5002
277.40/273.41	c cleaning 4247 clauses out of 8505 with flag 73038/11001
280.61/276.66	c cleaning 5618 clauses out of 11258 with flag 117683/18001
286.15/282.02	c cleaning 6798 clauses out of 13639 with flag 171234/26000
290.13/286.06	c cleaning 7881 clauses out of 15842 with flag 226657/35001
295.91/291.81	c cleaning 8938 clauses out of 17961 with flag 295459/45001
304.20/300.18	c cleaning 9969 clauses out of 20024 with flag 370824/56002
311.28/307.28	c cleaning 11005 clauses out of 22053 with flag 454878/68000
317.66/313.60	c cleaning 11981 clauses out of 24048 with flag 541892/81000
324.65/320.68	c cleaning 12991 clauses out of 26068 with flag 651630/95001
331.44/327.44	c cleaning 14004 clauses out of 28077 with flag 767968/110001
339.37/335.21	c cleaning 15001 clauses out of 30074 with flag 866389/126002
347.88/343.75	c cleaning 15992 clauses out of 32075 with flag 975507/143004
357.28/353.16	c cleaning 17001 clauses out of 34082 with flag 1097942/161003
367.05/362.97	c cleaning 17979 clauses out of 36078 with flag 1214545/180000
376.82/372.72	c cleaning 18994 clauses out of 38099 with flag 1348845/200000
387.49/383.41	c cleaning 19996 clauses out of 40106 with flag 1489852/221001
398.66/394.63	c cleaning 20982 clauses out of 42112 with flag 1628225/243003
410.04/406.02	c cleaning 21997 clauses out of 44129 with flag 1784189/266002
422.29/418.36	c cleaning 22964 clauses out of 46131 with flag 1945941/290001
434.86/430.90	c cleaning 23978 clauses out of 48167 with flag 2107641/315001
444.73/440.87	c cleaning 25022 clauses out of 50189 with flag 2282961/341001
456.51/452.61	c cleaning 26045 clauses out of 52167 with flag 2458939/368001
469.07/465.24	c cleaning 26970 clauses out of 54121 with flag 2636089/396000
483.91/479.94	c cleaning 28049 clauses out of 56151 with flag 2822292/425000
499.97/496.08	c cleaning 29029 clauses out of 58103 with flag 3012850/455001
518.02/514.16	c cleaning 30016 clauses out of 60073 with flag 3209555/486000
544.95/541.11	c cleaning 31003 clauses out of 62058 with flag 3422984/518001
565.05/561.16	c cleaning 31970 clauses out of 64055 with flag 3672164/551001
594.18/590.34	c cleaning 32986 clauses out of 66085 with flag 3932157/585001
629.40/625.61	c cleaning 34034 clauses out of 68099 with flag 4204573/620001
661.61/657.99	c cleaning 35007 clauses out of 70067 with flag 4426003/656003
694.57/690.83	c cleaning 36004 clauses out of 72058 with flag 4660380/693001
713.02/709.36	c cleaning 37006 clauses out of 74053 with flag 4905303/731000
752.15/748.37	c cleaning 38003 clauses out of 76047 with flag 5159117/770000
771.09/767.34	c cleaning 38981 clauses out of 78046 with flag 5426194/810002
795.54/791.61	c cleaning 39945 clauses out of 80063 with flag 5691032/851000
820.98/817.17	c cleaning 40985 clauses out of 82120 with flag 5958742/893002
852.43/848.60	c cleaning 42036 clauses out of 84133 with flag 6265257/936000
874.48/870.76	c cleaning 42993 clauses out of 86098 with flag 6558905/980001
908.72/905.00	c cleaning 43997 clauses out of 88106 with flag 6850318/1025002
935.56/931.90	c cleaning 44953 clauses out of 90110 with flag 7154798/1071003
970.46/966.84	c cleaning 45957 clauses out of 92154 with flag 7450703/1118000
1017.05/1013.54	c cleaning 46945 clauses out of 94198 with flag 7757390/1166001
1044.61/1040.98	c cleaning 48005 clauses out of 96252 with flag 8077939/1215000
1077.84/1074.23	c cleaning 49044 clauses out of 98249 with flag 8475402/1265002
1111.61/1107.99	c cleaning 50045 clauses out of 100209 with flag 8824061/1316006
1153.56/1149.62	c cleaning 51062 clauses out of 102159 with flag 9147118/1368001
1189.99/1186.19	c cleaning 51987 clauses out of 104101 with flag 9502407/1421005
1239.81/1235.99	c cleaning 52967 clauses out of 106109 with flag 9849644/1475000
1286.53/1280.75	c cleaning 54046 clauses out of 108142 with flag 10198997/1530000
1326.00/1320.19	c cleaning 54943 clauses out of 110097 with flag 10572650/1586001
1396.46/1390.69	c cleaning 56042 clauses out of 112155 with flag 10942976/1643002
1479.69/1473.64	c cleaning 57018 clauses out of 114111 with flag 11363942/1701000
1523.22/1517.03	c cleaning 58001 clauses out of 116097 with flag 11755344/1760004
1603.52/1597.39	c cleaning 59018 clauses out of 118092 with flag 12154869/1820000
1658.72/1652.41	c cleaning 59987 clauses out of 120075 with flag 12554556/1881001
1749.05/1742.57	c cleaning 61019 clauses out of 122087 with flag 12973362/1943000
1807.20/1798.68	c cleaning 61967 clauses out of 124070 with flag 13415475/2006002
1870.37/1861.70	c cleaning 62973 clauses out of 126104 with flag 13852159/2070003
1948.46/1939.81	c cleaning 64015 clauses out of 128128 with flag 14299758/2135000
2009.79/2000.93	c cleaning 65011 clauses out of 130115 with flag 14771198/2201002
2064.46/2055.53	c cleaning 65967 clauses out of 132103 with flag 15232897/2268001
2177.09/2168.27	c cleaning 66983 clauses out of 134136 with flag 15672063/2336001
2248.37/2239.26	c cleaning 67987 clauses out of 136155 with flag 16139602/2405003
2305.06/2295.87	c cleaning 69040 clauses out of 138165 with flag 16586289/2475000
2373.32/2361.80	c cleaning 70029 clauses out of 140125 with flag 17071963/2546000
2434.98/2423.49	c cleaning 70965 clauses out of 142096 with flag 17575654/2618000
2503.71/2492.19	c cleaning 72022 clauses out of 144133 with flag 18069425/2691002
2558.07/2546.20	c cleaning 73038 clauses out of 146109 with flag 18569253/2765000
2648.19/2636.35	c cleaning 74010 clauses out of 148071 with flag 19041319/2840000
2715.00/2702.84	c cleaning 75001 clauses out of 150066 with flag 19550960/2916005
2772.21/2759.94	c cleaning 75941 clauses out of 152060 with flag 20041947/2993000
2825.88/2813.64	c cleaning 76823 clauses out of 154121 with flag 20552248/3071002
2881.84/2869.41	c cleaning 77943 clauses out of 156297 with flag 21069780/3150001
2947.24/2934.83	c cleaning 78977 clauses out of 158354 with flag 21602694/3230001
3019.20/3006.69	c cleaning 79998 clauses out of 160378 with flag 22117566/3311002
3075.97/3061.14	c cleaning 80888 clauses out of 162378 with flag 22653832/3393000
3166.64/3151.35	c cleaning 81616 clauses out of 164490 with flag 23590529/3476000
3296.94/3281.60	c cleaning 83403 clauses out of 166874 with flag 24191179/3560000
3373.20/3357.51	c cleaning 84204 clauses out of 168471 with flag 24784129/3645000
3452.77/3437.02	c cleaning 85085 clauses out of 170267 with flag 25350204/3731000
3600.04/3584.21	c starts		: 1749
3600.04/3584.22	c conflicts		: 3811846
3600.04/3584.22	c decisions		: 443633424
3600.04/3584.22	c propagations		: 910949796
3600.04/3584.22	c inspects		: 8963514075
3600.04/3584.22	c shortcuts		: 0
3600.04/3584.22	c learnt literals	: 0
3600.04/3584.22	c learnt binary clauses	: 0
3600.04/3584.22	c learnt ternary clauses	: 0
3600.04/3584.23	c learnt constraints	: 3811846
3600.04/3584.23	c ignored constraints	: 0
3600.04/3584.23	c root simplifications	: 0
3600.04/3584.23	c removed literals (reason simplification)	: 8145300
3600.04/3584.23	c reason swapping (by a shorter reason)	: 0
3600.04/3584.23	c Calls to reduceDB	: 82
3600.04/3584.23	c Number of update (reduction) of LBD	: 2555168
3600.04/3584.23	c Imported unit clauses	: 0
3600.04/3584.23	c No decision after first conflict	: false
3600.04/3584.23	c number of reductions to clauses (during analyze)	: 0
3600.04/3584.23	c number of learned constraints concerned by reduction	: 0
3600.04/3584.23	c number of learning phase by resolution	: 0
3600.04/3584.23	c number of learning phase by cutting planes	: 0
3600.04/3584.23	c number of rounding to 1 operations	: 0
3600.04/3584.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3584.23	c number of reductions of the coefficients by power 2 	: 0
3600.04/3584.23	c number of right shift for reduction by power 2 	: 0
3600.04/3584.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3584.23	c number of ending skipping 	: 0
3600.04/3584.23	c number of internal skipping 	: 0
3600.04/3584.23	c number of derivation steps 	: 0
3600.04/3584.23	c number of skipped derivation steps 	: 0
3600.04/3584.23	c number of remaining unassigned 	: 0
3600.04/3584.23	c number of remaining assigned 	: 0
3600.04/3584.23	c number of falsified literals weakened from reason	: 0
3600.04/3584.23	c number of falsified literals weakened from conflict	: 0
3600.04/3584.24	c time for arithmetic operations	: 0
3600.04/3584.24	c minimum degree of deleted constraints	: null
3600.04/3584.24	c maximum degree of deleted constraints	: null
3600.04/3584.24	c number of deleted constraints	: 0
3600.04/3584.24	c speed (assignments/second)	: 274585.6786181822
3600.04/3584.24	c non guided choices	: 435482898
3600.25/3584.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 166028
3600.25/3584.32	s UNKNOWN
3600.25/3584.32	c Total wall clock time (in seconds): 3584.185

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (42914 MiB free)
  memory of node 1: 64465 MiB (37947 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542159-1753213775/watcher-4542159-1753213775 -o /tmp/evaluation-result-4542159-1753213775/solver-4542159-1753213775 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157168 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542159-1753213775.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=157525, runsolver pid=157522

[startup+0.10006 s]*
/proc/loadavg: 4.07 4.17 4.12 5/336 157543
/proc/meminfo: memFree=82767772/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18930384 memory=57904 CPUtime=0.13 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 6594 0 0 0 11 2 0 0 20 0 18 0 237055140 19384713216 14476 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4732596 14476 5339 1 0 547624 0
[pid=157525/tid=157527] ppid=157522 vsize=18930320 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 5091 0 0 0 6 1 0 0 20 0 18 0 237055141 19384647680 14476 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055143 19384713216 14476 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18930384 memory=55186957824150 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237055144 19384713216 14476 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57904 KiB

[startup+0.205746 s]*
/proc/loadavg: 4.07 4.17 4.12 6/336 157543
/proc/meminfo: memFree=82602924/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18930384 memory=246284 CPUtime=0.3 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 7102 0 0 0 24 6 0 0 20 0 18 0 237055140 19384713216 61571 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4732596 61571 5435 1 0 547887 0
[pid=157525/tid=157527] ppid=157522 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 5397 0 0 0 13 5 0 0 20 0 18 0 237055141 19384713216 61571 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055143 19384713216 61571 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237055144 19384713216 61571 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 246284 KiB

[startup+0.3061 s]*
/proc/loadavg: 4.07 4.17 4.12 5/336 157543
/proc/meminfo: memFree=82189228/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18930384 memory=653836 CPUtime=0.43 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 7313 0 0 0 30 13 0 0 20 0 18 0 237055140 19384713216 163459 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4732596 163459 5435 1 0 547887 0
[pid=157525/tid=157527] ppid=157522 vsize=18930384 memory=-9032924963855442620 CPUtime=0.27 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 5596 0 0 0 15 12 0 0 20 0 18 0 237055141 19384713216 163459 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055143 19384713216 163971 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237055144 19384713216 163971 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 653836 KiB

[startup+0.700251 s]
/proc/loadavg: 4.07 4.17 4.12 6/337 157544
/proc/meminfo: memFree=81840696/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18996948 memory=986564 CPUtime=1.02 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 9999 0 0 0 81 21 0 0 20 0 19 0 237055140 19452874752 246641 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4749237 246641 5467 1 0 549685 0
[pid=157525/tid=157527] ppid=157522 vsize=18996948 memory=27136 CPUtime=0.65 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 5747 0 0 0 46 19 0 0 20 0 19 0 237055141 19452874752 246641 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055143 19452874752 246641 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055144 19452874752 246641 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 986564 KiB

[startup+1.50027 s]
/proc/loadavg: 4.07 4.17 4.12 5/337 157544
/proc/meminfo: memFree=81834584/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18996948 memory=1200832 CPUtime=1.93 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 10495 0 0 0 167 26 0 0 20 0 19 0 237055140 19452874752 300208 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4749237 300208 5467 1 0 656207 0
[pid=157525/tid=157527] ppid=157522 vsize=18996948 memory=3328 CPUtime=1.42 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 5929 0 0 0 119 23 0 0 20 0 19 0 237055141 19452874752 300208 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055143 19452874752 300208 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055144 19452874752 300208 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1200832 KiB

[startup+3.10573 s]
/proc/loadavg: 4.06 4.17 4.12 5/337 157544
/proc/meminfo: memFree=81074404/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18996948 memory=1742332 CPUtime=3.8 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 12530 0 0 0 343 37 0 0 20 0 19 0 237055140 19452874752 435583 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4749237 435583 5499 1 0 922012 0
[pid=157525/tid=157527] ppid=157522 vsize=18996948 memory=10752 CPUtime=2.95 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 6289 0 0 0 263 32 0 0 20 0 19 0 237055141 19452874752 435583 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055143 19452874752 435583 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055144 19452874752 435583 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1742332 KiB

[startup+6.30025 s]
/proc/loadavg: 4.06 4.17 4.12 4/312 157620
/proc/meminfo: memFree=85920908/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18996948 memory=1998328 CPUtime=7.24 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 18395 0 0 0 681 43 0 0 20 0 19 0 237055140 19452874752 499582 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4749237 499582 5499 1 0 1052293 0
[pid=157525/tid=157527] ppid=157522 vsize=18996948 memory=5632 CPUtime=6 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 6765 0 0 0 564 36 0 0 20 0 19 0 237055141 19452874752 499582 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055143 19452874752 499582 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18996948 memory=-9032924963855442620 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055144 19452874752 499582 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 7.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1998328 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.20 4.13 5/336 157747
/proc/meminfo: memFree=82246896/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18996948 memory=2488608 CPUtime=13.74 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 19799 0 0 0 1320 54 0 0 20 0 19 0 237055140 19452874752 622152 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4749237 622152 5499 1 0 1290427 0
[pid=157525/tid=157527] ppid=157522 vsize=18996948 memory=0 CPUtime=12.1 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 7341 0 0 0 1166 44 0 0 20 0 19 0 237055141 19452874752 622152 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055143 19452874752 622152 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18996948 memory=1750564 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055144 19452874752 622152 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 13.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2488608 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.20 4.13 5/336 157747
/proc/meminfo: memFree=78705404/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18996948 memory=2943492 CPUtime=26.62 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 23105 0 0 0 2598 64 0 0 20 0 19 0 237055140 19452874752 735873 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4749237 735873 5499 1 0 1511850 0
[pid=157525/tid=157527] ppid=157522 vsize=18996948 memory=2929096 CPUtime=24.28 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 8307 0 0 0 2377 51 0 0 20 0 19 0 237055141 19452874752 735873 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18996948 memory=2925000 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055143 19452874752 735873 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18996948 memory=16508 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055144 19452874752 735873 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 26.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2943492 KiB

[startup+51.1057 s]
/proc/loadavg: 4.21 4.20 4.14 5/338 157749
/proc/meminfo: memFree=77565520/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18996948 memory=2945912 CPUtime=52.44 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 26815 0 0 0 5178 66 0 0 20 0 19 0 237055140 19452874752 736478 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4749237 736478 5499 1 0 1511850 0
[pid=157525/tid=157527] ppid=157522 vsize=18996948 memory=3328 CPUtime=48.73 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 10267 0 0 0 4821 52 0 0 20 0 19 0 237055141 19452874752 736478 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=18996948 memory=986564 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055143 19452874752 736478 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=18996948 memory=2945912 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055144 19452874752 736478 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 52.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2945912 KiB

[startup+102.3 s]
/proc/loadavg: 4.28 4.22 4.14 5/339 157756
/proc/meminfo: memFree=75656596/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=18996948 memory=3194932 CPUtime=104.06 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 32509 0 0 0 10329 77 0 0 20 0 19 0 237055140 19452874752 798733 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4749237 798733 5499 1 0 1616295 0
[pid=157525/tid=157527] ppid=157522 vsize=18996948 memory=16508 CPUtime=97.58 cores=4,6

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

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.17 5/339 157915
/proc/meminfo: memFree=62941856/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=19063512 memory=7292476 CPUtime=3297.64 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 187843 0 0 0 329478 286 0 0 20 0 20 0 237055140 19521036288 1823119 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4765878 1823119 5531 1 0 2146072 0
[pid=157525/tid=157527] ppid=157522 vsize=19063512 memory=7292476 CPUtime=3250.72 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 95864 0 0 0 324951 121 0 0 20 0 20 0 237055141 19521036288 1823119 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=19063512 memory=7292476 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055143 19521036288 1823119 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=19063512 memory=7292476 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 2592 0 0 0 0 0 0 0 20 0 20 0 237055144 19521036288 1823119 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157764] ppid=157522 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/157525/task/157764/stat : 157764 (Timer-0) S 157522 157525 157157 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237081810 19521036288 1823119 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 3297.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7292476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.15 4.16 5/339 157918
/proc/meminfo: memFree=62941320/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=19063512 memory=7294524 CPUtime=3358.02 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 190445 0 0 0 335514 288 0 0 20 0 20 0 237055140 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4765878 1823631 5531 1 0 2146072 0
[pid=157525/tid=157527] ppid=157522 vsize=19063512 memory=3328 CPUtime=3310.05 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 96735 0 0 0 330883 122 0 0 20 0 20 0 237055141 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=19063512 memory=7294524 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055143 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=19063512 memory=16508 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 2632 0 0 0 0 0 0 0 20 0 20 0 237055144 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157764] ppid=157522 vsize=19063512 memory=7294524 CPUtime=0 cores=4,6
/proc/157525/task/157764/stat : 157764 (Timer-0) S 157522 157525 157157 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237081810 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 3358.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7294524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/339 157920
/proc/meminfo: memFree=62617620/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=19063512 memory=7294524 CPUtime=3418.14 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 194778 0 0 0 341524 290 0 0 20 0 20 0 237055140 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4765878 1823631 5531 1 0 2146072 0
[pid=157525/tid=157527] ppid=157522 vsize=19063512 memory=27136 CPUtime=3369.64 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 99657 0 0 0 336842 122 0 0 20 0 20 0 237055141 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=19063512 memory=7294524 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055143 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=19063512 memory=7294524 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 2632 0 0 0 0 0 0 0 20 0 20 0 237055144 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157764] ppid=157522 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/157525/task/157764/stat : 157764 (Timer-0) S 157522 157525 157157 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237081810 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 3418.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7294524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.15 5/340 157923
/proc/meminfo: memFree=62310532/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=19063512 memory=7294524 CPUtime=3478.12 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 197852 0 0 0 347520 292 0 0 20 0 20 0 237055140 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4765878 1823631 5531 1 0 2146072 0
[pid=157525/tid=157527] ppid=157522 vsize=19063512 memory=0 CPUtime=3429.36 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 101534 0 0 0 342814 122 0 0 20 0 20 0 237055141 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=19063512 memory=7294524 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055143 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=19063512 memory=16508 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 2694 0 0 0 0 0 0 0 20 0 20 0 237055144 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157764] ppid=157522 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/157525/task/157764/stat : 157764 (Timer-0) S 157522 157525 157157 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237081810 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 3478.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7294524 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.13 4.15 5/340 157925
/proc/meminfo: memFree=61736744/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=19063512 memory=7294524 CPUtime=3537.98 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 198028 0 0 0 353504 294 0 0 20 0 20 0 237055140 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4765878 1823631 5531 1 0 2146072 0
[pid=157525/tid=157527] ppid=157522 vsize=19063512 memory=5632 CPUtime=3489.18 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 101669 0 0 0 348796 122 0 0 20 0 20 0 237055141 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=19063512 memory=7294524 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055143 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 2706 0 0 0 0 0 0 0 20 0 20 0 237055144 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157764] ppid=157522 vsize=19063512 memory=7294524 CPUtime=0 cores=4,6
/proc/157525/task/157764/stat : 157764 (Timer-0) S 157522 157525 157157 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237081810 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 3537.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7294524 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/340 157927
/proc/meminfo: memFree=61453996/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=19063512 memory=7294524 CPUtime=3598.14 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 200898 0 0 0 359519 295 0 0 20 0 20 0 237055140 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4765878 1823631 5531 1 0 2146072 0
[pid=157525/tid=157527] ppid=157522 vsize=19063512 memory=16508 CPUtime=3548.72 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 102478 0 0 0 354750 122 0 0 20 0 20 0 237055141 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055143 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=19063512 memory=16508 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 2827 0 0 0 0 0 0 0 20 0 20 0 237055144 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157764] ppid=157522 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/157525/task/157764/stat : 157764 (Timer-0) S 157522 157525 157157 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237081810 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 3598.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7294524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.2 s]
/proc/loadavg: 4.23 4.15 4.16 5/317 157971
/proc/meminfo: memFree=71597172/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=19063512 memory=7294524 CPUtime=3600.04 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 200902 0 0 0 359709 295 0 0 20 0 20 0 237055140 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4765878 1823631 5531 1 0 2146072 0
[pid=157525/tid=157527] ppid=157522 vsize=19063512 memory=7294524 CPUtime=3550.62 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 102479 0 0 0 354940 122 0 0 20 0 20 0 237055141 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=19063512 memory=17596 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055143 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=19063512 memory=-9032924963855442620 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 2827 0 0 0 0 0 0 0 20 0 20 0 237055144 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157764] ppid=157522 vsize=19063512 memory=12672 CPUtime=0 cores=4,6
/proc/157525/task/157764/stat : 157764 (Timer-0) S 157522 157525 157157 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237081810 19521036288 1823631 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7294524 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.32 s, system=2.98652 s

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

[startup+3584.31 s]
/proc/loadavg: 4.23 4.15 4.16 5/317 157971
/proc/meminfo: memFree=71597172/131249988 swapFree=33010160/33010684
[pid=157525] ppid=157522 vsize=19263204 memory=7295164 CPUtime=3600.25 cores=4,6
/proc/157525/stat : 157525 (java) S 157522 157525 157157 0 -1 4194304 203860 0 0 0 359729 296 0 0 20 0 21 0 237055140 19725520896 1823791 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
/proc/157525/statm: 4815801 1823791 5531 1 0 2146995 0
[pid=157525/tid=157527] ppid=157522 vsize=19263204 memory=4760 CPUtime=3550.73 cores=4,6
/proc/157525/task/157527/stat : 157527 (java) R 157522 157525 157157 0 -1 4194368 102686 0 0 0 354951 122 0 0 20 0 21 0 237055141 19725520896 1823791 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157536] ppid=157522 vsize=19263204 memory=7294524 CPUtime=0 cores=4,6
/proc/157525/task/157536/stat : 157536 (Finalizer) S 157522 157525 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237055143 19725520896 1823791 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
[pid=157525/tid=157543] ppid=157522 vsize=19263204 memory=-9032924963855442620 CPUtime=0 cores=4,6
/proc/157525/task/157543/stat : 157543 (Common-Cleaner) S 157522 157525 157157 0 -1 4194368 2827 0 0 0 0 0 0 0 20 0 21 0 237055144 19725520896 1823791 18446744073709551615 94127639629824 94127639633520 140737242516560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94127639641336 94127639642128 94127667798016 140737242524031 140737242524132 140737242524132 140737242529736 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7295164 KiB

Child status: 143

Real time (s): 3584.34
CPU time (s): 3600.31
CPU user time (s): 3597.32
CPU system time (s): 2.98652
CPU usage (%): 100.445
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7295164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.32
system time used= 2.98652
maximum resident set size= 7295292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204038
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131638
involuntary context switches= 22963


# summary of solver processes directly reported to runsolver:
#   pid: 157525
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3597.32
#   total CPU system time (s): 2.98652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.71036 second user time and 17.6263 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 21:49:36
IDJOB=4542159
IDBENCH=163903
IDSOLVER=3363
FILE ID=nodeC020/4542159-1753213775
RUNJOBID= nodeC020-1753210180-157168
SLURM_JOB_ID= 9687784
Free space on /tmp= 432816 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542159-1753213775/watcher-4542159-1753213775 -o /tmp/evaluation-result-4542159-1753213775/solver-4542159-1753213775 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157168 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542159-1753213775.opb

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

MD5SUM BENCH= c26c89c819410142827dd0be6bce850a
RANDOM SEED=1799213966

nodeC020 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.878
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.79
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.896
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.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 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.79
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		: 3602.272
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.79
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		: 3520.198
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.79
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.889
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.79
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.693
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.79
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		: 3700.000
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        82803184 kB
MemAvailable:   122105068 kB
Buffers:            2128 kB
Cached:         40059060 kB
SwapCached:            4 kB
Active:          8516232 kB
Inactive:       39204840 kB
Active(anon):    7661600 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39180304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             77192 kB
Writeback:             0 kB
AnonPages:       7662524 kB
Mapped:           128752 kB
Shmem:             26244 kB
KReclaimable:     212376 kB
Slab:             308796 kB
SReclaimable:     212376 kB
SUnreclaim:        96420 kB
KernelStack:        5168 kB
PageTables:        18768 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    8365712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7413760 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432792 MiB
End job on nodeC020 at 2025-07-22 22:49:20