Trace number 4545319

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.19 3604.3

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-08-04-08_c24.opb
MD5SUMe5dad10f2c51a051686c6ce21bebf57a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101921
Total number of constraints213661
Number of constraints which are clauses56497
Number of constraints which are cardinality constraints (but not clauses)776
Number of constraints which are nor clauses,nor cardinality constraints156388
Minimum length of a constraint1
Maximum length of a constraint32
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 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
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-4545319-1753238468.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
2.85/1.54	c ... done. Wall clock time 1.404s.
2.85/1.54	c declared #vars     101921
2.85/1.54	c #constraints  214233
2.85/1.54	c constraints type 
2.85/1.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 38
2.85/1.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 776
2.85/1.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 156674
2.85/1.54	c org.sat4j.specs.Constr$1 => 15
2.85/1.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 13931
2.85/1.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 42799
2.85/1.54	c 214233 constraints processed.
13.89/11.69	c cleaning 2490 clauses out of 4996 with flag 22602/5003
25.36/22.65	c cleaning 4243 clauses out of 8502 with flag 62188/11000
36.22/33.18	c cleaning 5575 clauses out of 11232 with flag 108109/18000
48.23/44.75	c cleaning 6782 clauses out of 13651 with flag 163357/26000
60.95/57.26	c cleaning 7878 clauses out of 15857 with flag 229661/35000
74.46/70.76	c cleaning 8939 clauses out of 17964 with flag 297755/45000
92.06/88.37	c cleaning 9949 clauses out of 20020 with flag 378209/56001
110.48/106.77	c cleaning 11010 clauses out of 22065 with flag 457471/68000
128.78/125.07	c cleaning 11962 clauses out of 24052 with flag 535552/81000
150.15/146.47	c cleaning 13005 clauses out of 26085 with flag 621464/95000
173.40/169.77	c cleaning 14011 clauses out of 28073 with flag 709749/110000
199.61/195.96	c cleaning 14940 clauses out of 30060 with flag 804362/126000
226.99/223.35	c cleaning 15828 clauses out of 32118 with flag 910223/143000
255.67/252.06	c cleaning 16457 clauses out of 34287 with flag 1018873/161000
285.21/281.66	c cleaning 17644 clauses out of 36829 with flag 1130439/180000
314.96/311.44	c cleaning 18628 clauses out of 39185 with flag 1245777/200000
347.31/343.83	c cleaning 19346 clauses out of 41556 with flag 1368265/221000
383.66/380.29	c cleaning 20410 clauses out of 44208 with flag 1503714/243000
422.79/419.47	c cleaning 21200 clauses out of 46798 with flag 1653522/266000
463.91/460.62	c cleaning 22363 clauses out of 49598 with flag 1811220/290000
507.02/503.88	c cleaning 23285 clauses out of 52234 with flag 1975201/315000
553.74/550.64	c cleaning 24241 clauses out of 54949 with flag 2153461/341000
604.44/601.45	c cleaning 25116 clauses out of 57710 with flag 2345865/368002
654.56/651.65	c cleaning 26357 clauses out of 60594 with flag 2532550/396002
705.27/702.45	c cleaning 27109 clauses out of 63236 with flag 2726168/425001
758.22/755.40	c cleaning 28246 clauses out of 66125 with flag 2928981/455000
810.80/808.16	c cleaning 29208 clauses out of 68879 with flag 3134559/486000
868.15/865.65	c cleaning 30179 clauses out of 71671 with flag 3361887/518000
929.41/927.10	c cleaning 31198 clauses out of 74492 with flag 3601644/551000
994.14/991.98	c cleaning 32003 clauses out of 77295 with flag 3856658/585001
1061.47/1059.48	c cleaning 33077 clauses out of 80293 with flag 4112688/620002
1130.30/1128.40	c cleaning 34066 clauses out of 83213 with flag 4373909/656000
1200.37/1198.65	c cleaning 35125 clauses out of 86147 with flag 4639197/693000
1276.29/1274.79	c cleaning 35938 clauses out of 89025 with flag 4919481/731003
1353.46/1352.04	c cleaning 36981 clauses out of 92085 with flag 5217143/770001
1431.11/1429.84	c cleaning 37991 clauses out of 95104 with flag 5518984/810001
1510.00/1508.98	c cleaning 38932 clauses out of 98112 with flag 5820026/851000
1591.59/1590.76	c cleaning 39983 clauses out of 101180 with flag 6141233/893000
1674.67/1674.07	c cleaning 40859 clauses out of 104196 with flag 6463180/936000
1758.85/1758.48	c cleaning 41894 clauses out of 107337 with flag 6790016/980000
1852.40/1852.22	c cleaning 42875 clauses out of 110442 with flag 7142321/1025000
1946.46/1946.51	c cleaning 43767 clauses out of 113568 with flag 7490929/1071001
2041.51/2041.88	c cleaning 44454 clauses out of 116800 with flag 7848352/1118000
2143.05/2143.64	c cleaning 45558 clauses out of 120347 with flag 8233929/1166001
2247.87/2248.77	c cleaning 46319 clauses out of 123790 with flag 8631087/1215002
2352.02/2353.11	c cleaning 47357 clauses out of 127469 with flag 9024947/1265001
2456.35/2457.72	c cleaning 48402 clauses out of 131111 with flag 9425077/1316000
2564.69/2566.38	c cleaning 49223 clauses out of 134708 with flag 9833131/1368000
2679.04/2680.94	c cleaning 50073 clauses out of 138487 with flag 10257764/1421002
2799.31/2801.49	c cleaning 51040 clauses out of 142413 with flag 10691962/1475001
2915.50/2917.94	c cleaning 52095 clauses out of 146372 with flag 11119448/1530000
3040.06/3042.88	c cleaning 52654 clauses out of 150278 with flag 11562206/1586001
3166.64/3169.77	c cleaning 53764 clauses out of 154623 with flag 12015645/1643000
3296.70/3300.17	c cleaning 54345 clauses out of 158859 with flag 12472726/1701000
3431.26/3435.01	c cleaning 55725 clauses out of 163515 with flag 12944189/1760001
3547.86/3551.97	c cleaning 56351 clauses out of 167789 with flag 13412162/1820000
3600.05/3604.21	c starts		: 16014
3600.05/3604.22	c conflicts		: 1849148
3600.05/3604.22	c decisions		: 15693479
3600.05/3604.22	c propagations		: 4085501727
3600.05/3604.22	c inspects		: 25167854897
3600.05/3604.22	c shortcuts		: 0
3600.05/3604.22	c learnt literals	: 112
3600.05/3604.22	c learnt binary clauses	: 21826
3600.05/3604.22	c learnt ternary clauses	: 21419
3600.05/3604.22	c learnt constraints	: 1849036
3600.05/3604.22	c ignored constraints	: 0
3600.05/3604.22	c root simplifications	: 0
3600.05/3604.22	c removed literals (reason simplification)	: 1284278
3600.05/3604.22	c reason swapping (by a shorter reason)	: 0
3600.05/3604.22	c Calls to reduceDB	: 56
3600.05/3604.22	c Number of update (reduction) of LBD	: 1068649
3600.05/3604.22	c Imported unit clauses	: 0
3600.05/3604.22	c No decision after first conflict	: false
3600.05/3604.22	c number of reductions to clauses (during analyze)	: 0
3600.05/3604.22	c number of learned constraints concerned by reduction	: 0
3600.05/3604.22	c number of learning phase by resolution	: 0
3600.05/3604.22	c number of learning phase by cutting planes	: 0
3600.05/3604.22	c number of rounding to 1 operations	: 0
3600.05/3604.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3604.22	c number of reductions of the coefficients by power 2 	: 0
3600.05/3604.22	c number of right shift for reduction by power 2 	: 0
3600.05/3604.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3604.22	c number of ending skipping 	: 0
3600.05/3604.22	c number of internal skipping 	: 0
3600.05/3604.22	c number of derivation steps 	: 0
3600.05/3604.22	c number of skipped derivation steps 	: 0
3600.05/3604.22	c number of remaining unassigned 	: 0
3600.05/3604.22	c number of remaining assigned 	: 0
3600.05/3604.22	c number of falsified literals weakened from reason	: 0
3600.05/3604.22	c number of falsified literals weakened from conflict	: 0
3600.05/3604.22	c time for arithmetic operations	: 0
3600.05/3604.22	c minimum degree of deleted constraints	: null
3600.05/3604.22	c maximum degree of deleted constraints	: null
3600.05/3604.22	c number of deleted constraints	: 0
3600.05/3604.22	c timeout
3600.05/3604.23	c speed (assignments/second)	: 1134035.320098717
3600.05/3604.23	c non guided choices	: 46386
3600.05/3604.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 118760
3600.05/3604.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 21826
3600.05/3604.28	s UNKNOWN
3600.05/3604.28	c Total wall clock time (in seconds): 3604.148

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100061 s]*
/proc/loadavg: 4.51 4.47 4.54 5/339 169449
/proc/meminfo: memFree=117934004/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=18930384 memory=57684 CPUtime=0.13 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 6562 0 0 0 11 2 0 0 20 0 18 0 239524336 19384713216 14421 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4732596 14421 5337 1 0 547603 0
[pid=169431/tid=169433] ppid=169428 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 5058 0 0 0 6 1 0 0 20 0 18 0 239524337 19384713216 14421 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239524339 19384713216 14421 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=18930384 memory=58485492697507 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239524339 19384713216 14421 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57684 KiB

[startup+0.205795 s]*
/proc/loadavg: 4.51 4.47 4.54 7/339 169450
/proc/meminfo: memFree=117928228/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=18930384 memory=70272 CPUtime=0.32 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 7038 0 0 0 29 3 0 0 20 0 18 0 239524336 19384713216 17568 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4732596 17568 5433 1 0 547925 0
[pid=169431/tid=169433] ppid=169428 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 5285 0 0 0 16 2 0 0 20 0 18 0 239524337 19384713216 17568 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=18930384 memory=2630 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239524339 19384713216 17568 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239524339 19384713216 17568 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70272 KiB

[startup+0.305789 s]*
/proc/loadavg: 4.51 4.47 4.54 6/339 169450
/proc/meminfo: memFree=117887836/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=18930384 memory=109284 CPUtime=0.51 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 8557 0 0 0 47 4 0 0 20 0 18 0 239524336 19384713216 27321 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4732596 27321 5433 1 0 548926 0
[pid=169431/tid=169433] ppid=169428 vsize=18930384 memory=-8600580490532790972 CPUtime=0.27 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 5307 0 0 0 24 3 0 0 20 0 18 0 239524337 19384713216 27321 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239524339 19384713216 27321 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239524339 19384713216 27321 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109284 KiB

[startup+0.700235 s]
/proc/loadavg: 4.51 4.47 4.54 6/340 169451
/proc/meminfo: memFree=117826404/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=18996948 memory=183972 CPUtime=1.27 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 10809 0 0 0 122 5 0 0 20 0 19 0 239524336 19452874752 45993 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4749237 45993 5465 1 0 550706 0
[pid=169431/tid=169433] ppid=169428 vsize=18996948 memory=24704 CPUtime=0.59 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) S 169428 169431 168228 0 -1 4194368 5336 0 0 0 56 3 0 0 20 0 19 0 239524337 19452874752 45993 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239524339 19452874752 45993 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239524339 19452874752 45993 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183972 KiB

[startup+1.50025 s]
/proc/loadavg: 4.55 4.48 4.54 6/340 169451
/proc/meminfo: memFree=117695276/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=18996948 memory=544684 CPUtime=2.85 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 18188 0 0 0 271 14 0 0 20 0 19 0 239524336 19452874752 136171 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4749237 136171 5465 1 0 1797198 0
[pid=169431/tid=169433] ppid=169428 vsize=18996948 memory=3200 CPUtime=1.13 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 5494 0 0 0 104 9 0 0 20 0 19 0 239524337 19452874752 136171 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239524339 19452874752 136171 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239524339 19452874752 136171 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 544684 KiB

[startup+3.10566 s]
/proc/loadavg: 4.55 4.48 4.54 5/341 169452
/proc/meminfo: memFree=117245576/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=681628 CPUtime=5.07 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 18692 0 0 0 490 17 0 0 20 0 20 0 239524336 19521036288 170407 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 170407 5497 1 0 1797637 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=10752 CPUtime=2.66 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 5669 0 0 0 255 11 0 0 20 0 20 0 239524337 19521036288 170407 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 170407 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 170407 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 170407 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 5.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 681628 KiB

[startup+6.30026 s]
/proc/loadavg: 4.50 4.47 4.54 5/341 169452
/proc/meminfo: memFree=117176700/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=680528 CPUtime=8.43 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 18779 0 0 0 825 18 0 0 20 0 20 0 239524336 19521036288 170132 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 170132 5497 1 0 1797645 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=0 CPUtime=5.85 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 5683 0 0 0 573 12 0 0 20 0 20 0 239524337 19521036288 170132 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 170132 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=-8600580490532790972 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 170132 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 170132 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 8.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 680528 KiB

[startup+12.7003 s]
/proc/loadavg: 4.54 4.48 4.54 5/341 169452
/proc/meminfo: memFree=117033220/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=695504 CPUtime=15.13 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 24498 0 0 0 1494 19 0 0 20 0 20 0 239524336 19521036288 173876 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 173876 5529 1 0 1797693 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=0 CPUtime=12.23 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 7285 0 0 0 1211 12 0 0 20 0 20 0 239524337 19521036288 173876 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=691032 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 173876 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 173876 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 173876 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 15.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 695504 KiB

[startup+25.5002 s]
/proc/loadavg: 4.53 4.48 4.54 5/341 169452
/proc/meminfo: memFree=116961708/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=726612 CPUtime=28.46 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 32257 0 0 0 2824 22 0 0 20 0 20 0 239524336 19521036288 181653 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 181653 5529 1 0 1797695 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=-8600580490532790972 CPUtime=25 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 8225 0 0 0 2487 13 0 0 20 0 20 0 239524337 19521036288 181653 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=3100 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 181653 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=707924 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 181653 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=707924 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 181653 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 28.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 726612 KiB

[startup+51.1057 s]
/proc/loadavg: 4.38 4.45 4.53 5/341 169452
/proc/meminfo: memFree=116755628/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=805332 CPUtime=54.85 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 41572 0 0 0 5460 25 0 0 20 0 20 0 239524336 19521036288 201333 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 201333 5529 1 0 1798020 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=797140 CPUtime=50.53 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 9720 0 0 0 5038 15 0 0 20 0 20 0 239524337 19521036288 201333 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=-8600580490532790972 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 201333 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=751316 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 201333 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=714196 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=78317692/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=4484100 CPUtime=3219.1 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 99902 0 0 0 321624 286 0 0 20 0 20 0 239524336 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 1121025 5529 1 0 1798065 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=-8600580490532790972 CPUtime=3212.05 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 47270 0 0 0 321019 186 0 0 20 0 20 0 239524337 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=4484100 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=4484100 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 2494 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=4484100 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 3219.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4484100 KiB

[startup+3282.3 s]
/proc/loadavg: 4.01 4.18 4.20 4/316 169735
/proc/meminfo: memFree=88137364/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=4484100 CPUtime=3278.95 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 102046 0 0 0 327605 290 0 0 20 0 20 0 239524336 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 1121025 5529 1 0 1798065 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=24704 CPUtime=3271.86 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 49075 0 0 0 326998 188 0 0 20 0 20 0 239524337 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=4484100 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=4484100 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 2609 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 3278.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4484100 KiB

[startup+3342.3 s]
/proc/loadavg: 3.43 3.97 4.13 4/316 169737
/proc/meminfo: memFree=87687032/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=4484100 CPUtime=3338.79 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 102863 0 0 0 333586 293 0 0 20 0 20 0 239524336 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 1121025 5529 1 0 1798065 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=4484100 CPUtime=3331.68 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 49566 0 0 0 332978 190 0 0 20 0 20 0 239524337 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=-8600580490532790972 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=24704 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 2696 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 1121025 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 3338.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4484100 KiB

[startup+3402.3 s]
/proc/loadavg: 3.33 3.84 4.07 4/316 169739
/proc/meminfo: memFree=87178860/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=4488196 CPUtime=3398.64 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 104468 0 0 0 339567 297 0 0 20 0 20 0 239524336 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 1122049 5529 1 0 1798065 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=4484100 CPUtime=3391.49 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 50894 0 0 0 338956 193 0 0 20 0 20 0 239524337 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=-8600580490532790972 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=24704 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 2696 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=4488196 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 3398.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4488196 KiB

[startup+3462.3 s]
/proc/loadavg: 3.27 3.73 4.02 4/315 169741
/proc/meminfo: memFree=86710816/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=4488196 CPUtime=3458.49 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 106454 0 0 0 345548 301 0 0 20 0 20 0 239524336 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 1122049 5529 1 0 1798065 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=4484100 CPUtime=3451.3 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 52468 0 0 0 344935 195 0 0 20 0 20 0 239524337 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=-8600580490532790972 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=4488196 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 2811 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=4488196 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 3458.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4488196 KiB

[startup+3522.3 s]
/proc/loadavg: 2.59 3.45 3.90 3/290 169776
/proc/meminfo: memFree=89274116/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=4488196 CPUtime=3518.33 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 107061 0 0 0 351528 305 0 0 20 0 20 0 239524336 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 1122049 5529 1 0 1798065 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=24704 CPUtime=3511.11 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 52953 0 0 0 350914 197 0 0 20 0 20 0 239524337 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=4488196 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 2926 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 3518.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4488196 KiB

[startup+3582.3 s]
/proc/loadavg: 2.25 3.19 3.78 2/266 169814
/proc/meminfo: memFree=124689236/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=4488196 CPUtime=3578.18 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 109456 0 0 0 357509 309 0 0 20 0 20 0 239524336 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 1122049 5529 1 0 1798065 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=10752 CPUtime=3570.92 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 54924 0 0 0 356892 200 0 0 20 0 20 0 239524337 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=4488196 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 3010 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 3578.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4488196 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.2 s]
/proc/loadavg: 1.95 3.07 3.73 2/266 169814
/proc/meminfo: memFree=124681316/131249996 swapFree=33006296/33010684
[pid=169431] ppid=169428 vsize=19063512 memory=4488196 CPUtime=3600.05 cores=5,7
/proc/169431/stat : 169431 (java) S 169428 169431 168228 0 -1 4194304 110269 0 0 0 359694 311 0 0 20 0 20 0 239524336 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
/proc/169431/statm: 4765878 1122049 5529 1 0 1798065 0
[pid=169431/tid=169433] ppid=169428 vsize=19063512 memory=6720 CPUtime=3592.77 cores=5,7
/proc/169431/task/169433/stat : 169433 (java) R 169428 169431 168228 0 -1 4194368 55733 0 0 0 359076 201 0 0 20 0 20 0 239524337 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169442] ppid=169428 vsize=19063512 memory=4488196 CPUtime=0 cores=5,7
/proc/169431/task/169442/stat : 169442 (Finalizer) S 169428 169431 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169449] ppid=169428 vsize=19063512 memory=198340509722 CPUtime=0 cores=5,7
/proc/169431/task/169449/stat : 169449 (Common-Cleaner) S 169428 169431 168228 0 -1 4194368 3010 0 0 0 0 0 0 0 20 0 20 0 239524339 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
[pid=169431/tid=169452] ppid=169428 vsize=19063512 memory=5796695885966737713 CPUtime=0 cores=5,7
/proc/169431/task/169452/stat : 169452 (Timer-0) S 169428 169431 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239524496 19521036288 1122049 18446744073709551615 94424929083392 94424929087088 140728936912800 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94424929094904 94424929095696 94424954818560 140728936921428 140728936921572 140728936921572 140728936927176 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4488196 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.06 s, system=3.12975 s

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

Child status: 143

Real time (s): 3604.3
CPU time (s): 3600.19
CPU user time (s): 3597.06
CPU system time (s): 3.12975
CPU usage (%): 99.8858
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4488196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.06
system time used= 3.12975
maximum resident set size= 4489092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113099
page faults= 0
swaps= 0
block input operations= 0
block output operations= 709984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129894
involuntary context switches= 6645


# summary of solver processes directly reported to runsolver:
#   pid: 169431
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.06
#   total CPU system time (s): 3.12975

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.0263 second user time and 18.7806 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 04:41:09
IDJOB=4545319
IDBENCH=180812
IDSOLVER=3364
FILE ID=nodeC015/4545319-1753238468
RUNJOBID= nodeC015-1753234865-168241
SLURM_JOB_ID= 9687864
Free space on /tmp= 428324 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-08-04-08_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545319-1753238468/watcher-4545319-1753238468 -o /tmp/evaluation-result-4545319-1753238468/solver-4545319-1753238468 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168241 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545319-1753238468 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545319-1753238468.opb

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

MD5SUM BENCH= e5dad10f2c51a051686c6ce21bebf57a
RANDOM SEED=237001660

nodeC015 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.917
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.071
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	: 7000.14
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.647
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	: 7000.14
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		: 3525.777
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	: 7000.14
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		: 3600.216
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	: 7000.14
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		: 3584.025
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	: 7000.14
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		: 3588.746
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	: 7000.14
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		: 3600.288
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117951740 kB
MemAvailable:   120987620 kB
Buffers:            1508 kB
Cached:          3801040 kB
SwapCached:         3888 kB
Active:          9607236 kB
Inactive:        2956020 kB
Active(anon):    8734512 kB
Inactive(anon):    48308 kB
Active(file):     872724 kB
Inactive(file):  2907712 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16372 kB
Writeback:            20 kB
AnonPages:       8759700 kB
Mapped:           126256 kB
Shmem:             22352 kB
KReclaimable:     189364 kB
Slab:             285884 kB
SReclaimable:     189364 kB
SUnreclaim:        96520 kB
KernelStack:        5212 kB
PageTables:        20976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11213236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8497152 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432208 MiB
End job on nodeC015 at 2025-07-23 05:41:13