Trace number 4545279

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-06? (TO) 3600.14 3603.6

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-AverageAvoiding-20_c24.opb
MD5SUMfea607129b7127550b39e04c37b78aae
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark243.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33526
Total number of constraints12724
Number of constraints which are clauses2302
Number of constraints which are cardinality constraints (but not clauses)1180
Number of constraints which are nor clauses,nor cardinality constraints9242
Minimum length of a constraint1
Maximum length of a constraint44
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 381
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1204
Number of bits of the biggest sum of numbers11
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4545279-1753238253.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
1.07/0.65	c ... done. Wall clock time 0.504s.
1.07/0.65	c declared #vars     33526
1.07/0.65	c #constraints  16165
1.07/0.65	c constraints type 
1.07/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1180
1.07/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11523
1.07/0.65	c org.sat4j.pb.constraints.pb.UnitClausePB => 1141
1.07/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2321
1.07/0.65	c 16165 constraints processed.
5.87/4.44	c cleaning 2478 clauses out of 5001 with flag 22207/5001
11.77/10.26	c cleaning 4261 clauses out of 8522 with flag 63723/11000
18.36/16.67	c cleaning 5630 clauses out of 11261 with flag 114540/18000
25.55/23.68	c cleaning 6813 clauses out of 13632 with flag 167932/26001
34.88/32.64	c cleaning 7906 clauses out of 15820 with flag 230798/35002
44.15/41.93	c cleaning 8951 clauses out of 17913 with flag 297117/45001
53.43/51.24	c cleaning 9979 clauses out of 19961 with flag 363202/56000
63.21/61.10	c cleaning 10979 clauses out of 21983 with flag 431117/68001
74.37/72.26	c cleaning 11995 clauses out of 24003 with flag 506437/81000
87.25/85.12	c cleaning 12996 clauses out of 26008 with flag 586489/95000
100.13/98.07	c cleaning 14002 clauses out of 28012 with flag 674934/110000
115.20/113.18	c cleaning 15000 clauses out of 30010 with flag 769721/126000
133.60/131.51	c cleaning 16000 clauses out of 32011 with flag 874023/143001
152.56/150.57	c cleaning 17000 clauses out of 34010 with flag 977242/161000
172.92/170.91	c cleaning 18006 clauses out of 36012 with flag 1086783/180002
192.18/190.22	c cleaning 18995 clauses out of 38005 with flag 1202305/200001
210.04/208.13	c cleaning 19999 clauses out of 40010 with flag 1305948/221001
232.62/230.74	c cleaning 21002 clauses out of 42010 with flag 1422992/243000
259.67/257.87	c cleaning 21999 clauses out of 44008 with flag 1561747/266000
290.01/288.27	c cleaning 22996 clauses out of 46010 with flag 1695130/290001
323.45/321.77	c cleaning 23998 clauses out of 48013 with flag 1826164/315000
357.70/356.03	c cleaning 25002 clauses out of 50018 with flag 1959243/341003
399.22/397.63	c cleaning 26003 clauses out of 52014 with flag 2100806/368001
440.55/439.10	c cleaning 26998 clauses out of 54012 with flag 2251519/396002
493.75/492.38	c cleaning 28003 clauses out of 56012 with flag 2468337/425000
545.96/544.64	c cleaning 28999 clauses out of 58009 with flag 2679687/455000
585.48/584.18	c cleaning 29998 clauses out of 60012 with flag 2854486/486002
658.53/657.38	c cleaning 31002 clauses out of 62014 with flag 3077779/518002
736.10/735.04	c cleaning 31996 clauses out of 64010 with flag 3308241/551000
796.38/795.46	c cleaning 33006 clauses out of 66016 with flag 3519288/585002
861.97/861.17	c cleaning 34000 clauses out of 68008 with flag 3722387/620000
927.46/926.71	c cleaning 34993 clauses out of 70008 with flag 3929418/656000
981.47/980.86	c cleaning 36004 clauses out of 72017 with flag 4124666/693002
1038.95/1038.30	c cleaning 37001 clauses out of 74011 with flag 4327207/731000
1106.54/1106.04	c cleaning 37999 clauses out of 76011 with flag 4546623/770001
1199.28/1198.94	c cleaning 39002 clauses out of 78011 with flag 4799992/810000
1333.16/1333.03	c cleaning 40004 clauses out of 80012 with flag 5100120/851003
1469.72/1469.83	c cleaning 40997 clauses out of 82008 with flag 5378099/893003
1598.50/1598.86	c cleaning 41999 clauses out of 84010 with flag 5665611/936002
1687.71/1688.19	c cleaning 43000 clauses out of 86012 with flag 5935278/980003
1788.71/1789.36	c cleaning 44003 clauses out of 88010 with flag 6213266/1025001
1882.03/1882.81	c cleaning 44995 clauses out of 90006 with flag 6475793/1071000
1978.36/1979.31	c cleaning 45994 clauses out of 92012 with flag 6734344/1118001
2080.49/2081.64	c cleaning 47005 clauses out of 94017 with flag 6989676/1166000
2253.38/2254.76	c cleaning 47989 clauses out of 96012 with flag 7341643/1215000
2414.80/2416.44	c cleaning 49007 clauses out of 98023 with flag 7700023/1265000
2580.71/2582.63	c cleaning 49997 clauses out of 100017 with flag 8112987/1316001
2755.83/2758.01	c cleaning 51001 clauses out of 102020 with flag 8526620/1368001
2911.76/2914.26	c cleaning 52009 clauses out of 104019 with flag 8930679/1421001
3033.33/3035.90	c cleaning 52997 clauses out of 106009 with flag 9277299/1475000
3182.28/3185.14	c cleaning 54003 clauses out of 108012 with flag 9650672/1530000
3403.70/3406.92	c cleaning 55002 clauses out of 110010 with flag 10075811/1586001
3600.00/3603.51	c starts		: 4141
3600.00/3603.52	c conflicts		: 1639796
3600.00/3603.52	c decisions		: 2077206
3600.00/3603.52	c propagations		: 1172756100
3600.00/3603.52	c inspects		: 31185870563
3600.00/3603.52	c shortcuts		: 0
3600.00/3603.52	c learnt literals	: 0
3600.00/3603.52	c learnt binary clauses	: 12
3600.00/3603.52	c learnt ternary clauses	: 42
3600.00/3603.52	c learnt constraints	: 1639796
3600.00/3603.52	c ignored constraints	: 0
3600.00/3603.52	c root simplifications	: 0
3600.00/3603.52	c removed literals (reason simplification)	: 17385610
3600.00/3603.52	c reason swapping (by a shorter reason)	: 0
3600.00/3603.52	c Calls to reduceDB	: 52
3600.00/3603.52	c Number of update (reduction) of LBD	: 839419
3600.00/3603.52	c Imported unit clauses	: 0
3600.00/3603.52	c No decision after first conflict	: false
3600.00/3603.52	c number of reductions to clauses (during analyze)	: 0
3600.00/3603.52	c number of learned constraints concerned by reduction	: 0
3600.00/3603.52	c number of learning phase by resolution	: 0
3600.00/3603.52	c number of learning phase by cutting planes	: 0
3600.00/3603.52	c number of rounding to 1 operations	: 0
3600.00/3603.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3603.52	c number of reductions of the coefficients by power 2 	: 0
3600.00/3603.52	c number of right shift for reduction by power 2 	: 0
3600.00/3603.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3603.52	c number of ending skipping 	: 0
3600.00/3603.52	c number of internal skipping 	: 0
3600.00/3603.52	c number of derivation steps 	: 0
3600.00/3603.52	c number of skipped derivation steps 	: 0
3600.00/3603.52	c number of remaining unassigned 	: 0
3600.00/3603.52	c number of remaining assigned 	: 0
3600.00/3603.52	c number of falsified literals weakened from reason	: 0
3600.00/3603.52	c number of falsified literals weakened from conflict	: 0
3600.00/3603.52	c time for arithmetic operations	: 0
3600.00/3603.53	c minimum degree of deleted constraints	: null
3600.00/3603.53	c maximum degree of deleted constraints	: null
3600.00/3603.53	c number of deleted constraints	: 0
3600.00/3603.53	c speed (assignments/second)	: 325506.6247296595
3600.00/3603.53	c non guided choices	: 21234
3600.00/3603.53	c timeout
3600.00/3603.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 108791
3600.00/3603.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 12
3600.00/3603.58	s UNKNOWN
3600.00/3603.58	c Total wall clock time (in seconds): 3603.441

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: 63665 MiB (47137 MiB free)
  memory of node 1: 64507 MiB (61883 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545279-1753238253/watcher-4545279-1753238253 -o /tmp/evaluation-result-4545279-1753238253/solver-4545279-1753238253 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167712 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4545279-1753238253.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=168287, runsolver pid=168284

[startup+0.10006 s]*
/proc/loadavg: 4.27 4.33 4.31 5/338 168305
/proc/meminfo: memFree=111610424/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=18930384 memory=57744 CPUtime=0.13 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 6566 0 0 0 11 2 0 0 20 0 18 0 239503154 19384713216 14436 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4732596 14436 5339 1 0 547604 0
[pid=168287/tid=168289] ppid=168284 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 5053 0 0 0 6 1 0 0 20 0 18 0 239503155 19384713216 14436 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239503157 19384713216 14436 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=18930384 memory=60684515959228 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239503158 19384713216 14436 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57744 KiB

[startup+0.20605 s]*
/proc/loadavg: 4.27 4.33 4.31 6/338 168305
/proc/meminfo: memFree=111591520/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=18930384 memory=78852 CPUtime=0.32 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 7153 0 0 0 29 3 0 0 20 0 18 0 239503154 19384713216 19713 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4732596 19713 5435 1 0 548020 0
[pid=168287/tid=168289] ppid=168284 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 5288 0 0 0 15 2 0 0 20 0 18 0 239503155 19384713216 19713 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=18930384 memory=16168 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239503157 19384713216 19713 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239503158 19384713216 19713 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78852 KiB

[startup+0.305725 s]*
/proc/loadavg: 4.27 4.33 4.31 7/339 168306
/proc/meminfo: memFree=111512864/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=18996948 memory=157316 CPUtime=0.5 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 8796 0 0 0 45 5 0 0 20 0 19 0 239503154 19452874752 39329 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4749237 39329 5467 1 0 549335 0
[pid=168287/tid=168289] ppid=168284 vsize=18996948 memory=-8887124220142461628 CPUtime=0.25 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) S 168284 168287 167700 0 -1 4194368 5332 0 0 0 22 3 0 0 20 0 19 0 239503155 19452874752 39329 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239503157 19452874752 39329 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239503158 19452874752 39329 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157316 KiB

[startup+0.700236 s]
/proc/loadavg: 4.27 4.33 4.31 6/339 168306
/proc/meminfo: memFree=111498560/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=241052 CPUtime=1.26 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 11324 0 0 0 118 8 0 0 20 0 20 0 239503154 19521036288 60263 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 60263 5467 1 0 943734 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=27264 CPUtime=0.56 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 5385 0 0 0 51 5 0 0 20 0 20 0 239503155 19521036288 60263 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 60263 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 60263 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 241052 KiB

[startup+1.50028 s]
/proc/loadavg: 4.27 4.33 4.31 6/340 168307
/proc/meminfo: memFree=111426724/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=243996 CPUtime=2.73 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 12067 0 0 0 265 8 0 0 20 0 20 0 239503154 19521036288 60999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 60999 5467 1 0 944333 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=3200 CPUtime=1.34 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 5399 0 0 0 129 5 0 0 20 0 20 0 239503155 19521036288 60999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 60999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 60999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=16584 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 60999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 243996 KiB

[startup+3.10562 s]
/proc/loadavg: 4.33 4.34 4.31 5/340 168307
/proc/meminfo: memFree=111424944/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=244124 CPUtime=4.39 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 12112 0 0 0 430 9 0 0 20 0 20 0 239503154 19521036288 61031 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 61031 5467 1 0 944337 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=16584 CPUtime=2.94 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 5404 0 0 0 289 5 0 0 20 0 20 0 239503155 19521036288 61031 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 61031 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 61031 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 61031 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 244124 KiB

[startup+6.30022 s]
/proc/loadavg: 4.33 4.34 4.31 5/340 168307
/proc/meminfo: memFree=111419840/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=243936 CPUtime=7.87 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 18115 0 0 0 777 10 0 0 20 0 20 0 239503154 19521036288 60984 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 60984 5467 1 0 944545 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=0 CPUtime=6.12 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 6989 0 0 0 607 5 0 0 20 0 20 0 239503155 19521036288 60984 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 60984 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 60984 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=243996 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 60984 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 7.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 243936 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.34 4.31 5/340 168307
/proc/meminfo: memFree=111403584/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=262416 CPUtime=14.47 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 24833 0 0 0 1436 11 0 0 20 0 20 0 239503154 19521036288 65604 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 65604 5499 1 0 946233 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=243996 CPUtime=12.5 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 7794 0 0 0 1245 5 0 0 20 0 20 0 239503155 19521036288 65604 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=260360 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 65604 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 65604 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 65604 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 14.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 262416 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.34 4.31 5/340 168307
/proc/meminfo: memFree=111154468/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=267996 CPUtime=27.7 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 36349 0 0 0 2757 13 0 0 20 0 20 0 239503154 19521036288 66999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 66999 5499 1 0 948044 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=0 CPUtime=25.26 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 8640 0 0 0 2521 5 0 0 20 0 20 0 239503155 19521036288 66999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=16584 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 66999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=277968 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 66999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=263800 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 66999 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 27.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 267996 KiB

[startup+51.1057 s]
/proc/loadavg: 4.27 4.33 4.31 5/340 168374
/proc/meminfo: memFree=111928060/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=288476 CPUtime=53.33 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 37764 0 0 0 5319 14 0 0 20 0 20 0 239503154 19521036288 72119 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 72119 5499 1 0 948044 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=267996 CPUtime=50.79 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 9606 0 0 0 5073 6 0 0 20 0 20 0 239503155 19521036288 72119 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 72119 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 72119 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0

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

/proc/meminfo: memFree=105460280/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=995540 CPUtime=3279.31 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 54917 0 0 0 327767 164 0 0 20 0 20 0 239503154 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 248885 5499 1 0 948068 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=995540 CPUtime=3273.29 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 16233 0 0 0 327321 8 0 0 20 0 20 0 239503155 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=314603 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 862 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 3279.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 995540 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.12 4.14 5/339 168614
/proc/meminfo: memFree=105470764/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=995540 CPUtime=3339.21 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 55105 0 0 0 333754 167 0 0 20 0 20 0 239503154 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 248885 5499 1 0 948068 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=995540 CPUtime=3333.14 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 16387 0 0 0 333306 8 0 0 20 0 20 0 239503155 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=3232 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 862 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 3339.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 995540 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/339 168616
/proc/meminfo: memFree=105481520/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=995540 CPUtime=3399.1 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 55289 0 0 0 339742 168 0 0 20 0 20 0 239503154 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 248885 5499 1 0 948068 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=995540 CPUtime=3392.99 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 16464 0 0 0 339291 8 0 0 20 0 20 0 239503155 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 879 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 3399.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 995540 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.14 5/339 168618
/proc/meminfo: memFree=105483920/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=995540 CPUtime=3459.01 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 55433 0 0 0 345730 171 0 0 20 0 20 0 239503154 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 248885 5499 1 0 948068 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=995540 CPUtime=3452.84 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 16568 0 0 0 345276 8 0 0 20 0 20 0 239503155 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=3232 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 879 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 3459.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 995540 KiB

[startup+3522.3 s]
/proc/loadavg: 4.01 4.10 4.13 4/314 168654
/proc/meminfo: memFree=113078820/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=995540 CPUtime=3518.92 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 55474 0 0 0 351716 176 0 0 20 0 20 0 239503154 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 248885 5499 1 0 948068 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=995540 CPUtime=3512.69 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 16574 0 0 0 351261 8 0 0 20 0 20 0 239503155 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 879 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=16584 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 3518.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 995540 KiB

[startup+3582.3 s]
/proc/loadavg: 3.43 3.91 4.07 4/315 168659
/proc/meminfo: memFree=113079364/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=995540 CPUtime=3578.83 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 55513 0 0 0 357705 178 0 0 20 0 20 0 239503154 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 248885 5499 1 0 948068 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=995540 CPUtime=3572.55 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 16580 0 0 0 357247 8 0 0 20 0 20 0 239503155 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=16584 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 879 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=-8887124220142461628 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 3578.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 995540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.5 s]
/proc/loadavg: 3.09 3.80 4.03 3/290 168695
/proc/meminfo: memFree=127200032/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=995540 CPUtime=3600 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 55528 0 0 0 359821 179 0 0 20 0 20 0 239503154 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 248885 5499 1 0 948068 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=995540 CPUtime=3593.7 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 16585 0 0 0 359362 8 0 0 20 0 20 0 239503155 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=897024 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 879 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 995540 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.33 s, system=1.80679 s

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

[startup+3603.5 s]
/proc/loadavg: 3.09 3.80 4.03 3/290 168695
/proc/meminfo: memFree=127200032/131250000 swapFree=33010416/33010684
[pid=168287] ppid=168284 vsize=19063512 memory=995540 CPUtime=3600 cores=1,3
/proc/168287/stat : 168287 (java) S 168284 168287 167700 0 -1 4194304 55528 0 0 0 359821 179 0 0 20 0 20 0 239503154 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
/proc/168287/statm: 4765878 248885 5499 1 0 948068 0
[pid=168287/tid=168289] ppid=168284 vsize=19063512 memory=995540 CPUtime=3593.7 cores=1,3
/proc/168287/task/168289/stat : 168289 (java) R 168284 168287 167700 0 -1 4194368 16585 0 0 0 359362 8 0 0 20 0 20 0 239503155 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168298] ppid=168284 vsize=19063512 memory=897024 CPUtime=0 cores=1,3
/proc/168287/task/168298/stat : 168298 (Finalizer) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503157 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168305] ppid=168284 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/168287/task/168305/stat : 168305 (Common-Cleaner) S 168284 168287 167700 0 -1 4194368 879 0 0 0 0 0 0 0 20 0 20 0 239503158 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
[pid=168287/tid=168307] ppid=168284 vsize=19063512 memory=995540 CPUtime=0 cores=1,3
/proc/168287/task/168307/stat : 168307 (Timer-0) S 168284 168287 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239503221 19521036288 248885 18446744073709551615 94890366701568 94890366705264 140737087124752 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94890366713080 94890366713872 94890386513920 140737087129983 140737087130084 140737087130084 140737087135688 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 995540 KiB

Child status: 143

Real time (s): 3603.6
CPU time (s): 3600.14
CPU user time (s): 3598.33
CPU system time (s): 1.80679
CPU usage (%): 99.9038
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 995540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.33
system time used= 1.80679
maximum resident set size= 996564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57980
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161077
involuntary context switches= 7526


# summary of solver processes directly reported to runsolver:
#   pid: 168287
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3598.33
#   total CPU system time (s): 1.80679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.52721 second user time and 16.7849 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 04:37:33
IDJOB=4545279
IDBENCH=180787
IDSOLVER=3363
FILE ID=nodeC018/4545279-1753238253
RUNJOBID= nodeC018-1753234778-167712
SLURM_JOB_ID= 9687862
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-AverageAvoiding-20_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545279-1753238253/watcher-4545279-1753238253 -o /tmp/evaluation-result-4545279-1753238253/solver-4545279-1753238253 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167712 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4545279-1753238253.opb

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

MD5SUM BENCH= fea607129b7127550b39e04c37b78aae
RANDOM SEED=363735930

nodeC018 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.785
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.66
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.835
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.66
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		: 3580.410
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.66
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		: 3599.714
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.66
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		: 3599.825
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.66
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		: 3601.366
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.66
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		: 3596.935
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.66
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.831
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        111637380 kB
MemAvailable:   112261700 kB
Buffers:            2128 kB
Cached:          1374680 kB
SwapCached:           28 kB
Active:         18563604 kB
Inactive:         296452 kB
Active(anon):   17509204 kB
Inactive(anon):      284 kB
Active(file):    1054400 kB
Inactive(file):   296168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2932 kB
Writeback:            44 kB
AnonPages:      17485804 kB
Mapped:           128412 kB
Shmem:             26240 kB
KReclaimable:     225584 kB
Slab:             322320 kB
SReclaimable:     225584 kB
SUnreclaim:        96736 kB
KernelStack:        5180 kB
PageTables:        37564 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   23611348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17164288 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC018 at 2025-07-23 05:37:37