Trace number 4542821

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.22 3538.94

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
MD5SUMd64fc744c65ccc2a81826d21c62acb02
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.326574
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables421
Total number of constraints212
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints210
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
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.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: EFFECTIVE
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Dynamic restart strategy considering the size of the coefficients
0.10/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4542821-1753222425.opb
0.10/0.17	c reading problem ... 
0.10/0.17	c using VERIPB proof format
0.10/0.17	c  no objective function found
0.28/0.21	c ... done. Wall clock time 0.04s.
0.28/0.21	c declared #vars     421
0.28/0.21	c #constraints  212
0.28/0.21	c constraints type 
0.28/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.28/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 210
0.28/0.22	c 212 constraints processed.
3.97/2.13	c cleaning 2492 clauses out of 5000 with flag 0/5000
7.71/4.00	c cleaning 4248 clauses out of 8512 with flag 0/11004
9.54/5.49	c cleaning 5621 clauses out of 11260 with flag 0/18000
11.43/7.00	c cleaning 6810 clauses out of 13642 with flag 0/26003
13.76/9.12	c cleaning 7906 clauses out of 15829 with flag 0/35000
16.74/11.87	c cleaning 8950 clauses out of 17925 with flag 0/45002
19.10/14.19	c cleaning 9982 clauses out of 19974 with flag 0/56001
22.02/17.06	c cleaning 10987 clauses out of 21994 with flag 0/68003
25.61/20.61	c cleaning 11993 clauses out of 24004 with flag 0/81000
28.77/23.74	c cleaning 12988 clauses out of 26011 with flag 0/95000
32.29/27.21	c cleaning 13998 clauses out of 28025 with flag 0/110002
37.85/32.70	c cleaning 15004 clauses out of 30027 with flag 0/126002
41.90/36.60	c cleaning 15998 clauses out of 32021 with flag 0/143000
47.37/41.95	c cleaning 17001 clauses out of 34025 with flag 0/161002
53.84/48.27	c cleaning 18003 clauses out of 36022 with flag 0/180000
60.59/54.86	c cleaning 18996 clauses out of 38022 with flag 0/200003
65.67/59.87	c cleaning 20005 clauses out of 40024 with flag 0/221001
75.12/69.00	c cleaning 21005 clauses out of 42019 with flag 0/243001
87.85/81.51	c cleaning 22002 clauses out of 44013 with flag 0/266000
95.42/88.90	c cleaning 23000 clauses out of 46012 with flag 0/290001
102.41/95.72	c cleaning 24003 clauses out of 48013 with flag 0/315002
109.37/102.47	c cleaning 24997 clauses out of 50009 with flag 0/341001
124.24/114.52	c cleaning 25996 clauses out of 52012 with flag 0/368001
137.80/127.63	c cleaning 26997 clauses out of 54016 with flag 0/396001
154.69/144.01	c cleaning 27995 clauses out of 56019 with flag 0/425001
177.24/166.07	c cleaning 28999 clauses out of 58023 with flag 0/455000
194.22/182.73	c cleaning 30001 clauses out of 60024 with flag 0/486000
216.83/205.02	c cleaning 31001 clauses out of 62023 with flag 0/518000
243.45/231.37	c cleaning 32000 clauses out of 64022 with flag 0/551000
264.60/252.13	c cleaning 32998 clauses out of 66022 with flag 0/585000
289.48/276.65	c cleaning 33998 clauses out of 68024 with flag 0/620000
326.50/313.17	c cleaning 35003 clauses out of 70028 with flag 0/656002
354.49/340.62	c cleaning 36001 clauses out of 72024 with flag 0/693001
385.04/370.72	c cleaning 36997 clauses out of 74022 with flag 0/731000
420.39/405.76	c cleaning 38003 clauses out of 76026 with flag 0/770001
450.95/435.86	c cleaning 39000 clauses out of 78022 with flag 0/810000
476.09/460.66	c cleaning 39997 clauses out of 80024 with flag 0/851002
506.99/491.08	c cleaning 41000 clauses out of 82027 with flag 0/893002
547.01/530.59	c cleaning 42002 clauses out of 84025 with flag 0/936000
580.68/563.64	c cleaning 42998 clauses out of 86023 with flag 0/980000
612.60/595.22	c cleaning 43999 clauses out of 88025 with flag 0/1025000
655.58/637.77	c cleaning 45001 clauses out of 90026 with flag 0/1071000
701.60/683.25	c cleaning 46001 clauses out of 92025 with flag 0/1118000
733.42/714.67	c cleaning 46994 clauses out of 94024 with flag 0/1166000
784.15/764.64	c cleaning 48001 clauses out of 96031 with flag 0/1215001
825.69/805.68	c cleaning 49000 clauses out of 98029 with flag 0/1265000
878.40/857.44	c cleaning 49990 clauses out of 100029 with flag 0/1316000
940.88/918.97	c cleaning 51001 clauses out of 102039 with flag 0/1368000
1000.72/977.92	c cleaning 52005 clauses out of 104040 with flag 0/1421002
1053.56/1030.01	c cleaning 52999 clauses out of 106034 with flag 0/1475001
1110.22/1085.89	c cleaning 54001 clauses out of 108034 with flag 0/1530000
1159.97/1134.86	c cleaning 55001 clauses out of 110033 with flag 0/1586000
1215.28/1189.20	c cleaning 55999 clauses out of 112032 with flag 0/1643000
1277.94/1251.10	c cleaning 57000 clauses out of 114033 with flag 0/1701000
1345.24/1317.53	c cleaning 58001 clauses out of 116033 with flag 0/1760000
1417.16/1388.47	c cleaning 59003 clauses out of 118032 with flag 0/1820000
1477.64/1448.24	c cleaning 60001 clauses out of 120029 with flag 0/1881000
1531.63/1501.40	c cleaning 60995 clauses out of 122028 with flag 0/1943000
1594.61/1563.50	c cleaning 61999 clauses out of 124034 with flag 0/2006001
1671.47/1639.13	c cleaning 63001 clauses out of 126034 with flag 0/2070000
1729.61/1696.36	c cleaning 63994 clauses out of 128033 with flag 0/2135000
1789.50/1755.32	c cleaning 65001 clauses out of 130039 with flag 0/2201000
1878.69/1843.30	c cleaning 66002 clauses out of 132039 with flag 0/2268001
1963.26/1926.90	c cleaning 67002 clauses out of 134037 with flag 0/2336001
2058.38/2020.85	c cleaning 67999 clauses out of 136034 with flag 0/2405000
2154.55/2115.93	c cleaning 68997 clauses out of 138036 with flag 0/2475001
2251.80/2211.95	c cleaning 70008 clauses out of 140040 with flag 0/2546002
2340.47/2299.33	c cleaning 70996 clauses out of 142030 with flag 0/2618000
2414.68/2372.16	c cleaning 71995 clauses out of 144034 with flag 0/2691000
2510.20/2466.21	c cleaning 73004 clauses out of 146039 with flag 0/2765000
2588.18/2542.90	c cleaning 73996 clauses out of 148035 with flag 0/2840000
2663.42/2617.03	c cleaning 75001 clauses out of 150039 with flag 0/2916000
2745.00/2697.31	c cleaning 75999 clauses out of 152039 with flag 0/2993001
2859.16/2810.34	c cleaning 76998 clauses out of 154040 with flag 0/3071001
2968.05/2917.78	c cleaning 78006 clauses out of 156042 with flag 0/3150001
3048.34/2996.43	c cleaning 78999 clauses out of 158035 with flag 0/3230000
3161.30/3108.16	c cleaning 79995 clauses out of 160036 with flag 0/3311000
3299.38/3244.23	c cleaning 81001 clauses out of 162042 with flag 0/3393001
3409.61/3352.30	c cleaning 82004 clauses out of 164040 with flag 0/3476000
3495.26/3436.39	c cleaning 82997 clauses out of 166036 with flag 0/3560000
3570.92/3510.36	c cleaning 84001 clauses out of 168039 with flag 0/3645000
3600.08/3538.81	c starts		: 459
3600.08/3538.81	c conflicts		: 3682220
3600.08/3538.81	c decisions		: 4426190
3600.08/3538.81	c propagations		: 21294596
3600.08/3538.81	c inspects		: 5602932944
3600.08/3538.81	c shortcuts		: 0
3600.08/3538.81	c learnt literals	: 0
3600.08/3538.81	c learnt binary clauses	: 0
3600.08/3538.81	c learnt ternary clauses	: 0
3600.08/3538.81	c learnt constraints	: 3682219
3600.08/3538.81	c ignored constraints	: 0
3600.08/3538.81	c root simplifications	: 0
3600.08/3538.81	c removed literals (reason simplification)	: 0
3600.08/3538.81	c reason swapping (by a shorter reason)	: 0
3600.08/3538.81	c Calls to reduceDB	: 81
3600.08/3538.81	c Number of update (reduction) of LBD	: 4461028
3600.08/3538.81	c Imported unit clauses	: 0
3600.08/3538.81	c No decision after first conflict	: false
3600.08/3538.81	c number of reductions to clauses (during analyze)	: 0
3600.08/3538.81	c number of learned constraints concerned by reduction	: 0
3600.08/3538.81	c number of learning phase by resolution	: 0
3600.08/3538.81	c number of learning phase by cutting planes	: 0
3600.08/3538.81	c number of rounding to 1 operations	: 0
3600.08/3538.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3538.81	c number of reductions of the coefficients by power 2 	: 0
3600.08/3538.81	c number of right shift for reduction by power 2 	: 0
3600.08/3538.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3538.81	c number of ending skipping 	: 0
3600.08/3538.81	c number of internal skipping 	: 0
3600.08/3538.81	c number of derivation steps 	: 14039297
3600.08/3538.81	c number of skipped derivation steps 	: 0
3600.08/3538.81	c number of remaining unassigned 	: 18577
3600.08/3538.81	c number of remaining assigned 	: 364331465
3600.08/3538.81	c number of falsified literals weakened from reason	: 0
3600.08/3538.81	c number of falsified literals weakened from conflict	: 0
3600.08/3538.81	c time for arithmetic operations	: 15113787583
3600.08/3538.82	c timeout
3600.08/3538.83	c minimum degree of deleted constraints	: 1
3600.08/3538.83	c maximum degree of deleted constraints	: 60546183908915953920
3600.08/3538.83	c number of deleted constraints	: 3560962
3600.08/3538.83	c speed (assignments/second)	: 6017.787215258877
3600.08/3538.83	c non guided choices	: 6108
3600.08/3538.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 21345
3600.08/3538.88	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.08/3538.88	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 99910
3600.08/3538.88	s UNKNOWN
3600.08/3538.88	c Total wall clock time (in seconds): 3538.711

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 (62256 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-4542821-1753222425/watcher-4542821-1753222425 -o /tmp/evaluation-result-4542821-1753222425/solver-4542821-1753222425 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753222424-166169 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542821-1753222425 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542821-1753222425.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=166221, runsolver pid=166208

[startup+0.100059 s]*
/proc/loadavg: 1.08 1.13 1.64 10/335 166294
/proc/meminfo: memFree=128767584/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=18930384 memory=53208 CPUtime=0.1 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 6438 0 0 0 8 2 0 0 20 0 18 0 237919951 19384713216 13302 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4732596 13302 5341 1 0 547531 0
[pid=166221/tid=166239] ppid=166208 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 4970 0 0 0 5 1 0 0 20 0 18 0 237919953 19384713216 13302 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=18930384 memory=2630 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237919955 19384713216 13302 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237919956 19384713216 13302 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53208 KiB

[startup+0.205713 s]*
/proc/loadavg: 1.08 1.13 1.64 12/335 166294
/proc/meminfo: memFree=128722688/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=18930384 memory=64388 CPUtime=0.28 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 7120 0 0 0 26 2 0 0 20 0 18 0 237919951 19384713216 16097 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4732596 16097 5437 1 0 547975 0
[pid=166221/tid=166239] ppid=166208 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 5376 0 0 0 14 1 0 0 20 0 18 0 237919953 19384713216 16097 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=18930384 memory=2630 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237919955 19384713216 16097 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237919956 19384713216 16097 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64388 KiB

[startup+0.3057 s]*
/proc/loadavg: 1.08 1.13 1.64 11/339 166298
/proc/meminfo: memFree=128660528/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=18996948 memory=72468 CPUtime=0.47 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 7561 0 0 0 44 3 0 0 20 0 19 0 237919951 19452874752 18117 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4749237 18117 5469 1 0 548517 0
[pid=166221/tid=166239] ppid=166208 vsize=18996948 memory=-8672921771455587004 CPUtime=0.22 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 5447 0 0 0 20 2 0 0 20 0 19 0 237919953 19452874752 18117 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237919955 19452874752 18117 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237919956 19452874752 18117 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237919974 19452874752 18117 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72468 KiB

[startup+0.700238 s]
/proc/loadavg: 1.08 1.13 1.64 10/339 166298
/proc/meminfo: memFree=128442696/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=19064796 memory=169092 CPUtime=1.24 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 12539 0 0 0 118 6 0 0 20 0 20 0 237919951 19522351104 42241 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4766199 42241 5469 1 0 552473 0
[pid=166221/tid=166239] ppid=166208 vsize=19064796 memory=24704 CPUtime=0.56 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 5507 0 0 0 53 3 0 0 20 0 20 0 237919953 19522351104 42273 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19064796 memory=10752 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19522351104 42273 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19064796 memory=3200 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237919956 19522351104 42273 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19064796 memory=4764 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19522351104 42305 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19064796 KiB
Current children cumulated memory: 169092 KiB

[startup+1.50024 s]
/proc/loadavg: 1.08 1.13 1.64 10/343 166302
/proc/meminfo: memFree=128233508/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=19063512 memory=293924 CPUtime=2.81 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 26831 0 0 0 271 10 0 0 20 0 20 0 237919951 19521036288 73481 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 73481 5469 1 0 559090 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=10752 CPUtime=1.29 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 5620 0 0 0 124 5 0 0 20 0 20 0 237919953 19521036288 73481 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 73481 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 73481 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 73481 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 293924 KiB

[startup+3.10601 s]
/proc/loadavg: 1.63 1.25 1.68 9/343 166302
/proc/meminfo: memFree=125137860/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=19063512 memory=813144 CPUtime=5.93 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 33961 0 0 0 570 23 0 0 20 0 20 0 237919951 19521036288 203286 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 203286 5469 1 0 780558 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=10752 CPUtime=2.77 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 6974 0 0 0 261 16 0 0 20 0 20 0 237919953 19521036288 203286 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=-8601145652394369724 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 203286 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 203286 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 203286 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 813144 KiB

[startup+6.30021 s]
/proc/loadavg: 1.63 1.25 1.68 5/343 166302
/proc/meminfo: memFree=122683940/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=19063512 memory=1751096 CPUtime=10.58 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 36675 0 0 0 1015 43 0 0 20 0 20 0 237919951 19521036288 437774 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 437774 5469 1 0 780679 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=0 CPUtime=5.94 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 8214 0 0 0 558 36 0 0 20 0 20 0 237919953 19521036288 437774 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 437774 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 437774 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 437774 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 10.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751096 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=166221] ppid=166208 vsize=19063512 memory=1880788 CPUtime=17.66 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 37683 0 0 0 1716 50 0 0 20 0 20 0 237919951 19521036288 470197 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 470197 5469 1 0 780681 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=10752 CPUtime=12.23 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 8899 0 0 0 1183 40 0 0 20 0 20 0 237919953 19521036288 470197 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=1880788 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 470197 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 470197 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=-8601145652394369724 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 470197 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 17.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1880788 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=166221] ppid=166208 vsize=19063512 memory=1907616 CPUtime=30.58 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 42936 0 0 0 3003 55 0 0 20 0 20 0 237919951 19521036288 476904 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 476904 5469 1 0 780681 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=-8601145652394369724 CPUtime=24.77 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 11344 0 0 0 2432 45 0 0 20 0 20 0 237919953 19521036288 476904 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=1897268 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 476904 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 476904 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=1826872 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 476904 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 30.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1907616 KiB

[startup+51.1058 s]
/proc/loadavg: 3.05 1.68 1.81 6/343 166303
/proc/meminfo: memFree=120668560/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=19063512 memory=1954996 CPUtime=56.81 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 51828 0 0 0 5615 66 0 0 20 0 20 0 237919951 19521036288 488749 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 488749 5469 1 0 780681 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=1944704 CPUtime=49.71 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 13734 0 0 0 4918 53 0 0 20 0 20 0 237919953 19521036288 488749 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0

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

/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 1977 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=4123912 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 3216.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4123912 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=166221] ppid=166208 vsize=19063512 memory=4123912 CPUtime=3277.23 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 166443 0 0 0 327235 488 0 0 20 0 20 0 237919951 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 1030978 5533 1 0 1042906 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=5632 CPUtime=3148.96 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 76315 0 0 0 314543 353 0 0 20 0 20 0 237919953 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=24704 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=4123912 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 2065 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=4123912 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 3277.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4123912 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=166221] ppid=166208 vsize=19063512 memory=4123912 CPUtime=3338.14 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 166964 0 0 0 333320 494 0 0 20 0 20 0 237919951 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 1030978 5533 1 0 1042906 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=4123912 CPUtime=3207.67 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 76658 0 0 0 320409 358 0 0 20 0 20 0 237919953 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=4123912 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 2145 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=4123912 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 3338.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4123912 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=166221] ppid=166208 vsize=19063512 memory=4123912 CPUtime=3399.39 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 169535 0 0 0 339439 500 0 0 20 0 20 0 237919951 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 1030978 5533 1 0 1042912 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=4123912 CPUtime=3266.23 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 78345 0 0 0 326261 362 0 0 20 0 20 0 237919953 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=4123912 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 2145 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=4123912 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 1030978 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 3399.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4123912 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=166221] ppid=166208 vsize=19063512 memory=4124168 CPUtime=3460.48 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 171875 0 0 0 345541 507 0 0 20 0 20 0 237919951 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 1031042 5533 1 0 1042935 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=4123912 CPUtime=3324.78 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 80399 0 0 0 332110 368 0 0 20 0 20 0 237919953 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=-8601145652394369724 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=4124168 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 2203 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=4124168 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 3460.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4124168 KiB

[startup+3462.3 s]
/proc/loadavg: 4.87 4.39 4.20 5/340 166485
/proc/meminfo: memFree=102734052/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=19063512 memory=4124168 CPUtime=3521.7 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 172955 0 0 0 351656 514 0 0 20 0 20 0 237919951 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 1031042 5533 1 0 1042935 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=4124168 CPUtime=3383.23 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 80613 0 0 0 337950 373 0 0 20 0 20 0 237919953 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=4123912 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 2295 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 3521.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4124168 KiB

[startup+3522.3 s]
/proc/loadavg: 4.56 4.38 4.21 5/341 166488
/proc/meminfo: memFree=102616308/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=19063512 memory=4124168 CPUtime=3583.21 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 175708 0 0 0 357799 522 0 0 20 0 20 0 237919951 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 1031042 5533 1 0 1042943 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=4124168 CPUtime=3441.23 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 82372 0 0 0 343744 379 0 0 20 0 20 0 237919953 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=4124168 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=4124168 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 2295 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=4124168 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 3583.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4124168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3538.8 s]
/proc/loadavg: 4.99 4.49 4.25 4/318 166633
/proc/meminfo: memFree=120043656/131249996 swapFree=33006296/33010684
[pid=166221] ppid=166208 vsize=19063512 memory=4124168 CPUtime=3600.08 cores=5,7
/proc/166221/stat : 166221 (java) S 166208 166221 166156 0 -1 4194304 175968 0 0 0 359485 523 0 0 20 0 20 0 237919951 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
/proc/166221/statm: 4765878 1031042 5533 1 0 1042943 0
[pid=166221/tid=166239] ppid=166208 vsize=19063512 memory=4788 CPUtime=3457.26 cores=5,7
/proc/166221/task/166239/stat : 166239 (java) R 166208 166221 166156 0 -1 4194368 82514 0 0 0 345346 380 0 0 20 0 20 0 237919953 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166276] ppid=166208 vsize=19063512 memory=6856 CPUtime=0 cores=5,7
/proc/166221/task/166276/stat : 166276 (Finalizer) S 166208 166221 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919955 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166285] ppid=166208 vsize=19063512 memory=-8601145652394369724 CPUtime=0 cores=5,7
/proc/166221/task/166285/stat : 166285 (Common-Cleaner) S 166208 166221 166156 0 -1 4194368 2295 0 0 0 0 0 0 0 20 0 20 0 237919956 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
[pid=166221/tid=166295] ppid=166208 vsize=19063512 memory=215587488049 CPUtime=0 cores=5,7
/proc/166221/task/166295/stat : 166295 (Timer-0) S 166208 166221 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919974 19521036288 1031042 18446744073709551615 94290818240512 94290818244208 140729340069360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94290818252024 94290818252816 94290832175104 140729340078417 140729340078564 140729340078564 140729340084168 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4124168 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.97 s, system=5.25251 s

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

[startup+3538.91 s]*
/proc/loadavg: 4.99 4.49 4.25 9/322 166693
/proc/meminfo: memFree=124930996/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): 3538.94
CPU time (s): 3600.22
CPU user time (s): 3594.97
CPU system time (s): 5.25251
CPU usage (%): 101.732
Max. virtual memory (cumulated for all children) (KiB): 19064796
Max. memory (cumulated for all children) (KiB): 4124168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.97
system time used= 5.25251
maximum resident set size= 4125192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2376776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 153792
involuntary context switches= 24073


# summary of solver processes directly reported to runsolver:
#   pid: 166221
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3594.97
#   total CPU system time (s): 5.25251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.24184 second user time and 17.0836 second system time

The end

Launcher Data

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.071
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:   129710376 kB
Buffers:            1508 kB
Cached:          1593820 kB
SwapCached:         3888 kB
Active:           927532 kB
Inactive:         749452 kB
Active(anon):      55708 kB
Inactive(anon):    48304 kB
Active(file):     871824 kB
Inactive(file):   701148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1976 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:     351736 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= 431392 MiB
End job on nodeC015 at 2025-07-23 01:12:44