Trace number 4542510

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.26 3583.43

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height47_pigeons46_holes45.opb
MD5SUMcca449fd552693742bf3f30208712226
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 benchmark1436.41
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2436672
Total number of constraints113788
Number of constraints which are clauses57482
Number of constraints which are cardinality constraints (but not clauses)51746
Number of constraints which are nor clauses,nor cardinality constraints4560
Minimum length of a constraint45
Maximum length of a constraint50
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 53
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.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.13	c version PB25.v20250606
0.11/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.15	c java.vm.version	22.0.1+8-16
0.11/0.15	c java.vm.vendor	Oracle Corporation
0.11/0.15	c sun.arch.data.model	64
0.11/0.15	c java.version		22.0.1
0.11/0.15	c os.name		Linux
0.11/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.15	c os.arch		amd64
0.11/0.15	c Free memory 		2104792832
0.11/0.15	c Max memory 		16282288128
0.11/0.15	c Total memory 		2113929216
0.11/0.16	c Number of processors 	2
0.30/0.22	c Pseudo Boolean Optimization by upper bound
0.30/0.22	c --- Begin Solver configuration ---
0.30/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.30/0.22	c Learn all clauses as in MiniSAT
0.30/0.22	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.22	c Expensive reason simplification
0.30/0.22	c Glucose 2.1 dynamic restart strategy
0.30/0.22	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.30/0.22	c timeout=2147483s
0.30/0.22	c DB Simplification allowed=false
0.30/0.22	c Listener: none
0.30/0.22	c --- End Solver configuration ---
0.30/0.22	c solving HOME/instance-4542510-1753216055.opb
0.30/0.22	c reading problem ... 
0.30/0.24	c  no objective function found
197.92/190.70	c ... done. Wall clock time 190.476s.
197.92/190.70	c declared #vars     2436672
197.92/190.70	c #constraints  113788
197.92/190.70	c constraints type 
197.92/190.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 56306
197.92/190.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 57482
197.92/190.70	c 113788 constraints processed.
204.30/195.40	c cleaning 2492 clauses out of 5000 with flag 31449/5000
209.16/200.20	c cleaning 4249 clauses out of 8508 with flag 68741/11000
212.44/202.97	c cleaning 5626 clauses out of 11259 with flag 114129/18000
216.04/206.32	c cleaning 6793 clauses out of 13635 with flag 168930/26002
220.57/210.64	c cleaning 7891 clauses out of 15841 with flag 226977/35001
224.89/214.95	c cleaning 8907 clauses out of 17949 with flag 290726/45000
230.27/220.33	c cleaning 9952 clauses out of 20043 with flag 368142/56001
237.51/227.40	c cleaning 10987 clauses out of 22092 with flag 465907/68002
245.21/235.10	c cleaning 11987 clauses out of 24103 with flag 567586/81000
255.00/244.82	c cleaning 13004 clauses out of 26119 with flag 681787/95003
265.08/254.93	c cleaning 14041 clauses out of 28112 with flag 808179/110000
272.78/262.60	c cleaning 15017 clauses out of 30071 with flag 914286/126000
282.75/272.51	c cleaning 16015 clauses out of 32054 with flag 1037241/143000
292.69/282.40	c cleaning 17010 clauses out of 34042 with flag 1177930/161003
302.07/291.70	c cleaning 17993 clauses out of 36029 with flag 1306035/180000
315.85/305.55	c cleaning 18999 clauses out of 38039 with flag 1440727/200003
329.61/319.35	c cleaning 19998 clauses out of 40039 with flag 1590582/221002
339.30/329.07	c cleaning 20986 clauses out of 42039 with flag 1744023/243000
348.97/338.73	c cleaning 21989 clauses out of 44053 with flag 1899621/266000
362.36/351.92	c cleaning 22986 clauses out of 46064 with flag 2051550/290000
378.23/367.86	c cleaning 23983 clauses out of 48078 with flag 2232360/315000
389.09/378.77	c cleaning 24753 clauses out of 50095 with flag 2436606/341000
400.56/390.27	c cleaning 26061 clauses out of 52343 with flag 2612829/368001
418.23/407.99	c cleaning 27117 clauses out of 54283 with flag 2810467/396002
435.80/425.03	c cleaning 28063 clauses out of 56165 with flag 3015556/425001
454.14/443.40	c cleaning 29033 clauses out of 58101 with flag 3240075/455000
479.47/468.86	c cleaning 30009 clauses out of 60068 with flag 3432414/486000
498.03/487.42	c cleaning 30980 clauses out of 62060 with flag 3639003/518001
524.86/513.98	c cleaning 32017 clauses out of 64079 with flag 3847645/551000
551.49/540.61	c cleaning 33004 clauses out of 66064 with flag 4067352/585002
571.44/560.60	c cleaning 33961 clauses out of 68061 with flag 4326111/620003
593.25/582.19	c cleaning 35026 clauses out of 70097 with flag 4591275/656000
616.20/605.13	c cleaning 36020 clauses out of 72073 with flag 4871663/693002
652.22/641.25	c cleaning 36992 clauses out of 74054 with flag 5113535/731003
675.67/664.78	c cleaning 38002 clauses out of 76059 with flag 5388988/770000
704.32/693.20	c cleaning 39012 clauses out of 78059 with flag 5659666/810002
750.23/739.26	c cleaning 40007 clauses out of 80049 with flag 5967035/851004
802.83/791.91	c cleaning 40996 clauses out of 82038 with flag 6313881/893000
827.95/816.65	c cleaning 41997 clauses out of 84043 with flag 6617447/936001
893.72/882.56	c cleaning 43011 clauses out of 86047 with flag 6940895/980002
936.55/924.96	c cleaning 44003 clauses out of 88036 with flag 7260248/1025002
985.25/973.72	c cleaning 44998 clauses out of 90032 with flag 7591502/1071001
1032.65/1021.27	c cleaning 45999 clauses out of 92035 with flag 7958899/1118002
1092.39/1080.66	c cleaning 46992 clauses out of 94036 with flag 8340287/1166002
1134.00/1122.32	c cleaning 48017 clauses out of 96045 with flag 8751396/1215003
1171.47/1159.41	c cleaning 48984 clauses out of 98026 with flag 9104075/1265001
1203.02/1191.04	c cleaning 49965 clauses out of 100042 with flag 9423470/1316001
1258.40/1246.55	c cleaning 51011 clauses out of 102078 with flag 9748267/1368002
1319.00/1306.89	c cleaning 52011 clauses out of 104067 with flag 10088903/1421002
1358.81/1346.78	c cleaning 52984 clauses out of 106054 with flag 10428224/1475000
1433.05/1420.70	c cleaning 53996 clauses out of 108071 with flag 10787137/1530001
1512.88/1500.71	c cleaning 54998 clauses out of 110077 with flag 11151433/1586003
1574.36/1561.96	c cleaning 56005 clauses out of 112076 with flag 11512981/1643000
1643.33/1631.10	c cleaning 56985 clauses out of 114071 with flag 11880535/1701000
1719.95/1707.49	c cleaning 58000 clauses out of 116088 with flag 12302861/1760002
1785.92/1773.51	c cleaning 58999 clauses out of 118086 with flag 12678591/1820000
1827.20/1814.56	c cleaning 60026 clauses out of 120089 with flag 13087457/1881002
1871.32/1858.75	c cleaning 60996 clauses out of 122063 with flag 13499624/1943002
1907.46/1894.66	c cleaning 61978 clauses out of 124066 with flag 13953283/2006001
1966.13/1953.46	c cleaning 63001 clauses out of 126087 with flag 14358571/2070000
2063.61/2050.80	c cleaning 64006 clauses out of 128090 with flag 14812063/2135004
2161.48/2148.95	c cleaning 64997 clauses out of 130080 with flag 15306764/2201000
2229.28/2216.29	c cleaning 66003 clauses out of 132084 with flag 15819027/2268001
2325.36/2312.59	c cleaning 67007 clauses out of 134085 with flag 16280947/2336005
2380.86/2367.90	c cleaning 68000 clauses out of 136075 with flag 16819916/2405002
2501.73/2486.15	c cleaning 68995 clauses out of 138074 with flag 17315334/2475001
2578.58/2563.17	c cleaning 70004 clauses out of 140078 with flag 17833751/2546000
2699.47/2683.74	c cleaning 70979 clauses out of 142075 with flag 18298568/2618001
2812.24/2796.70	c cleaning 71994 clauses out of 144097 with flag 18800561/2691002
2866.92/2850.97	c cleaning 72915 clauses out of 146101 with flag 19351568/2765000
2941.80/2925.55	c cleaning 74047 clauses out of 148186 with flag 19819741/2840000
2994.69/2978.51	c cleaning 74966 clauses out of 150140 with flag 20328324/2916001
3057.19/3040.76	c cleaning 75986 clauses out of 152177 with flag 20814726/2993004
3131.25/3114.90	c cleaning 76991 clauses out of 154187 with flag 21311404/3071000
3202.41/3186.06	c cleaning 78053 clauses out of 156196 with flag 21822050/3150000
3271.06/3254.53	c cleaning 79019 clauses out of 158144 with flag 22342487/3230001
3337.72/3321.30	c cleaning 80016 clauses out of 160124 with flag 22851161/3311000
3476.55/3460.15	c cleaning 81012 clauses out of 162110 with flag 23368230/3393002
3554.73/3537.94	c cleaning 82010 clauses out of 164097 with flag 23946172/3476001
3600.03/3583.32	c timeout
3600.03/3583.33	c starts		: 869
3600.03/3583.33	c conflicts		: 3537740
3600.03/3583.33	c decisions		: 168115259
3600.03/3583.33	c propagations		: 371011370
3600.03/3583.33	c inspects		: 10266969546
3600.03/3583.33	c shortcuts		: 0
3600.03/3583.33	c learnt literals	: 0
3600.03/3583.33	c learnt binary clauses	: 0
3600.03/3583.33	c learnt ternary clauses	: 0
3600.03/3583.33	c learnt constraints	: 3537740
3600.03/3583.33	c ignored constraints	: 0
3600.03/3583.33	c root simplifications	: 0
3600.03/3583.33	c removed literals (reason simplification)	: 7034687
3600.03/3583.33	c reason swapping (by a shorter reason)	: 0
3600.03/3583.33	c Calls to reduceDB	: 79
3600.03/3583.33	c Number of update (reduction) of LBD	: 2329918
3600.03/3583.33	c Imported unit clauses	: 0
3600.03/3583.33	c No decision after first conflict	: false
3600.03/3583.33	c number of reductions to clauses (during analyze)	: 0
3600.03/3583.33	c number of learned constraints concerned by reduction	: 0
3600.03/3583.33	c number of learning phase by resolution	: 0
3600.03/3583.33	c number of learning phase by cutting planes	: 0
3600.03/3583.33	c number of rounding to 1 operations	: 0
3600.03/3583.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3583.33	c number of reductions of the coefficients by power 2 	: 0
3600.03/3583.33	c number of right shift for reduction by power 2 	: 0
3600.03/3583.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3583.33	c number of ending skipping 	: 0
3600.03/3583.33	c number of internal skipping 	: 0
3600.03/3583.34	c number of derivation steps 	: 0
3600.03/3583.34	c number of skipped derivation steps 	: 0
3600.03/3583.34	c number of remaining unassigned 	: 0
3600.03/3583.34	c number of remaining assigned 	: 0
3600.03/3583.34	c number of falsified literals weakened from reason	: 0
3600.03/3583.34	c number of falsified literals weakened from conflict	: 0
3600.03/3583.34	c time for arithmetic operations	: 0
3600.03/3583.34	c minimum degree of deleted constraints	: null
3600.03/3583.34	c maximum degree of deleted constraints	: null
3600.03/3583.34	c number of deleted constraints	: 0
3600.03/3583.34	c speed (assignments/second)	: 109362.29586576027
3600.03/3583.34	c non guided choices	: 163147429
3600.03/3583.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 143826
3600.03/3583.39	s UNKNOWN
3600.03/3583.39	c Total wall clock time (in seconds): 3583.175

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542510-1753216055/watcher-4542510-1753216055 -o /tmp/evaluation-result-4542510-1753216055/solver-4542510-1753216055 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195949 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542510-1753216055.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=196745, runsolver pid=196742

[startup+0.100064 s]*
/proc/loadavg: 4.27 4.35 4.28 7/324 196763
/proc/meminfo: memFree=114735796/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18930384 memory=48856 CPUtime=0.11 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 5900 0 0 0 8 3 0 0 20 0 18 0 237285312 19384713216 12214 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4732596 12214 5336 1 0 547101 0
[pid=196745/tid=196747] ppid=196742 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 4723 0 0 0 4 3 0 0 20 0 18 0 237285313 19384713216 12214 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237285318 19384713216 12214 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18930384 memory=57394571004297 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237285319 19384713216 12214 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48856 KiB

[startup+0.20776 s]*
/proc/loadavg: 4.27 4.35 4.28 7/324 196763
/proc/meminfo: memFree=114731700/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18930384 memory=58568 CPUtime=0.3 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 6705 0 0 0 25 5 0 0 20 0 18 0 237285312 19384713216 14642 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4732596 14642 5432 1 0 547741 0
[pid=196745/tid=196747] ppid=196742 vsize=18930384 memory=4027056412 CPUtime=0.17 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 5197 0 0 0 14 3 0 0 20 0 18 0 237285313 19384713216 14642 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18930384 memory=1707 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237285318 19384713216 14642 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18930384 memory=56295059358712 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237285319 19384713216 14642 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58568 KiB

[startup+0.307619 s]*
/proc/loadavg: 4.27 4.35 4.28 7/324 196763
/proc/meminfo: memFree=114566108/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18930384 memory=221084 CPUtime=0.48 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 6944 0 0 0 40 8 0 0 20 0 18 0 237285312 19384713216 55271 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4732596 55271 5432 1 0 547818 0
[pid=196745/tid=196747] ppid=196742 vsize=18930384 memory=-9032359819106624188 CPUtime=0.26 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 5364 0 0 0 20 6 0 0 20 0 18 0 237285313 19384713216 55271 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237285318 19384713216 55271 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237285319 19384713216 55271 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 221084 KiB

[startup+0.700263 s]
/proc/loadavg: 4.27 4.35 4.28 6/325 196764
/proc/meminfo: memFree=113951016/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18996948 memory=834492 CPUtime=1.12 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 8925 0 0 0 91 21 0 0 20 0 19 0 237285312 19452874752 208623 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4749237 208623 5464 1 0 549135 0
[pid=196745/tid=196747] ppid=196742 vsize=18996948 memory=27392 CPUtime=0.62 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 5657 0 0 0 44 18 0 0 20 0 19 0 237285313 19452874752 208623 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237285318 19452874752 208623 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237285319 19452874752 208623 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 834492 KiB

[startup+1.50024 s]
/proc/loadavg: 4.27 4.35 4.28 5/325 196764
/proc/meminfo: memFree=113951228/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18996948 memory=1090240 CPUtime=2.09 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 9572 0 0 0 182 27 0 0 20 0 19 0 237285312 19452874752 272560 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4749237 272560 5464 1 0 693275 0
[pid=196745/tid=196747] ppid=196742 vsize=18996948 memory=3200 CPUtime=1.37 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 5835 0 0 0 114 23 0 0 20 0 19 0 237285313 19452874752 272560 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237285318 19452874752 272560 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237285319 19452874752 272560 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 2.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1090240 KiB

[startup+3.10821 s]
/proc/loadavg: 4.25 4.34 4.28 6/325 196764
/proc/meminfo: memFree=113186604/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18996948 memory=1589460 CPUtime=4.16 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 13248 0 0 0 378 38 0 0 20 0 19 0 237285312 19452874752 397365 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4749237 397365 5496 1 0 1004074 0
[pid=196745/tid=196747] ppid=196742 vsize=18996948 memory=10752 CPUtime=2.89 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 6156 0 0 0 257 32 0 0 20 0 19 0 237285313 19452874752 397365 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237285318 19452874752 397365 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237285319 19452874752 397365 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1589460 KiB

[startup+6.30029 s]
/proc/loadavg: 4.25 4.34 4.28 5/325 196764
/proc/meminfo: memFree=112611608/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18996948 memory=2116152 CPUtime=7.73 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 21381 0 0 0 722 51 0 0 20 0 19 0 237285312 19452874752 529038 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4749237 529038 5496 1 0 1697024 0
[pid=196745/tid=196747] ppid=196742 vsize=18996948 memory=5632 CPUtime=5.82 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 6676 0 0 0 541 41 0 0 20 0 19 0 237285313 19452874752 529038 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237285318 19452874752 529038 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18996948 memory=-9032359819106624188 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237285319 19452874752 529038 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 7.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2116152 KiB

[startup+12.7004 s]
/proc/loadavg: 4.36 4.36 4.29 5/325 196764
/proc/meminfo: memFree=111398940/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18996948 memory=3324672 CPUtime=14.38 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 23752 0 0 0 1361 77 0 0 20 0 19 0 237285312 19452874752 831168 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4749237 831168 5496 1 0 2087659 0
[pid=196745/tid=196747] ppid=196742 vsize=18996948 memory=2499128 CPUtime=11.71 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 7822 0 0 0 1108 63 0 0 20 0 19 0 237285313 19452874752 831168 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18996948 memory=27392 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237285318 19452874752 831168 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18996948 memory=16688 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237285319 19452874752 831168 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 14.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3324672 KiB

[startup+25.5004 s]
/proc/loadavg: 4.38 4.37 4.29 5/326 196765
/proc/meminfo: memFree=110926892/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18996948 memory=3792672 CPUtime=27.61 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 27657 0 0 0 2673 88 0 0 20 0 19 0 237285312 19452874752 948168 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4749237 948168 5496 1 0 2363395 0
[pid=196745/tid=196747] ppid=196742 vsize=18996948 memory=2499128 CPUtime=23.59 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 9189 0 0 0 2288 71 0 0 20 0 19 0 237285313 19452874752 948168 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18996948 memory=-9032359819106624188 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237285318 19452874752 948168 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18996948 memory=3788576 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237285319 19452874752 948168 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 27.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3792672 KiB

[startup+51.1136 s]
/proc/loadavg: 4.31 4.35 4.29 5/326 196765
/proc/meminfo: memFree=110582808/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18996948 memory=4133976 CPUtime=54.06 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 30166 0 0 0 5306 100 0 0 20 0 19 0 237285312 19452874752 1033494 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4749237 1033494 5496 1 0 2499174 0
[pid=196745/tid=196747] ppid=196742 vsize=18996948 memory=-9032359819106624188 CPUtime=47.21 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 10820 0 0 0 4644 77 0 0 20 0 19 0 237285313 19452874752 1033494 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=18996948 memory=16688 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237285318 19452874752 1033494 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=18996948 memory=-7304133425238532217 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237285319 19452874752 1033494 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 54.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4133976 KiB

[startup+102.3 s]
/proc/loadavg: 4.29 4.34 4.28 5/325 196767
/proc/meminfo: memFree=109425756/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=18996948 memory=5149316 CPUtime=106.85 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 37339 0 0 0 10560 125 0 0 20 0 19 0 237285312 19452874752 1287329 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4749237 1287329 5496 1 0 3113301 0
[pid=196745/tid=196747] ppid=196742 vsize=18996948 memory=5132676 CPUtime=94.43 cores=0,2

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

/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237285318 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 2551 0 0 0 0 0 0 0 20 0 20 0 237285319 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196772] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196772/stat : 196772 (Timer-0) S 196742 196745 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237304396 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 3238.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8576544 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.19 4.18 5/328 197203
/proc/meminfo: memFree=96499928/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=19063512 memory=8576544 CPUtime=3298.81 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 167392 0 0 0 329504 377 0 0 20 0 20 0 237285312 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4765878 2144136 5560 1 0 3672295 0
[pid=196745/tid=196747] ppid=196742 vsize=19063512 memory=27392 CPUtime=3248.82 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 93958 0 0 0 324750 132 0 0 20 0 20 0 237285313 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237285318 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=19063512 memory=16688 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 2675 0 0 0 0 0 0 0 20 0 20 0 237285319 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196772] ppid=196742 vsize=19063512 memory=16688 CPUtime=0 cores=0,2
/proc/196745/task/196772/stat : 196772 (Timer-0) S 196742 196745 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237304396 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 3298.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8576544 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/328 197205
/proc/meminfo: memFree=96361120/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=19063512 memory=8576544 CPUtime=3358.95 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 170558 0 0 0 335515 380 0 0 20 0 20 0 237285312 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4765878 2144136 5560 1 0 3672295 0
[pid=196745/tid=196747] ppid=196742 vsize=19063512 memory=27392 CPUtime=3308.34 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 96010 0 0 0 330702 132 0 0 20 0 20 0 237285313 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=19063512 memory=16688 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237285318 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 2677 0 0 0 0 0 0 0 20 0 20 0 237285319 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196772] ppid=196742 vsize=19063512 memory=27392 CPUtime=0 cores=0,2
/proc/196745/task/196772/stat : 196772 (Timer-0) S 196742 196745 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237304396 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 3358.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8576544 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.16 4.17 5/328 197207
/proc/meminfo: memFree=96360632/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=19063512 memory=8576544 CPUtime=3418.84 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 171150 0 0 0 341502 382 0 0 20 0 20 0 237285312 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4765878 2144136 5560 1 0 3672295 0
[pid=196745/tid=196747] ppid=196742 vsize=19063512 memory=27392 CPUtime=3368.19 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 96423 0 0 0 336687 132 0 0 20 0 20 0 237285313 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237285318 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 2802 0 0 0 0 0 0 0 20 0 20 0 237285319 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196772] ppid=196742 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/196745/task/196772/stat : 196772 (Timer-0) S 196742 196745 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237304396 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 3418.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8576544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.16 4.17 5/328 197209
/proc/meminfo: memFree=96295764/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=19063512 memory=8576544 CPUtime=3478.73 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 173283 0 0 0 347487 386 0 0 20 0 20 0 237285312 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4765878 2144136 5560 1 0 3672295 0
[pid=196745/tid=196747] ppid=196742 vsize=19063512 memory=27392 CPUtime=3428.03 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 98401 0 0 0 342671 132 0 0 20 0 20 0 237285313 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237285318 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=19063512 memory=16688 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 2892 0 0 0 0 0 0 0 20 0 20 0 237285319 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196772] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196772/stat : 196772 (Timer-0) S 196742 196745 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237304396 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 3478.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8576544 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.16 4.17 5/326 197218
/proc/meminfo: memFree=95740484/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=19063512 memory=8576544 CPUtime=3539.17 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 175699 0 0 0 353528 389 0 0 20 0 20 0 237285312 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4765878 2144136 5560 1 0 3672295 0
[pid=196745/tid=196747] ppid=196742 vsize=19063512 memory=27392 CPUtime=3487.32 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 99497 0 0 0 348600 132 0 0 20 0 20 0 237285313 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237285318 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 2893 0 0 0 0 0 0 0 20 0 20 0 237285319 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196772] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196772/stat : 196772 (Timer-0) S 196742 196745 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237304396 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 3539.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8576544 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/326 197220
/proc/meminfo: memFree=95740028/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=19063512 memory=8576544 CPUtime=3599.04 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 177936 0 0 0 359513 391 0 0 20 0 20 0 237285312 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4765878 2144136 5560 1 0 3672295 0
[pid=196745/tid=196747] ppid=196742 vsize=19063512 memory=27392 CPUtime=3547.15 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 101575 0 0 0 354583 132 0 0 20 0 20 0 237285313 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237285318 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0.01 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 2999 0 0 0 1 0 0 0 20 0 20 0 237285319 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196772] ppid=196742 vsize=19063512 memory=16688 CPUtime=0 cores=0,2
/proc/196745/task/196772/stat : 196772 (Timer-0) S 196742 196745 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237304396 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 3599.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8576544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.3 s]
/proc/loadavg: 4.17 4.16 4.17 5/326 197220
/proc/meminfo: memFree=95740028/131382112 swapFree=33010416/33010684
[pid=196745] ppid=196742 vsize=19063512 memory=8576544 CPUtime=3600.03 cores=0,2
/proc/196745/stat : 196745 (java) S 196742 196745 195934 0 -1 4194304 177939 0 0 0 359612 391 0 0 20 0 20 0 237285312 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
/proc/196745/statm: 4765878 2144136 5560 1 0 3672295 0
[pid=196745/tid=196747] ppid=196742 vsize=19063512 memory=27392 CPUtime=3548.15 cores=0,2
/proc/196745/task/196747/stat : 196747 (java) R 196742 196745 195934 0 -1 4194368 101578 0 0 0 354683 132 0 0 20 0 20 0 237285313 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196756] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0 cores=0,2
/proc/196745/task/196756/stat : 196756 (Finalizer) S 196742 196745 195934 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237285318 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196763] ppid=196742 vsize=19063512 memory=8576544 CPUtime=0.01 cores=0,2
/proc/196745/task/196763/stat : 196763 (Common-Cleaner) S 196742 196745 195934 0 -1 4194368 2999 0 0 0 1 0 0 0 20 0 20 0 237285319 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
[pid=196745/tid=196772] ppid=196742 vsize=19063512 memory=16688 CPUtime=0 cores=0,2
/proc/196745/task/196772/stat : 196772 (Timer-0) S 196742 196745 195934 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237304396 19521036288 2144136 18446744073709551615 94092843491328 94092843495024 140732936864144 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94092843502840 94092843503632 94092863238144 140732936866175 140732936866276 140732936866276 140732936871880 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8576544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.31 s, system=3.95109 s

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

[startup+3583.41 s]*
/proc/loadavg: 4.17 4.16 4.17 5/307 197223
/proc/meminfo: memFree=95735996/131382112 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): 3583.43
CPU time (s): 3600.26
CPU user time (s): 3596.31
CPU system time (s): 3.95109
CPU usage (%): 100.47
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8576544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.31
system time used= 3.95109
maximum resident set size= 8577696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181296
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114087
involuntary context switches= 10620


# summary of solver processes directly reported to runsolver:
#   pid: 196745
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3596.31
#   total CPU system time (s): 3.95109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.7227 second user time and 37.0773 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-22 22:27:36
IDJOB=4542510
IDBENCH=163930
IDSOLVER=3363
FILE ID=nodeC012/4542510-1753216055
RUNJOBID= nodeC012-1753209161-195949
SLURM_JOB_ID= 9687769
Free space on /tmp= 432864 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height47_pigeons46_holes45.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542510-1753216055/watcher-4542510-1753216055 -o /tmp/evaluation-result-4542510-1753216055/solver-4542510-1753216055 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1753209161-195949 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542510-1753216055.opb

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

MD5SUM BENCH= cca449fd552693742bf3f30208712226
RANDOM SEED=1817904921

nodeC012 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	: 0xb00001f
cpu MHz		: 1197.328
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 3591.490
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 2393.891
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.105
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 3491.071
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 3491.704
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.484
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
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	: 0xb00001f
cpu MHz		: 1197.991
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        114755632 kB
MemAvailable:   115590344 kB
Buffers:            2136 kB
Cached:          1600548 kB
SwapCached:           12 kB
Active:         15559992 kB
Inactive:         396976 kB
Active(anon):   14375736 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   392288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60328 kB
Writeback:             0 kB
AnonPages:      14357664 kB
Mapped:           128460 kB
Shmem:             26140 kB
KReclaimable:     195204 kB
Slab:             287284 kB
SReclaimable:     195204 kB
SUnreclaim:        92080 kB
KernelStack:        4960 kB
PageTables:        31780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   19872852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14069760 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432796 MiB
End job on nodeC012 at 2025-07-22 23:27:20