Trace number 4542277

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 VeriPB 2025-06-06? (TO) 3600.26 3571.25

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height36_pigeons35_holes34.opb
MD5SUM8324c3ed1748cac240c60f4c3727f95f
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 benchmark268.679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables837976
Total number of constraints52507
Number of constraints which are clauses26605
Number of constraints which are cardinality constraints (but not clauses)23201
Number of constraints which are nor clauses,nor cardinality constraints2701
Minimum length of a constraint34
Maximum length of a constraint39
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 42
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.13/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.13	c See www.sat4j.org for details.
0.13/0.15	c version PB25.v20250606
0.13/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.17	c java.vm.version	22.0.1+8-16
0.13/0.17	c java.vm.vendor	Oracle Corporation
0.13/0.17	c sun.arch.data.model	64
0.13/0.17	c java.version		22.0.1
0.13/0.17	c os.name		Linux
0.13/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.17	c os.arch		amd64
0.13/0.18	c Free memory 		2104792832
0.13/0.18	c Max memory 		16282288128
0.13/0.18	c Total memory 		2113929216
0.13/0.19	c Number of processors 	2
0.29/0.31	c Pseudo Boolean Optimization by upper bound
0.29/0.31	c --- Begin Solver configuration ---
0.29/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.31	c Learn all clauses as in MiniSAT
0.29/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.31	c Expensive reason simplification
0.29/0.31	c Glucose 2.1 dynamic restart strategy
0.29/0.31	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.29/0.31	c timeout=2147483s
0.29/0.31	c DB Simplification allowed=false
0.29/0.31	c Listener: none
0.29/0.31	c --- End Solver configuration ---
0.29/0.31	c solving HOME/instance-4542277-1753216386.opb
0.29/0.31	c reading problem ... 
0.29/0.31	c using VERIPB proof format
0.42/0.34	c  no objective function found
36.83/34.02	c ... done. Wall clock time 33.709s.
36.83/34.02	c declared #vars     837976
36.83/34.02	c #constraints  52507
36.83/34.02	c constraints type 
36.83/34.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 25902
36.83/34.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26605
36.83/34.02	c 52507 constraints processed.
41.32/36.42	c cleaning 2496 clauses out of 5002 with flag 32330/5002
43.74/38.59	c cleaning 4250 clauses out of 8504 with flag 73082/11000
47.08/41.59	c cleaning 5619 clauses out of 11254 with flag 120915/18000
49.92/44.01	c cleaning 6811 clauses out of 13636 with flag 170693/26001
52.72/46.88	c cleaning 7895 clauses out of 15826 with flag 226754/35002
55.76/49.82	c cleaning 8938 clauses out of 17929 with flag 292267/45000
59.16/53.29	c cleaning 9955 clauses out of 19992 with flag 361261/56001
63.01/57.02	c cleaning 10962 clauses out of 22037 with flag 444584/68001
68.13/61.72	c cleaning 11979 clauses out of 24079 with flag 529519/81005
72.62/66.14	c cleaning 12983 clauses out of 26095 with flag 619130/95000
76.69/70.22	c cleaning 13994 clauses out of 28117 with flag 716996/110005
82.20/75.16	c cleaning 14986 clauses out of 30118 with flag 824460/126000
89.18/81.93	c cleaning 15992 clauses out of 32133 with flag 935403/143001
94.71/87.34	c cleaning 16994 clauses out of 34140 with flag 1049698/161000
100.55/93.16	c cleaning 17995 clauses out of 36146 with flag 1170437/180000
107.87/100.46	c cleaning 18987 clauses out of 38152 with flag 1298728/200001
114.96/107.52	c cleaning 20002 clauses out of 40166 with flag 1434101/221002
121.95/114.59	c cleaning 20994 clauses out of 42163 with flag 1582198/243001
132.60/125.18	c cleaning 21867 clauses out of 44168 with flag 1808366/266000
147.86/140.44	c cleaning 23132 clauses out of 46302 with flag 2134844/290001
173.25/165.51	c cleaning 24075 clauses out of 48169 with flag 2468888/315000
219.15/211.04	c cleaning 25044 clauses out of 50095 with flag 2838216/341001
274.71/266.17	c cleaning 26026 clauses out of 52052 with flag 3227782/368002
332.14/323.27	c cleaning 27009 clauses out of 54025 with flag 3651011/396001
404.98/395.61	c cleaning 28007 clauses out of 56017 with flag 4063201/425002
484.03/474.30	c cleaning 28996 clauses out of 58008 with flag 4480222/455000
559.70/549.51	c cleaning 29994 clauses out of 60012 with flag 4909913/486000
660.85/650.21	c cleaning 30997 clauses out of 62019 with flag 5368171/518001
763.17/751.98	c cleaning 32010 clauses out of 64021 with flag 5874490/551000
822.91/811.09	c cleaning 32993 clauses out of 66011 with flag 6375844/585000
898.52/886.06	c cleaning 34004 clauses out of 68020 with flag 6913189/620002
949.05/936.09	c cleaning 35003 clauses out of 70014 with flag 7421353/656000
1055.96/1042.57	c cleaning 35996 clauses out of 72011 with flag 7940092/693000
1182.04/1168.17	c cleaning 37010 clauses out of 74019 with flag 8459709/731004
1250.54/1236.03	c cleaning 37988 clauses out of 76005 with flag 8995607/770000
1384.60/1368.11	c cleaning 39008 clauses out of 78018 with flag 9553365/810001
1531.29/1514.12	c cleaning 40001 clauses out of 80009 with flag 10133305/851000
1685.66/1667.96	c cleaning 41002 clauses out of 82008 with flag 10780431/893000
1841.60/1823.27	c cleaning 42000 clauses out of 84006 with flag 11403273/936000
1973.30/1954.20	c cleaning 42995 clauses out of 86009 with flag 12048839/980003
2142.25/2122.64	c cleaning 44005 clauses out of 88013 with flag 12706838/1025002
2326.46/2306.12	c cleaning 44996 clauses out of 90006 with flag 13388138/1071000
2522.15/2501.05	c cleaning 46003 clauses out of 92013 with flag 14096104/1118003
2727.80/2704.05	c cleaning 46998 clauses out of 94008 with flag 14730194/1166001
2884.86/2860.25	c cleaning 48001 clauses out of 96009 with flag 15250186/1215000
3007.62/2982.29	c cleaning 48999 clauses out of 98009 with flag 15629710/1265001
3136.18/3110.14	c cleaning 50000 clauses out of 100010 with flag 16031164/1316001
3272.48/3245.47	c cleaning 50996 clauses out of 102010 with flag 16432021/1368001
3425.72/3397.91	c cleaning 52003 clauses out of 104015 with flag 16878337/1421002
3563.11/3534.57	c cleaning 53001 clauses out of 106011 with flag 17377572/1475001
3600.00/3571.03	c starts		: 18029
3600.00/3571.04	c timeout
3600.00/3571.04	c conflicts		: 1496910
3600.00/3571.04	c decisions		: 27848151
3600.00/3571.04	c propagations		: 70323241
3600.00/3571.04	c inspects		: 8672639503
3600.00/3571.04	c shortcuts		: 0
3600.00/3571.04	c learnt literals	: 0
3600.00/3571.04	c learnt binary clauses	: 0
3600.00/3571.04	c learnt ternary clauses	: 0
3600.00/3571.04	c learnt constraints	: 1496910
3600.00/3571.04	c ignored constraints	: 0
3600.00/3571.04	c root simplifications	: 0
3600.00/3571.04	c removed literals (reason simplification)	: 9829280
3600.00/3571.05	c reason swapping (by a shorter reason)	: 0
3600.00/3571.05	c Calls to reduceDB	: 50
3600.00/3571.05	c Number of update (reduction) of LBD	: 1180083
3600.00/3571.05	c Imported unit clauses	: 0
3600.00/3571.05	c No decision after first conflict	: false
3600.00/3571.05	c number of reductions to clauses (during analyze)	: 0
3600.00/3571.05	c number of learned constraints concerned by reduction	: 0
3600.00/3571.05	c number of learning phase by resolution	: 0
3600.00/3571.05	c number of learning phase by cutting planes	: 0
3600.00/3571.05	c number of rounding to 1 operations	: 0
3600.00/3571.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3571.05	c number of reductions of the coefficients by power 2 	: 0
3600.00/3571.05	c number of right shift for reduction by power 2 	: 0
3600.00/3571.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3571.05	c number of ending skipping 	: 0
3600.00/3571.05	c number of internal skipping 	: 0
3600.00/3571.05	c number of derivation steps 	: 0
3600.00/3571.05	c number of skipped derivation steps 	: 0
3600.00/3571.05	c number of remaining unassigned 	: 0
3600.00/3571.05	c number of remaining assigned 	: 0
3600.00/3571.05	c number of falsified literals weakened from reason	: 0
3600.00/3571.05	c number of falsified literals weakened from conflict	: 0
3600.00/3571.05	c time for arithmetic operations	: 0
3600.00/3571.05	c minimum degree of deleted constraints	: null
3600.00/3571.05	c maximum degree of deleted constraints	: null
3600.00/3571.05	c number of deleted constraints	: 0
3600.00/3571.05	c speed (assignments/second)	: 19882.441435450637
3600.00/3571.05	c non guided choices	: 15514145
3600.14/3571.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 74919
3600.14/3571.17	s UNKNOWN
3600.14/3571.17	c Total wall clock time (in seconds): 3570.864

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542277-1753216386/watcher-4542277-1753216386 -o /tmp/evaluation-result-4542277-1753216386/solver-4542277-1753216386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180196 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542277-1753216386 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542277-1753216386.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

[startup+0.100073 s]*
/proc/loadavg: 4.34 4.32 4.31 9/325 181245
/proc/meminfo: memFree=95121912/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=18930384 memory=48728 CPUtime=0.13 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 5877 0 0 0 9 4 0 0 20 0 18 0 237318045 19384713216 12182 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4732596 12182 5337 1 0 547052 0
[pid=181227/tid=181229] ppid=181224 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 4761 0 0 0 5 2 0 0 20 0 18 0 237318047 19384713216 12182 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237318051 19384713216 12182 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=18930384 memory=56295059375534 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237318052 19384713216 12214 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48728 KiB

[startup+0.216121 s]*
/proc/loadavg: 4.34 4.32 4.31 7/325 181245
/proc/meminfo: memFree=95109940/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=18930384 memory=57860 CPUtime=0.29 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 6581 0 0 0 24 5 0 0 20 0 18 0 237318045 19384713216 14465 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4732596 14465 5369 1 0 547631 0
[pid=181227/tid=181229] ppid=181224 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 5065 0 0 0 15 3 0 0 20 0 18 0 237318047 19384713216 14465 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=18930384 memory=2622 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237318051 19384713216 14465 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=18930384 memory=55195547730935 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237318052 19384713216 14465 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57860 KiB

[startup+0.316199 s]*
/proc/loadavg: 4.34 4.32 4.31 6/325 181245
/proc/meminfo: memFree=95105340/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=18930384 memory=59140 CPUtime=0.42 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 6846 0 0 0 37 5 0 0 20 0 18 0 237318045 19384713216 14785 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4732596 14785 5433 1 0 547820 0
[pid=181227/tid=181229] ppid=181224 vsize=18930384 memory=-8888813100033942204 CPUtime=0.26 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 5219 0 0 0 23 3 0 0 20 0 18 0 237318047 19384713216 14785 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237318051 19384713216 14785 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237318052 19384713216 14785 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59140 KiB

[startup+0.700368 s]
/proc/loadavg: 4.34 4.32 4.31 7/325 181245
/proc/meminfo: memFree=94774764/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=18930384 memory=859212 CPUtime=1.03 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 8998 0 0 0 77 26 0 0 20 0 18 0 237318045 19384713216 214803 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4732596 214803 5433 1 0 548884 0
[pid=181227/tid=181229] ppid=181224 vsize=18930384 memory=22272 CPUtime=0.6 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 5815 0 0 0 37 23 0 0 20 0 18 0 237318047 19384713216 214803 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=18930384 memory=11008 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237318051 19384713216 214803 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=18930384 memory=3328 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237318052 19384713216 214803 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 859212 KiB

[startup+1.50031 s]
/proc/loadavg: 4.34 4.32 4.31 5/326 181246
/proc/meminfo: memFree=93898348/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=18996948 memory=1057560 CPUtime=2.23 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 11118 0 0 0 191 32 0 0 20 0 19 0 237318045 19452874752 264390 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4749237 264390 5465 1 0 702521 0
[pid=181227/tid=181229] ppid=181224 vsize=18996948 memory=3328 CPUtime=1.28 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 5985 0 0 0 101 27 0 0 20 0 19 0 237318047 19452874752 264390 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237318051 19452874752 264390 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=18996948 memory=11008 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237318052 19452874752 264390 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1057560 KiB

[startup+3.1058 s]
/proc/loadavg: 4.34 4.32 4.31 6/326 181246
/proc/meminfo: memFree=92982960/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=18996948 memory=1876628 CPUtime=4.55 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 19158 0 0 0 403 52 0 0 20 0 19 0 237318045 19452874752 469157 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4749237 469157 5529 1 0 973850 0
[pid=181227/tid=181229] ppid=181224 vsize=18996948 memory=11008 CPUtime=2.71 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 6453 0 0 0 229 42 0 0 20 0 19 0 237318047 19452874752 469157 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237318051 19452874752 469157 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237318052 19452874752 469157 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 4.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1876628 KiB

[startup+6.30031 s]
/proc/loadavg: 4.47 4.35 4.32 5/326 181246
/proc/meminfo: memFree=91548256/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=18996948 memory=3035544 CPUtime=7.88 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 21659 0 0 0 713 75 0 0 20 0 19 0 237318045 19452874752 758886 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4749237 758886 5529 1 0 1594256 0
[pid=181227/tid=181229] ppid=181224 vsize=18996948 memory=5632 CPUtime=5.64 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 7284 0 0 0 502 62 0 0 20 0 19 0 237318047 19452874752 758886 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237318051 19452874752 758886 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=18996948 memory=-8888813100033942204 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237318052 19452874752 758886 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 7.88 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3035544 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.34 4.32 5/326 181246
/proc/meminfo: memFree=90225064/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=18996948 memory=4119452 CPUtime=14.52 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 24106 0 0 0 1349 103 0 0 20 0 19 0 237318045 19452874752 1029863 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4749237 1029863 5529 1 0 2039193 0
[pid=181227/tid=181229] ppid=181224 vsize=18996948 memory=3052940 CPUtime=11.39 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 8421 0 0 0 1057 82 0 0 20 0 19 0 237318047 19452874752 1029863 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=18996948 memory=22272 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237318051 19452874752 1029863 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=18996948 memory=16368 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237318052 19452874752 1029863 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 14.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4119452 KiB

[startup+25.5005 s]
/proc/loadavg: 4.42 4.34 4.32 5/327 181248
/proc/meminfo: memFree=87471880/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=18996948 memory=5413364 CPUtime=27.84 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 26262 0 0 0 2651 133 0 0 20 0 19 0 237318045 19452874752 1353341 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4749237 1353341 5529 1 0 2586485 0
[pid=181227/tid=181229] ppid=181224 vsize=18996948 memory=3052940 CPUtime=22.81 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 9463 0 0 0 2178 103 0 0 20 0 19 0 237318047 19452874752 1353341 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=18996948 memory=-8888813100033942204 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237318051 19452874752 1353341 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=18996948 memory=5394928 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237318052 19452874752 1353341 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 27.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5413364 KiB

[startup+51.1136 s]
/proc/loadavg: 4.54 4.38 4.33 5/329 181250
/proc/meminfo: memFree=80934448/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=19063512 memory=6632228 CPUtime=57.07 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 37722 0 0 0 5535 172 0 0 20 0 20 0 237318045 19521036288 1658057 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4765878 1658057 5561 1 0 2894049 0
[pid=181227/tid=181229] ppid=181224 vsize=19063512 memory=0 CPUtime=46.82 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 13088 0 0 0 4549 133 0 0 20 0 20 0 237318047 19521036288 1658057 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=19063512 memory=6632228 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237318051 19521036288 1658057 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=19063512 memory=6632228 CPUtime=0 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 35 0 0 0 0 0 0 0 20 0 20 0 237318052 19521036288 1658057 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181250] ppid=181224 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/181227/task/181250/stat : 181250 (Timer-0) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237321456 19521036288 1658057 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 57.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6632228 KiB

[startup+102.301 s]
/proc/loadavg: 4.35 4.35 4.32 5/329 181252
/proc/meminfo: memFree=76256668/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=19063512 memory=7804128 CPUtime=109.77 cores=4,6

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

/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237318051 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0.01 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 3665 0 0 0 1 0 0 0 20 0 20 0 237318052 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181250] ppid=181224 vsize=19063512 memory=16368 CPUtime=0 cores=4,6
/proc/181227/task/181250/stat : 181250 (Timer-0) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237321456 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 3188.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11517240 KiB

[startup+3222.3 s]
/proc/loadavg: 4.41 4.31 4.29 5/328 181435
/proc/meminfo: memFree=34331424/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3249.09 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 364999 0 0 0 323414 1495 0 0 20 0 20 0 237318045 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4765878 2879310 5561 1 0 2895377 0
[pid=181227/tid=181229] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3177.56 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 187722 0 0 0 316520 1236 0 0 20 0 20 0 237318047 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237318051 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0.01 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 3691 0 0 0 1 0 0 0 20 0 20 0 237318052 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181250] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0 cores=4,6
/proc/181227/task/181250/stat : 181250 (Timer-0) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237321456 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 3249.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11517240 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.28 4.27 5/328 181441
/proc/meminfo: memFree=33810020/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3309.61 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 368912 0 0 0 329437 1524 0 0 20 0 20 0 237318045 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4765878 2879310 5561 1 0 2895377 0
[pid=181227/tid=181229] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3236.57 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 189502 0 0 0 322397 1260 0 0 20 0 20 0 237318047 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=19063512 memory=16368 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237318051 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=19063512 memory=22400 CPUtime=0.01 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 3693 0 0 0 1 0 0 0 20 0 20 0 237318052 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181250] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0 cores=4,6
/proc/181227/task/181250/stat : 181250 (Timer-0) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237321456 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 3309.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11517240 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.24 4.26 5/328 181443
/proc/meminfo: memFree=33354628/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3369.86 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 375963 0 0 0 335435 1551 0 0 20 0 20 0 237318045 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4765878 2879310 5561 1 0 2895377 0
[pid=181227/tid=181229] ppid=181224 vsize=19063512 memory=16368 CPUtime=3295.95 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 193810 0 0 0 328312 1283 0 0 20 0 20 0 237318047 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=19063512 memory=2888 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237318051 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0.01 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 3826 0 0 0 1 0 0 0 20 0 20 0 237318052 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181250] ppid=181224 vsize=19063512 memory=16368 CPUtime=0 cores=4,6
/proc/181227/task/181250/stat : 181250 (Timer-0) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237321456 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 3369.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11517240 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.26 4.27 5/328 181445
/proc/meminfo: memFree=32921776/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3430.11 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 380740 0 0 0 341436 1575 0 0 20 0 20 0 237318045 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4765878 2879310 5561 1 0 2895377 0
[pid=181227/tid=181229] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3355.33 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 196187 0 0 0 334230 1303 0 0 20 0 20 0 237318047 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=19063512 memory=16368 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237318051 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0.01 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 3828 0 0 0 1 0 0 0 20 0 20 0 237318052 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181250] ppid=181224 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/181227/task/181250/stat : 181250 (Timer-0) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237321456 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 3430.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11517240 KiB

[startup+3462.3 s]
/proc/loadavg: 4.02 4.19 4.24 4/302 181480
/proc/meminfo: memFree=56879556/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3490.6 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 387571 0 0 0 347458 1602 0 0 20 0 20 0 237318045 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4765878 2879310 5561 1 0 2895377 0
[pid=181227/tid=181229] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3414.41 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 200161 0 0 0 340115 1326 0 0 20 0 20 0 237318047 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237318051 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0.01 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 3921 0 0 0 1 0 0 0 20 0 20 0 237318052 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181250] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0 cores=4,6
/proc/181227/task/181250/stat : 181250 (Timer-0) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237321456 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 3490.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11517240 KiB

[startup+3522.3 s]
/proc/loadavg: 3.41 3.99 4.17 3/278 181493
/proc/meminfo: memFree=70036508/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3550.93 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 392154 0 0 0 353468 1625 0 0 20 0 20 0 237318045 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4765878 2879310 5561 1 0 2895377 0
[pid=181227/tid=181229] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3473.43 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 202721 0 0 0 345997 1346 0 0 20 0 20 0 237318047 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237318051 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=19063512 memory=11517240 CPUtime=0.01 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 3934 0 0 0 1 0 0 0 20 0 20 0 237318052 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181250] ppid=181224 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/181227/task/181250/stat : 181250 (Timer-0) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237321456 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 3550.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11517240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571 s]*
/proc/loadavg: 2.73 3.71 4.06 3/276 181517
/proc/meminfo: memFree=80828440/131382116 swapFree=33005528/33010684
[pid=181227] ppid=181224 vsize=19063512 memory=11517240 CPUtime=3600 cores=4,6
/proc/181227/stat : 181227 (java) S 181224 181227 180184 0 -1 4194304 397848 0 0 0 358348 1652 0 0 20 0 20 0 237318045 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
/proc/181227/statm: 4765878 2879310 5561 1 0 2895377 0
[pid=181227/tid=181229] ppid=181224 vsize=19063512 memory=-8888813100033942204 CPUtime=3521.56 cores=4,6
/proc/181227/task/181229/stat : 181229 (java) R 181224 181227 180184 0 -1 4194368 206056 0 0 0 350787 1369 0 0 20 0 20 0 237318047 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181238] ppid=181224 vsize=19063512 memory=4198373884444939365 CPUtime=0 cores=4,6
/proc/181227/task/181238/stat : 181238 (Finalizer) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237318051 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181245] ppid=181224 vsize=19063512 memory=1792 CPUtime=0.01 cores=4,6
/proc/181227/task/181245/stat : 181245 (Common-Cleaner) S 181224 181227 180184 0 -1 4194368 3934 0 0 0 1 0 0 0 20 0 20 0 237318052 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
[pid=181227/tid=181250] ppid=181224 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/181227/task/181250/stat : 181250 (Timer-0) S 181224 181227 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237321456 19521036288 2879310 18446744073709551615 94171789426688 94171789430384 140731766111328 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94171789438200 94171789438992 94171820785664 140731766118740 140731766118884 140731766118884 140731766124488 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11517240 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.67 s, system=16.5851 s

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

[startup+3571.2 s]*
/proc/loadavg: 2.73 3.71 4.06 3/258 181520
/proc/meminfo: memFree=87115352/131382116 swapFree=33005528/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): 3571.25
CPU time (s): 3600.26
CPU user time (s): 3583.67
CPU system time (s): 16.5851
CPU usage (%): 100.812
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 11518008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.67
system time used= 16.5851
maximum resident set size= 11518136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400969
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13625872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117326
involuntary context switches= 13343


# summary of solver processes directly reported to runsolver:
#   pid: 181227
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3583.67
#   total CPU system time (s): 16.5851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.834 second user time and 34.7347 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 22:33:06
IDJOB=4542277
IDBENCH=163916
IDSOLVER=3364
FILE ID=nodeC010/4542277-1753216386
RUNJOBID= nodeC010-1753209221-180196
SLURM_JOB_ID= 9687770
Free space on /tmp= 432524 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height36_pigeons35_holes34.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542277-1753216386/watcher-4542277-1753216386 -o /tmp/evaluation-result-4542277-1753216386/solver-4542277-1753216386 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180196 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542277-1753216386 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4542277-1753216386.opb

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

MD5SUM BENCH= 8324c3ed1748cac240c60f4c3727f95f
RANDOM SEED=23043599

nodeC010 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		: 2993.043
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.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	: 0xb00001f
cpu MHz		: 3491.682
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.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	: 0xb00001f
cpu MHz		: 1197.385
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.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	: 0xb00001f
cpu MHz		: 1197.320
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.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	: 0xb00001f
cpu MHz		: 1995.246
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.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	: 0xb00001f
cpu MHz		: 3591.900
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.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	: 0xb00001f
cpu MHz		: 1197.127
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.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	: 0xb00001f
cpu MHz		: 1197.011
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        95147092 kB
MemAvailable:   119304520 kB
Buffers:             228 kB
Cached:         24921764 kB
SwapCached:         4300 kB
Active:         11504284 kB
Inactive:       24085232 kB
Active(anon):   10640680 kB
Inactive(anon):    48712 kB
Active(file):     863604 kB
Inactive(file): 24036520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             97156 kB
Writeback:             0 kB
AnonPages:      10666380 kB
Mapped:           124296 kB
Shmem:             21832 kB
KReclaimable:     193860 kB
Slab:             285780 kB
SReclaimable:     193860 kB
SUnreclaim:        91920 kB
KernelStack:        4976 kB
PageTables:        24592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   22751356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150264 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10440704 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 421940 MiB
End job on nodeC010 at 2025-07-22 23:32:38