Trace number 4544967

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.18 3600.91

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat20_19_identity_complement.opb
MD5SUM6b62b1f0af3a4b117c91c07257537aad
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 benchmark14.7305
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7600
Total number of constraints700360
Number of constraints which are clauses685920
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14440
Minimum length of a constraint2
Maximum length of a constraint19
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4544967-1753236091.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
2.94/1.65	c ... done. Wall clock time 1.514s.
2.94/1.65	c declared #vars     7600
2.94/1.65	c #constraints  700360
2.94/1.65	c constraints type 
2.94/1.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 552330
2.94/1.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7220
2.94/1.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 140810
2.94/1.65	c 700360 constraints processed.
8.50/6.55	c cleaning 2480 clauses out of 5001 with flag 41447/5001
14.68/12.50	c cleaning 4258 clauses out of 8521 with flag 97470/11001
21.93/19.74	c cleaning 5625 clauses out of 11262 with flag 153882/18000
30.77/28.57	c cleaning 6819 clauses out of 13637 with flag 222906/26000
38.86/36.61	c cleaning 7912 clauses out of 15824 with flag 299018/35006
49.54/47.38	c cleaning 8950 clauses out of 17906 with flag 375389/45000
60.21/58.09	c cleaning 9976 clauses out of 19959 with flag 463593/56003
71.98/69.83	c cleaning 10989 clauses out of 21981 with flag 563791/68001
86.81/84.69	c cleaning 11987 clauses out of 23993 with flag 673940/81002
102.49/100.36	c cleaning 12997 clauses out of 26005 with flag 773701/95001
118.97/116.78	c cleaning 13999 clauses out of 28007 with flag 876133/110000
136.25/134.02	c cleaning 14998 clauses out of 30008 with flag 989428/126000
155.83/153.65	c cleaning 15997 clauses out of 32012 with flag 1128125/143002
177.38/175.26	c cleaning 17004 clauses out of 34018 with flag 1253928/161005
203.13/201.01	c cleaning 18000 clauses out of 36009 with flag 1425323/180000
228.03/225.84	c cleaning 19000 clauses out of 38009 with flag 1607594/200000
255.77/253.65	c cleaning 19997 clauses out of 40009 with flag 1816875/221000
288.90/286.86	c cleaning 20995 clauses out of 42014 with flag 2019583/243002
317.93/315.92	c cleaning 22006 clauses out of 44018 with flag 2213732/266001
343.93/341.84	c cleaning 22997 clauses out of 46011 with flag 2415801/290000
371.97/369.96	c cleaning 24003 clauses out of 48015 with flag 2641099/315001
400.41/398.45	c cleaning 24987 clauses out of 50011 with flag 2848915/341000
441.68/439.60	c cleaning 26004 clauses out of 52024 with flag 3090889/368000
483.11/481.18	c cleaning 27005 clauses out of 54021 with flag 3379609/396001
530.82/528.97	c cleaning 28001 clauses out of 56016 with flag 3648701/425001
579.39/577.46	c cleaning 29003 clauses out of 58014 with flag 3925801/455000
627.29/625.44	c cleaning 29998 clauses out of 60011 with flag 4246852/486000
679.30/677.58	c cleaning 31002 clauses out of 62013 with flag 4574142/518000
732.18/730.36	c cleaning 32002 clauses out of 64013 with flag 4872162/551002
789.77/788.01	c cleaning 33000 clauses out of 66010 with flag 5234000/585001
847.33/845.59	c cleaning 33995 clauses out of 68010 with flag 5614459/620001
904.73/903.05	c cleaning 34998 clauses out of 70014 with flag 6117209/656000
969.85/968.13	c cleaning 36002 clauses out of 72021 with flag 6786302/693005
1031.39/1029.88	c cleaning 36985 clauses out of 74014 with flag 7480336/731000
1093.51/1091.95	c cleaning 38008 clauses out of 76031 with flag 8103603/770002
1153.58/1152.19	c cleaning 39002 clauses out of 78021 with flag 8651065/810000
1209.77/1208.41	c cleaning 40003 clauses out of 80020 with flag 9153500/851001
1270.68/1269.37	c cleaning 41000 clauses out of 82016 with flag 9582738/893000
1333.75/1332.55	c cleaning 42001 clauses out of 84017 with flag 10022602/936001
1403.98/1402.70	c cleaning 43000 clauses out of 86015 with flag 10375737/980000
1477.14/1476.05	c cleaning 43976 clauses out of 88015 with flag 10792974/1025000
1557.94/1556.89	c cleaning 45015 clauses out of 90040 with flag 11281510/1071001
1629.60/1628.48	c cleaning 46003 clauses out of 92025 with flag 11796058/1118001
1703.54/1702.59	c cleaning 47005 clauses out of 94021 with flag 12300581/1166000
1780.89/1779.82	c cleaning 47986 clauses out of 96016 with flag 12770589/1215000
1858.23/1857.37	c cleaning 49012 clauses out of 98034 with flag 13262247/1265004
1934.97/1933.48	c cleaning 50002 clauses out of 100020 with flag 13818007/1316002
2026.48/2025.16	c cleaning 51005 clauses out of 102020 with flag 14257015/1368004
2135.31/2134.02	c cleaning 52002 clauses out of 104015 with flag 14742071/1421004
2240.09/2239.01	c cleaning 52996 clauses out of 106009 with flag 15192558/1475000
2338.93/2337.92	c cleaning 53997 clauses out of 108013 with flag 15695686/1530000
2446.69/2445.90	c cleaning 54997 clauses out of 110017 with flag 16318184/1586001
2556.59/2556.00	c cleaning 56002 clauses out of 112020 with flag 16924079/1643001
2648.32/2647.78	c cleaning 57001 clauses out of 114017 with flag 17550578/1701000
2748.70/2748.37	c cleaning 58003 clauses out of 116016 with flag 18185295/1760000
2859.36/2859.17	c cleaning 58998 clauses out of 118014 with flag 18730620/1820001
2977.87/2977.76	c cleaning 60001 clauses out of 120015 with flag 19350078/1881000
3095.29/3095.49	c cleaning 61001 clauses out of 122016 with flag 19992488/1943002
3216.49/3216.79	c cleaning 62000 clauses out of 124014 with flag 20631998/2006001
3330.13/3330.68	c cleaning 62996 clauses out of 126013 with flag 21288723/2070000
3451.42/3452.06	c cleaning 63997 clauses out of 128017 with flag 21923012/2135000
3550.34/3551.04	c cleaning 65002 clauses out of 130022 with flag 22643556/2201002
3600.02/3600.81	c starts		: 445
3600.02/3600.82	c conflicts		: 2235393
3600.02/3600.82	c decisions		: 2891582
3600.02/3600.82	c propagations		: 1129777481
3600.02/3600.82	c inspects		: 47274422948
3600.02/3600.82	c shortcuts		: 0
3600.02/3600.82	c learnt literals	: 0
3600.02/3600.82	c learnt binary clauses	: 0
3600.02/3600.82	c learnt ternary clauses	: 0
3600.02/3600.82	c learnt constraints	: 2235393
3600.02/3600.82	c ignored constraints	: 0
3600.02/3600.82	c root simplifications	: 0
3600.02/3600.82	c removed literals (reason simplification)	: 3253291
3600.02/3600.82	c reason swapping (by a shorter reason)	: 0
3600.02/3600.82	c Calls to reduceDB	: 62
3600.02/3600.82	c Number of update (reduction) of LBD	: 1569118
3600.02/3600.82	c Imported unit clauses	: 0
3600.02/3600.82	c No decision after first conflict	: false
3600.02/3600.82	c number of reductions to clauses (during analyze)	: 0
3600.02/3600.82	c number of learned constraints concerned by reduction	: 0
3600.02/3600.83	c number of learning phase by resolution	: 0
3600.02/3600.83	c number of learning phase by cutting planes	: 0
3600.02/3600.83	c number of rounding to 1 operations	: 0
3600.02/3600.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3600.83	c number of reductions of the coefficients by power 2 	: 0
3600.02/3600.83	c number of right shift for reduction by power 2 	: 0
3600.02/3600.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3600.83	c number of ending skipping 	: 0
3600.02/3600.83	c number of internal skipping 	: 0
3600.02/3600.83	c number of derivation steps 	: 0
3600.02/3600.83	c timeout
3600.02/3600.83	c number of skipped derivation steps 	: 0
3600.02/3600.83	c number of remaining unassigned 	: 0
3600.02/3600.83	c number of remaining assigned 	: 0
3600.02/3600.83	c number of falsified literals weakened from reason	: 0
3600.02/3600.83	c number of falsified literals weakened from conflict	: 0
3600.02/3600.83	c time for arithmetic operations	: 0
3600.02/3600.83	c minimum degree of deleted constraints	: null
3600.02/3600.83	c maximum degree of deleted constraints	: null
3600.02/3600.83	c number of deleted constraints	: 0
3600.02/3600.83	c speed (assignments/second)	: 313898.40274818003
3600.02/3600.83	c non guided choices	: 129
3600.02/3600.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 99411
3600.02/3600.88	s UNKNOWN
3600.02/3600.88	c Total wall clock time (in seconds): 3600.754

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544967-1753236091/watcher-4544967-1753236091 -o /tmp/evaluation-result-4544967-1753236091/solver-4544967-1753236091 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166545 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544967-1753236091.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

[startup+0.10006 s]*
/proc/loadavg: 4.19 4.22 4.18 5/338 167247
/proc/meminfo: memFree=108457884/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=18930384 memory=57812 CPUtime=0.13 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 6571 0 0 0 11 2 0 0 20 0 18 0 239286877 19384713216 14453 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4732596 14453 5348 1 0 547619 0
[pid=167229/tid=167231] ppid=167226 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 5072 0 0 0 7 1 0 0 20 0 18 0 239286878 19384713216 14453 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239286880 19384713216 14453 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=18930384 memory=60684515963265 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239286880 19384713216 14453 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57812 KiB

[startup+0.205794 s]*
/proc/loadavg: 4.19 4.22 4.18 7/338 167247
/proc/meminfo: memFree=108448684/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=18930384 memory=70204 CPUtime=0.32 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 7048 0 0 0 30 2 0 0 20 0 18 0 239286877 19384713216 17551 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4732596 17551 5412 1 0 547910 0
[pid=167229/tid=167231] ppid=167226 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 5283 0 0 0 17 1 0 0 20 0 18 0 239286878 19384713216 17551 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=18930384 memory=16198 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239286880 19384713216 17551 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239286880 19384713216 17551 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70204 KiB

[startup+0.30583 s]*
/proc/loadavg: 4.19 4.22 4.18 6/338 167247
/proc/meminfo: memFree=108412136/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=18930384 memory=109032 CPUtime=0.51 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 8513 0 0 0 48 3 0 0 20 0 18 0 239286877 19384713216 27258 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4732596 27258 5412 1 0 548894 0
[pid=167229/tid=167231] ppid=167226 vsize=18930384 memory=-8744697886221836988 CPUtime=0.27 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 5307 0 0 0 25 2 0 0 20 0 18 0 239286878 19384713216 27258 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239286880 19384713216 27258 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239286880 19384713216 27258 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109032 KiB

[startup+0.700217 s]
/proc/loadavg: 4.19 4.22 4.18 6/339 167248
/proc/meminfo: memFree=108350824/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19000664 memory=187864 CPUtime=1.27 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 13930 0 0 0 120 7 0 0 20 0 19 0 239286877 19456679936 46966 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4750166 46966 5444 1 0 553195 0
[pid=167229/tid=167231] ppid=167226 vsize=19000664 memory=27648 CPUtime=0.62 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 5330 0 0 0 59 3 0 0 20 0 19 0 239286878 19456679936 46966 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19000664 memory=10752 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239286880 19456679936 46966 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19000664 memory=3328 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239286880 19456679936 46998 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19000664 KiB
Current children cumulated memory: 187864 KiB

[startup+1.50024 s]
/proc/loadavg: 4.19 4.22 4.18 6/339 167248
/proc/meminfo: memFree=108268844/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=18996948 memory=399260 CPUtime=2.8 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 16651 0 0 0 267 13 0 0 20 0 19 0 239286877 19452874752 99815 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4749237 99815 5444 1 0 896614 0
[pid=167229/tid=167231] ppid=167226 vsize=18996948 memory=3328 CPUtime=1.28 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 5413 0 0 0 121 7 0 0 20 0 19 0 239286878 19452874752 99815 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239286880 19452874752 99815 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239286880 19452874752 99815 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 399260 KiB

[startup+3.10566 s]
/proc/loadavg: 4.19 4.22 4.18 5/340 167249
/proc/meminfo: memFree=108033880/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=435372 CPUtime=4.99 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 16971 0 0 0 484 15 0 0 20 0 20 0 239286877 19521036288 108843 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 108843 5476 1 0 897001 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=10752 CPUtime=2.84 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 5488 0 0 0 277 7 0 0 20 0 20 0 239286878 19521036288 108843 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 108843 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 108843 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 108843 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 4.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 435372 KiB

[startup+6.30021 s]
/proc/loadavg: 4.18 4.21 4.18 5/340 167249
/proc/meminfo: memFree=108033880/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=430708 CPUtime=8.29 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 21068 0 0 0 814 15 0 0 20 0 20 0 239286877 19521036288 107677 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 107677 5476 1 0 897093 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=0 CPUtime=6.03 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 5975 0 0 0 596 7 0 0 20 0 20 0 239286878 19521036288 107677 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=-8744697886221836988 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 107677 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 107677 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 107677 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 430708 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.21 4.18 5/340 167249
/proc/meminfo: memFree=108001240/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=462488 CPUtime=14.88 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 25473 0 0 0 1471 17 0 0 20 0 20 0 239286877 19521036288 115622 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 115622 5476 1 0 1617795 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=431092 CPUtime=12.35 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 7167 0 0 0 1228 7 0 0 20 0 20 0 239286878 19521036288 115622 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 115622 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 115622 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 115622 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 14.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 462488 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.20 4.18 5/340 167249
/proc/meminfo: memFree=107944024/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=509592 CPUtime=27.77 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 29213 0 0 0 2759 18 0 0 20 0 20 0 239286877 19521036288 127398 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 127398 5476 1 0 1617795 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=431092 CPUtime=25.12 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 7834 0 0 0 2504 8 0 0 20 0 20 0 239286878 19521036288 127398 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 127398 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=503448 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 127398 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=493208 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 127398 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 27.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 509592 KiB

[startup+51.1057 s]
/proc/loadavg: 4.14 4.20 4.18 5/340 167250
/proc/meminfo: memFree=107849832/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=603928 CPUtime=53.33 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 30516 0 0 0 5312 21 0 0 20 0 20 0 239286877 19521036288 150982 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 150982 5508 1 0 1617795 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=538392 CPUtime=50.65 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 8909 0 0 0 5055 10 0 0 20 0 20 0 239286878 19521036288 150982 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 150982 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 150982 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 150982 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 53.33 s

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

/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=3986376 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 1100 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 3222.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3986376 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/341 167679
/proc/meminfo: memFree=98084812/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=3986376 CPUtime=3281.94 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 105721 0 0 0 328028 166 0 0 20 0 20 0 239286877 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 996594 5508 1 0 1623318 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=3986376 CPUtime=3269.63 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 47190 0 0 0 326943 20 0 0 20 0 20 0 239286878 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=3986376 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 1147 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=27648 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 3281.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3986376 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.21 4.19 5/342 167682
/proc/meminfo: memFree=98075772/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=3986376 CPUtime=3341.8 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 106318 0 0 0 334013 167 0 0 20 0 20 0 239286877 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 996594 5508 1 0 1623318 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=3986376 CPUtime=3329.48 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 47676 0 0 0 332927 21 0 0 20 0 20 0 239286878 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=-8744697886221836988 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=21996 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 1188 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=3986376 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 996594 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 3341.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3986376 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.20 4.18 5/342 167684
/proc/meminfo: memFree=98063604/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=4002764 CPUtime=3401.83 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 107691 0 0 0 340014 169 0 0 20 0 20 0 239286877 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 1000691 5508 1 0 1623318 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=3986376 CPUtime=3389.17 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 47979 0 0 0 338896 21 0 0 20 0 20 0 239286878 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=27648 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 1192 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=4002764 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 3401.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4002764 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.19 4.18 5/342 167686
/proc/meminfo: memFree=98063240/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=4002764 CPUtime=3461.7 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 108626 0 0 0 346000 170 0 0 20 0 20 0 239286877 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 1000691 5508 1 0 1623318 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=3986376 CPUtime=3449.02 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 48860 0 0 0 344881 21 0 0 20 0 20 0 239286878 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=4002764 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 1192 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=4002764 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 1000691 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 3461.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4002764 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/342 167688
/proc/meminfo: memFree=98059304/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=4004812 CPUtime=3521.7 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 110492 0 0 0 351999 171 0 0 20 0 20 0 239286877 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 1001203 5508 1 0 1623318 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=4002764 CPUtime=3508.72 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 49767 0 0 0 350851 21 0 0 20 0 20 0 239286878 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=4002764 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=4002764 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 1211 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=4004812 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 3521.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4004812 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/341 167701
/proc/meminfo: memFree=98059196/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=4004812 CPUtime=3581.57 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 110551 0 0 0 357985 172 0 0 20 0 20 0 239286877 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 1001203 5508 1 0 1623318 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=4004812 CPUtime=3568.56 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 49801 0 0 0 356835 21 0 0 20 0 20 0 239286878 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=27648 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 1218 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=4004812 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 3581.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4004812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.8 s]
/proc/loadavg: 4.09 4.16 4.17 5/341 167701
/proc/meminfo: memFree=98059800/131249996 swapFree=33010416/33010684
[pid=167229] ppid=167226 vsize=19063512 memory=4004812 CPUtime=3600.02 cores=0,2
/proc/167229/stat : 167229 (java) S 167226 167229 166535 0 -1 4194304 110553 0 0 0 359830 172 0 0 20 0 20 0 239286877 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
/proc/167229/statm: 4765878 1001203 5508 1 0 1623318 0
[pid=167229/tid=167231] ppid=167226 vsize=19063512 memory=3072 CPUtime=3587.01 cores=0,2
/proc/167229/task/167231/stat : 167231 (java) R 167226 167229 166535 0 -1 4194368 49803 0 0 0 358680 21 0 0 20 0 20 0 239286878 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167240] ppid=167226 vsize=19063512 memory=-8744697886221836988 CPUtime=0 cores=0,2
/proc/167229/task/167240/stat : 167240 (Finalizer) S 167226 167229 166535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167247] ppid=167226 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/167229/task/167247/stat : 167247 (Common-Cleaner) S 167226 167229 166535 0 -1 4194368 1218 0 0 0 0 0 0 0 20 0 20 0 239286880 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
[pid=167229/tid=167249] ppid=167226 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/167229/task/167249/stat : 167249 (Timer-0) S 167226 167229 166535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239287042 19521036288 1001203 18446744073709551615 94138352775168 94138352778864 140728258189056 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94138352786680 94138352787472 94138382462976 140728258193791 140728258193892 140728258193892 140728258199496 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4004812 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.74395 s

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

[startup+3600.9 s]*
/proc/loadavg: 4.08 4.15 4.17 5/322 167704
/proc/meminfo: memFree=102035552/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3600.91
CPU time (s): 3600.18
CPU user time (s): 3598.43
CPU system time (s): 1.74395
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4004812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.74395
maximum resident set size= 4005964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112281
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124304
involuntary context switches= 5792


# summary of solver processes directly reported to runsolver:
#   pid: 167229
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.74395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43596 second user time and 17.241 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-23 04:01:31
IDJOB=4544967
IDBENCH=180687
IDSOLVER=3363
FILE ID=nodeC017/4544967-1753236091
RUNJOBID= nodeC017-1753232630-166545
SLURM_JOB_ID= 9687845
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat20_19_identity_complement.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544967-1753236091/watcher-4544967-1753236091 -o /tmp/evaluation-result-4544967-1753236091/solver-4544967-1753236091 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1753232630-166545 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544967-1753236091.opb

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

MD5SUM BENCH= 6b62b1f0af3a4b117c91c07257537aad
RANDOM SEED=235015150

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        108481888 kB
MemAvailable:   108929936 kB
Buffers:            1688 kB
Cached:          1215048 kB
SwapCached:           32 kB
Active:         21816496 kB
Inactive:         241320 kB
Active(anon):   20843212 kB
Inactive(anon):    24108 kB
Active(file):     973284 kB
Inactive(file):   217212 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18864 kB
Writeback:            12 kB
AnonPages:      20843164 kB
Mapped:           128856 kB
Shmem:             26240 kB
KReclaimable:     193184 kB
Slab:             288836 kB
SReclaimable:     193184 kB
SUnreclaim:        95652 kB
KernelStack:        5228 kB
PageTables:        44412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   25812488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20492288 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC017 at 2025-07-23 05:01:32