Trace number 4542860

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.18 3531.23

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
MD5SUM069a73194ecd209cf604f34d8017c292
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 benchmark16.7565
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints752
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints740
Minimum length of a constraint2
Maximum length of a constraint8
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4542860-1753222425.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.17	c  no objective function found
0.30/0.25	c ... done. Wall clock time 0.079s.
0.30/0.25	c declared #vars     1501
0.30/0.25	c #constraints  752
0.30/0.25	c constraints type 
0.30/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.30/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
0.30/0.25	c 752 constraints processed.
3.41/1.81	c cleaning 2494 clauses out of 5001 with flag 0/5001
6.76/3.50	c cleaning 4239 clauses out of 8507 with flag 0/11001
9.35/5.37	c cleaning 5618 clauses out of 11268 with flag 0/18001
11.45/7.27	c cleaning 6805 clauses out of 13649 with flag 0/26000
14.00/9.69	c cleaning 7905 clauses out of 15844 with flag 0/35000
16.88/12.49	c cleaning 8948 clauses out of 17939 with flag 0/45000
20.21/15.76	c cleaning 9971 clauses out of 19991 with flag 0/56000
23.91/19.45	c cleaning 10984 clauses out of 22020 with flag 0/68000
27.72/23.27	c cleaning 11997 clauses out of 24040 with flag 0/81004
32.04/27.35	c cleaning 12999 clauses out of 26040 with flag 0/95001
36.51/31.76	c cleaning 13994 clauses out of 28040 with flag 0/110000
41.45/36.63	c cleaning 14995 clauses out of 30046 with flag 0/126000
46.59/41.64	c cleaning 16002 clauses out of 32051 with flag 0/143000
52.41/47.38	c cleaning 16995 clauses out of 34049 with flag 0/161000
58.11/52.97	c cleaning 17996 clauses out of 36055 with flag 0/180001
64.95/59.69	c cleaning 19000 clauses out of 38058 with flag 0/200000
73.79/68.26	c cleaning 20003 clauses out of 40059 with flag 0/221001
82.89/77.01	c cleaning 20996 clauses out of 42055 with flag 0/243000
90.88/84.83	c cleaning 21999 clauses out of 44062 with flag 0/266003
99.61/93.33	c cleaning 23005 clauses out of 46060 with flag 0/290000
108.77/102.27	c cleaning 24001 clauses out of 48056 with flag 0/315001
118.80/111.91	c cleaning 24996 clauses out of 50056 with flag 0/341002
130.66/123.45	c cleaning 26000 clauses out of 52059 with flag 0/368001
142.45/134.81	c cleaning 27013 clauses out of 54058 with flag 0/396000
161.99/153.78	c cleaning 28013 clauses out of 56045 with flag 0/425000
176.08/167.55	c cleaning 29008 clauses out of 58034 with flag 0/455002
193.59/184.74	c cleaning 30000 clauses out of 60026 with flag 0/486002
220.37/211.26	c cleaning 31000 clauses out of 62027 with flag 0/518003
251.16/239.11	c cleaning 31985 clauses out of 64025 with flag 0/551001
300.15/287.03	c cleaning 32992 clauses out of 66044 with flag 0/585005
337.33/323.83	c cleaning 34014 clauses out of 68051 with flag 0/620004
377.85/363.56	c cleaning 35005 clauses out of 70040 with flag 0/656007
438.99/423.57	c cleaning 36005 clauses out of 72030 with flag 0/693002
483.70/467.26	c cleaning 36999 clauses out of 74023 with flag 0/731000
550.89/533.35	c cleaning 38003 clauses out of 76024 with flag 0/770000
593.95/575.43	c cleaning 39002 clauses out of 78021 with flag 0/810000
658.23/638.52	c cleaning 40000 clauses out of 80019 with flag 0/851000
723.37/702.19	c cleaning 40999 clauses out of 82022 with flag 0/893003
792.97/770.69	c cleaning 41998 clauses out of 84022 with flag 0/936002
848.95/825.63	c cleaning 43001 clauses out of 86025 with flag 0/980003
938.68/913.85	c cleaning 44000 clauses out of 88021 with flag 0/1025000
1033.50/1007.31	c cleaning 45002 clauses out of 90021 with flag 0/1071000
1107.70/1080.37	c cleaning 45997 clauses out of 92024 with flag 0/1118005
1214.08/1184.92	c cleaning 46999 clauses out of 94023 with flag 0/1166001
1308.14/1277.08	c cleaning 47998 clauses out of 96023 with flag 0/1215000
1431.44/1398.86	c cleaning 48999 clauses out of 98029 with flag 0/1265004
1543.56/1509.11	c cleaning 49998 clauses out of 100026 with flag 0/1316000
1652.25/1616.19	c cleaning 51001 clauses out of 102030 with flag 0/1368002
1778.92/1741.23	c cleaning 52002 clauses out of 104027 with flag 0/1421000
1908.76/1869.47	c cleaning 52999 clauses out of 106025 with flag 0/1475000
2047.32/2006.03	c cleaning 54004 clauses out of 108027 with flag 0/1530001
2142.83/2099.56	c cleaning 55005 clauses out of 110023 with flag 0/1586001
2244.85/2200.05	c cleaning 56001 clauses out of 112020 with flag 0/1643003
2358.81/2312.29	c cleaning 56995 clauses out of 114016 with flag 0/1701000
2476.82/2428.51	c cleaning 58000 clauses out of 116021 with flag 0/1760000
2629.31/2578.14	c cleaning 58996 clauses out of 118022 with flag 0/1820001
2747.49/2694.21	c cleaning 59999 clauses out of 120025 with flag 0/1881000
2863.44/2808.29	c cleaning 61000 clauses out of 122026 with flag 0/1943000
2981.20/2923.68	c cleaning 61999 clauses out of 124026 with flag 0/2006000
3101.92/3042.51	c cleaning 63001 clauses out of 126029 with flag 0/2070002
3238.64/3176.96	c cleaning 63997 clauses out of 128027 with flag 0/2135001
3385.31/3320.39	c cleaning 65001 clauses out of 130030 with flag 0/2201001
3515.10/3448.06	c cleaning 66001 clauses out of 132030 with flag 0/2268002
3600.02/3531.12	c timeout
3600.02/3531.12	c starts		: 39
3600.02/3531.13	c conflicts		: 2320632
3600.02/3531.13	c decisions		: 2560089
3600.02/3531.13	c propagations		: 19974975
3600.02/3531.13	c inspects		: 2938528202
3600.02/3531.13	c shortcuts		: 0
3600.02/3531.13	c learnt literals	: 0
3600.02/3531.13	c learnt binary clauses	: 0
3600.02/3531.13	c learnt ternary clauses	: 0
3600.02/3531.13	c learnt constraints	: 2320631
3600.02/3531.13	c ignored constraints	: 0
3600.02/3531.13	c root simplifications	: 0
3600.02/3531.13	c removed literals (reason simplification)	: 0
3600.02/3531.13	c reason swapping (by a shorter reason)	: 0
3600.02/3531.13	c Calls to reduceDB	: 63
3600.02/3531.13	c Number of update (reduction) of LBD	: 2160423
3600.02/3531.13	c Imported unit clauses	: 0
3600.02/3531.13	c No decision after first conflict	: false
3600.02/3531.13	c number of reductions to clauses (during analyze)	: 0
3600.02/3531.13	c number of learned constraints concerned by reduction	: 0
3600.02/3531.13	c number of learning phase by resolution	: 0
3600.02/3531.13	c number of learning phase by cutting planes	: 0
3600.02/3531.13	c number of rounding to 1 operations	: 0
3600.02/3531.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3531.13	c number of reductions of the coefficients by power 2 	: 0
3600.02/3531.13	c number of right shift for reduction by power 2 	: 0
3600.02/3531.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3531.13	c number of ending skipping 	: 0
3600.02/3531.13	c number of internal skipping 	: 0
3600.02/3531.13	c number of derivation steps 	: 13428329
3600.02/3531.13	c number of skipped derivation steps 	: 0
3600.02/3531.13	c number of remaining unassigned 	: 76049
3600.02/3531.13	c number of remaining assigned 	: 619578111
3600.02/3531.13	c number of falsified literals weakened from reason	: 0
3600.02/3531.13	c number of falsified literals weakened from conflict	: 0
3600.02/3531.13	c time for arithmetic operations	: 9526052359
3600.02/3531.13	c minimum degree of deleted constraints	: 1
3600.02/3531.13	c maximum degree of deleted constraints	: 28576056656007921632
3600.02/3531.13	c number of deleted constraints	: 2201973
3600.02/3531.13	c speed (assignments/second)	: 5657.224447510096
3600.02/3531.13	c non guided choices	: 6368
3600.02/3531.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2521
3600.02/3531.19	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 10
3600.02/3531.19	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 116127
3600.02/3531.19	s UNKNOWN
3600.02/3531.19	c Total wall clock time (in seconds): 3531.024

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=166237, runsolver pid=166217

[startup+0.100067 s]*
/proc/loadavg: 1.08 1.13 1.64 9/335 166294
/proc/meminfo: memFree=128757408/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=18930384 memory=57744 CPUtime=0.13 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 6575 0 0 0 11 2 0 0 20 0 18 0 237919953 19384713216 14436 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4732596 14436 5334 1 0 547620 0
[pid=166237/tid=166251] ppid=166217 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 5067 0 0 0 6 1 0 0 20 0 18 0 237919954 19384713216 14436 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237919956 19384713216 14436 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=18930384 memory=58485492697507 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237919956 19384713216 14436 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57744 KiB

[startup+0.205693 s]*
/proc/loadavg: 1.08 1.13 1.64 13/335 166294
/proc/meminfo: memFree=128706052/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=18930384 memory=68588 CPUtime=0.3 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 7113 0 0 0 28 2 0 0 20 0 18 0 237919953 19384713216 17147 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4732596 17147 5462 1 0 547976 0
[pid=166237/tid=166251] ppid=166217 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 5378 0 0 0 15 2 0 0 20 0 18 0 237919954 19384713216 17147 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=18930384 memory=2630 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237919956 19384713216 17147 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237919956 19384713216 17147 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68588 KiB

[startup+0.305593 s]*
/proc/loadavg: 1.08 1.13 1.64 12/339 166298
/proc/meminfo: memFree=128634948/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=18996948 memory=89308 CPUtime=0.49 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 7866 0 0 0 46 3 0 0 20 0 19 0 237919953 19452874752 22327 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4749237 22327 5462 1 0 548700 0
[pid=166237/tid=166251] ppid=166217 vsize=18996948 memory=-8672921771455587004 CPUtime=0.24 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 5467 0 0 0 22 2 0 0 20 0 19 0 237919954 19452874752 22327 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237919956 19452874752 22327 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237919956 19452874752 22327 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237919978 19452874752 22327 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89308 KiB

[startup+0.700226 s]
/proc/loadavg: 1.08 1.13 1.64 9/339 166298
/proc/meminfo: memFree=128422344/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=165472 CPUtime=1.26 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 11364 0 0 0 120 6 0 0 20 0 20 0 237919953 19521036288 41368 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 41368 5494 1 0 551293 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=24704 CPUtime=0.55 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 5514 0 0 0 52 3 0 0 20 0 20 0 237919954 19521036288 41368 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 41368 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 41368 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 41368 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165472 KiB

[startup+1.50024 s]
/proc/loadavg: 1.08 1.13 1.64 10/343 166302
/proc/meminfo: memFree=128221220/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=293744 CPUtime=2.83 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 22968 0 0 0 273 10 0 0 20 0 20 0 237919953 19521036288 73436 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 73436 5494 1 0 556097 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=0 CPUtime=1.29 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 5651 0 0 0 123 6 0 0 20 0 20 0 237919954 19521036288 73436 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 73436 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 73436 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 73436 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 293744 KiB

[startup+3.10575 s]
/proc/loadavg: 1.63 1.25 1.68 8/343 166302
/proc/meminfo: memFree=125113284/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=1129916 CPUtime=5.98 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 28829 0 0 0 572 26 0 0 20 0 20 0 237919953 19521036288 282479 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 282479 5494 1 0 750849 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=10752 CPUtime=2.8 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 7282 0 0 0 259 21 0 0 20 0 20 0 237919954 19521036288 282479 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=-8672921771455587004 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 282479 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 282479 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 282479 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1129916 KiB

[startup+6.30021 s]
/proc/loadavg: 1.63 1.25 1.68 5/343 166302
/proc/meminfo: memFree=122663460/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=1792596 CPUtime=10.55 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 31349 0 0 0 1014 41 0 0 20 0 20 0 237919953 19521036288 448149 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 448149 5494 1 0 750888 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=0 CPUtime=5.91 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 8433 0 0 0 556 35 0 0 20 0 20 0 237919954 19521036288 448149 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 448149 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 448149 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=308212 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 448149 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 10.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1792596 KiB

[startup+12.7002 s]
/proc/loadavg: 2.07 1.36 1.71 5/343 166303
/proc/meminfo: memFree=122080304/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=1812436 CPUtime=17.18 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 32474 0 0 0 1675 43 0 0 20 0 20 0 237919953 19521036288 453109 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 453109 5494 1 0 750888 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=308212 CPUtime=12.21 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 9168 0 0 0 1184 37 0 0 20 0 20 0 237919954 19521036288 453109 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=1812436 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 453109 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 453109 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 453109 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 17.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1812436 KiB

[startup+25.5002 s]
/proc/loadavg: 2.37 1.44 1.73 5/343 166303
/proc/meminfo: memFree=121494960/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=1828952 CPUtime=30.21 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 41937 0 0 0 2972 49 0 0 20 0 20 0 237919953 19521036288 457238 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 457238 5494 1 0 750921 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=10752 CPUtime=24.74 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 11482 0 0 0 2433 41 0 0 20 0 20 0 237919954 19521036288 457238 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=61814042002179 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 457238 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 457238 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 457238 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 30.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1828952 KiB

[startup+51.1059 s]
/proc/loadavg: 3.05 1.68 1.81 6/343 166303
/proc/meminfo: memFree=120668560/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=1874408 CPUtime=56.26 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 49191 0 0 0 5567 59 0 0 20 0 20 0 237919953 19521036288 468602 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 468602 5526 1 0 750921 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=14848 CPUtime=49.71 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 14152 0 0 0 4922 49 0 0 20 0 20 0 237919954 19521036288 468602 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0

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

/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125263 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=4501052 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 2067 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125263 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 1125263 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 3224.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4501052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.20 4.13 5/340 166469
/proc/meminfo: memFree=103322132/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=4501436 CPUtime=3285.12 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 194027 0 0 0 327405 1107 0 0 20 0 20 0 237919953 19521036288 1125359 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 1125359 5526 1 0 1143708 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=4501052 CPUtime=3146.6 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 81641 0 0 0 313684 976 0 0 20 0 20 0 237919954 19521036288 1125359 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=4501052 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125359 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=4501052 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 2067 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125359 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=4501436 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 1125359 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 3285.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4501436 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.19 4.13 5/338 166471
/proc/meminfo: memFree=103154304/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3347.02 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 198410 0 0 0 333576 1126 0 0 20 0 20 0 237919953 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 1125391 5526 1 0 1143754 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3204.93 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 83319 0 0 0 319500 993 0 0 20 0 20 0 237919954 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=4501436 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=4501436 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 2147 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 3347.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4501564 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.22 4.14 5/338 166473
/proc/meminfo: memFree=103006868/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3407.79 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 198719 0 0 0 339640 1139 0 0 20 0 20 0 237919953 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 1125391 5526 1 0 1143754 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3263.84 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 83550 0 0 0 325380 1004 0 0 20 0 20 0 237919954 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 2148 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=-8672921771455587004 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 3407.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4501564 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.22 4.14 5/339 166476
/proc/meminfo: memFree=102843236/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3469.02 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 201549 0 0 0 345747 1155 0 0 20 0 20 0 237919953 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 1125391 5526 1 0 1143754 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=4501052 CPUtime=3322.21 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 85186 0 0 0 331203 1018 0 0 20 0 20 0 237919954 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=4501052 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 2148 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 3469.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4501564 KiB

[startup+3462.3 s]
/proc/loadavg: 4.88 4.40 4.21 5/340 166485
/proc/meminfo: memFree=102734052/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3529.73 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 204368 0 0 0 351805 1168 0 0 20 0 20 0 237919953 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 1125391 5526 1 0 1143754 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=4501052 CPUtime=3381.18 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 87035 0 0 0 337089 1029 0 0 20 0 20 0 237919954 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 2220 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 3529.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4501564 KiB

[startup+3522.3 s]
/proc/loadavg: 4.59 4.39 4.22 5/341 166488
/proc/meminfo: memFree=102616308/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3591.01 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 204814 0 0 0 357917 1184 0 0 20 0 20 0 237919953 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 1125391 5526 1 0 1143754 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3439.56 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 87256 0 0 0 342912 1044 0 0 20 0 20 0 237919954 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 2275 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=713896579371767 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 3591.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4501564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3531.11 s]
/proc/loadavg: 4.63 4.40 4.22 6/339 166553
/proc/meminfo: memFree=110016692/131249996 swapFree=33006296/33010684
[pid=166237] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3600.02 cores=1,3
/proc/166237/stat : 166237 (java) S 166217 166237 166156 0 -1 4194304 204932 0 0 0 358816 1186 0 0 20 0 20 0 237919953 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
/proc/166237/statm: 4765878 1125391 5526 1 0 1143754 0
[pid=166237/tid=166251] ppid=166217 vsize=19063512 memory=4501564 CPUtime=3448.12 cores=1,3
/proc/166237/task/166251/stat : 166251 (java) R 166217 166237 166156 0 -1 4194368 87319 0 0 0 343767 1045 0 0 20 0 20 0 237919954 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166287] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166287/stat : 166287 (Finalizer) S 166217 166237 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166294] ppid=166217 vsize=19063512 memory=713896579371767 CPUtime=0 cores=1,3
/proc/166237/task/166294/stat : 166294 (Common-Cleaner) S 166217 166237 166156 0 -1 4194368 2275 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
[pid=166237/tid=166298] ppid=166217 vsize=19063512 memory=4501564 CPUtime=0 cores=1,3
/proc/166237/task/166298/stat : 166298 (Timer-0) S 166217 166237 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919978 19521036288 1125391 18446744073709551615 94444081582080 94444081585776 140733615322368 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94444081593592 94444081594384 94444099485696 140733615327569 140733615327716 140733615327716 140733615333320 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4501564 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.3 s, system=11.8799 s

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

[startup+3531.21 s]*
/proc/loadavg: 4.63 4.40 4.22 6/322 166557
/proc/meminfo: memFree=114178544/131249996 swapFree=33006296/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3531.23
CPU time (s): 3600.18
CPU user time (s): 3588.3
CPU system time (s): 11.8799
CPU usage (%): 101.953
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4501564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.3
system time used= 11.8799
maximum resident set size= 4502460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6873640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140794
involuntary context switches= 18432


# summary of solver processes directly reported to runsolver:
#   pid: 166237
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3588.3
#   total CPU system time (s): 11.8799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2782 second user time and 16.9172 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 00:13:45
IDJOB=4542860
IDBENCH=164739
IDSOLVER=3362
FILE ID=nodeC015/4542860-1753222425
RUNJOBID= nodeC015-1753222424-166168
SLURM_JOB_ID= 9687818
Free space on /tmp= 432564 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542860-1753222425/watcher-4542860-1753222425 -o /tmp/evaluation-result-4542860-1753222425/solver-4542860-1753222425 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753222424-166168 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542860-1753222425 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542860-1753222425.opb

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

MD5SUM BENCH= 069a73194ecd209cf604f34d8017c292
RANDOM SEED=975713603

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128884800 kB
MemAvailable:   129710380 kB
Buffers:            1508 kB
Cached:          1594544 kB
SwapCached:         3888 kB
Active:           927428 kB
Inactive:         750176 kB
Active(anon):      55604 kB
Inactive(anon):    48304 kB
Active(file):     871824 kB
Inactive(file):   701872 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2688 kB
Writeback:            40 kB
AnonPages:         80832 kB
Mapped:           106524 kB
Shmem:             22352 kB
KReclaimable:     182244 kB
Slab:             277984 kB
SReclaimable:     182244 kB
SUnreclaim:        95740 kB
KernelStack:        4224 kB
PageTables:         2920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     354828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3872 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 425112 MiB
End job on nodeC015 at 2025-07-23 01:12:36