Trace number 4503355

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 CP VeriPB 2025-06-06? (TO) 3600.41 3580.07

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-192.opb
MD5SUM7ac327da8fefd7cd3f39afa8bfb7af2c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark106.066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15414
Total number of constraints395824
Number of constraints which are clauses358980
Number of constraints which are cardinality constraints (but not clauses)907
Number of constraints which are nor clauses,nor cardinality constraints35937
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.10/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.22	c java.vm.version	22.0.1+8-16
0.10/0.22	c java.vm.vendor	Oracle Corporation
0.10/0.22	c sun.arch.data.model	64
0.10/0.22	c java.version		22.0.1
0.10/0.22	c os.name		Linux
0.10/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.22	c os.arch		amd64
0.26/0.23	c Free memory 		2106806208
0.26/0.23	c Max memory 		16282288128
0.26/0.23	c Total memory 		2113929216
0.26/0.24	c Number of processors 	2
0.43/0.40	c Pseudo Boolean Optimization by upper bound
0.43/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.40	c  - never skip resolution steps
0.43/0.40	c  - Auto-division on coefficients is disabled
0.43/0.40	c  - No postprocessing
0.43/0.40	c  - Conflict is considered as is when resolving
0.43/0.40	c  - Use constraints as they come during conflict analysis
0.43/0.40	c  - Weaken first using unassigned literals
0.43/0.40	c  - Bump strategy: ALWAYS_ONE
0.43/0.40	c  - Bumper: EFFECTIVE
0.43/0.40	c --- Begin Solver configuration ---
0.43/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.43/0.40	c Learn all clauses as in MiniSAT
0.43/0.40	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.40	c No reason simplification
0.43/0.40	c Dynamic restart strategy considering the size of the coefficients
0.43/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.43/0.40	c timeout=2147483s
0.43/0.40	c DB Simplification allowed=false
0.43/0.40	c Listener: none
0.43/0.40	c --- End Solver configuration ---
0.43/0.40	c solving HOME/instance-4503355-1751171026.opb
0.43/0.40	c reading problem ... 
0.58/0.49	c using VERIPB proof format
0.58/0.49	c  no objective function found
16.32/12.76	c ... done. Wall clock time 12.351s.
16.32/12.76	c declared #vars     15414
16.32/12.76	c #constraints  396289
16.32/12.76	c constraints type 
16.32/12.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 94336
16.32/12.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 912
16.32/12.76	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 35937
16.32/12.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 265104
16.32/12.76	c 396289 constraints processed.
21.31/15.61	c cleaning 2495 clauses out of 5000 with flag 0/5000
24.80/17.89	c cleaning 4244 clauses out of 8505 with flag 0/11000
27.92/20.40	c cleaning 5625 clauses out of 11261 with flag 0/18000
31.57/23.40	c cleaning 6799 clauses out of 13636 with flag 0/26000
35.12/26.88	c cleaning 7900 clauses out of 15837 with flag 0/35000
41.31/33.30	c cleaning 8963 clauses out of 17937 with flag 0/45000
47.63/39.55	c cleaning 9982 clauses out of 19978 with flag 0/56004
52.74/44.43	c cleaning 10982 clauses out of 21992 with flag 0/68000
57.88/49.58	c cleaning 11962 clauses out of 24010 with flag 0/81000
64.59/56.28	c cleaning 12992 clauses out of 26048 with flag 0/95000
72.46/64.37	c cleaning 13987 clauses out of 28056 with flag 0/110000
80.69/72.56	c cleaning 15000 clauses out of 30069 with flag 0/126000
88.96/80.50	c cleaning 16006 clauses out of 32070 with flag 0/143001
103.05/92.68	c cleaning 17001 clauses out of 34063 with flag 0/161000
121.91/109.01	c cleaning 17823 clauses out of 36062 with flag 0/180000
133.20/120.13	c cleaning 19059 clauses out of 38241 with flag 0/200002
155.53/142.37	c cleaning 19989 clauses out of 40180 with flag 0/221000
201.11/187.11	c cleaning 21064 clauses out of 42194 with flag 0/243003
244.37/231.77	c cleaning 22028 clauses out of 44128 with flag 0/266001
299.96/286.63	c cleaning 23026 clauses out of 46100 with flag 0/290001
338.59/324.72	c cleaning 24027 clauses out of 48073 with flag 0/315000
378.61/364.22	c cleaning 25006 clauses out of 50048 with flag 0/341002
423.53/408.65	c cleaning 26019 clauses out of 52040 with flag 0/368000
450.16/434.78	c cleaning 27002 clauses out of 54021 with flag 0/396000
491.52/475.67	c cleaning 27944 clauses out of 56019 with flag 0/425000
597.55/581.58	c cleaning 29029 clauses out of 58075 with flag 0/455000
645.19/631.98	c cleaning 29969 clauses out of 60047 with flag 0/486001
737.26/723.57	c cleaning 31006 clauses out of 62080 with flag 0/518003
835.31/820.77	c cleaning 32009 clauses out of 64071 with flag 0/551000
918.23/904.16	c cleaning 32986 clauses out of 66062 with flag 0/585000
972.62/959.91	c cleaning 33959 clauses out of 68076 with flag 0/620000
1039.13/1026.04	c cleaning 35014 clauses out of 70117 with flag 0/656000
1112.10/1098.01	c cleaning 36017 clauses out of 72103 with flag 0/693000
1176.62/1161.89	c cleaning 37004 clauses out of 74087 with flag 0/731001
1272.89/1256.75	c cleaning 37996 clauses out of 76082 with flag 0/770000
1325.38/1308.55	c cleaning 38987 clauses out of 78087 with flag 0/810001
1369.61/1351.86	c cleaning 40034 clauses out of 80099 with flag 0/851000
1428.12/1411.56	c cleaning 40901 clauses out of 82065 with flag 0/893000
1485.06/1468.09	c cleaning 41923 clauses out of 84165 with flag 0/936001
1545.37/1527.40	c cleaning 42975 clauses out of 86241 with flag 0/980000
1612.52/1594.28	c cleaning 44075 clauses out of 88266 with flag 0/1025000
1710.26/1690.98	c cleaning 45008 clauses out of 90191 with flag 0/1071000
1802.32/1781.84	c cleaning 45990 clauses out of 92183 with flag 0/1118000
1890.23/1869.94	c cleaning 47000 clauses out of 94195 with flag 0/1166002
1982.65/1961.44	c cleaning 47995 clauses out of 96194 with flag 0/1215001
2095.27/2074.48	c cleaning 48963 clauses out of 98198 with flag 0/1265000
2191.23/2169.34	c cleaning 50062 clauses out of 100235 with flag 0/1316000
2276.26/2253.11	c cleaning 50934 clauses out of 102173 with flag 0/1368000
2378.56/2354.13	c cleaning 51955 clauses out of 104239 with flag 0/1421000
2461.98/2438.41	c cleaning 52992 clauses out of 106284 with flag 0/1475000
2544.94/2520.29	c cleaning 53970 clauses out of 108292 with flag 0/1530000
2603.92/2581.75	c cleaning 55113 clauses out of 110322 with flag 0/1586000
2691.27/2669.95	c cleaning 56052 clauses out of 112210 with flag 0/1643001
2765.31/2743.06	c cleaning 56952 clauses out of 114157 with flag 0/1701000
2941.91/2917.97	c cleaning 57931 clauses out of 116205 with flag 0/1760000
3023.10/3009.48	c cleaning 58849 clauses out of 118275 with flag 0/1820001
3115.71/3101.01	c cleaning 60154 clauses out of 120428 with flag 0/1881003
3195.62/3179.89	c cleaning 61050 clauses out of 122271 with flag 0/1943000
3285.92/3269.18	c cleaning 62022 clauses out of 124222 with flag 0/2006001
3381.45/3363.91	c cleaning 63036 clauses out of 126199 with flag 0/2070000
3503.21/3484.24	c cleaning 63948 clauses out of 128163 with flag 0/2135000
3600.07/3579.83	c timeout
3600.07/3579.85	c starts		: 108
3600.07/3579.85	c conflicts		: 2195868
3600.07/3579.85	c decisions		: 8237069
3600.07/3579.85	c propagations		: 895011254
3600.07/3579.85	c inspects		: 10382020575
3600.07/3579.85	c shortcuts		: 0
3600.07/3579.86	c learnt literals	: 0
3600.07/3579.86	c learnt binary clauses	: 409
3600.07/3579.86	c learnt ternary clauses	: 1572
3600.07/3579.86	c learnt constraints	: 2195868
3600.07/3579.86	c ignored constraints	: 0
3600.07/3579.86	c root simplifications	: 0
3600.07/3579.86	c removed literals (reason simplification)	: 0
3600.07/3579.86	c reason swapping (by a shorter reason)	: 0
3600.07/3579.86	c Calls to reduceDB	: 61
3600.07/3579.86	c Number of update (reduction) of LBD	: 2902808
3600.07/3579.86	c Imported unit clauses	: 0
3600.07/3579.86	c No decision after first conflict	: false
3600.07/3579.86	c number of reductions to clauses (during analyze)	: 0
3600.07/3579.86	c number of learned constraints concerned by reduction	: 0
3600.07/3579.86	c number of learning phase by resolution	: 0
3600.07/3579.87	c number of learning phase by cutting planes	: 0
3600.07/3579.87	c number of rounding to 1 operations	: 0
3600.07/3579.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3579.87	c number of reductions of the coefficients by power 2 	: 0
3600.07/3579.87	c number of right shift for reduction by power 2 	: 0
3600.07/3579.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3579.87	c number of ending skipping 	: 0
3600.07/3579.87	c number of internal skipping 	: 0
3600.07/3579.87	c number of derivation steps 	: 64162780
3600.07/3579.87	c number of skipped derivation steps 	: 0
3600.07/3579.87	c number of remaining unassigned 	: 114174
3600.07/3579.87	c number of remaining assigned 	: 668590233
3600.07/3579.87	c number of falsified literals weakened from reason	: 0
3600.07/3579.87	c number of falsified literals weakened from conflict	: 0
3600.07/3579.87	c time for arithmetic operations	: 20288457353
3600.07/3579.87	c minimum degree of deleted constraints	: 1
3600.07/3579.87	c maximum degree of deleted constraints	: 1561143203300181600
3600.07/3579.87	c number of deleted constraints	: 2070785
3600.07/3579.87	c speed (assignments/second)	: 250906.7583338543
3600.07/3579.87	c non guided choices	: 342536
3600.35/3580.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 71169
3600.35/3580.01	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 43
3600.35/3580.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 409
3600.35/3580.01	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 53462
3600.35/3580.02	s UNKNOWN
3600.35/3580.02	c Total wall clock time (in seconds): 3579.613

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63278 MiB free)
  memory of node 1: 64465 MiB (63934 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503355-1751171026/watcher-4503355-1751171026 -o /tmp/evaluation-result-4503355-1751171026/solver-4503355-1751171026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21015 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503355-1751171026 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503355-1751171026.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
Starting watchdog thread9_5.x8
Starting watchdog thread9_5.x8
solver pid=21122, runsolver pid=21092
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 0.95 1.04 1.30 6/320 21140
/proc/meminfo: memFree=130208064/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=18930384 memory=47952 CPUtime=0.1 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 5719 0 0 0 7 3 0 0 20 0 18 0 32782073 19384713216 11988 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4732596 11988 5279 1 0 546949 0
[pid=21122/tid=21124] ppid=21092 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 4621 0 0 0 4 2 0 0 20 0 18 0 32782075 19384713216 11988 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32782080 19384713216 11988 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=18930384 memory=58494082630061 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32782081 19384713216 11988 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47952 KiB

[startup+0.215245 s]*
/proc/loadavg: 0.95 1.04 1.30 12/320 21140
/proc/meminfo: memFree=130184940/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=18930384 memory=50000 CPUtime=0.26 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 6153 0 0 0 22 4 0 0 20 0 18 0 32782073 19384713216 12500 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4732596 12500 5343 1 0 547255 0
[pid=21122/tid=21124] ppid=21092 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 4985 0 0 0 13 2 0 0 20 0 18 0 32782075 19384713216 12500 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32782080 19384713216 12500 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32782081 19384713216 12500 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50000 KiB

[startup+0.317538 s]*
/proc/loadavg: 0.95 1.04 1.30 11/320 21140
/proc/meminfo: memFree=130175804/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=18930384 memory=56752 CPUtime=0.43 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 6777 0 0 0 38 5 0 0 20 0 18 0 32782073 19384713216 14188 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4732596 14188 5407 1 0 547775 0
[pid=21122/tid=21124] ppid=21092 vsize=18930384 memory=-6000919498409536365 CPUtime=0.24 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 5220 0 0 0 21 3 0 0 20 0 18 0 32782075 19384713216 14188 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32782080 19384713216 14188 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32782081 19384713216 14188 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56752 KiB

[startup+0.700451 s]
/proc/loadavg: 0.95 1.04 1.30 9/320 21140
/proc/meminfo: memFree=130165092/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=18996948 memory=153492 CPUtime=0.96 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 7387 0 0 0 86 10 0 0 20 0 19 0 32782073 19452874752 38373 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4749237 38373 5471 1 0 548329 0
[pid=21122/tid=21124] ppid=21092 vsize=18996948 memory=17152 CPUtime=0.48 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 5490 0 0 0 40 8 0 0 20 0 19 0 32782075 19452874752 38373 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32782080 19452874752 38373 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782081 19452874752 38373 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153492 KiB

[startup+1.5003 s]
/proc/loadavg: 0.95 1.04 1.30 9/324 21144
/proc/meminfo: memFree=129147904/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=18996948 memory=1293344 CPUtime=2.51 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 12678 0 0 0 209 42 0 0 20 0 19 0 32782073 19452874752 323336 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4749237 323336 5471 1 0 551688 0
[pid=21122/tid=21124] ppid=21092 vsize=18996948 memory=3200 CPUtime=1.22 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 6039 0 0 0 85 37 0 0 20 0 19 0 32782075 19452874752 323336 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32782080 19452874752 323336 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782081 19452874752 323336 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1293344 KiB

[startup+3.10648 s]
/proc/loadavg: 0.95 1.04 1.30 7/324 21144
/proc/meminfo: memFree=121181388/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=18996948 memory=2723012 CPUtime=4.8 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 22548 0 0 0 404 76 0 0 20 0 19 0 32782073 19452874752 680753 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4749237 680753 5471 1 0 912593 0
[pid=21122/tid=21124] ppid=21092 vsize=18996948 memory=11264 CPUtime=2.73 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 6811 0 0 0 204 69 0 0 20 0 19 0 32782075 19452874752 680753 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32782080 19452874752 680753 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782081 19452874752 680753 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 4.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2723012 KiB

[startup+6.30031 s]
/proc/loadavg: 1.35 1.13 1.32 8/326 21146
/proc/meminfo: memFree=115146768/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=18996948 memory=3449124 CPUtime=9.02 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 26987 0 0 0 809 93 0 0 20 0 19 0 32782073 19452874752 862281 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4749237 862281 5471 1 0 1097213 0
[pid=21122/tid=21124] ppid=21092 vsize=18996948 memory=5632 CPUtime=5.64 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 7548 0 0 0 480 84 0 0 20 0 19 0 32782075 19452874752 862281 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32782080 19452874752 862281 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=18996948 memory=-6000919498409536365 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782081 19452874752 862281 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 9.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3449124 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 1.21 1.35 6/327 21147
/proc/meminfo: memFree=109728308/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=18996948 memory=7163356 CPUtime=16.32 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 31245 0 0 0 1462 170 0 0 20 0 19 0 32782073 19452874752 1790839 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4749237 1790839 5471 1 0 2041818 0
[pid=21122/tid=21124] ppid=21092 vsize=18996948 memory=3450788 CPUtime=11.4 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 9855 0 0 0 980 160 0 0 20 0 19 0 32782075 19452874752 1790839 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=18996948 memory=17152 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32782080 19452874752 1790839 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32782081 19452874752 1790839 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 16.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7163356 KiB

[startup+25.5005 s]
/proc/loadavg: 2.23 1.35 1.39 5/328 21148
/proc/meminfo: memFree=108715832/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19063512 memory=7175588 CPUtime=33.81 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 34311 0 0 0 3207 174 0 0 20 0 20 0 32782073 19521036288 1793897 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4765878 1793897 5535 1 0 2042523 0
[pid=21122/tid=21124] ppid=21092 vsize=19063512 memory=7175588 CPUtime=23.96 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 11493 0 0 0 2234 162 0 0 20 0 20 0 32782075 19521036288 1793897 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19063512 memory=7171492 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782080 19521036288 1793897 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19063512 memory=3450788 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782081 19521036288 1793897 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21148] ppid=21092 vsize=19063512 memory=1300268 CPUtime=0 cores=5,7
/proc/21122/task/21148/stat : 21148 (Timer-0) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32783350 19521036288 1793897 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 33.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7175588 KiB

[startup+51.1144 s]
/proc/loadavg: 2.97 1.59 1.47 5/329 21149
/proc/meminfo: memFree=108611496/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19063512 memory=7190144 CPUtime=59.51 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 44618 0 1 0 5769 182 0 0 20 0 20 0 32782073 19521036288 1797536 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4765878 1797536 5535 1 0 2042539 0
[pid=21122/tid=21124] ppid=21092 vsize=19063512 memory=7186036 CPUtime=48.5 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 14343 0 0 0 4684 166 0 0 20 0 20 0 32782075 19521036288 1797536 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19063512 memory=7181932 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782080 19521036288 1797536 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32782081 19521036288 1797536 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21148] ppid=21092 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21122/task/21148/stat : 21148 (Timer-0) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32783350 19521036288 1797536 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 59.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7190144 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 2.03 1.63 5/329 21151

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

/proc/meminfo: memFree=97923568/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19063512 memory=8118216 CPUtime=3238.53 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 317351 0 1 0 323082 771 0 0 20 0 20 0 32782073 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4765878 2029554 5535 1 0 2044969 0
[pid=21122/tid=21124] ppid=21092 vsize=19063512 memory=4352 CPUtime=3109.25 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 192324 0 0 0 310391 534 0 0 20 0 20 0 32782075 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19063512 memory=8117960 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782080 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 2597 0 0 0 0 0 0 0 20 0 20 0 32782081 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21148] ppid=21092 vsize=19063512 memory=-6000919498409536365 CPUtime=0 cores=5,7
/proc/21122/task/21148/stat : 21148 (Timer-0) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32783350 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 3238.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8118216 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.17 4.10 5/330 21328
/proc/meminfo: memFree=97843292/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19063512 memory=8118216 CPUtime=3299.3 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 322424 0 1 0 329148 782 0 0 20 0 20 0 32782073 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4765878 2029554 5535 1 0 2044969 0
[pid=21122/tid=21124] ppid=21092 vsize=19063512 memory=14720 CPUtime=3167.93 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 195810 0 0 0 316252 541 0 0 20 0 20 0 32782075 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782080 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19063512 memory=8118216 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 2685 0 0 0 0 0 0 0 20 0 20 0 32782081 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21148] ppid=21092 vsize=19063512 memory=8118216 CPUtime=0 cores=5,7
/proc/21122/task/21148/stat : 21148 (Timer-0) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32783350 19521036288 2029554 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 3299.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8118216 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.09 5/332 21337
/proc/meminfo: memFree=101611412/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19063512 memory=8118344 CPUtime=3360.06 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 326612 0 1 0 335215 791 0 0 20 0 20 0 32782073 19521036288 2029586 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4765878 2029586 5535 1 0 2044969 0
[pid=21122/tid=21124] ppid=21092 vsize=19063512 memory=8118216 CPUtime=3226.72 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 198411 0 0 0 322124 548 0 0 20 0 20 0 32782075 19521036288 2029586 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19063512 memory=-6000919498409536365 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782080 19521036288 2029586 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19063512 memory=8118344 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 2745 0 0 0 0 0 0 0 20 0 20 0 32782081 19521036288 2029586 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21148] ppid=21092 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/21122/task/21148/stat : 21148 (Timer-0) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32783350 19521036288 2029586 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 3360.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8118344 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.17 4.10 5/332 21339
/proc/meminfo: memFree=101808752/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19063512 memory=8118472 CPUtime=3420.13 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 332414 0 1 0 341212 801 0 0 20 0 20 0 32782073 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4765878 2029618 5535 1 0 2045002 0
[pid=21122/tid=21124] ppid=21092 vsize=19063512 memory=8118216 CPUtime=3284.71 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 202815 0 0 0 327916 555 0 0 20 0 20 0 32782075 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19063512 memory=8118472 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782080 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19063512 memory=8118472 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 2746 0 0 0 0 0 0 0 20 0 20 0 32782081 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21148] ppid=21092 vsize=19063512 memory=-6000919498409536365 CPUtime=0 cores=5,7
/proc/21122/task/21148/stat : 21148 (Timer-0) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32783350 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 3420.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8118472 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.20 4.11 5/331 21341
/proc/meminfo: memFree=102006104/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19063512 memory=8118472 CPUtime=3480.96 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 337420 0 1 0 347284 812 0 0 20 0 20 0 32782073 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4765878 2029618 5535 1 0 2045002 0
[pid=21122/tid=21124] ppid=21092 vsize=19063512 memory=8118216 CPUtime=3343.09 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 206491 0 0 0 333747 562 0 0 20 0 20 0 32782075 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19063512 memory=8118472 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782080 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19063512 memory=8118472 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 2834 0 0 0 0 0 0 0 20 0 20 0 32782081 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21148] ppid=21092 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/21122/task/21148/stat : 21148 (Timer-0) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32783350 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 3480.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8118472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.21 4.12 6/332 21344
/proc/meminfo: memFree=104894888/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19063512 memory=8118472 CPUtime=3541.73 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 338600 0 1 0 353351 822 0 0 20 0 20 0 32782073 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4765878 2029618 5535 1 0 2045002 0
[pid=21122/tid=21124] ppid=21092 vsize=19063512 memory=8118472 CPUtime=3401.54 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 207205 0 0 0 339585 569 0 0 20 0 20 0 32782075 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19063512 memory=8118472 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782080 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 2853 0 0 0 0 0 0 0 20 0 20 0 32782081 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21148] ppid=21092 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/21122/task/21148/stat : 21148 (Timer-0) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32783350 19521036288 2029618 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 3541.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8118472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.8 s]
/proc/loadavg: 4.66 4.31 4.16 5/331 21612
/proc/meminfo: memFree=111464924/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19063512 memory=8118600 CPUtime=3600.07 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 341654 0 1 0 359173 834 0 0 20 0 20 0 32782073 19521036288 2029650 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4765878 2029650 5535 1 0 2045019 0
[pid=21122/tid=21124] ppid=21092 vsize=19063512 memory=12544 CPUtime=3457.52 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) R 21092 21122 21002 0 -1 4194368 209901 0 0 0 345176 576 0 0 20 0 20 0 32782075 19521036288 2029650 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19063512 memory=10112 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782080 19521036288 2029650 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 2853 0 0 0 0 0 0 0 20 0 20 0 32782081 19521036288 2029650 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21148] ppid=21092 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/21122/task/21148/stat : 21148 (Timer-0) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32783350 19521036288 2029650 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8118600 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.01 s, system=8.39923 s

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

[startup+3580 s]*
/proc/loadavg: 4.66 4.31 4.16 6/332 21615
/proc/meminfo: memFree=111483948/131382112 swapFree=33010684/33010684
[pid=21122] ppid=21092 vsize=19263204 memory=8119368 CPUtime=3600.35 cores=5,7
/proc/21122/stat : 21122 (java) S 21092 21122 21002 0 -1 4194304 344177 0 1 0 359200 835 0 0 20 0 21 0 32782073 19725520896 2029842 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
/proc/21122/statm: 4815801 2029842 5535 1 0 2045966 0
[pid=21122/tid=21124] ppid=21092 vsize=19263204 memory=-6000919472656182125 CPUtime=3457.56 cores=5,7
/proc/21122/task/21124/stat : 21124 (java) S 21092 21122 21002 0 -1 4194368 210298 0 0 0 345180 576 0 0 20 0 21 0 32782075 19725520896 2029842 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21133] ppid=21092 vsize=19263204 memory=3200 CPUtime=0 cores=5,7
/proc/21122/task/21133/stat : 21133 (Finalizer) S 21092 21122 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32782080 19725520896 2029842 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21140] ppid=21092 vsize=19263204 memory=4760 CPUtime=0 cores=5,7
/proc/21122/task/21140/stat : 21140 (Common-Cleaner) S 21092 21122 21002 0 -1 4194368 2853 0 0 0 0 0 0 0 20 0 21 0 32782081 19725520896 2029842 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
[pid=21122/tid=21614] ppid=21092 vsize=19263204 memory=2760 CPUtime=0.14 cores=5,7
/proc/21122/task/21614/stat : 21614 (Thread-0) R 21092 21122 21002 0 -1 4194368 316 0 0 0 14 0 0 0 20 0 21 0 33140055 19725520896 2029842 18446744073709551615 94067687755776 94067687759472 140722290308480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94067687767288 94067687768080 94067709546496 140722290313517 140722290313702 140722290313702 140722290319304 0
Current children cumulated CPU time: 3600.35 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 8119368 KiB

Child status: 143

Real time (s): 3580.07
CPU time (s): 3600.41
CPU user time (s): 3592.01
CPU system time (s): 8.39923
CPU usage (%): 100.568
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 8119368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.01
system time used= 8.39923
maximum resident set size= 8119624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344358
page faults= 1
swaps= 0
block input operations= 0
block output operations= 2553120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129549
involuntary context switches= 20304


# summary of solver processes directly reported to runsolver:
#   pid: 21122
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3592.01
#   total CPU system time (s): 8.39923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8807 second user time and 38.0156 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 06:23:47
IDJOB=4503355
IDBENCH=155426
IDSOLVER=3362
FILE ID=nodeC005/4503355-1751171026
RUNJOBID= nodeC005-1751171026-21015
SLURM_JOB_ID= 9587533
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-192.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503355-1751171026/watcher-4503355-1751171026 -o /tmp/evaluation-result-4503355-1751171026/solver-4503355-1751171026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21015 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503355-1751171026 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503355-1751171026.opb

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

MD5SUM BENCH= 7ac327da8fefd7cd3f39afa8bfb7af2c
RANDOM SEED=1446321554

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130324196 kB
MemAvailable:   129960596 kB
Buffers:            3280 kB
Cached:           438012 kB
SwapCached:            0 kB
Active:           310852 kB
Inactive:         213000 kB
Active(anon):     100536 kB
Inactive(anon):        0 kB
Active(file):     210316 kB
Inactive(file):   213000 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             48084 kB
Writeback:             4 kB
AnonPages:         85696 kB
Mapped:           112620 kB
Shmem:             17960 kB
KReclaimable:      85360 kB
Slab:             167068 kB
SReclaimable:      85360 kB
SUnreclaim:        81708 kB
KernelStack:        4080 kB
PageTables:         3036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4703716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC005 at 2025-06-29 07:23:27