Trace number 4513517

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.21 3551.89

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v091-n1.opb
MD5SUM0777625e3e50e9abbc3eac7557ef5296
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.043045
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.22	c See www.sat4j.org for details.
0.07/0.22	c version PB25.v20250606
0.07/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.23	c java.vm.version	22.0.1+8-16
0.07/0.23	c java.vm.vendor	Oracle Corporation
0.07/0.23	c sun.arch.data.model	64
0.07/0.23	c java.version		22.0.1
0.07/0.23	c os.name		Linux
0.07/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.07/0.23	c os.arch		amd64
0.07/0.24	c Free memory 		2104792832
0.07/0.24	c Max memory 		16282288128
0.07/0.24	c Total memory 		2113929216
0.07/0.24	c Number of processors 	2
0.23/0.31	c Pseudo Boolean Optimization by upper bound
0.23/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.31	c  - never skip resolution steps
0.23/0.31	c  - Auto-division on coefficients is disabled
0.23/0.31	c  - No postprocessing
0.23/0.31	c  - Conflict is considered as is when resolving
0.23/0.31	c  - Use constraints as they come during conflict analysis
0.23/0.31	c  - Weaken first using unassigned literals
0.23/0.31	c  - Bump strategy: ALWAYS_ONE
0.23/0.31	c  - Bumper: EFFECTIVE
0.23/0.31	c --- Begin Solver configuration ---
0.23/0.31	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.23/0.31	c Learn all clauses as in MiniSAT
0.23/0.31	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.31	c No reason simplification
0.23/0.31	c Dynamic restart strategy considering the size of the coefficients
0.23/0.31	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.23/0.31	c timeout=2147483s
0.23/0.31	c DB Simplification allowed=false
0.23/0.31	c Listener: none
0.23/0.31	c --- End Solver configuration ---
0.23/0.31	c solving HOME/instance-4513517-1751225628.opb
0.23/0.31	c reading problem ... 
0.23/0.31	c using VERIPB proof format
0.23/0.31	c  no objective function found
0.23/0.33	c ... done. Wall clock time 0.023s.
0.23/0.33	c declared #vars     273
0.23/0.33	c #constraints  182
0.23/0.33	c constraints type 
0.23/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 182
0.23/0.33	c 182 constraints processed.
7.90/5.56	c cleaning 2501 clauses out of 5001 with flag 0/5001
13.63/10.62	c cleaning 4250 clauses out of 8499 with flag 0/11000
19.69/16.66	c cleaning 5631 clauses out of 11262 with flag 0/18013
26.75/23.63	c cleaning 6811 clauses out of 13623 with flag 0/26005
32.30/29.16	c cleaning 7899 clauses out of 15807 with flag 0/35000
38.61/35.32	c cleaning 8952 clauses out of 17908 with flag 0/45000
44.89/41.51	c cleaning 9977 clauses out of 19958 with flag 0/56002
52.99/49.54	c cleaning 10986 clauses out of 21980 with flag 0/68001
63.06/59.46	c cleaning 11982 clauses out of 23994 with flag 0/81001
75.41/71.62	c cleaning 13000 clauses out of 26011 with flag 0/95000
89.83/85.80	c cleaning 14000 clauses out of 28012 with flag 0/110001
102.08/97.91	c cleaning 14994 clauses out of 30011 with flag 0/126000
113.93/109.57	c cleaning 15990 clauses out of 32017 with flag 0/143000
128.09/123.44	c cleaning 17005 clauses out of 34027 with flag 0/161000
145.46/140.41	c cleaning 18005 clauses out of 36022 with flag 0/180000
167.73/162.41	c cleaning 19004 clauses out of 38017 with flag 0/200000
185.64/180.12	c cleaning 19985 clauses out of 40013 with flag 0/221000
206.76/201.00	c cleaning 21008 clauses out of 42030 with flag 0/243002
231.43/225.34	c cleaning 21990 clauses out of 44020 with flag 0/266000
261.51/255.16	c cleaning 22997 clauses out of 46031 with flag 0/290001
301.30/294.40	c cleaning 24007 clauses out of 48033 with flag 0/315000
333.67/326.46	c cleaning 24988 clauses out of 50026 with flag 0/341000
362.68/355.08	c cleaning 26019 clauses out of 52043 with flag 0/368005
394.54/386.56	c cleaning 26980 clauses out of 54019 with flag 0/396000
438.97/430.57	c cleaning 28004 clauses out of 56040 with flag 0/425001
482.40/473.47	c cleaning 29012 clauses out of 58038 with flag 0/455003
525.51/516.09	c cleaning 29995 clauses out of 60023 with flag 0/486000
561.19/551.34	c cleaning 30998 clauses out of 62028 with flag 0/518000
598.72/588.37	c cleaning 32002 clauses out of 64033 with flag 0/551003
652.25/641.23	c cleaning 32991 clauses out of 66028 with flag 0/585000
722.80/711.21	c cleaning 34007 clauses out of 68039 with flag 0/620002
826.11/813.74	c cleaning 34996 clauses out of 70030 with flag 0/656000
903.05/889.87	c cleaning 36006 clauses out of 72034 with flag 0/693000
969.21/955.38	c cleaning 37004 clauses out of 74028 with flag 0/731000
1053.04/1038.28	c cleaning 37981 clauses out of 76024 with flag 0/770000
1157.69/1142.19	c cleaning 39016 clauses out of 78054 with flag 0/810011
1261.73/1245.27	c cleaning 39992 clauses out of 80028 with flag 0/851001
1366.72/1349.44	c cleaning 41006 clauses out of 82036 with flag 0/893001
1464.04/1446.41	c cleaning 41991 clauses out of 84030 with flag 0/936001
1535.96/1517.58	c cleaning 43004 clauses out of 86039 with flag 0/980001
1612.27/1592.92	c cleaning 43989 clauses out of 88034 with flag 0/1025000
1718.03/1697.80	c cleaning 45013 clauses out of 90045 with flag 0/1071000
1829.54/1808.28	c cleaning 45996 clauses out of 92032 with flag 0/1118000
1934.18/1911.87	c cleaning 47016 clauses out of 94054 with flag 0/1166018
2049.07/2025.48	c cleaning 47989 clauses out of 96021 with flag 0/1215001
2179.04/2154.07	c cleaning 49011 clauses out of 98039 with flag 0/1265008
2279.22/2253.19	c cleaning 49997 clauses out of 100020 with flag 0/1316000
2371.37/2343.47	c cleaning 51001 clauses out of 102023 with flag 0/1368000
2419.82/2391.15	c cleaning 52001 clauses out of 104023 with flag 0/1421001
2534.69/2500.47	c cleaning 52999 clauses out of 106021 with flag 0/1475000
2623.49/2587.78	c cleaning 53992 clauses out of 108022 with flag 0/1530000
2706.31/2669.41	c cleaning 55001 clauses out of 110031 with flag 0/1586001
2798.25/2760.10	c cleaning 55989 clauses out of 112030 with flag 0/1643001
2863.30/2824.11	c cleaning 57009 clauses out of 114040 with flag 0/1701000
2957.25/2916.76	c cleaning 58011 clauses out of 116036 with flag 0/1760005
3064.54/3023.13	c cleaning 58995 clauses out of 118020 with flag 0/1820000
3193.49/3150.19	c cleaning 60005 clauses out of 120025 with flag 0/1881000
3300.40/3255.84	c cleaning 61000 clauses out of 122027 with flag 0/1943007
3398.06/3352.04	c cleaning 61991 clauses out of 124020 with flag 0/2006000
3527.11/3479.60	c cleaning 63001 clauses out of 126030 with flag 0/2070001
3600.08/3551.81	c starts		: 471
3600.08/3551.81	c conflicts		: 2097899
3600.08/3551.81	c decisions		: 4168964
3600.08/3551.81	c propagations		: 18019266
3600.08/3551.81	c inspects		: 5234251568
3600.08/3551.81	c shortcuts		: 0
3600.08/3551.81	c learnt literals	: 0
3600.08/3551.81	c learnt binary clauses	: 0
3600.08/3551.81	c learnt ternary clauses	: 0
3600.08/3551.81	c learnt constraints	: 2097899
3600.08/3551.81	c ignored constraints	: 0
3600.08/3551.81	c root simplifications	: 0
3600.08/3551.81	c removed literals (reason simplification)	: 0
3600.08/3551.81	c reason swapping (by a shorter reason)	: 0
3600.08/3551.81	c Calls to reduceDB	: 60
3600.08/3551.81	c Number of update (reduction) of LBD	: 2217801
3600.08/3551.81	c Imported unit clauses	: 0
3600.08/3551.81	c No decision after first conflict	: false
3600.08/3551.81	c number of reductions to clauses (during analyze)	: 0
3600.08/3551.81	c number of learned constraints concerned by reduction	: 0
3600.08/3551.81	c number of learning phase by resolution	: 0
3600.08/3551.81	c number of learning phase by cutting planes	: 0
3600.08/3551.81	c number of rounding to 1 operations	: 0
3600.08/3551.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3551.81	c number of reductions of the coefficients by power 2 	: 0
3600.08/3551.81	c number of right shift for reduction by power 2 	: 0
3600.08/3551.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3551.81	c number of ending skipping 	: 0
3600.08/3551.81	c number of internal skipping 	: 0
3600.08/3551.81	c number of derivation steps 	: 13233599
3600.08/3551.81	c number of skipped derivation steps 	: 0
3600.08/3551.81	c number of remaining unassigned 	: 53059
3600.08/3551.81	c number of remaining assigned 	: 529908451
3600.08/3551.81	c number of falsified literals weakened from reason	: 0
3600.08/3551.81	c number of falsified literals weakened from conflict	: 0
3600.08/3551.81	c time for arithmetic operations	: 8777383924
3600.08/3551.82	c timeout
3600.08/3551.82	c minimum degree of deleted constraints	: 1
3600.08/3551.82	c maximum degree of deleted constraints	: 1911985181613630534921373597246939791882174237774120650968843813197570884874578673445904608611210
3600.08/3551.82	c number of deleted constraints	: 2006972
3600.08/3551.82	c speed (assignments/second)	: 5073.730044603902
3600.08/3551.82	c non guided choices	: 470
3600.08/3551.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 8879
3600.08/3551.87	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 13
3600.08/3551.87	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 82035
3600.08/3551.87	s UNKNOWN
3600.08/3551.87	c Total wall clock time (in seconds): 3551.562

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513517-1751225628/watcher-4513517-1751225628 -o /tmp/evaluation-result-4513517-1751225628/solver-4513517-1751225628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37349 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513517-1751225628 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513517-1751225628.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=37398, runsolver pid=37390

[startup+0.100058 s]*
/proc/loadavg: 0.61 1.91 2.89 1/296 37431
/proc/meminfo: memFree=129108832/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=18130736 memory=22008 CPUtime=0 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 2145 0 169 0 0 0 0 0 20 0 7 0 38240348 18565873664 5502 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4532684 5502 3136 1 0 540973 0
[pid=37398/tid=37409] ppid=37390 vsize=18130736 memory=4026532124 CPUtime=0 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) D 37390 37398 37338 0 -1 4194368 1581 0 106 0 0 0 0 0 20 0 7 0 38240354 18565873664 5502 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16784588 1 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 22008 KiB

[startup+0.205695 s]*
/proc/loadavg: 0.61 1.91 2.89 6/340 37475
/proc/meminfo: memFree=129041984/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=18930384 memory=48264 CPUtime=0.07 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 5695 0 405 0 5 2 0 0 20 0 18 0 38240348 19384713216 12066 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4732596 12066 5167 1 0 547056 0
[pid=37398/tid=37409] ppid=37390 vsize=18930384 memory=3472328132922704156 CPUtime=0.04 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 4570 0 305 0 3 1 0 0 20 0 18 0 38240354 19384713216 12066 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=18930384 memory=14860 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38240364 19384713216 12066 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38240365 19384713216 12066 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48264 KiB

[startup+0.305347 s]*
/proc/loadavg: 0.61 1.91 2.89 10/340 37475
/proc/meminfo: memFree=129000840/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=18930384 memory=61260 CPUtime=0.23 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 6783 0 411 0 20 3 0 0 20 0 18 0 38240348 19384713216 15315 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4732596 15315 5327 1 0 547882 0
[pid=37398/tid=37409] ppid=37390 vsize=18930384 memory=-6000919485524436332 CPUtime=0.13 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 5124 0 308 0 11 2 0 0 20 0 18 0 38240354 19384713216 15315 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38240364 19384713216 15315 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38240365 19384713216 15315 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61260 KiB

[startup+0.700239 s]
/proc/loadavg: 0.61 1.91 2.89 12/344 37479
/proc/meminfo: memFree=128840228/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=18996948 memory=142596 CPUtime=0.96 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 13128 0 411 0 91 5 0 0 20 0 19 0 38240348 19452874752 35649 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4749237 35649 5359 1 0 552292 0
[pid=37398/tid=37409] ppid=37390 vsize=18996948 memory=17536 CPUtime=0.43 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 5303 0 308 0 40 3 0 0 20 0 19 0 38240354 19452874752 35649 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38240364 19452874752 35649 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38240365 19452874752 35649 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=18996948 memory=4252 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38240382 19452874752 35649 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142596 KiB

[startup+1.50039 s]
/proc/loadavg: 0.61 1.91 2.89 7/325 37493
/proc/meminfo: memFree=128620316/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=218504 CPUtime=2.53 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 21366 0 411 0 244 9 0 0 20 0 20 0 38240348 19521036288 54626 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 54626 5423 1 0 556370 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=0 CPUtime=1.17 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 5412 0 308 0 113 4 0 0 20 0 20 0 38240354 19521036288 54626 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 54626 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 54626 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=224194199869 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 54626 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 218504 KiB

[startup+3.10594 s]
/proc/loadavg: 0.61 1.91 2.89 8/348 37550
/proc/meminfo: memFree=126159492/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=831708 CPUtime=5.44 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 27801 0 411 0 520 24 0 0 20 0 20 0 38240348 19521036288 207927 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 207927 5423 1 0 556392 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=0 CPUtime=2.73 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 6645 0 308 0 257 16 0 0 20 0 20 0 38240354 19521036288 207927 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 207927 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=-6000919506999272812 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 207927 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 207927 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 831708 KiB

[startup+6.30023 s]
/proc/loadavg: 1.04 1.98 2.90 7/347 37551
/proc/meminfo: memFree=124083768/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=1316112 CPUtime=8.86 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 30097 0 411 0 851 35 0 0 20 0 20 0 38240348 19521036288 329028 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 329028 5423 1 0 556429 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=0 CPUtime=5.86 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 7608 0 308 0 559 27 0 0 20 0 20 0 38240354 19521036288 329028 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=7100839878709310576 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 329028 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 329028 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=6943526294502006880 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 329028 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 8.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316112 KiB

[startup+12.7002 s]
/proc/loadavg: 1.52 2.07 2.92 6/348 37552
/proc/meminfo: memFree=122663568/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=1328836 CPUtime=15.78 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 30704 0 411 0 1539 39 0 0 20 0 20 0 38240348 19521036288 332209 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 332209 5423 1 0 556431 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=1328836 CPUtime=12.16 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 8044 0 308 0 1186 30 0 0 20 0 20 0 38240354 19521036288 332209 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=33 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 332209 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 332209 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 332209 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 15.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328836 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 2.16 2.94 5/347 37552
/proc/meminfo: memFree=122528296/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=1341284 CPUtime=28.66 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 36729 0 411 0 2821 45 0 0 20 0 20 0 38240348 19521036288 335321 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 335321 5423 1 0 556434 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=1328836 CPUtime=24.73 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 10112 0 308 0 2437 36 0 0 20 0 20 0 38240354 19521036288 335321 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=1330884 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 335321 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 335321 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 335321 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 28.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341284 KiB

[startup+51.1058 s]
/proc/loadavg: 2.81 2.33 2.98 5/347 37553
/proc/meminfo: memFree=121405832/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=1772584 CPUtime=54.63 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 44839 0 411 0 5400 63 0 0 20 0 20 0 38240348 19521036288 443146 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 443146 5423 1 0 662961 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=5632 CPUtime=49.7 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 12517 0 308 0 4918 52 0 0 20 0 20 0 38240354 19521036288 443146 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=1768440 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 443146 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=1766348 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 443146 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=1328836 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=110419796/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=3644592 CPUtime=3205.8 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 140382 0 411 0 319747 833 0 0 20 0 20 0 38240348 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 911148 5455 1 0 926255 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=3644464 CPUtime=3090 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 57330 0 308 0 308329 671 0 0 20 0 20 0 38240354 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=3644464 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=3644592 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 1460 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=3644592 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 3205.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3644592 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.17 4.11 6/345 37743
/proc/meminfo: memFree=110346204/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=3644592 CPUtime=3266.52 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 142983 0 411 0 325802 850 0 0 20 0 20 0 38240348 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 911148 5455 1 0 926255 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=3644464 CPUtime=3148.62 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 58759 0 308 0 314176 686 0 0 20 0 20 0 38240354 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=3644592 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 1550 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=3644592 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 3266.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3644592 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.15 4.10 5/344 37745
/proc/meminfo: memFree=110245624/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=3644592 CPUtime=3327.24 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 144964 0 411 0 331856 868 0 0 20 0 20 0 38240348 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 911148 5455 1 0 926255 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=3644592 CPUtime=3207.32 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 60136 0 308 0 320030 702 0 0 20 0 20 0 38240354 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 1551 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 911148 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 3327.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3644592 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/345 37751
/proc/meminfo: memFree=110148208/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=3652972 CPUtime=3388.27 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 147479 0 411 0 337941 886 0 0 20 0 20 0 38240348 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 913243 5455 1 0 926258 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=4252 CPUtime=3265.78 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 60326 0 308 0 325862 716 0 0 20 0 20 0 38240354 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 1561 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 3388.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/345 37753
/proc/meminfo: memFree=110085200/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=3652972 CPUtime=3448.8 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 148510 0 411 0 343980 900 0 0 20 0 20 0 38240348 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 913243 5455 1 0 926258 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=3652972 CPUtime=3324.44 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) S 37390 37398 37338 0 -1 4194368 61243 0 308 0 331716 728 0 0 20 0 20 0 38240354 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 1561 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 3448.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652972 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.16 4.10 5/344 37755
/proc/meminfo: memFree=110026640/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=3652972 CPUtime=3509.58 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 150915 0 411 0 350045 913 0 0 20 0 20 0 38240348 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 913243 5455 1 0 926258 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=5632 CPUtime=3383.14 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 62581 0 308 0 337574 740 0 0 20 0 20 0 38240354 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=-6000919506999272812 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=3652972 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 1651 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=3652972 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 3509.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.13 4.09 5/345 37759
/proc/meminfo: memFree=109978372/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=3652972 CPUtime=3570.3 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 152951 0 411 0 356105 925 0 0 20 0 20 0 38240348 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 913243 5455 1 0 926262 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=3652972 CPUtime=3442.06 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 63693 0 308 0 343457 749 0 0 20 0 20 0 38240354 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=3652972 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 1737 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=3652972 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 3570.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3551.8 s]
/proc/loadavg: 4.34 4.18 4.11 5/345 37826
/proc/meminfo: memFree=113965568/131250000 swapFree=33010684/33010684
[pid=37398] ppid=37390 vsize=19063512 memory=3652972 CPUtime=3600.08 cores=4,6
/proc/37398/stat : 37398 (java) S 37390 37398 37338 0 -1 4194304 152998 0 411 0 359077 931 0 0 20 0 20 0 38240348 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
/proc/37398/statm: 4765878 913243 5455 1 0 926262 0
[pid=37398/tid=37409] ppid=37390 vsize=19063512 memory=4760 CPUtime=3471.02 cores=4,6
/proc/37398/task/37409/stat : 37409 (java) R 37390 37398 37338 0 -1 4194368 63705 0 308 0 346348 754 0 0 20 0 20 0 38240354 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37444] ppid=37390 vsize=19063512 memory=-6000919506999272812 CPUtime=0 cores=4,6
/proc/37398/task/37444/stat : 37444 (Finalizer) S 37390 37398 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37475] ppid=37390 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/37398/task/37475/stat : 37475 (Common-Cleaner) S 37390 37398 37338 0 -1 4194368 1741 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
[pid=37398/tid=37477] ppid=37390 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/37398/task/37477/stat : 37477 (Timer-0) S 37390 37398 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 913243 18446744073709551615 94190502637568 94190502641264 140722758837184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94190502649080 94190502649872 94190512549888 140722758842669 140722758842854 140722758842854 140722758848456 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3652972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.87 s, system=9.33221 s

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

Child status: 143

Real time (s): 3551.89
CPU time (s): 3600.21
CPU user time (s): 3590.87
CPU system time (s): 9.33221
CPU usage (%): 101.36
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3652972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.87
system time used= 9.33221
maximum resident set size= 3653868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155549
page faults= 411
swaps= 0
block input operations= 26888
block output operations= 4932888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164441
involuntary context switches= 21953


# summary of solver processes directly reported to runsolver:
#   pid: 37398
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3590.87
#   total CPU system time (s): 9.33221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.70676 second user time and 17.5758 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 21:33:48
IDJOB=4513517
IDBENCH=162378
IDSOLVER=3362
FILE ID=nodeC016/4513517-1751225628
RUNJOBID= nodeC016-1751225628-37349
SLURM_JOB_ID= 9587681
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v091-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513517-1751225628/watcher-4513517-1751225628 -o /tmp/evaluation-result-4513517-1751225628/solver-4513517-1751225628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37349 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513517-1751225628 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513517-1751225628.opb

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

MD5SUM BENCH= 0777625e3e50e9abbc3eac7557ef5296
RANDOM SEED=1971826045

nodeC016 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		: 3600.035
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 1199.262
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 3599.918
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 2212.434
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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.214
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
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		: 2200.090
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129138108 kB
MemAvailable:   129776696 kB
Buffers:            3280 kB
Cached:          1443584 kB
SwapCached:            0 kB
Active:           295884 kB
Inactive:        1221836 kB
Active(anon):      88928 kB
Inactive(anon):        0 kB
Active(file):     206956 kB
Inactive(file):  1221836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2276 kB
Writeback:             4 kB
AnonPages:         74260 kB
Mapped:           102152 kB
Shmem:             18072 kB
KReclaimable:      98068 kB
Slab:             185212 kB
SReclaimable:      98068 kB
SUnreclaim:        87144 kB
KernelStack:        4196 kB
PageTables:         2492 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     334396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC016 at 2025-06-29 22:33:00