Trace number 4544421

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) 3604.03 3320.06

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.opb
MD5SUM9594ac6881a98589fd35bafe025917a8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.145039
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6723
Total number of constraints5604
Number of constraints which are clauses4482
Number of constraints which are cardinality constraints (but not clauses)1121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4482
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 4482
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 13446
Number of bits of the biggest sum of numbers14
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.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.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-4544421-1753235692.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
0.31/0.26	c ... done. Wall clock time 0.122s.
0.31/0.26	c declared #vars     6723
0.31/0.26	c #constraints  6725
0.31/0.26	c constraints type 
0.31/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4484
0.31/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2240
0.31/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.31/0.26	c 6725 constraints processed.
4.59/3.41	c cleaning 2501 clauses out of 5001 with flag 10718/5001
8.62/7.15	c cleaning 4250 clauses out of 8499 with flag 23716/11000
14.15/12.32	c cleaning 5624 clauses out of 11250 with flag 38929/18001
19.74/17.69	c cleaning 6810 clauses out of 13625 with flag 56018/26000
27.22/24.68	c cleaning 7907 clauses out of 15818 with flag 75163/35003
35.12/32.18	c cleaning 8955 clauses out of 17909 with flag 96490/45001
46.37/41.62	c cleaning 9975 clauses out of 19955 with flag 120006/56002
54.94/49.88	c cleaning 10990 clauses out of 21979 with flag 145087/68001
65.32/59.66	c cleaning 11994 clauses out of 23988 with flag 172249/81000
75.72/69.42	c cleaning 12996 clauses out of 25995 with flag 202157/95001
87.13/78.97	c cleaning 14000 clauses out of 27999 with flag 233584/110001
98.58/89.71	c cleaning 14993 clauses out of 29998 with flag 267221/126000
112.12/102.50	c cleaning 16001 clauses out of 32005 with flag 303773/143000
128.18/116.04	c cleaning 16999 clauses out of 34004 with flag 342507/161000
143.70/130.79	c cleaning 18000 clauses out of 36006 with flag 383503/180001
160.95/147.27	c cleaning 18999 clauses out of 38006 with flag 427230/200001
179.70/165.12	c cleaning 20000 clauses out of 40007 with flag 472233/221001
200.74/185.32	c cleaning 21002 clauses out of 42008 with flag 519102/243002
228.31/209.98	c cleaning 21998 clauses out of 44004 with flag 569466/266000
255.23/236.08	c cleaning 23002 clauses out of 46008 with flag 620710/290002
284.70/264.50	c cleaning 24001 clauses out of 48004 with flag 675721/315000
306.68/285.33	c cleaning 25000 clauses out of 50003 with flag 731733/341000
328.46/306.23	c cleaning 26003 clauses out of 52005 with flag 792976/368002
358.56/331.98	c cleaning 27001 clauses out of 54002 with flag 860286/396002
384.35/356.65	c cleaning 27999 clauses out of 56000 with flag 926770/425001
412.28/383.33	c cleaning 28998 clauses out of 58000 with flag 994033/455000
444.72/414.52	c cleaning 30000 clauses out of 60002 with flag 1064365/486000
484.60/453.34	c cleaning 31000 clauses out of 62003 with flag 1139285/518001
533.71/501.32	c cleaning 31998 clauses out of 64005 with flag 1220016/551003
571.27/537.73	c cleaning 33000 clauses out of 66004 with flag 1299954/585000
617.26/578.93	c cleaning 34000 clauses out of 68004 with flag 1383457/620000
658.41/619.14	c cleaning 34998 clauses out of 70005 with flag 1472528/656001
692.03/651.12	c cleaning 36000 clauses out of 72007 with flag 1555545/693001
728.38/685.98	c cleaning 36997 clauses out of 74006 with flag 1647852/731000
765.28/721.52	c cleaning 38003 clauses out of 76009 with flag 1739630/770000
804.26/759.16	c cleaning 39002 clauses out of 78007 with flag 1832320/810001
844.36/793.86	c cleaning 39998 clauses out of 80005 with flag 1926866/851001
885.40/833.33	c cleaning 41004 clauses out of 82008 with flag 2028865/893002
923.80/870.14	c cleaning 42001 clauses out of 84002 with flag 2129520/936000
970.20/915.08	c cleaning 43002 clauses out of 86003 with flag 2225596/980002
1020.15/963.27	c cleaning 43997 clauses out of 88000 with flag 2325427/1025001
1068.59/1004.76	c cleaning 44997 clauses out of 90002 with flag 2426767/1071000
1111.31/1045.55	c cleaning 46001 clauses out of 92005 with flag 2532770/1118000
1158.45/1090.96	c cleaning 47002 clauses out of 94005 with flag 2635258/1166001
1205.80/1136.35	c cleaning 48000 clauses out of 96004 with flag 2741694/1215002
1256.62/1178.33	c cleaning 48999 clauses out of 98002 with flag 2857805/1265000
1304.40/1224.65	c cleaning 49996 clauses out of 100004 with flag 2983625/1316001
1360.76/1278.50	c cleaning 50998 clauses out of 102007 with flag 3120522/1368000
1415.21/1330.90	c cleaning 51999 clauses out of 104010 with flag 3232577/1421001
1465.28/1374.44	c cleaning 53003 clauses out of 106011 with flag 3347686/1475001
1512.22/1419.58	c cleaning 53997 clauses out of 108007 with flag 3465728/1530000
1558.93/1464.27	c cleaning 55000 clauses out of 110012 with flag 3584990/1586002
1613.10/1511.69	c cleaning 56000 clauses out of 112010 with flag 3711218/1643000
1667.65/1559.76	c cleaning 56999 clauses out of 114011 with flag 3834559/1701001
1721.33/1611.41	c cleaning 58003 clauses out of 116012 with flag 3961386/1760001
1789.26/1670.05	c cleaning 59004 clauses out of 118013 with flag 4099041/1820005
1843.99/1722.83	c cleaning 59998 clauses out of 120004 with flag 4233030/1881000
1899.11/1775.38	c cleaning 61001 clauses out of 122006 with flag 4365221/1943000
1967.43/1835.59	c cleaning 62003 clauses out of 124006 with flag 4498716/2006001
2038.58/1904.34	c cleaning 62998 clauses out of 126002 with flag 4640188/2070000
2104.66/1967.98	c cleaning 63998 clauses out of 128004 with flag 4783716/2135000
2176.16/2031.07	c cleaning 65003 clauses out of 130009 with flag 4923303/2201003
2236.21/2087.71	c cleaning 65998 clauses out of 132006 with flag 5071396/2268003
2313.49/2152.37	c cleaning 66999 clauses out of 134005 with flag 5230525/2336000
2373.98/2210.41	c cleaning 68002 clauses out of 136006 with flag 5406875/2405000
2454.02/2276.79	c cleaning 68997 clauses out of 138004 with flag 5583809/2475000
2527.54/2347.74	c cleaning 69998 clauses out of 140009 with flag 5783461/2546002
2623.01/2430.77	c cleaning 71001 clauses out of 142011 with flag 5999771/2618002
2706.57/2511.17	c cleaning 72001 clauses out of 144009 with flag 6209671/2691001
2791.57/2584.03	c cleaning 73002 clauses out of 146008 with flag 6418190/2765001
2882.22/2671.67	c cleaning 74002 clauses out of 148005 with flag 6595284/2840000
2977.44/2756.16	c cleaning 75000 clauses out of 150004 with flag 6775300/2916001
3078.45/2853.82	c cleaning 75995 clauses out of 152003 with flag 6990887/2993000
3167.92/2932.63	c cleaning 77004 clauses out of 154010 with flag 7178432/3071002
3275.63/3036.85	c cleaning 78003 clauses out of 156005 with flag 7357228/3150001
3349.05/3099.79	c cleaning 79000 clauses out of 158001 with flag 7540887/3230000
3445.42/3181.84	c cleaning 79996 clauses out of 160002 with flag 7730441/3311001
3530.07/3260.09	c cleaning 80998 clauses out of 162007 with flag 7937646/3393002

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544421-1753235692/watcher-4544421-1753235692 -o /tmp/evaluation-result-4544421-1753235692/solver-4544421-1753235692 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171700 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544421-1753235692.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

[startup+0.100061 s]*
/proc/loadavg: 4.22 4.16 4.10 7/337 172153
/proc/meminfo: memFree=120120568/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=18930384 memory=55636 CPUtime=0.13 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 6552 0 0 0 11 2 0 0 20 0 18 0 239247103 19384713216 13909 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4732596 13909 5337 1 0 547604 0
[pid=172135/tid=172137] ppid=172132 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 239247105 19384713216 13909 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239247107 19384713216 13909 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=18930384 memory=59585004324181 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239247107 19384713216 13909 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55636 KiB

[startup+0.205672 s]*
/proc/loadavg: 4.22 4.16 4.10 7/337 172153
/proc/meminfo: memFree=120044848/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=18930384 memory=139608 CPUtime=0.31 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 7032 0 0 0 28 3 0 0 20 0 18 0 239247103 19384713216 34902 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4732596 34902 5433 1 0 547895 0
[pid=172135/tid=172137] ppid=172132 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 5308 0 0 0 14 2 0 0 20 0 18 0 239247105 19384713216 34902 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239247107 19384713216 34902 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239247107 19384713216 34902 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 139608 KiB

[startup+0.305666 s]*
/proc/loadavg: 4.22 4.16 4.10 7/339 172155
/proc/meminfo: memFree=120025944/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=154992 CPUtime=0.5 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 8733 0 0 0 46 4 0 0 20 0 20 0 239247103 19521036288 38748 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 38748 5465 1 0 549543 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=-9032647908366525116 CPUtime=0.26 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 5373 0 0 0 23 3 0 0 20 0 20 0 239247105 19521036288 38748 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 38748 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 38748 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 38748 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 154992 KiB

[startup+0.700272 s]
/proc/loadavg: 4.22 4.16 4.10 6/339 172155
/proc/meminfo: memFree=119962488/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=161976 CPUtime=1.27 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 11127 0 0 0 122 5 0 0 20 0 20 0 239247103 19521036288 40494 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 40494 5465 1 0 551153 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=27264 CPUtime=0.65 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 5386 0 0 0 62 3 0 0 20 0 20 0 239247105 19521036288 40494 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 40494 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 40494 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 40494 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161976 KiB

[startup+1.50025 s]
/proc/loadavg: 4.22 4.16 4.10 5/339 172155
/proc/meminfo: memFree=119916672/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=201208 CPUtime=2.34 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 11251 0 0 0 228 6 0 0 20 0 20 0 239247103 19521036288 50302 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 50302 5465 1 0 551171 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=10752 CPUtime=1.4 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 5399 0 0 0 137 3 0 0 20 0 20 0 239247105 19521036288 50302 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 50302 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 50302 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 50302 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201208 KiB

[startup+3.10554 s]
/proc/loadavg: 4.20 4.15 4.10 7/339 172155
/proc/meminfo: memFree=119576036/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=374740 CPUtime=4.19 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 15368 0 0 0 409 10 0 0 20 0 20 0 239247103 19521036288 93685 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 93685 5465 1 0 551514 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=10752 CPUtime=2.83 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 5614 0 0 0 280 3 0 0 20 0 20 0 239247105 19521036288 93685 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=-9032647908366525116 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 93685 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 93685 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 93685 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 374740 KiB

[startup+6.30021 s]
/proc/loadavg: 4.20 4.15 4.10 5/339 172155
/proc/meminfo: memFree=118795280/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=672672 CPUtime=7.68 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 18716 0 0 0 751 17 0 0 20 0 20 0 239247103 19521036288 168168 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 168168 5465 1 0 910843 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=0 CPUtime=5.86 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 7292 0 0 0 580 6 0 0 20 0 20 0 239247105 19521036288 168168 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 168168 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 168168 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=201208 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 168168 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 7.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672672 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.17 4.10 5/339 172222
/proc/meminfo: memFree=124620604/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=1170448 CPUtime=14.56 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 23395 0 0 0 1429 27 0 0 20 0 20 0 239247103 19521036288 292612 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 292612 5465 1 0 910961 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=201208 CPUtime=11.84 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 8090 0 0 0 1178 6 0 0 20 0 20 0 239247105 19521036288 292612 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 292612 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=-9032647908366525116 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 292612 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 292612 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 14.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1170448 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.16 4.10 5/339 172223
/proc/meminfo: memFree=122100660/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=2427908 CPUtime=28.12 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 25863 0 0 0 2760 52 0 0 20 0 20 0 239247103 19521036288 606977 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 606977 5497 1 0 1326643 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=2121728 CPUtime=23.79 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 8815 0 0 0 2367 12 0 0 20 0 20 0 239247105 19521036288 606977 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=1933180 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 606977 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 606977 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=1026320 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 606977 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 28.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2427908 KiB

[startup+51.1056 s]
/proc/loadavg: 4.35 4.19 4.11 5/338 172289
/proc/meminfo: memFree=120463600/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=4070784 CPUtime=56.35 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 44349 0 0 0 5549 86 0 0 20 0 20 0 239247103 19521036288 1017696 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 1017696 5497 1 0 1438383 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=3401752 CPUtime=47.89 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 10989 0 0 0 4770 19 0 0 20 0 20 0 239247105 19521036288 1017696 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0

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

/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 473012 0 0 0 341029 485 0 0 20 0 20 0 239247103 19521036288 3838713 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 3838713 5497 1 0 4085160 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=15354852 CPUtime=3020.18 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 250542 0 0 0 301918 100 0 0 20 0 20 0 239247105 19521036288 3838713 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=15354852 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 3838713 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=15354852 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 2429 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 3838713 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 3838713 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 3415.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15354852 KiB

[startup+3222.3 s]
/proc/loadavg: 4.43 4.38 4.29 5/338 172978
/proc/meminfo: memFree=95252800/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=15355236 CPUtime=3490.74 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 483853 0 0 0 348581 493 0 0 20 0 20 0 239247103 19521036288 3838809 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 3838809 5497 1 0 4085161 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=15354852 CPUtime=3077.89 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 256332 0 0 0 307688 101 0 0 20 0 20 0 239247105 19521036288 3838809 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=15354852 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 3838809 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=15355236 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 2430 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 3838809 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 3838809 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 3490.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15355236 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.39 4.30 6/338 172980
/proc/meminfo: memFree=95027628/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19063512 memory=15576548 CPUtime=3553.43 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 490882 0 0 0 354843 500 0 0 20 0 20 0 239247103 19521036288 3894137 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4765878 3894137 5497 1 0 4085161 0
[pid=172135/tid=172137] ppid=172132 vsize=19063512 memory=15355236 CPUtime=3134.94 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) R 172132 172135 171687 0 -1 4194368 260130 0 0 0 313392 102 0 0 20 0 20 0 239247105 19521036288 3894137 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 3894137 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19063512 memory=15355236 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 239247107 19521036288 3894137 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19521036288 3894137 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 3553.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15576548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3318 s]*
/proc/loadavg: 4.81 4.49 4.33 6/338 172980
/proc/meminfo: memFree=94313664/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19069672 memory=16292072 CPUtime=3600.02 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 500894 0 1 0 359484 518 0 0 20 0 20 0 239247103 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4767418 4073018 5497 1 0 4086787 0
[pid=172135/tid=172137] ppid=172132 vsize=19069672 memory=-8886837273360638652 CPUtime=3164.67 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) S 172132 172135 171687 0 -1 4194368 266144 0 0 0 316365 102 0 0 20 0 20 0 239247105 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19069672 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19069672 memory=17252 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19069672 memory=46336 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19069672 KiB
Current children cumulated memory: 16292072 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3320.06 s]
# the end of solver process 172135 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3598.81 s, system=5.223 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3318.4 s]
/proc/loadavg: 4.81 4.49 4.33 6/338 172980
/proc/meminfo: memFree=94313664/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19069672 memory=16292072 CPUtime=3600.81 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 501287 0 1 0 359563 518 0 0 20 0 20 0 239247103 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4767418 4073018 5497 1 0 4086795 0
[pid=172135/tid=172137] ppid=172132 vsize=19069672 memory=27264 CPUtime=3164.67 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) S 172132 172135 171687 0 -1 4194368 266144 0 0 0 316365 102 0 0 20 0 20 0 239247105 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19069672 memory=16291560 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19069672 memory=10752 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19069672 memory=5632 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 3600.81 s
Current children cumulated vsize: 19069672 KiB
Current children cumulated memory: 16292072 KiB

[startup+3319.2 s]
/proc/loadavg: 4.83 4.50 4.34 6/338 172980
/proc/meminfo: memFree=94313664/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19069672 memory=16292072 CPUtime=3602.38 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 501406 0 1 0 359720 518 0 0 20 0 20 0 239247103 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4767418 4073018 5497 1 0 4086795 0
[pid=172135/tid=172137] ppid=172132 vsize=19069672 memory=21952 CPUtime=3164.67 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) S 172132 172135 171687 0 -1 4194368 266144 0 0 0 316365 102 0 0 20 0 20 0 239247105 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19069672 memory=4352 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19069672 memory=16292072 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19069672 memory=3328 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 3602.38 s
Current children cumulated vsize: 19069672 KiB
Current children cumulated memory: 16292072 KiB

[startup+3319.6 s]
/proc/loadavg: 4.83 4.50 4.34 6/338 172980
/proc/meminfo: memFree=94313664/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19069672 memory=16292072 CPUtime=3603.18 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 501483 0 1 0 359800 518 0 0 20 0 20 0 239247103 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4767418 4073018 5497 1 0 4086795 0
[pid=172135/tid=172137] ppid=172132 vsize=19069672 memory=5632 CPUtime=3164.67 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) S 172132 172135 171687 0 -1 4194368 266144 0 0 0 316365 102 0 0 20 0 20 0 239247105 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19069672 memory=3328 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19069672 memory=4756 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19069672 memory=5276 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 3603.18 s
Current children cumulated vsize: 19069672 KiB
Current children cumulated memory: 16292072 KiB

[startup+3320 s]*
/proc/loadavg: 4.83 4.50 4.34 6/338 172980
/proc/meminfo: memFree=94313664/131249996 swapFree=33010672/33010684
[pid=172135] ppid=172132 vsize=19069672 memory=16292072 CPUtime=3603.97 cores=5,7
/proc/172135/stat : 172135 (java) S 172132 172135 171687 0 -1 4194304 501562 0 1 0 359879 518 0 0 20 0 20 0 239247103 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
/proc/172135/statm: 4767418 4073018 5497 1 0 4086795 0
[pid=172135/tid=172137] ppid=172132 vsize=19069672 memory=4756 CPUtime=3164.67 cores=5,7
/proc/172135/task/172137/stat : 172137 (java) S 172132 172135 171687 0 -1 4194368 266144 0 0 0 316365 102 0 0 20 0 20 0 239247105 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172146] ppid=172132 vsize=19069672 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/172135/task/172146/stat : 172146 (Finalizer) S 172132 172135 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172153] ppid=172132 vsize=19069672 memory=6856 CPUtime=0 cores=5,7
/proc/172135/task/172153/stat : 172153 (Common-Cleaner) S 172132 172135 171687 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 239247107 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
[pid=172135/tid=172155] ppid=172132 vsize=19069672 memory=1368196 CPUtime=0 cores=5,7
/proc/172135/task/172155/stat : 172155 (Timer-0) S 172132 172135 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247131 19527344128 4073018 18446744073709551615 93901419032576 93901419036272 140734223142992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93901419044088 93901419044880 93901427978240 140734223149439 140734223149540 140734223149540 140734223155144 0
Current children cumulated CPU time: 3603.97 s
Current children cumulated vsize: 19069672 KiB
Current children cumulated memory: 16292072 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3320.06
CPU time (s): 3604.03
CPU user time (s): 3598.81
CPU system time (s): 5.223
CPU usage (%): 108.553
Max. virtual memory (cumulated for all children) (KiB): 19069672
Max. memory (cumulated for all children) (KiB): 16292072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.81
system time used= 5.223
maximum resident set size= 16292072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 501567
page faults= 1
swaps= 0
block input operations= 0
block output operations= 18464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112869
involuntary context switches= 17235


# summary of solver processes directly reported to runsolver:
#   pid: 172135
#   total CPU time (s): 3604.03
#   total CPU user time (s): 3598.81
#   total CPU system time (s): 5.223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.01302 second user time and 15.603 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 03:54:52
IDJOB=4544421
IDBENCH=175404
IDSOLVER=3363
FILE ID=nodeC024/4544421-1753235692
RUNJOBID= nodeC024-1753232113-171700
SLURM_JOB_ID= 9687842
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_04_280.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544421-1753235692/watcher-4544421-1753235692 -o /tmp/evaluation-result-4544421-1753235692/solver-4544421-1753235692 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171700 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544421-1753235692.opb

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

MD5SUM BENCH= 9594ac6881a98589fd35bafe025917a8
RANDOM SEED=683053489

nodeC024 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.678
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.36
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.670
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.36
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		: 3521.631
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.36
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.687
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.36
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.670
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.481
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.36
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		: 3599.677
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.36
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.684
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120140920 kB
MemAvailable:   120706004 kB
Buffers:            2128 kB
Cached:          1326916 kB
SwapCached:            8 kB
Active:         10210996 kB
Inactive:         199688 kB
Active(anon):    9106300 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   198100 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1944 kB
Writeback:             0 kB
AnonPages:       9081812 kB
Mapped:           128744 kB
Shmem:             26248 kB
KReclaimable:     202652 kB
Slab:             299504 kB
SReclaimable:     202652 kB
SUnreclaim:        96852 kB
KernelStack:        5200 kB
PageTables:        21524 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   13965572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8828928 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC024 at 2025-07-23 04:50:12