Trace number 4504167

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.55 3384.21

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat100_4_32_6.opb
MD5SUM942f4c546294041bdb4c531ace867576
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5224547
Best CPU time to get the best result obtained on this benchmark2319.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 176505017008
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 176505017008
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4504167-1751449764.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  objective function found
0.90/0.57	c ... done. Wall clock time 0.434s.
0.90/0.57	c declared #vars     20200
0.90/0.57	c #constraints  50012
0.90/0.57	c constraints type 
0.90/0.57	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39700
0.90/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.90/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5250
0.90/0.57	c org.sat4j.specs.Constr$1 => 2
0.90/0.57	c org.sat4j.pb.constraints.pb.UnitClausesPB => 2
0.90/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5051
0.90/0.57	c 50012 constraints processed.
0.90/0.58	c objective function length is 19900 literals
8.81/6.15	c cleaning 2486 clauses out of 5006 with flag 10694/5006
14.95/11.71	c cleaning 4255 clauses out of 8518 with flag 22690/11004
21.22/17.60	c cleaning 5621 clauses out of 11262 with flag 36688/18003
27.75/24.18	c cleaning 6812 clauses out of 13643 with flag 52692/26005
36.34/31.85	c cleaning 7899 clauses out of 15833 with flag 70696/35007
43.88/39.00	c cleaning 8944 clauses out of 17927 with flag 90682/45000
52.24/46.74	c cleaning 9982 clauses out of 19983 with flag 112682/56000
61.03/55.25	c cleaning 10992 clauses out of 22004 with flag 136688/68003
71.19/64.96	c cleaning 11997 clauses out of 24011 with flag 162686/81002
82.56/75.67	c cleaning 12997 clauses out of 26015 with flag 190688/95003
94.66/87.08	c cleaning 13988 clauses out of 28018 with flag 220688/110003
107.51/99.23	c cleaning 14991 clauses out of 30027 with flag 252682/126000
121.68/112.61	c cleaning 16008 clauses out of 32046 with flag 286702/143010
137.77/127.88	c cleaning 16993 clauses out of 34030 with flag 322686/161002
154.00/143.35	c cleaning 18006 clauses out of 36035 with flag 360682/180000
171.41/159.63	c cleaning 19004 clauses out of 38029 with flag 400682/200000
190.41/177.95	c cleaning 20008 clauses out of 40027 with flag 442686/221002
211.47/196.97	c cleaning 20992 clauses out of 42019 with flag 486686/243002
231.79/216.43	c cleaning 22006 clauses out of 44025 with flag 532682/266000
255.20/238.68	c cleaning 23012 clauses out of 46035 with flag 580714/290016
277.90/260.25	c cleaning 23986 clauses out of 48014 with flag 630696/315007
297.51/279.04	c cleaning 24997 clauses out of 50021 with flag 682682/341000
317.76/298.28	c cleaning 25998 clauses out of 52024 with flag 736682/368000
339.61/318.88	c cleaning 27001 clauses out of 54028 with flag 792686/396002
363.66/341.84	c cleaning 27998 clauses out of 56026 with flag 850684/425001
389.55/365.05	c cleaning 29001 clauses out of 58028 with flag 910684/455001
414.09/388.11	c cleaning 30002 clauses out of 60026 with flag 972682/486000
439.92/412.75	c cleaning 30999 clauses out of 62024 with flag 1036682/518000
467.68/439.27	c cleaning 32003 clauses out of 64032 with flag 1102696/551007
495.43/465.32	c cleaning 32997 clauses out of 66022 with flag 1170682/585000
525.86/494.21	c cleaning 33997 clauses out of 68027 with flag 1240686/620002
556.92/521.98	c cleaning 35003 clauses out of 70029 with flag 1312684/656001
589.37/552.76	c cleaning 36004 clauses out of 72027 with flag 1386686/693002
621.47/583.25	c cleaning 37003 clauses out of 74023 with flag 1462686/731002
654.44/614.71	c cleaning 37992 clauses out of 76019 with flag 1540684/770001
690.18/648.70	c cleaning 39001 clauses out of 78026 with flag 1620682/810000
723.93/680.85	c cleaning 39999 clauses out of 80025 with flag 1702682/851000
759.96/715.07	c cleaning 41010 clauses out of 82040 with flag 1786710/893014
797.04/749.12	c cleaning 41998 clauses out of 84024 with flag 1872698/936008
835.81/786.11	c cleaning 43003 clauses out of 86026 with flag 1960698/980008
879.83/828.21	c cleaning 43996 clauses out of 88015 with flag 2050682/1025000
918.43/864.84	c cleaning 45001 clauses out of 90019 with flag 2142682/1071000
961.21/905.60	c cleaning 45986 clauses out of 92019 with flag 2236684/1118001
1010.45/949.59	c cleaning 46999 clauses out of 94032 with flag 2332682/1166000
1061.62/998.06	c cleaning 48006 clauses out of 96033 with flag 2430682/1215000
1106.32/1040.47	c cleaning 49005 clauses out of 98027 with flag 2530682/1265000
1153.21/1085.19	c cleaning 49988 clauses out of 100024 with flag 2632686/1316002
1202.37/1132.02	c cleaning 51013 clauses out of 102046 with flag 2736706/1368012
1259.15/1184.89	c cleaning 51991 clauses out of 104023 with flag 2842686/1421002
1310.91/1234.28	c cleaning 53005 clauses out of 106036 with flag 2950694/1475006
1357.63/1278.67	c cleaning 54003 clauses out of 108031 with flag 3060694/1530006
1407.98/1326.60	c cleaning 55000 clauses out of 110023 with flag 3172684/1586001
1469.14/1381.66	c cleaning 56002 clauses out of 112024 with flag 3286686/1643002
1528.47/1438.04	c cleaning 56982 clauses out of 114020 with flag 3402682/1701000
1584.33/1491.35	c cleaning 58003 clauses out of 116039 with flag 3520684/1760001
1642.65/1546.96	c cleaning 59003 clauses out of 118039 with flag 3640690/1820004
1705.13/1605.01	c cleaning 60002 clauses out of 120032 with flag 3762682/1881000
1764.05/1660.86	c cleaning 61002 clauses out of 122043 with flag 3886708/1943013
1814.28/1708.81	c cleaning 62004 clauses out of 124033 with flag 4012692/2006005
1865.16/1757.41	c cleaning 63005 clauses out of 126027 with flag 4140688/2070003
1920.40/1808.22	c cleaning 63996 clauses out of 128021 with flag 4270686/2135002
1976.94/1862.16	c cleaning 65001 clauses out of 130025 with flag 4402686/2201002
2037.05/1919.66	c cleaning 66003 clauses out of 132022 with flag 4536682/2268000
2093.92/1973.90	c cleaning 66998 clauses out of 134019 with flag 4672682/2336000
2155.98/2031.57	c cleaning 67993 clauses out of 136023 with flag 4810686/2405002
2216.29/2088.91	c cleaning 69004 clauses out of 138030 with flag 4950686/2475002
2278.92/2148.99	c cleaning 70005 clauses out of 140025 with flag 5092684/2546001
2349.66/2211.94	c cleaning 71000 clauses out of 142021 with flag 5236686/2618002
2413.50/2272.76	c cleaning 71999 clauses out of 144019 with flag 5382682/2691000
2482.25/2338.43	c cleaning 72997 clauses out of 146022 with flag 5530686/2765002
2555.51/2405.13	c cleaning 74001 clauses out of 148023 with flag 5680682/2840000
2624.07/2470.64	c cleaning 75001 clauses out of 150022 with flag 5832682/2916000
2693.53/2536.99	c cleaning 76001 clauses out of 152021 with flag 5986682/2993000
2765.66/2602.80	c cleaning 77003 clauses out of 154022 with flag 6142686/3071002
2840.40/2674.26	c cleaning 77997 clauses out of 156017 with flag 6300682/3150000
2914.50/2745.37	c cleaning 78997 clauses out of 158022 with flag 6460686/3230002
2988.47/2813.45	c cleaning 80007 clauses out of 160031 with flag 6622698/3311008
3065.04/2886.50	c cleaning 80986 clauses out of 162018 with flag 6786686/3393002
3148.09/2960.54	c cleaning 82000 clauses out of 164031 with flag 6952684/3476001
3225.11/3033.79	c cleaning 83007 clauses out of 166038 with flag 7120698/3560008
3310.58/3110.03	c cleaning 84003 clauses out of 168029 with flag 7290694/3645006
3386.18/3182.14	c cleaning 84993 clauses out of 170020 with flag 7462682/3731000
3471.83/3259.36	c cleaning 86004 clauses out of 172036 with flag 7636700/3818009
3555.86/3339.58	c cleaning 87004 clauses out of 174036 with flag 7812708/3906013
3600.05/3381.71	c starts		: 3
3600.05/3381.71	c conflicts		: 3956747
3600.05/3381.71	c decisions		: 3983023
3600.05/3381.71	c propagations		: 491892320
3600.05/3381.71	c inspects		: 3221829127
3600.05/3381.71	c shortcuts		: 0
3600.05/3381.71	c learnt literals	: 0
3600.05/3381.71	c learnt binary clauses	: 0
3600.05/3381.71	c learnt ternary clauses	: 0
3600.05/3381.71	c learnt constraints	: 3956747
3600.05/3381.71	c ignored constraints	: 0
3600.05/3381.71	c root simplifications	: 0
3600.05/3381.71	c removed literals (reason simplification)	: 389136396
3600.05/3381.71	c reason swapping (by a shorter reason)	: 0
3600.05/3381.71	c Calls to reduceDB	: 84
3600.05/3381.71	c Number of update (reduction) of LBD	: 187
3600.05/3381.71	c Imported unit clauses	: 0
3600.05/3381.71	c No decision after first conflict	: false
3600.05/3381.71	c number of reductions to clauses (during analyze)	: 0
3600.05/3381.71	c number of learned constraints concerned by reduction	: 0
3600.05/3381.72	c number of learning phase by resolution	: 0
3600.05/3381.72	c number of learning phase by cutting planes	: 0
3600.05/3381.72	c number of rounding to 1 operations	: 0
3600.05/3381.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3381.72	c number of reductions of the coefficients by power 2 	: 0
3600.05/3381.72	c number of right shift for reduction by power 2 	: 0
3600.05/3381.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3381.72	c number of ending skipping 	: 0
3600.05/3381.72	c number of internal skipping 	: 0
3600.05/3381.72	c number of derivation steps 	: 0
3600.05/3381.72	c number of skipped derivation steps 	: 0
3600.05/3381.72	c number of remaining unassigned 	: 0
3600.05/3381.72	c number of remaining assigned 	: 0
3600.05/3381.72	c number of falsified literals weakened from reason	: 0
3600.05/3381.72	c number of falsified literals weakened from conflict	: 0
3600.05/3381.72	c time for arithmetic operations	: 0
3600.05/3381.72	c minimum degree of deleted constraints	: null
3600.05/3381.72	c maximum degree of deleted constraints	: null
3600.05/3381.72	c number of deleted constraints	: 0
3600.05/3381.72	c speed (assignments/second)	: 145484.13047696115
3600.05/3381.72	c non guided choices	: 0
3600.05/3381.73	c timeout
3600.05/3381.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 137766
3600.05/3381.78	s UNKNOWN
3600.05/3381.78	c Total wall clock time (in seconds): 3381.652

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: 63708 MiB (46567 MiB free)
  memory of node 1: 64465 MiB (58952 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504167-1751449764/watcher-4504167-1751449764 -o /tmp/evaluation-result-4504167-1751449764/solver-4504167-1751449764 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751442406-63293 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4504167-1751449764 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4504167-1751449764.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=64294, runsolver pid=64291

[startup+0.10006 s]*
/proc/loadavg: 4.12 4.20 4.25 6/340 64312
/proc/meminfo: memFree=108015488/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=18930384 memory=57636 CPUtime=0.12 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 6558 0 0 0 10 2 0 0 20 0 18 0 60653004 19384713216 14409 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4732596 14409 5338 1 0 547604 0
[pid=64294/tid=64296] ppid=64291 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 5065 0 0 0 6 1 0 0 20 0 18 0 60653005 19384713216 14409 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 60653008 19384713216 14409 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=18930384 memory=59585004336271 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 60653008 19384713216 14409 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57636 KiB

[startup+0.205627 s]*
/proc/loadavg: 4.12 4.20 4.25 6/340 64312
/proc/meminfo: memFree=108000932/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=18930384 memory=72296 CPUtime=0.32 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 7946 0 0 0 29 3 0 0 20 0 18 0 60653004 19384713216 18074 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4732596 18074 5434 1 0 548576 0
[pid=64294/tid=64296] ppid=64291 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 5297 0 0 0 15 2 0 0 20 0 18 0 60653005 19384713216 18074 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=18930384 memory=16955 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 60653008 19384713216 18074 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 60653008 19384713216 18074 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72296 KiB

[startup+0.30561 s]*
/proc/loadavg: 4.12 4.20 4.25 6/340 64312
/proc/meminfo: memFree=107976420/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=18930384 memory=102400 CPUtime=0.5 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 9135 0 0 0 47 3 0 0 20 0 18 0 60653004 19384713216 25600 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4732596 25600 5434 1 0 549259 0
[pid=64294/tid=64296] ppid=64291 vsize=18930384 memory=-6000919502704371817 CPUtime=0.24 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 5318 0 0 0 22 2 0 0 20 0 18 0 60653005 19384713216 25600 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 60653008 19384713216 25600 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 60653008 19384713216 25600 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 102400 KiB

[startup+0.700226 s]
/proc/loadavg: 4.12 4.20 4.25 6/341 64313
/proc/meminfo: memFree=107905024/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=181280 CPUtime=1.27 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 16081 0 0 0 121 6 0 0 20 0 20 0 60653004 19521036288 45320 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 45320 5498 1 0 553486 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=18688 CPUtime=0.53 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 5473 0 0 0 49 4 0 0 20 0 20 0 60653005 19521036288 45320 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 45320 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 45320 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181280 KiB

[startup+1.50023 s]
/proc/loadavg: 4.12 4.20 4.25 6/342 64314
/proc/meminfo: memFree=107875288/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=197936 CPUtime=2.84 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 17176 0 0 0 276 8 0 0 20 0 20 0 60653004 19521036288 49484 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 49484 5498 1 0 554186 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=3200 CPUtime=1.26 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 5497 0 0 0 121 5 0 0 20 0 20 0 60653005 19521036288 49484 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 49484 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 49484 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 49484 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197936 KiB

[startup+3.10554 s]
/proc/loadavg: 4.28 4.23 4.25 5/342 64314
/proc/meminfo: memFree=107553564/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=478404 CPUtime=5.51 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 17802 0 0 0 535 16 0 0 20 0 20 0 60653004 19521036288 119601 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 119601 5498 1 0 683687 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=14248 CPUtime=2.68 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 5604 0 0 0 258 10 0 0 20 0 20 0 60653005 19521036288 119601 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 119601 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 119601 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 119601 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 5.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 478404 KiB

[startup+6.30021 s]
/proc/loadavg: 4.28 4.23 4.25 6/318 64343
/proc/meminfo: memFree=120975256/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=1539336 CPUtime=9.06 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 20162 0 0 0 866 40 0 0 20 0 20 0 60653004 19521036288 384834 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 384834 5498 1 0 1623696 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=0 CPUtime=5.57 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 6017 0 0 0 530 27 0 0 20 0 20 0 60653005 19521036288 384834 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 384834 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 384834 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=197936 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 384834 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 9.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1539336 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.24 4.26 5/342 64381
/proc/meminfo: memFree=119387616/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=2842008 CPUtime=15.98 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 21424 0 0 0 1529 69 0 0 20 0 20 0 60653004 19521036288 710502 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 710502 5498 1 0 1822146 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=197936 CPUtime=11.49 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 6520 0 0 0 1101 48 0 0 20 0 20 0 60653005 19521036288 710502 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 710502 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=2837912 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 710502 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 710502 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 15.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2842008 KiB

[startup+25.5002 s]
/proc/loadavg: 4.34 4.25 4.26 5/342 64381
/proc/meminfo: memFree=115565972/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=6016320 CPUtime=29.43 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 29437 0 0 0 2801 142 0 0 20 0 20 0 60653004 19521036288 1504080 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 1504080 5530 1 0 1995561 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=2837912 CPUtime=23.5 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 10480 0 0 0 2240 110 0 0 20 0 20 0 60653005 19521036288 1504080 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 1504080 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=-6000919502704371817 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 1504080 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=5156052 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 1504080 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 29.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6016320 KiB

[startup+51.1058 s]
/proc/loadavg: 4.22 4.23 4.25 5/342 64382
/proc/meminfo: memFree=111160696/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=9289880 CPUtime=56.76 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 35162 0 0 0 5438 238 0 0 20 0 20 0 60653004 19521036288 2322470 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 2322470 5530 1 0 2515699 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=7001452 CPUtime=47.2 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 12578 0 0 0 4538 182 0 0 20 0 20 0 60653005 19521036288 2322470 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=7786648 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 2322470 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=6786408 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 2322470 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0

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

Current children cumulated CPU time: 3233.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272836 KiB

[startup+3102.3 s]
/proc/loadavg: 4.29 4.21 4.21 5/351 64563
/proc/meminfo: memFree=38395360/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=16272964 CPUtime=3302.47 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 535984 0 0 0 326525 3722 0 0 20 0 20 0 60653004 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 4068241 5562 1 0 4083666 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=16272580 CPUtime=2922.71 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 264826 0 0 0 288771 3500 0 0 20 0 20 0 60653005 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=16272836 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=16272964 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 3205 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=14248 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 3302.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272964 KiB

[startup+3162.3 s]
/proc/loadavg: 4.32 4.23 4.21 5/351 64565
/proc/meminfo: memFree=37156848/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=16272964 CPUtime=3365.63 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 544462 0 0 0 332765 3798 0 0 20 0 20 0 60653004 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 4068241 5562 1 0 4083666 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=16272580 CPUtime=2979.11 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 269800 0 0 0 294337 3574 0 0 20 0 20 0 60653005 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=16272836 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=16272964 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 3232 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=16272964 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 3365.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272964 KiB

[startup+3222.3 s]
/proc/loadavg: 4.53 4.31 4.24 5/351 64566
/proc/meminfo: memFree=35912064/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=16272964 CPUtime=3428.27 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 552563 0 0 0 338949 3878 0 0 20 0 20 0 60653004 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 4068241 5562 1 0 4083666 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=16272836 CPUtime=3035.97 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 275588 0 0 0 299946 3651 0 0 20 0 20 0 60653005 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=16272964 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=16272964 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 3291 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=16272964 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 4068241 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 3428.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16272964 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.32 4.25 5/352 64578
/proc/meminfo: memFree=34902244/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=16273092 CPUtime=3496.06 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 564970 0 0 0 345661 3945 0 0 20 0 20 0 60653004 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 4068273 5562 1 0 4083666 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=18688 CPUtime=3092.77 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 280682 0 0 0 305563 3714 0 0 20 0 20 0 60653005 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 3342 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=16273092 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 3496.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.31 4.25 5/352 64580
/proc/meminfo: memFree=33772400/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=16273092 CPUtime=3558.65 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 572671 0 0 0 351842 4023 0 0 20 0 20 0 60653004 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 4068273 5562 1 0 4083666 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=16273092 CPUtime=3149.66 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 285584 0 0 0 311176 3790 0 0 20 0 20 0 60653005 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=-6000919502704371817 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=16273092 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 3429 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=16273092 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 3558.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3381.7 s]
/proc/loadavg: 4.28 4.30 4.25 5/352 64582
/proc/meminfo: memFree=32977400/131250000 swapFree=33010672/33010684
[pid=64294] ppid=64291 vsize=19063512 memory=16273092 CPUtime=3600.05 cores=4,6
/proc/64294/stat : 64294 (java) S 64291 64294 63282 0 -1 4194304 577465 0 0 0 355932 4073 0 0 20 0 20 0 60653004 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
/proc/64294/statm: 4765878 4068273 5562 1 0 4083666 0
[pid=64294/tid=64296] ppid=64291 vsize=19063512 memory=16273092 CPUtime=3186.68 cores=4,6
/proc/64294/task/64296/stat : 64296 (java) R 64291 64294 63282 0 -1 4194368 289472 0 0 0 314829 3839 0 0 20 0 20 0 60653005 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64305] ppid=64291 vsize=19063512 memory=16273092 CPUtime=0 cores=4,6
/proc/64294/task/64305/stat : 64305 (Finalizer) S 64291 64294 63282 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64312] ppid=64291 vsize=19063512 memory=16273092 CPUtime=0 cores=4,6
/proc/64294/task/64312/stat : 64312 (Common-Cleaner) S 64291 64294 63282 0 -1 4194368 3471 0 0 0 0 0 0 0 20 0 20 0 60653008 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
[pid=64294/tid=64314] ppid=64291 vsize=19063512 memory=16273092 CPUtime=0 cores=4,6
/proc/64294/task/64314/stat : 64314 (Timer-0) S 64291 64294 63282 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60653069 19521036288 4068273 18446744073709551615 93921126780928 93921126784624 140728762040176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93921126792440 93921126793232 93921145786368 140728762042672 140728762042854 140728762042854 140728762048456 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273092 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3559.46 s, system=41.095 s

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

[startup+3382.4 s]
/proc/loadavg: 4.25 4.30 4.25 4/334 64585
/proc/meminfo: memFree=32947048/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3383.2 s]
/proc/loadavg: 4.25 4.30 4.25 4/334 64585
/proc/meminfo: memFree=32947456/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3383.6 s]
/proc/loadavg: 4.25 4.30 4.25 4/334 64585
/proc/meminfo: memFree=32947456/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3383.7 s]
/proc/loadavg: 4.25 4.30 4.25 4/334 64585
/proc/meminfo: memFree=32947456/131250000 swapFree=33010672/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): 3384.21
CPU time (s): 3600.55
CPU user time (s): 3559.46
CPU system time (s): 41.095
CPU usage (%): 106.393
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16273988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3559.46
system time used= 41.095
maximum resident set size= 16274116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 580739
page faults= 0
swaps= 0
block input operations= 0
block output operations= 89871016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214457
involuntary context switches= 26433


# summary of solver processes directly reported to runsolver:
#   pid: 64294
#   total CPU time (s): 3600.55
#   total CPU user time (s): 3559.46
#   total CPU system time (s): 41.095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.05143 second user time and 16.1197 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-02 11:49:24
IDJOB=4504167
IDBENCH=155635
IDSOLVER=3364
FILE ID=nodeC014/4504167-1751449764
RUNJOBID= nodeC014-1751442406-63293
SLURM_JOB_ID= 9598413
Free space on /tmp= 430532 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat100_4_32_6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504167-1751449764/watcher-4504167-1751449764 -o /tmp/evaluation-result-4504167-1751449764/solver-4504167-1751449764 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751442406-63293 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4504167-1751449764 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4504167-1751449764.opb

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

MD5SUM BENCH= 942f4c546294041bdb4c531ace867576
RANDOM SEED=1316171641

nodeC014 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        108052712 kB
MemAvailable:   124818016 kB
Buffers:            2508 kB
Cached:         17549244 kB
SwapCached:            4 kB
Active:          5468784 kB
Inactive:       17085748 kB
Active(anon):    5017080 kB
Inactive(anon):     3852 kB
Active(file):     451704 kB
Inactive(file): 17081896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            198156 kB
Writeback:             0 kB
AnonPages:       5006008 kB
Mapped:           124200 kB
Shmem:             18064 kB
KReclaimable:     141884 kB
Slab:             239208 kB
SReclaimable:     141884 kB
SUnreclaim:        97324 kB
KernelStack:        5232 kB
PageTables:        13496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7093916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4806656 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430532 MiB
End job on nodeC014 at 2025-07-02 12:45:48