Trace number 4515714

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 Resolution 2025-06-06UNSAT 65.029 62.5411

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-2.opb
MD5SUM9fec036f9114dcaf12f5e6b379091e55
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 benchmark10.6714
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33930
Total number of constraints6787
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints6784
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4515714-1751235853.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.50/0.37	c ... done. Wall clock time 0.228s.
0.50/0.37	c declared #vars     33930
0.50/0.37	c #constraints  6787
0.50/0.37	c constraints type 
0.50/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6787
0.50/0.37	c 6787 constraints processed.
1.46/0.89	c cleaning 2500 clauses out of 5001 with flag 13112/5001
2.26/1.20	c cleaning 4251 clauses out of 8503 with flag 28993/11003
2.85/1.59	c cleaning 5619 clauses out of 11249 with flag 50432/18000
3.05/1.68	c cleaning 6804 clauses out of 13630 with flag 74019/26000
3.25/1.78	c cleaning 7893 clauses out of 15828 with flag 102770/35002
3.44/1.87	c cleaning 8955 clauses out of 17934 with flag 129906/45001
3.80/2.02	c cleaning 9982 clauses out of 19978 with flag 161975/56000
4.01/2.12	c cleaning 10990 clauses out of 21996 with flag 196722/68000
4.13/2.25	c cleaning 11982 clauses out of 24006 with flag 232436/81000
4.33/2.40	c cleaning 13009 clauses out of 26028 with flag 275787/95004
4.43/2.51	c cleaning 14001 clauses out of 28015 with flag 317734/110000
4.53/2.68	c cleaning 15001 clauses out of 30014 with flag 363446/126000
4.76/2.85	c cleaning 15995 clauses out of 32014 with flag 417003/143001
4.88/2.99	c cleaning 17002 clauses out of 34018 with flag 475878/161000
5.08/3.16	c cleaning 18003 clauses out of 36016 with flag 539009/180000
5.28/3.36	c cleaning 18995 clauses out of 38013 with flag 601845/200000
5.48/3.56	c cleaning 19999 clauses out of 40018 with flag 664628/221000
5.68/3.79	c cleaning 20983 clauses out of 42020 with flag 736518/243001
5.88/3.98	c cleaning 21905 clauses out of 44036 with flag 815763/266000
6.18/4.21	c cleaning 23062 clauses out of 46134 with flag 894535/290003
6.38/4.44	c cleaning 24026 clauses out of 48069 with flag 972920/315000
6.58/4.69	c cleaning 25004 clauses out of 50044 with flag 1052401/341001
6.87/4.95	c cleaning 26012 clauses out of 52040 with flag 1133265/368001
7.17/5.20	c cleaning 26995 clauses out of 54027 with flag 1217314/396000
7.37/5.49	c cleaning 27963 clauses out of 56034 with flag 1300278/425002
7.78/5.80	c cleaning 29028 clauses out of 58070 with flag 1392188/455001
8.08/6.18	c cleaning 30017 clauses out of 60041 with flag 1479777/486000
8.38/6.45	c cleaning 31000 clauses out of 62024 with flag 1571853/518000
8.68/6.79	c cleaning 32003 clauses out of 64024 with flag 1664466/551000
9.08/7.18	c cleaning 33005 clauses out of 66022 with flag 1765288/585001
9.47/7.54	c cleaning 33984 clauses out of 68016 with flag 1871318/620000
9.87/7.97	c cleaning 35014 clauses out of 70032 with flag 1990318/656000
10.27/8.36	c cleaning 35999 clauses out of 72018 with flag 2099566/693000
10.77/8.80	c cleaning 37002 clauses out of 74020 with flag 2224972/731001
11.17/9.21	c cleaning 38002 clauses out of 76017 with flag 2345013/770000
11.67/9.72	c cleaning 38986 clauses out of 78015 with flag 2464988/810000
12.29/10.30	c cleaning 40011 clauses out of 80029 with flag 2585497/851000
12.69/10.75	c cleaning 40987 clauses out of 82019 with flag 2722338/893001
13.09/11.18	c cleaning 41992 clauses out of 84032 with flag 2853608/936001
13.59/11.66	c cleaning 42999 clauses out of 86039 with flag 2982991/980000
14.09/12.14	c cleaning 43986 clauses out of 88040 with flag 3117520/1025000
14.78/12.84	c cleaning 45007 clauses out of 90055 with flag 3248227/1071001
15.28/13.35	c cleaning 46022 clauses out of 92047 with flag 3388969/1118000
15.98/14.07	c cleaning 46971 clauses out of 94026 with flag 3532097/1166001
16.58/14.69	c cleaning 48019 clauses out of 96054 with flag 3678322/1215000
17.41/15.44	c cleaning 49015 clauses out of 98035 with flag 3830840/1265000
18.12/16.14	c cleaning 50005 clauses out of 100021 with flag 3972306/1316001
18.91/16.98	c cleaning 50990 clauses out of 102016 with flag 4133839/1368001
19.71/17.75	c cleaning 51964 clauses out of 104027 with flag 4289866/1421002
20.41/18.44	c cleaning 53017 clauses out of 106062 with flag 4441225/1475001
21.11/19.13	c cleaning 54008 clauses out of 108046 with flag 4608004/1530002
21.80/19.81	c cleaning 55010 clauses out of 110036 with flag 4778209/1586000
22.40/20.46	c cleaning 56005 clauses out of 112026 with flag 4954218/1643000
23.15/21.14	c cleaning 57010 clauses out of 114023 with flag 5119147/1701002
24.04/22.04	c cleaning 56871 clauses out of 116013 with flag 5290512/1760002
24.86/22.89	c cleaning 57245 clauses out of 119140 with flag 5455054/1820000
25.58/23.50	c cleaning 59006 clauses out of 122896 with flag 5640319/1881001
26.78/24.71	c cleaning 60277 clauses out of 125889 with flag 5818711/1943000
27.78/25.70	c cleaning 60951 clauses out of 128612 with flag 6016498/2006000
28.62/26.53	c cleaning 61761 clauses out of 131661 with flag 6201448/2070000
29.42/27.35	c cleaning 62570 clauses out of 134901 with flag 6392160/2135001
30.51/28.42	c cleaning 64117 clauses out of 138331 with flag 6592420/2201001
31.51/29.45	c cleaning 65135 clauses out of 141215 with flag 6796860/2268002
32.41/30.34	c cleaning 66082 clauses out of 144079 with flag 7001726/2336001
33.21/31.15	c cleaning 66959 clauses out of 146996 with flag 7208807/2405000
34.36/32.21	c cleaning 68446 clauses out of 150037 with flag 7425242/2475000
35.16/33.10	c cleaning 68769 clauses out of 152591 with flag 7630924/2546000
36.05/33.98	c cleaning 69600 clauses out of 155822 with flag 7842486/2618000
37.15/35.07	c cleaning 70287 clauses out of 159223 with flag 8063195/2691001
38.15/36.05	c cleaning 71457 clauses out of 162935 with flag 8281751/2765000
39.25/37.15	c cleaning 72921 clauses out of 166479 with flag 8505220/2840001
40.48/38.34	c cleaning 73694 clauses out of 169557 with flag 8723049/2916000
41.57/39.49	c cleaning 74352 clauses out of 172864 with flag 8948766/2993001
43.17/41.07	c cleaning 76011 clauses out of 176511 with flag 9186976/3071000
44.66/42.55	c cleaning 76513 clauses out of 179500 with flag 9411638/3150000
46.36/44.24	c cleaning 77553 clauses out of 182987 with flag 9641391/3230000
47.96/45.80	c cleaning 78452 clauses out of 186435 with flag 9882650/3311001
49.41/47.26	c cleaning 79009 clauses out of 189982 with flag 10126695/3393000
50.50/48.33	c cleaning 80464 clauses out of 193973 with flag 10374695/3476000
51.80/49.65	c cleaning 81608 clauses out of 197511 with flag 10631264/3560002
53.40/51.28	c cleaning 82654 clauses out of 200901 with flag 10870715/3645000
54.96/52.71	c cleaning 83102 clauses out of 204247 with flag 11123325/3731000
56.45/54.24	c cleaning 83694 clauses out of 208145 with flag 11383840/3818000
58.36/56.18	c cleaning 85798 clauses out of 212453 with flag 11642667/3906002
60.35/58.18	c cleaning 86552 clauses out of 215653 with flag 11908845/3995000
61.54/59.34	c cleaning 86980 clauses out of 219102 with flag 12166683/4085001
63.59/61.34	c cleaning 88176 clauses out of 223122 with flag 12435979/4176001
64.81/62.42	c starts		: 2771
64.81/62.42	c conflicts		: 4245255
64.81/62.42	c decisions		: 43482367
64.81/62.42	c propagations		: 65534504
64.81/62.42	c inspects		: 502747961
64.81/62.42	c shortcuts		: 0
64.81/62.43	c learnt literals	: 9
64.81/62.43	c learnt binary clauses	: 28
64.81/62.43	c learnt ternary clauses	: 18527
64.81/62.43	c learnt constraints	: 4245245
64.81/62.43	c ignored constraints	: 0
64.81/62.43	c root simplifications	: 0
64.81/62.43	c removed literals (reason simplification)	: 3380067
64.81/62.43	c reason swapping (by a shorter reason)	: 0
64.81/62.43	c Calls to reduceDB	: 87
64.81/62.43	c Number of update (reduction) of LBD	: 780983
64.81/62.43	c Imported unit clauses	: 0
64.81/62.43	c No decision after first conflict	: false
64.81/62.43	c number of reductions to clauses (during analyze)	: 0
64.81/62.43	c number of learned constraints concerned by reduction	: 0
64.81/62.43	c number of learning phase by resolution	: 0
64.81/62.43	c number of learning phase by cutting planes	: 0
64.81/62.43	c number of rounding to 1 operations	: 0
64.81/62.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
64.81/62.43	c number of reductions of the coefficients by power 2 	: 0
64.81/62.43	c number of right shift for reduction by power 2 	: 0
64.81/62.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
64.81/62.43	c number of ending skipping 	: 0
64.81/62.43	c number of internal skipping 	: 0
64.81/62.43	c number of derivation steps 	: 0
64.81/62.43	c number of skipped derivation steps 	: 0
64.81/62.43	c number of remaining unassigned 	: 0
64.81/62.43	c number of remaining assigned 	: 0
64.81/62.43	c number of falsified literals weakened from reason	: 0
64.81/62.43	c number of falsified literals weakened from conflict	: 0
64.81/62.43	c time for arithmetic operations	: 0
64.81/62.44	c minimum degree of deleted constraints	: null
64.81/62.44	c maximum degree of deleted constraints	: null
64.81/62.44	c number of deleted constraints	: 0
64.81/62.44	c speed (assignments/second)	: 1056071.2915961647
64.81/62.44	c non guided choices	: 36351330
65.00/62.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 204162
65.00/62.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 28
65.00/62.50	s UNSATISFIABLE
65.00/62.50	c Total wall clock time (in seconds): 62.366

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515714-1751235853/watcher-4515714-1751235853 -o /tmp/evaluation-result-4515714-1751235853/solver-4515714-1751235853 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31770 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515714-1751235853.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=32192, runsolver pid=32189

[startup+0.100061 s]*
/proc/loadavg: 4.37 4.49 4.35 5/338 32210
/proc/meminfo: memFree=94035548/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=18930384 memory=55584 CPUtime=0.12 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 6556 0 0 0 11 1 0 0 20 0 18 0 39262819 19384713216 13896 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4732596 13896 5353 1 0 547604 0
[pid=32192/tid=32194] ppid=32189 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 5047 0 0 0 7 1 0 0 20 0 18 0 39262821 19384713216 13896 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39262823 19384713216 13896 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=18930384 memory=55186957824150 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39262823 19384713216 13896 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55584 KiB

[startup+0.20607 s]*
/proc/loadavg: 4.37 4.49 4.35 7/338 32210
/proc/meminfo: memFree=94026348/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=18930384 memory=68108 CPUtime=0.32 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 7023 0 0 0 30 2 0 0 20 0 18 0 39262819 19384713216 17027 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4732596 17027 5449 1 0 547891 0
[pid=32192/tid=32194] ppid=32189 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 5259 0 0 0 15 1 0 0 20 0 18 0 39262821 19384713216 17027 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39262823 19384713216 17027 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39262823 19384713216 17027 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68108 KiB

[startup+0.305857 s]*
/proc/loadavg: 4.37 4.49 4.35 6/338 32210
/proc/meminfo: memFree=93991564/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=18930384 memory=107480 CPUtime=0.5 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 8758 0 0 0 47 3 0 0 20 0 18 0 39262819 19384713216 26870 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4732596 26870 5449 1 0 548973 0
[pid=32192/tid=32194] ppid=32189 vsize=18930384 memory=-6000919468361476716 CPUtime=0.25 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 5276 0 0 0 23 2 0 0 20 0 18 0 39262821 19384713216 26870 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39262823 19384713216 26870 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39262823 19384713216 26870 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107480 KiB

[startup+0.70027 s]
/proc/loadavg: 4.42 4.49 4.35 6/339 32211
/proc/meminfo: memFree=93955016/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=18996948 memory=150688 CPUtime=1.27 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 14212 0 0 0 122 5 0 0 20 0 19 0 39262819 19452874752 37672 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4749237 37672 5481 1 0 552295 0
[pid=32192/tid=32194] ppid=32189 vsize=18996948 memory=17536 CPUtime=0.62 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 5356 0 0 0 59 3 0 0 20 0 19 0 39262821 19452874752 37672 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39262823 19452874752 37672 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39262823 19452874752 37672 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39262858 19452874752 37672 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150688 KiB

[startup+1.50025 s]
/proc/loadavg: 4.42 4.49 4.35 6/339 32211
/proc/meminfo: memFree=93938392/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=18996948 memory=165248 CPUtime=2.85 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 24529 0 0 0 279 6 0 0 20 0 19 0 39262819 19452874752 41312 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4749237 41312 5481 1 0 554702 0
[pid=32192/tid=32194] ppid=32189 vsize=18996948 memory=0 CPUtime=1.38 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 5782 0 0 0 135 3 0 0 20 0 19 0 39262821 19452874752 41312 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39262823 19452874752 41312 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39262823 19452874752 41312 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39262858 19452874752 41312 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 165248 KiB

[startup+3.10583 s]
/proc/loadavg: 4.42 4.49 4.35 5/340 32212
/proc/meminfo: memFree=93903868/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=192860 CPUtime=5.08 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 26595 0 0 0 501 7 0 0 20 0 20 0 39262819 19521036288 48215 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 48215 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=10752 CPUtime=2.95 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 6059 0 0 0 292 3 0 0 20 0 20 0 39262821 19521036288 48215 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=-6000919468361476716 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 48215 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 48215 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 48215 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192860 KiB

[startup+6.30024 s]
/proc/loadavg: 4.39 4.49 4.35 5/340 32212
/proc/meminfo: memFree=93891692/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=202152 CPUtime=8.28 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 28186 0 0 0 820 8 0 0 20 0 20 0 39262819 19521036288 50538 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 50538 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=0 CPUtime=6.1 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 6536 0 0 0 607 3 0 0 20 0 20 0 39262821 19521036288 50538 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 50538 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 50538 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=165248 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 50538 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202152 KiB

[startup+12.7002 s]
/proc/loadavg: 4.36 4.48 4.35 5/340 32212
/proc/meminfo: memFree=93875092/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=220720 CPUtime=14.68 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 29470 0 0 0 1459 9 0 0 20 0 20 0 39262819 19521036288 55180 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 55180 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=165248 CPUtime=12.46 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 6900 0 0 0 1243 3 0 0 20 0 20 0 39262821 19521036288 55180 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=220720 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 55180 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 55180 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 55180 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 220720 KiB

[startup+25.5003 s]
/proc/loadavg: 4.45 4.49 4.35 5/340 32212
/proc/meminfo: memFree=93600748/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=286388 CPUtime=27.58 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 33639 0 0 0 2747 11 0 0 20 0 20 0 39262819 19521036288 71597 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 71597 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=286388 CPUtime=25.13 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 7797 0 0 0 2510 3 0 0 20 0 20 0 39262821 19521036288 71597 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=286388 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 71597 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=286388 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 71597 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 71597 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 27.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 286388 KiB

[startup+51.1059 s]
/proc/loadavg: 4.33 4.46 4.35 5/340 32212
/proc/meminfo: memFree=93354540/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=452488 CPUtime=53.3 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 33842 0 0 0 5315 15 0 0 20 0 20 0 39262819 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 113122 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=409468 CPUtime=50.43 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 7819 0 0 0 5039 4 0 0 20 0 20 0 39262821 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=452488 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=409468 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=286388 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 53.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 452488 KiB

[startup+62.5411 s]
# the end of solver process 32192 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=64.8299 s, system=0.199103 s

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

[startup+51.2003 s]
/proc/loadavg: 4.33 4.46 4.35 5/340 32212
/proc/meminfo: memFree=93354540/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=452488 CPUtime=53.4 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 33842 0 0 0 5325 15 0 0 20 0 20 0 39262819 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 113122 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=14848 CPUtime=50.52 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 7819 0 0 0 5048 4 0 0 20 0 20 0 39262821 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=452488 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 113122 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 53.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 452488 KiB

[startup+57.6002 s]
/proc/loadavg: 4.30 4.45 4.35 5/340 32213
/proc/meminfo: memFree=93280716/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=507784 CPUtime=59.85 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 33882 0 0 0 5968 17 0 0 20 0 20 0 39262819 19521036288 126946 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 126946 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=21872 CPUtime=56.84 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 7821 0 0 0 5680 4 0 0 20 0 20 0 39262821 19521036288 126946 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 126946 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=507784 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 126946 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 126946 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 59.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 507784 KiB

[startup+60.8002 s]
/proc/loadavg: 4.30 4.45 4.35 5/340 32214
/proc/meminfo: memFree=93272592/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=548748 CPUtime=63.09 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 34016 0 0 0 6291 18 0 0 20 0 20 0 39262819 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 137187 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=39065289 CPUtime=59.97 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 7932 0 0 0 5993 4 0 0 20 0 20 0 39262821 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=507784 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 63.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548748 KiB

[startup+61.6002 s]
/proc/loadavg: 4.28 4.45 4.34 6/340 32214
/proc/meminfo: memFree=93219492/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=548748 CPUtime=63.88 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 34054 0 0 0 6370 18 0 0 20 0 20 0 39262819 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 137187 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=5632 CPUtime=60.76 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 7970 0 0 0 6072 4 0 0 20 0 20 0 39262821 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 63.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548748 KiB

[startup+62.0002 s]*
/proc/loadavg: 4.28 4.45 4.34 6/340 32214
/proc/meminfo: memFree=93211300/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=548748 CPUtime=64.28 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 34054 0 0 0 6410 18 0 0 20 0 20 0 39262819 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 137187 5545 1 0 554994 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=14777044 CPUtime=61.16 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 7970 0 0 0 6112 4 0 0 20 0 20 0 39262821 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=16296784 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=6640 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=-6000919468361476716 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 64.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548748 KiB

[startup+62.402 s]
/proc/loadavg: 4.28 4.45 4.34 6/340 32214
/proc/meminfo: memFree=93211300/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19063512 memory=548748 CPUtime=64.81 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 38016 0 0 0 6462 19 0 0 20 0 20 0 39262819 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4765878 137187 5545 1 0 555019 0
[pid=32192/tid=32194] ppid=32189 vsize=19063512 memory=14848 CPUtime=61.56 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) R 32189 32192 31759 0 -1 4194368 8566 0 0 0 6152 4 0 0 20 0 20 0 39262821 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19063512 memory=548748 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 94 0 0 0 0 0 0 0 20 0 20 0 39262823 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32211] ppid=32189 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/32192/task/32211/stat : 32211 (Timer-0) S 32189 32192 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39262858 19521036288 137187 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 64.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548748 KiB

[startup+62.5002 s]
/proc/loadavg: 4.28 4.45 4.34 6/340 32214
/proc/meminfo: memFree=93211300/131249988 swapFree=33010684/33010684
[pid=32192] ppid=32189 vsize=19196640 memory=549388 CPUtime=65 cores=4,6
/proc/32192/stat : 32192 (java) S 32189 32192 31759 0 -1 4194304 39402 0 0 0 6481 19 0 0 20 0 20 0 39262819 19657359360 137347 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
/proc/32192/statm: 4799160 137347 5545 1 0 555639 0
[pid=32192/tid=32194] ppid=32189 vsize=19196640 memory=409468 CPUtime=61.58 cores=4,6
/proc/32192/task/32194/stat : 32194 (java) S 32189 32192 31759 0 -1 4194368 9414 0 0 0 6154 4 0 0 20 0 20 0 39262821 19657359360 137347 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32203] ppid=32189 vsize=19196640 memory=10752 CPUtime=0 cores=4,6
/proc/32192/task/32203/stat : 32203 (Finalizer) S 32189 32192 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39262823 19657359360 137347 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
[pid=32192/tid=32210] ppid=32189 vsize=19196640 memory=507784 CPUtime=0 cores=4,6
/proc/32192/task/32210/stat : 32210 (Common-Cleaner) S 32189 32192 31759 0 -1 4194368 94 0 0 0 0 0 0 0 20 0 20 0 39262823 19657359360 137347 18446744073709551615 94572414001152 94572414004848 140723964364256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94572414012664 94572414013456 94572421394432 140723964369281 140723964369382 140723964369382 140723964374984 0
Current children cumulated CPU time: 65 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 549388 KiB

Child status: 20

Real time (s): 62.5411
CPU time (s): 65.029
CPU user time (s): 64.8299
CPU system time (s): 0.199103
CPU usage (%): 103.978
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 549388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.8299
system time used= 0.199103
maximum resident set size= 549644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39610
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3962
involuntary context switches= 1648


# summary of solver processes directly reported to runsolver:
#   pid: 32192
#   total CPU time (s): 65.029
#   total CPU user time (s): 64.8299
#   total CPU system time (s): 0.199103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.158263 second user time and 0.356272 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 00:24:13
IDJOB=4515714
IDBENCH=165333
IDSOLVER=3363
FILE ID=nodeC020/4515714-1751235853
RUNJOBID= nodeC020-1751232650-31770
SLURM_JOB_ID= 9587710
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515714-1751235853/watcher-4515714-1751235853 -o /tmp/evaluation-result-4515714-1751235853/solver-4515714-1751235853 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31770 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515714-1751235853.opb

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

MD5SUM BENCH= 9fec036f9114dcaf12f5e6b379091e55
RANDOM SEED=841439475

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        94060308 kB
MemAvailable:   94175912 kB
Buffers:            3280 kB
Cached:           922020 kB
SwapCached:            0 kB
Active:         35945168 kB
Inactive:         614720 kB
Active(anon):   35652644 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   614720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1828 kB
Writeback:             4 kB
AnonPages:      35637128 kB
Mapped:           122556 kB
Shmem:             18056 kB
KReclaimable:      95200 kB
Slab:             182472 kB
SReclaimable:      95200 kB
SUnreclaim:        87272 kB
KernelStack:        5144 kB
PageTables:        73464 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   38151604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  35237888 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC020 at 2025-06-30 00:25:15