Trace number 4542782

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.17 3529.02

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
MD5SUM99fe8e2cd23c0484947be7a71ede996e
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 benchmark11.4771
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1729
Total number of constraints866
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints856
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.16	c Pseudo Boolean Optimization by upper bound
0.10/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.16	c  - never skip resolution steps
0.10/0.16	c  - Auto-division on coefficients is disabled
0.10/0.16	c  - No postprocessing
0.10/0.16	c  - Conflict is considered as is when resolving
0.10/0.16	c  - Use constraints as they come during conflict analysis
0.10/0.16	c  - Weaken first using unassigned literals
0.10/0.16	c  - Bump strategy: ALWAYS_ONE
0.10/0.16	c  - Bumper: EFFECTIVE
0.10/0.16	c --- Begin Solver configuration ---
0.10/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.16	c Learn all clauses as in MiniSAT
0.10/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.16	c No reason simplification
0.10/0.16	c Dynamic restart strategy considering the size of the coefficients
0.10/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.16	c timeout=2147483s
0.10/0.16	c DB Simplification allowed=false
0.10/0.16	c Listener: none
0.10/0.16	c --- End Solver configuration ---
0.10/0.16	c solving HOME/instance-4542782-1753222425.opb
0.10/0.16	c reading problem ... 
0.10/0.17	c using VERIPB proof format
0.10/0.17	c  no objective function found
0.29/0.26	c ... done. Wall clock time 0.091s.
0.29/0.26	c declared #vars     1729
0.29/0.26	c #constraints  866
0.29/0.26	c constraints type 
0.29/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.29/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 864
0.29/0.26	c 866 constraints processed.
3.81/2.05	c cleaning 2494 clauses out of 5000 with flag 0/5000
6.63/3.84	c cleaning 4242 clauses out of 8508 with flag 0/11002
9.10/5.56	c cleaning 5621 clauses out of 11264 with flag 0/18000
11.31/7.62	c cleaning 6812 clauses out of 13643 with flag 0/26000
13.65/9.87	c cleaning 7906 clauses out of 15832 with flag 0/35001
16.67/12.88	c cleaning 8954 clauses out of 17926 with flag 0/45001
20.48/16.61	c cleaning 9973 clauses out of 19974 with flag 0/56003
25.02/21.13	c cleaning 10985 clauses out of 21998 with flag 0/68000
29.97/26.09	c cleaning 11995 clauses out of 24013 with flag 0/81000
34.95/30.98	c cleaning 12994 clauses out of 26018 with flag 0/95000
40.32/36.23	c cleaning 13997 clauses out of 28024 with flag 0/110000
47.30/43.12	c cleaning 15003 clauses out of 30027 with flag 0/126000
55.12/50.88	c cleaning 15996 clauses out of 32024 with flag 0/143000
65.77/61.37	c cleaning 17002 clauses out of 34028 with flag 0/161000
74.68/70.17	c cleaning 17999 clauses out of 36026 with flag 0/180000
82.49/77.85	c cleaning 19001 clauses out of 38029 with flag 0/200002
92.22/87.41	c cleaning 19996 clauses out of 40026 with flag 0/221000
101.58/96.69	c cleaning 21000 clauses out of 42032 with flag 0/243002
113.16/108.04	c cleaning 21996 clauses out of 44031 with flag 0/266001
122.20/116.58	c cleaning 23006 clauses out of 46036 with flag 0/290002
138.29/130.83	c cleaning 23997 clauses out of 48028 with flag 0/315000
152.22/144.22	c cleaning 25007 clauses out of 50032 with flag 0/341001
173.37/164.70	c cleaning 26001 clauses out of 52025 with flag 0/368001
193.78/184.56	c cleaning 26996 clauses out of 54024 with flag 0/396001
226.91/216.77	c cleaning 28003 clauses out of 56027 with flag 0/425000
292.52/281.44	c cleaning 28998 clauses out of 58024 with flag 0/455000
378.49/366.35	c cleaning 30004 clauses out of 60028 with flag 0/486002
463.94/450.71	c cleaning 31005 clauses out of 62023 with flag 0/518001
508.38/494.38	c cleaning 32002 clauses out of 64017 with flag 0/551000
537.64/522.89	c cleaning 32994 clauses out of 66017 with flag 0/585002
562.69/547.46	c cleaning 33997 clauses out of 68021 with flag 0/620000
590.81/575.19	c cleaning 34993 clauses out of 70024 with flag 0/656000
618.23/602.08	c cleaning 36002 clauses out of 72032 with flag 0/693001
654.66/637.42	c cleaning 37002 clauses out of 74033 with flag 0/731004
688.00/670.23	c cleaning 38000 clauses out of 76029 with flag 0/770002
721.10/702.63	c cleaning 38996 clauses out of 78027 with flag 0/810000
766.86/747.56	c cleaning 39997 clauses out of 80031 with flag 0/851000
803.73/783.51	c cleaning 41002 clauses out of 82034 with flag 0/893000
846.22/825.18	c cleaning 41998 clauses out of 84033 with flag 0/936001
897.91/875.86	c cleaning 43000 clauses out of 86036 with flag 0/980002
949.05/925.98	c cleaning 44004 clauses out of 88036 with flag 0/1025002
1010.05/985.82	c cleaning 44999 clauses out of 90030 with flag 0/1071000
1069.44/1043.98	c cleaning 46005 clauses out of 92031 with flag 0/1118000
1127.58/1101.03	c cleaning 46999 clauses out of 94027 with flag 0/1166001
1201.27/1173.69	c cleaning 48001 clauses out of 96028 with flag 0/1215001
1267.31/1238.72	c cleaning 48999 clauses out of 98027 with flag 0/1265001
1328.69/1299.12	c cleaning 50002 clauses out of 100029 with flag 0/1316002
1386.73/1355.91	c cleaning 50999 clauses out of 102025 with flag 0/1368000
1448.02/1416.22	c cleaning 51997 clauses out of 104026 with flag 0/1421000
1513.98/1481.27	c cleaning 53003 clauses out of 106032 with flag 0/1475003
1567.36/1533.83	c cleaning 54000 clauses out of 108027 with flag 0/1530001
1629.99/1595.26	c cleaning 55000 clauses out of 110029 with flag 0/1586003
1690.19/1654.58	c cleaning 55999 clauses out of 112026 with flag 0/1643000
1771.14/1734.01	c cleaning 57002 clauses out of 114030 with flag 0/1701003
1849.44/1811.19	c cleaning 57996 clauses out of 116027 with flag 0/1760002
1921.10/1881.71	c cleaning 59000 clauses out of 118030 with flag 0/1820001
1988.52/1948.05	c cleaning 59997 clauses out of 120029 with flag 0/1881000
2067.23/2025.42	c cleaning 61002 clauses out of 122032 with flag 0/1943000
2148.35/2105.11	c cleaning 62003 clauses out of 124030 with flag 0/2006000
2221.56/2177.12	c cleaning 62999 clauses out of 126029 with flag 0/2070002
2295.84/2249.79	c cleaning 64002 clauses out of 128028 with flag 0/2135000
2387.29/2339.07	c cleaning 65001 clauses out of 130026 with flag 0/2201000
2529.92/2479.46	c cleaning 65996 clauses out of 132025 with flag 0/2268000
2651.07/2598.88	c cleaning 67000 clauses out of 134029 with flag 0/2336000
2766.66/2712.61	c cleaning 68003 clauses out of 136030 with flag 0/2405001
2902.63/2846.18	c cleaning 68996 clauses out of 138030 with flag 0/2475004
3003.30/2945.04	c cleaning 70005 clauses out of 140035 with flag 0/2546005
3095.53/3034.76	c cleaning 70999 clauses out of 142025 with flag 0/2618000
3226.71/3163.00	c cleaning 72002 clauses out of 144027 with flag 0/2691001
3388.66/3321.28	c cleaning 73004 clauses out of 146025 with flag 0/2765001
3600.03/3528.91	c timeout
3600.03/3528.91	c starts		: 122
3600.03/3528.92	c conflicts		: 2831677
3600.03/3528.92	c decisions		: 3336523
3600.03/3528.92	c propagations		: 18564386
3600.03/3528.92	c inspects		: 3768736019
3600.03/3528.92	c shortcuts		: 0
3600.03/3528.92	c learnt literals	: 0
3600.03/3528.92	c learnt binary clauses	: 0
3600.03/3528.92	c learnt ternary clauses	: 0
3600.03/3528.92	c learnt constraints	: 2831676
3600.03/3528.92	c ignored constraints	: 0
3600.03/3528.92	c root simplifications	: 0
3600.03/3528.92	c removed literals (reason simplification)	: 0
3600.03/3528.92	c reason swapping (by a shorter reason)	: 0
3600.03/3528.92	c Calls to reduceDB	: 70
3600.03/3528.92	c Number of update (reduction) of LBD	: 2539883
3600.03/3528.92	c Imported unit clauses	: 0
3600.03/3528.92	c No decision after first conflict	: false
3600.03/3528.92	c number of reductions to clauses (during analyze)	: 0
3600.03/3528.92	c number of learned constraints concerned by reduction	: 0
3600.03/3528.92	c number of learning phase by resolution	: 0
3600.03/3528.92	c number of learning phase by cutting planes	: 0
3600.03/3528.92	c number of rounding to 1 operations	: 0
3600.03/3528.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3528.92	c number of reductions of the coefficients by power 2 	: 0
3600.03/3528.92	c number of right shift for reduction by power 2 	: 0
3600.03/3528.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3528.92	c number of ending skipping 	: 0
3600.03/3528.92	c number of internal skipping 	: 0
3600.03/3528.92	c number of derivation steps 	: 12976611
3600.03/3528.92	c number of skipped derivation steps 	: 0
3600.03/3528.92	c number of remaining unassigned 	: 125848
3600.03/3528.92	c number of remaining assigned 	: 589223667
3600.03/3528.92	c number of falsified literals weakened from reason	: 0
3600.03/3528.92	c number of falsified literals weakened from conflict	: 0
3600.03/3528.92	c time for arithmetic operations	: 15705543106
3600.03/3528.92	c minimum degree of deleted constraints	: 1
3600.03/3528.92	c maximum degree of deleted constraints	: 12683516322986688634805313625023568123997176669099016058900
3600.03/3528.92	c number of deleted constraints	: 2691980
3600.03/3528.92	c speed (assignments/second)	: 5261.035929827107
3600.03/3528.92	c non guided choices	: 20325
3600.03/3528.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2714
3600.03/3528.98	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 16
3600.03/3528.98	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 136966
3600.03/3528.98	s UNKNOWN
3600.03/3528.98	c Total wall clock time (in seconds): 3528.813

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542782-1753222425/watcher-4542782-1753222425 -o /tmp/evaluation-result-4542782-1753222425/solver-4542782-1753222425 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753222424-166167 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542782-1753222425 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542782-1753222425.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

solver pid=166215, runsolver pid=166207
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.08 1.13 1.64 11/335 166294
/proc/meminfo: memFree=128775776/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=18930384 memory=52876 CPUtime=0.1 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 6412 0 0 0 8 2 0 0 20 0 18 0 237919950 19384713216 13219 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4732596 13219 5339 1 0 547503 0
[pid=166215/tid=166224] ppid=166207 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 4986 0 0 0 5 1 0 0 20 0 18 0 237919952 19384713216 13219 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=18930384 memory=2630 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237919954 19384713216 13219 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237919954 19384713216 13219 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52876 KiB

[startup+0.205191 s]*
/proc/loadavg: 1.08 1.13 1.64 13/335 166294
/proc/meminfo: memFree=128739072/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=18930384 memory=70496 CPUtime=0.29 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 7109 0 0 0 26 3 0 0 20 0 18 0 237919950 19384713216 17624 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4732596 17624 5435 1 0 547974 0
[pid=166215/tid=166224] ppid=166207 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 5368 0 0 0 15 1 0 0 20 0 18 0 237919952 19384713216 17624 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=18930384 memory=2630 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237919954 19384713216 17624 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237919954 19384713216 17624 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70496 KiB

[startup+0.305265 s]*
/proc/loadavg: 1.08 1.13 1.64 13/339 166298
/proc/meminfo: memFree=128667016/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=18997196 memory=94340 CPUtime=0.48 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 7638 0 0 0 44 4 0 0 20 0 19 0 237919950 19453128704 23585 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4749299 23585 5435 1 0 548525 0
[pid=166215/tid=166224] ppid=166207 vsize=18997196 memory=-8672921771455587004 CPUtime=0.24 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 5485 0 0 0 22 2 0 0 20 0 19 0 237919952 19453128704 23585 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=18997196 memory=0 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237919954 19453128704 23585 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=18997196 memory=0 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237919954 19453128704 23585 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=18997196 memory=0 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237919977 19453128704 23585 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18997196 KiB
Current children cumulated memory: 94340 KiB

[startup+0.700221 s]
/proc/loadavg: 1.08 1.13 1.64 12/339 166298
/proc/meminfo: memFree=128463176/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=170560 CPUtime=1.25 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 13624 0 0 0 118 7 0 0 20 0 20 0 237919950 19521036288 42640 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 42640 5467 1 0 552599 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=24704 CPUtime=0.57 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 5525 0 0 0 54 3 0 0 20 0 20 0 237919952 19521036288 42640 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 42640 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 42640 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 42640 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170560 KiB

[startup+1.50024 s]
/proc/loadavg: 1.08 1.13 1.64 10/343 166302
/proc/meminfo: memFree=128237604/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=265332 CPUtime=2.82 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 25940 0 0 0 272 10 0 0 20 0 20 0 237919950 19521036288 66333 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 66333 5467 1 0 556661 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=10752 CPUtime=1.32 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 6219 0 0 0 128 4 0 0 20 0 20 0 237919952 19521036288 66333 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 66333 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 66333 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 66333 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 265332 KiB

[startup+3.10525 s]
/proc/loadavg: 1.63 1.25 1.68 9/343 166302
/proc/meminfo: memFree=125170628/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=1179440 CPUtime=5.82 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 30041 0 0 0 552 30 0 0 20 0 20 0 237919950 19521036288 294860 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 294860 5467 1 0 730075 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=10752 CPUtime=2.85 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 7431 0 0 0 261 24 0 0 20 0 20 0 237919952 19521036288 294860 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=-8673203246432297660 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 294860 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 294860 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 294860 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1179440 KiB

[startup+6.30022 s]
/proc/loadavg: 1.63 1.25 1.68 6/343 166302
/proc/meminfo: memFree=122704420/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=1757872 CPUtime=10 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 31102 0 0 0 958 42 0 0 20 0 20 0 237919950 19521036288 439468 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 439468 5467 1 0 730166 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=0 CPUtime=5.96 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 8100 0 0 0 560 36 0 0 20 0 20 0 237919952 19521036288 439468 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 439468 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 439468 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 439468 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 10 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1757872 KiB

[startup+12.7002 s]
/proc/loadavg: 2.07 1.36 1.71 6/343 166303
/proc/meminfo: memFree=122080304/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=1763660 CPUtime=16.57 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 34498 0 0 0 1610 47 0 0 20 0 20 0 237919950 19521036288 440915 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 440915 5467 1 0 730166 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=1763660 CPUtime=12.24 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 9805 0 0 0 1185 39 0 0 20 0 20 0 237919952 19521036288 440915 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 440915 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 440915 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=-8673203246432297660 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 440915 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 16.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763660 KiB

[startup+25.5002 s]
/proc/loadavg: 2.37 1.44 1.73 6/343 166303
/proc/meminfo: memFree=121494960/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=1782160 CPUtime=29.47 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 38039 0 0 0 2896 51 0 0 20 0 20 0 237919950 19521036288 445540 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 445540 5467 1 0 730166 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=1763660 CPUtime=24.76 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 12080 0 0 0 2434 42 0 0 20 0 20 0 237919952 19521036288 445540 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 445540 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=1773932 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 445540 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=-8673203246432297660 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 445540 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 29.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1782160 KiB

[startup+51.1054 s]
/proc/loadavg: 3.05 1.68 1.81 6/343 166303
/proc/meminfo: memFree=120668560/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=1815240 CPUtime=55.52 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 44889 0 0 0 5493 59 0 0 20 0 20 0 237919950 19521036288 453810 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 453810 5499 1 0 730182 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=1809032 CPUtime=49.9 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 13697 0 0 0 4942 48 0 0 20 0 20 0 237919952 19521036288 453810 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0

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

/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109010 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 2406 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109010 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=4436040 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 1109010 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 3226.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4436040 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.20 4.13 6/340 166469
/proc/meminfo: memFree=103322132/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3288.28 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 171808 0 0 0 327661 1167 0 0 20 0 20 0 237919950 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 1109042 5531 1 0 1122190 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=4435400 CPUtime=3136.96 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 73962 0 0 0 312674 1022 0 0 20 0 20 0 237919952 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=46464 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 2434 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 3288.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4436168 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.19 4.13 6/338 166471
/proc/meminfo: memFree=103154304/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3349.35 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 173179 0 0 0 333741 1194 0 0 20 0 20 0 237919950 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 1109042 5531 1 0 1122190 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=3200 CPUtime=3195.3 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 75145 0 0 0 318483 1047 0 0 20 0 20 0 237919952 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 2434 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=2736 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 3349.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4436168 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.22 4.14 6/338 166473
/proc/meminfo: memFree=103006868/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3410.08 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 175012 0 0 0 339784 1224 0 0 20 0 20 0 237919950 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 1109042 5531 1 0 1122190 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3254.02 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 75924 0 0 0 324327 1075 0 0 20 0 20 0 237919952 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 2524 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 3410.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4436168 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.21 4.14 6/339 166476
/proc/meminfo: memFree=102843236/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3471.23 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 176699 0 0 0 345870 1253 0 0 20 0 20 0 237919950 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 1109042 5531 1 0 1122190 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3312.24 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 77240 0 0 0 330123 1101 0 0 20 0 20 0 237919952 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 2524 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 3471.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4436168 KiB

[startup+3462.3 s]
/proc/loadavg: 4.87 4.39 4.20 6/340 166485
/proc/meminfo: memFree=102734052/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3532.22 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 179411 0 0 0 351950 1272 0 0 20 0 20 0 237919950 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 1109042 5531 1 0 1122190 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3370.83 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 78772 0 0 0 335964 1119 0 0 20 0 20 0 237919952 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 2611 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 3532.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4436168 KiB

[startup+3522.3 s]
/proc/loadavg: 4.56 4.38 4.21 6/341 166488
/proc/meminfo: memFree=102616308/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3593.32 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 180782 0 0 0 358044 1288 0 0 20 0 20 0 237919950 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 1109042 5531 1 0 1122190 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3429.3 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 79300 0 0 0 341798 1132 0 0 20 0 20 0 237919952 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 2631 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 3593.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4436168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3528.9 s]
/proc/loadavg: 4.63 4.40 4.22 6/341 166488
/proc/meminfo: memFree=102608292/131249996 swapFree=33006296/33010684
[pid=166215] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3600.03 cores=4,6
/proc/166215/stat : 166215 (java) S 166207 166215 166156 0 -1 4194304 180798 0 0 0 358713 1290 0 0 20 0 20 0 237919950 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
/proc/166215/statm: 4765878 1109042 5531 1 0 1122190 0
[pid=166215/tid=166224] ppid=166207 vsize=19063512 memory=4436168 CPUtime=3435.77 cores=4,6
/proc/166215/task/166224/stat : 166224 (java) R 166207 166215 166156 0 -1 4194368 79304 0 0 0 342443 1134 0 0 20 0 20 0 237919952 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166254] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166254/stat : 166254 (Finalizer) S 166207 166215 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166270] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166270/stat : 166270 (Common-Cleaner) S 166207 166215 166156 0 -1 4194368 2631 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
[pid=166215/tid=166297] ppid=166207 vsize=19063512 memory=4436168 CPUtime=0 cores=4,6
/proc/166215/task/166297/stat : 166297 (Timer-0) S 166207 166215 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919977 19521036288 1109042 18446744073709551615 93850923524096 93850923527792 140730000226176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93850923535608 93850923536400 93850931482624 140730000230737 140730000230884 140730000230884 140730000236488 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4436168 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.25 s, system=12.9225 s

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

[startup+3529.01 s]*
/proc/loadavg: 4.63 4.40 4.22 5/323 166491
/proc/meminfo: memFree=106793648/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): 3529.02
CPU time (s): 3600.17
CPU user time (s): 3587.25
CPU system time (s): 12.9225
CPU usage (%): 102.016
Max. virtual memory (cumulated for all children) (KiB): 19067512
Max. memory (cumulated for all children) (KiB): 4436168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.25
system time used= 12.9225
maximum resident set size= 4437192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183526
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6024736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146203
involuntary context switches= 21260


# summary of solver processes directly reported to runsolver:
#   pid: 166215
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3587.25
#   total CPU system time (s): 12.9225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.86215 second user time and 15.2263 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 00:13:45
IDJOB=4542782
IDBENCH=164647
IDSOLVER=3362
FILE ID=nodeC015/4542782-1753222425
RUNJOBID= nodeC015-1753222424-166167
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-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542782-1753222425/watcher-4542782-1753222425 -o /tmp/evaluation-result-4542782-1753222425/solver-4542782-1753222425 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753222424-166167 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542782-1753222425 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542782-1753222425.opb

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.078
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		: 3598.401
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.099
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		: 2701.961
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.107
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.167
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:        128885520 kB
MemAvailable:   129709728 kB
Buffers:            1508 kB
Cached:          1593172 kB
SwapCached:         3888 kB
Active:           927532 kB
Inactive:         748804 kB
Active(anon):      55708 kB
Inactive(anon):    48304 kB
Active(file):     871824 kB
Inactive(file):   700500 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1328 kB
Writeback:            40 kB
AnonPages:         80940 kB
Mapped:           106172 kB
Shmem:             22352 kB
KReclaimable:     182244 kB
Slab:             278144 kB
SReclaimable:     182244 kB
SUnreclaim:        95900 kB
KernelStack:        4224 kB
PageTables:         2952 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     351332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 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= 421428 MiB
End job on nodeC015 at 2025-07-23 01:12:34