Trace number 4542743

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 3537.49

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-04_shuffle/normalized-ec_stargrid_04_066.shuf-1.opb
MD5SUM7e4e500c6ecf133c3cb12e0c5a9fdd4f
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 benchmark12.5891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1057
Total number of constraints530
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints522
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.00/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4542743-1753222425.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c using VERIPB proof format
0.11/0.17	c  no objective function found
0.30/0.24	c ... done. Wall clock time 0.074s.
0.30/0.24	c declared #vars     1057
0.30/0.24	c #constraints  530
0.30/0.24	c constraints type 
0.30/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.30/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 528
0.30/0.25	c 530 constraints processed.
3.02/1.61	c cleaning 2483 clauses out of 5001 with flag 0/5001
4.81/2.52	c cleaning 4246 clauses out of 8519 with flag 0/11002
7.10/3.79	c cleaning 5616 clauses out of 11272 with flag 0/18001
8.84/5.37	c cleaning 6823 clauses out of 13655 with flag 0/26000
10.37/6.66	c cleaning 7889 clauses out of 15832 with flag 0/35000
12.11/8.18	c cleaning 8934 clauses out of 17944 with flag 0/45001
14.03/10.09	c cleaning 9970 clauses out of 20009 with flag 0/56000
16.35/12.39	c cleaning 10993 clauses out of 22039 with flag 0/68000
19.07/15.09	c cleaning 11993 clauses out of 24046 with flag 0/81000
21.39/17.31	c cleaning 12996 clauses out of 26053 with flag 0/95000
24.01/19.93	c cleaning 14009 clauses out of 28058 with flag 0/110001
27.38/23.26	c cleaning 15012 clauses out of 30049 with flag 0/126001
37.25/30.06	c cleaning 16001 clauses out of 32037 with flag 0/143001
45.49/37.89	c cleaning 17001 clauses out of 34035 with flag 0/161000
57.22/49.22	c cleaning 18006 clauses out of 36034 with flag 0/180000
72.83/64.57	c cleaning 19007 clauses out of 38031 with flag 0/200003
85.47/76.73	c cleaning 20007 clauses out of 40024 with flag 0/221003
100.36/91.41	c cleaning 20996 clauses out of 42015 with flag 0/243001
117.67/108.56	c cleaning 22007 clauses out of 44027 with flag 0/266009
135.32/125.83	c cleaning 22993 clauses out of 46011 with flag 0/290000
153.59/143.77	c cleaning 24000 clauses out of 48018 with flag 0/315000
175.19/164.83	c cleaning 24997 clauses out of 50018 with flag 0/341000
201.87/190.92	c cleaning 25997 clauses out of 52021 with flag 0/368000
236.50/224.83	c cleaning 27004 clauses out of 54025 with flag 0/396001
288.61/276.01	c cleaning 28004 clauses out of 56022 with flag 0/425002
352.59/338.84	c cleaning 29001 clauses out of 58018 with flag 0/455002
423.88/409.15	c cleaning 29995 clauses out of 60016 with flag 0/486001
501.15/485.46	c cleaning 30996 clauses out of 62021 with flag 0/518001
585.41/568.53	c cleaning 32002 clauses out of 64024 with flag 0/551000
660.12/642.21	c cleaning 32997 clauses out of 66022 with flag 0/585000
739.89/720.95	c cleaning 34004 clauses out of 68027 with flag 0/620002
816.62/796.31	c cleaning 35001 clauses out of 70021 with flag 0/656000
882.28/861.04	c cleaning 35995 clauses out of 72020 with flag 0/693000
940.98/918.78	c cleaning 37003 clauses out of 74025 with flag 0/731000
991.99/969.02	c cleaning 37997 clauses out of 76022 with flag 0/770000
1038.72/1015.05	c cleaning 39004 clauses out of 78026 with flag 0/810001
1091.96/1067.39	c cleaning 40002 clauses out of 80023 with flag 0/851002
1153.73/1128.22	c cleaning 40999 clauses out of 82019 with flag 0/893000
1217.12/1190.74	c cleaning 42003 clauses out of 84024 with flag 0/936004
1270.09/1243.08	c cleaning 42993 clauses out of 86017 with flag 0/980000
1327.84/1300.24	c cleaning 44002 clauses out of 88024 with flag 0/1025000
1404.27/1375.74	c cleaning 45000 clauses out of 90022 with flag 0/1071000
1468.11/1438.70	c cleaning 45997 clauses out of 92022 with flag 0/1118000
1545.66/1515.14	c cleaning 46998 clauses out of 94025 with flag 0/1166000
1604.21/1572.89	c cleaning 47997 clauses out of 96027 with flag 0/1215000
1667.19/1634.74	c cleaning 49007 clauses out of 98037 with flag 0/1265007
1727.29/1693.88	c cleaning 50000 clauses out of 100023 with flag 0/1316000
1798.85/1764.25	c cleaning 50994 clauses out of 102023 with flag 0/1368000
1872.48/1836.81	c cleaning 52003 clauses out of 104029 with flag 0/1421000
1951.72/1914.82	c cleaning 52997 clauses out of 106026 with flag 0/1475000
2025.93/1988.10	c cleaning 54000 clauses out of 108029 with flag 0/1530000
2106.07/2067.11	c cleaning 55004 clauses out of 110030 with flag 0/1586001
2193.49/2153.33	c cleaning 55996 clauses out of 112025 with flag 0/1643000
2270.96/2229.74	c cleaning 57000 clauses out of 114029 with flag 0/1701000
2366.90/2324.26	c cleaning 58003 clauses out of 116030 with flag 0/1760001
2484.48/2440.31	c cleaning 59003 clauses out of 118026 with flag 0/1820000
2599.05/2552.96	c cleaning 59996 clauses out of 120023 with flag 0/1881000
2702.79/2654.80	c cleaning 61003 clauses out of 122027 with flag 0/1943000
2822.39/2772.30	c cleaning 61999 clauses out of 124026 with flag 0/2006002
2954.15/2902.01	c cleaning 62997 clauses out of 126026 with flag 0/2070001
3056.39/3002.74	c cleaning 64000 clauses out of 128028 with flag 0/2135000
3160.12/3104.83	c cleaning 64998 clauses out of 130028 with flag 0/2201000
3285.20/3227.72	c cleaning 65999 clauses out of 132030 with flag 0/2268000
3427.38/3367.53	c cleaning 67000 clauses out of 134031 with flag 0/2336000
3585.52/3523.18	c cleaning 68002 clauses out of 136031 with flag 0/2405000
3600.09/3537.41	c starts		: 56
3600.09/3537.41	c conflicts		: 2416834
3600.09/3537.41	c decisions		: 3031069
3600.09/3537.41	c propagations		: 13622385
3600.09/3537.41	c inspects		: 3722014150
3600.09/3537.41	c shortcuts		: 0
3600.09/3537.41	c learnt literals	: 0
3600.09/3537.41	c learnt binary clauses	: 0
3600.09/3537.41	c learnt ternary clauses	: 0
3600.09/3537.41	c learnt constraints	: 2416833
3600.09/3537.41	c ignored constraints	: 0
3600.09/3537.41	c root simplifications	: 0
3600.09/3537.41	c removed literals (reason simplification)	: 0
3600.09/3537.41	c reason swapping (by a shorter reason)	: 0
3600.09/3537.41	c Calls to reduceDB	: 65
3600.09/3537.41	c Number of update (reduction) of LBD	: 2494690
3600.09/3537.41	c Imported unit clauses	: 0
3600.09/3537.41	c No decision after first conflict	: false
3600.09/3537.41	c number of reductions to clauses (during analyze)	: 0
3600.09/3537.41	c number of learned constraints concerned by reduction	: 0
3600.09/3537.41	c number of learning phase by resolution	: 0
3600.09/3537.41	c number of learning phase by cutting planes	: 0
3600.09/3537.41	c number of rounding to 1 operations	: 0
3600.09/3537.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3537.41	c number of reductions of the coefficients by power 2 	: 0
3600.09/3537.41	c number of right shift for reduction by power 2 	: 0
3600.09/3537.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3537.41	c number of ending skipping 	: 0
3600.09/3537.41	c number of internal skipping 	: 0
3600.09/3537.41	c number of derivation steps 	: 9564396
3600.09/3537.41	c number of skipped derivation steps 	: 0
3600.09/3537.41	c number of remaining unassigned 	: 42916
3600.09/3537.41	c number of remaining assigned 	: 352811330
3600.09/3537.41	c number of falsified literals weakened from reason	: 0
3600.09/3537.41	c number of falsified literals weakened from conflict	: 0
3600.09/3537.41	c time for arithmetic operations	: 5900697214
3600.09/3537.42	c minimum degree of deleted constraints	: 1
3600.09/3537.42	c maximum degree of deleted constraints	: 20921078475101015148
3600.09/3537.42	c number of deleted constraints	: 2336971
3600.09/3537.42	c speed (assignments/second)	: 3851.2134145772593
3600.09/3537.42	c non guided choices	: 4685
3600.09/3537.42	c timeout
3600.09/3537.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4806
3600.09/3537.47	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 17
3600.09/3537.47	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 75039
3600.09/3537.48	s UNKNOWN
3600.09/3537.48	c Total wall clock time (in seconds): 3537.312

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=166211, runsolver pid=166206
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.08 1.13 1.64 8/335 166294
/proc/meminfo: memFree=128775776/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=18930384 memory=55320 CPUtime=0.11 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 6480 0 0 0 9 2 0 0 20 0 18 0 237919950 19384713216 13830 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4732596 13830 5352 1 0 547556 0
[pid=166211/tid=166223] ppid=166206 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 5000 0 0 0 5 1 0 0 20 0 18 0 237919952 19384713216 13830 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=18930384 memory=2630 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237919954 19384713216 13830 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237919954 19384713216 13830 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55320 KiB

[startup+0.205807 s]*
/proc/loadavg: 1.08 1.13 1.64 13/335 166294
/proc/meminfo: memFree=128740080/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=18930384 memory=68388 CPUtime=0.3 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 7088 0 0 0 27 3 0 0 20 0 18 0 237919950 19384713216 17097 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4732596 17097 5448 1 0 547956 0
[pid=166211/tid=166223] ppid=166206 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 5377 0 0 0 15 2 0 0 20 0 18 0 237919952 19384713216 17097 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=18930384 memory=2630 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237919954 19384713216 17097 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237919954 19384713216 17097 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68388 KiB

[startup+0.305702 s]*
/proc/loadavg: 1.08 1.13 1.64 11/339 166298
/proc/meminfo: memFree=128667016/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=18996948 memory=78668 CPUtime=0.48 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 7695 0 0 0 45 3 0 0 20 0 19 0 237919950 19452874752 19667 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4749237 19667 5448 1 0 548622 0
[pid=166211/tid=166223] ppid=166206 vsize=18996948 memory=-8672921771455587004 CPUtime=0.23 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 5482 0 0 0 21 2 0 0 20 0 19 0 237919952 19452874752 19667 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237919954 19452874752 19667 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237919954 19452874752 19667 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 237919975 19452874752 19667 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78668 KiB

[startup+0.700234 s]
/proc/loadavg: 1.08 1.13 1.64 9/339 166298
/proc/meminfo: memFree=128463176/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=19063512 memory=168468 CPUtime=1.24 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 11847 0 0 0 118 6 0 0 20 0 20 0 237919950 19521036288 42117 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 42117 5480 1 0 552093 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=24704 CPUtime=0.54 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 5526 0 0 0 50 4 0 0 20 0 20 0 237919952 19521036288 42117 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 42117 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 42117 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 42117 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168468 KiB

[startup+1.50025 s]
/proc/loadavg: 1.08 1.13 1.64 9/343 166302
/proc/meminfo: memFree=128237604/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=19063512 memory=367284 CPUtime=2.83 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 21661 0 0 0 270 13 0 0 20 0 20 0 237919950 19521036288 91821 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 91821 5480 1 0 556050 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=0 CPUtime=1.28 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 5697 0 0 0 120 8 0 0 20 0 20 0 237919952 19521036288 91821 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 91821 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 91821 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 91821 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 367284 KiB

[startup+3.10592 s]
/proc/loadavg: 1.63 1.25 1.68 8/343 166302
/proc/meminfo: memFree=125178820/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=19063512 memory=923024 CPUtime=6 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 28730 0 0 0 575 25 0 0 20 0 20 0 237919950 19521036288 230756 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 230756 5480 1 0 556507 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=10752 CPUtime=2.82 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 7400 0 0 0 263 19 0 0 20 0 20 0 237919952 19521036288 230756 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=-8745260840470225596 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 230756 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 230756 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 230756 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 923024 KiB

[startup+6.30022 s]
/proc/loadavg: 1.63 1.25 1.68 5/343 166302
/proc/meminfo: memFree=122708516/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=19063512 memory=1328636 CPUtime=10.06 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 29773 0 0 0 971 35 0 0 20 0 20 0 237919950 19521036288 332159 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 332159 5480 1 0 556844 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=0 CPUtime=5.97 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 7773 0 0 0 568 29 0 0 20 0 20 0 237919952 19521036288 332159 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 332159 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 332159 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=408448 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 332159 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 10.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328636 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=166211] ppid=166206 vsize=19063512 memory=1337100 CPUtime=16.75 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 31272 0 0 0 1638 37 0 0 20 0 20 0 237919950 19521036288 334275 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 334275 5480 1 0 556844 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=408448 CPUtime=12.22 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 8516 0 0 0 1192 30 0 0 20 0 20 0 237919952 19521036288 334275 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=1335036 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 334275 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 334275 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 334275 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 16.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1337100 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=166211] ppid=166206 vsize=19063512 memory=1778552 CPUtime=29.81 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 37388 0 0 0 2929 52 0 0 20 0 20 0 237919950 19521036288 444638 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 444638 5480 1 0 663370 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=1335036 CPUtime=24.72 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 10283 0 0 0 2429 43 0 0 20 0 20 0 237919952 19521036288 444638 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 444638 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=1776504 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 444638 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=1343332 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 444638 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 29.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1778552 KiB

[startup+51.1057 s]
/proc/loadavg: 3.05 1.68 1.81 5/343 166303
/proc/meminfo: memFree=120668560/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=19063512 memory=2311908 CPUtime=59.16 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 51021 0 0 0 5837 79 0 0 20 0 20 0 237919950 19521036288 577977 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 577977 5512 1 0 792763 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=2311908 CPUtime=49.6 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 13083 0 0 0 4894 66 0 0 20 0 20 0 237919952 19521036288 577977 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0

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

/proc/meminfo: memFree=103451348/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=19063512 memory=3651544 CPUtime=3219.01 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 134876 0 0 0 321047 854 0 0 20 0 20 0 237919950 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 912886 5512 1 0 927261 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=3651416 CPUtime=3092.18 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 58200 0 0 0 308512 706 0 0 20 0 20 0 237919952 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=3651544 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=3651544 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 1938 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=3651544 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 3219.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651544 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=166211] ppid=166206 vsize=19063512 memory=3651544 CPUtime=3279.81 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 136429 0 0 0 327118 863 0 0 20 0 20 0 237919950 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 912886 5512 1 0 927261 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=3651544 CPUtime=3151.12 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 59287 0 0 0 314400 712 0 0 20 0 20 0 237919952 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=3651544 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=3651544 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 1938 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=3651544 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 3279.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651544 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=166211] ppid=166206 vsize=19063512 memory=3651544 CPUtime=3340.98 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 138395 0 0 0 333222 876 0 0 20 0 20 0 237919950 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 912886 5512 1 0 927261 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=3651544 CPUtime=3209.73 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 60765 0 0 0 320251 722 0 0 20 0 20 0 237919952 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=3651544 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 1983 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 912886 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 3340.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651544 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=166211] ppid=166206 vsize=19063512 memory=3651672 CPUtime=3402.25 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 138629 0 0 0 339341 884 0 0 20 0 20 0 237919950 19521036288 912918 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 912918 5512 1 0 927302 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=2760 CPUtime=3268.29 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 60817 0 0 0 326101 728 0 0 20 0 20 0 237919952 19521036288 912918 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=3651672 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912918 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 2055 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912918 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 912918 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 3402.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651672 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.21 4.14 5/339 166476
/proc/meminfo: memFree=102843236/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=19063512 memory=3651800 CPUtime=3462.99 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 141400 0 0 0 345404 895 0 0 20 0 20 0 237919950 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 912950 5512 1 0 927312 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=10752 CPUtime=3327.52 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 62239 0 0 0 332016 736 0 0 20 0 20 0 237919952 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=3651800 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 2055 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=3651800 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 3462.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651800 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=166211] ppid=166206 vsize=19063512 memory=3651800 CPUtime=3524.09 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 142966 0 0 0 351501 908 0 0 20 0 20 0 237919950 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 912950 5512 1 0 927312 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=3651800 CPUtime=3386.06 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 63222 0 0 0 337859 747 0 0 20 0 20 0 237919952 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=3651800 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=3651800 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 2131 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 912950 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 3524.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651800 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=166211] ppid=166206 vsize=19063512 memory=3651928 CPUtime=3584.72 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 143944 0 0 0 357557 915 0 0 20 0 20 0 237919950 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 912982 5512 1 0 927348 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=3651928 CPUtime=3445.24 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 63791 0 0 0 343772 752 0 0 20 0 20 0 237919952 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=3651928 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 2136 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=3651928 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 3584.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3537.4 s]
/proc/loadavg: 4.90 4.46 4.24 6/341 166622
/proc/meminfo: memFree=116402480/131249996 swapFree=33006296/33010684
[pid=166211] ppid=166206 vsize=19063512 memory=3651928 CPUtime=3600.09 cores=0,2
/proc/166211/stat : 166211 (java) S 166206 166211 166156 0 -1 4194304 144098 0 0 0 359090 919 0 0 20 0 20 0 237919950 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
/proc/166211/statm: 4765878 912982 5512 1 0 927348 0
[pid=166211/tid=166223] ppid=166206 vsize=19063512 memory=3200 CPUtime=3460.06 cores=0,2
/proc/166211/task/166223/stat : 166223 (java) R 166206 166211 166156 0 -1 4194368 63890 0 0 0 345251 755 0 0 20 0 20 0 237919952 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166250] ppid=166206 vsize=19063512 memory=-8745260840470225596 CPUtime=0 cores=0,2
/proc/166211/task/166250/stat : 166250 (Finalizer) S 166206 166211 166156 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166269] ppid=166206 vsize=19063512 memory=215587488049 CPUtime=0 cores=0,2
/proc/166211/task/166269/stat : 166269 (Common-Cleaner) S 166206 166211 166156 0 -1 4194368 2136 0 0 0 0 0 0 0 20 0 20 0 237919954 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
[pid=166211/tid=166296] ppid=166206 vsize=19063512 memory=56312188895988 CPUtime=0 cores=0,2
/proc/166211/task/166296/stat : 166296 (Timer-0) S 166206 166211 166156 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237919975 19521036288 912982 18446744073709551615 94573688905728 94573688909424 140734105864256 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94573688917240 94573688918032 94573720227840 140734105868625 140734105868772 140734105868772 140734105874376 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3651928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.01 s, system=9.20915 s

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

Child status: 143

Real time (s): 3537.49
CPU time (s): 3600.22
CPU user time (s): 3591.01
CPU system time (s): 9.20915
CPU usage (%): 101.773
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3651928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.01
system time used= 9.20915
maximum resident set size= 3652952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3992736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150441
involuntary context switches= 17214


# summary of solver processes directly reported to runsolver:
#   pid: 166211
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3591.01
#   total CPU system time (s): 9.20915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82477 second user time and 18.7344 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 7e4e500c6ecf133c3cb12e0c5a9fdd4f
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		: 2097.641
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.030
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		: 3601.019
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:        128886024 kB
MemAvailable:   129710232 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:     351152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 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= 428556 MiB
End job on nodeC015 at 2025-07-23 01:12:42