Trace number 4543798

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.16 3568.01

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_092.opb
MD5SUM5c5515a98844bb1e4abadd55fcb10579
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 benchmark5.84433
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256710
Total number of constraints5551
Number of constraints which are clauses2791
Number of constraints which are cardinality constraints (but not clauses)2760
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint93
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 94
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4543798-1753228543.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.14	c  no objective function found
2.69/1.78	c ... done. Wall clock time 1.648s.
2.69/1.78	c declared #vars     256710
2.69/1.78	c #constraints  5551
2.69/1.78	c constraints type 
2.69/1.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2760
2.69/1.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2791
2.69/1.78	c 5551 constraints processed.
9.78/7.22	c cleaning 2495 clauses out of 5002 with flag 30893/5002
18.39/15.55	c cleaning 4251 clauses out of 8507 with flag 69977/11002
28.49/25.63	c cleaning 5627 clauses out of 11259 with flag 121052/18005
42.41/39.34	c cleaning 6810 clauses out of 13629 with flag 178351/26002
59.48/56.20	c cleaning 7903 clauses out of 15818 with flag 244834/35001
79.93/76.56	c cleaning 8956 clauses out of 17917 with flag 324742/45003
102.11/98.44	c cleaning 9974 clauses out of 19960 with flag 413522/56002
128.06/124.13	c cleaning 10990 clauses out of 21987 with flag 510012/68003
157.61/153.46	c cleaning 11990 clauses out of 23994 with flag 611439/81000
190.97/186.57	c cleaning 12993 clauses out of 26004 with flag 720187/95000
225.43/220.71	c cleaning 14001 clauses out of 28012 with flag 839445/110001
265.40/260.48	c cleaning 14994 clauses out of 30010 with flag 969071/126000
310.53/305.36	c cleaning 16006 clauses out of 32017 with flag 1109136/143001
355.87/350.42	c cleaning 17000 clauses out of 34010 with flag 1258342/161000
392.65/386.93	c cleaning 18002 clauses out of 36011 with flag 1417408/180001
432.72/426.71	c cleaning 18994 clauses out of 38008 with flag 1593315/200000
484.25/478.04	c cleaning 20004 clauses out of 40015 with flag 1789336/221001
540.55/534.12	c cleaning 21002 clauses out of 42012 with flag 1990603/243002
602.28/595.54	c cleaning 21996 clauses out of 44008 with flag 2196587/266000
678.76/670.92	c cleaning 22999 clauses out of 46015 with flag 2415693/290003
753.29/745.08	c cleaning 24000 clauses out of 48013 with flag 2640688/315000
824.18/815.69	c cleaning 25003 clauses out of 50013 with flag 2861120/341000
910.85/901.75	c cleaning 26002 clauses out of 52013 with flag 3100833/368003
1003.13/993.90	c cleaning 27001 clauses out of 54009 with flag 3357383/396001
1094.07/1084.25	c cleaning 27999 clauses out of 56007 with flag 3620731/425000
1183.08/1172.74	c cleaning 28996 clauses out of 58008 with flag 3896302/455000
1289.89/1278.13	c cleaning 30000 clauses out of 60013 with flag 4184425/486001
1406.40/1394.15	c cleaning 30998 clauses out of 62012 with flag 4480828/518000
1520.30/1507.53	c cleaning 32003 clauses out of 64015 with flag 4806819/551001
1646.58/1633.36	c cleaning 33005 clauses out of 66011 with flag 5143563/585000
1780.69/1766.97	c cleaning 34002 clauses out of 68007 with flag 5508621/620001
1933.83/1918.64	c cleaning 35000 clauses out of 70004 with flag 5869906/656000
2036.77/2021.01	c cleaning 35993 clauses out of 72004 with flag 6227056/693000
2149.63/2132.15	c cleaning 36997 clauses out of 74012 with flag 6557571/731001
2233.41/2215.12	c cleaning 37995 clauses out of 76016 with flag 6851815/770002
2327.78/2309.00	c cleaning 38996 clauses out of 78019 with flag 7131690/810000
2434.18/2413.57	c cleaning 40006 clauses out of 80024 with flag 7439662/851001
2551.30/2529.73	c cleaning 41003 clauses out of 82017 with flag 7764926/893000
2676.83/2653.50	c cleaning 42000 clauses out of 84016 with flag 8134440/936002
2794.61/2770.84	c cleaning 43001 clauses out of 86018 with flag 8502844/980004
2931.08/2904.79	c cleaning 43995 clauses out of 88016 with flag 8894588/1025003
3077.24/3050.04	c cleaning 44998 clauses out of 90019 with flag 9302323/1071001
3238.08/3208.53	c cleaning 46002 clauses out of 92021 with flag 9719770/1118001
3399.56/3369.41	c cleaning 47000 clauses out of 94019 with flag 10086646/1166001
3544.27/3512.53	c cleaning 48001 clauses out of 96019 with flag 10515463/1215001
3600.02/3567.91	c starts		: 2
3600.02/3567.91	c timeout
3600.02/3567.92	c conflicts		: 1237106
3600.02/3567.92	c decisions		: 1411952
3600.02/3567.92	c propagations		: 18419377
3600.02/3567.92	c inspects		: 4990596509
3600.02/3567.92	c shortcuts		: 0
3600.02/3567.92	c learnt literals	: 0
3600.02/3567.92	c learnt binary clauses	: 0
3600.02/3567.92	c learnt ternary clauses	: 0
3600.02/3567.92	c learnt constraints	: 1237106
3600.02/3567.92	c ignored constraints	: 0
3600.02/3567.92	c root simplifications	: 0
3600.02/3567.92	c removed literals (reason simplification)	: 3379768
3600.02/3567.92	c reason swapping (by a shorter reason)	: 0
3600.02/3567.92	c Calls to reduceDB	: 45
3600.02/3567.92	c Number of update (reduction) of LBD	: 718105
3600.02/3567.92	c Imported unit clauses	: 0
3600.02/3567.92	c No decision after first conflict	: false
3600.02/3567.92	c number of reductions to clauses (during analyze)	: 0
3600.02/3567.92	c number of learned constraints concerned by reduction	: 0
3600.02/3567.92	c number of learning phase by resolution	: 0
3600.02/3567.92	c number of learning phase by cutting planes	: 0
3600.02/3567.92	c number of rounding to 1 operations	: 0
3600.02/3567.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3567.92	c number of reductions of the coefficients by power 2 	: 0
3600.02/3567.92	c number of right shift for reduction by power 2 	: 0
3600.02/3567.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3567.92	c number of ending skipping 	: 0
3600.02/3567.92	c number of internal skipping 	: 0
3600.02/3567.92	c number of derivation steps 	: 0
3600.02/3567.92	c number of skipped derivation steps 	: 0
3600.02/3567.92	c number of remaining unassigned 	: 0
3600.02/3567.92	c number of remaining assigned 	: 0
3600.02/3567.92	c number of falsified literals weakened from reason	: 0
3600.02/3567.92	c number of falsified literals weakened from conflict	: 0
3600.02/3567.92	c time for arithmetic operations	: 0
3600.02/3567.92	c minimum degree of deleted constraints	: null
3600.02/3567.92	c maximum degree of deleted constraints	: null
3600.02/3567.92	c number of deleted constraints	: 0
3600.02/3567.92	c speed (assignments/second)	: 5165.120349692157
3600.02/3567.92	c non guided choices	: 12169
3600.02/3567.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 70123
3600.02/3567.96	s UNKNOWN
3600.02/3567.96	c Total wall clock time (in seconds): 3567.832

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (55612 MiB free)
  memory of node 1: 64507 MiB (56138 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543798-1753228543/watcher-4543798-1753228543 -o /tmp/evaluation-result-4543798-1753228543/solver-4543798-1753228543 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170143 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543798-1753228543 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543798-1753228543.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=171339, runsolver pid=171336
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.39 4.38 4.36 5/340 171357
/proc/meminfo: memFree=114404948/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=18930384 memory=57316 CPUtime=0.13 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 6478 0 0 0 11 2 0 0 20 0 18 0 238532231 19384713216 14329 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4732596 14329 5345 1 0 547603 0
[pid=171339/tid=171341] ppid=171336 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 5062 0 0 0 6 1 0 0 20 0 18 0 238532232 19384713216 14329 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238532234 19384713216 14329 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=18930384 memory=59585004324181 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238532235 19384713216 14329 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57316 KiB

[startup+0.205671 s]*
/proc/loadavg: 4.39 4.38 4.36 7/340 171357
/proc/meminfo: memFree=114368212/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=18930384 memory=102648 CPUtime=0.32 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 7004 0 0 0 29 3 0 0 20 0 18 0 238532231 19384713216 25662 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4732596 25662 5409 1 0 548067 0
[pid=171339/tid=171341] ppid=171336 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 5305 0 0 0 14 2 0 0 20 0 18 0 238532232 19384713216 25662 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238532234 19384713216 25662 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238532235 19384713216 25662 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 102648 KiB

[startup+0.305763 s]*
/proc/loadavg: 4.39 4.38 4.36 7/341 171358
/proc/meminfo: memFree=114282260/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=18996948 memory=174332 CPUtime=0.51 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 8469 0 0 0 46 5 0 0 20 0 19 0 238532231 19452874752 43583 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4749237 43583 5473 1 0 549178 0
[pid=171339/tid=171341] ppid=171336 vsize=18996948 memory=-8744415337486525116 CPUtime=0.23 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 5330 0 0 0 20 3 0 0 20 0 19 0 238532232 19452874752 43583 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238532234 19452874752 43583 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238532235 19452874752 43583 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 174332 KiB

[startup+0.700241 s]
/proc/loadavg: 4.39 4.38 4.36 6/341 171358
/proc/meminfo: memFree=113866296/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=18996948 memory=761848 CPUtime=1.23 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 10537 0 0 0 106 17 0 0 20 0 19 0 238532231 19452874752 190462 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4749237 190462 5505 1 0 1011546 0
[pid=171339/tid=171341] ppid=171336 vsize=18996948 memory=27264 CPUtime=0.56 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 5605 0 0 0 42 14 0 0 20 0 19 0 238532232 19452874752 190462 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238532234 19452874752 190462 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238532235 19452874752 190462 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 761848 KiB

[startup+1.50022 s]
/proc/loadavg: 4.39 4.38 4.36 6/341 171358
/proc/meminfo: memFree=113355432/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=18996948 memory=2310408 CPUtime=2.47 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 15005 0 0 0 201 46 0 0 20 0 19 0 238532231 19452874752 577602 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4749237 577602 5505 1 0 1347591 0
[pid=171339/tid=171341] ppid=171336 vsize=18996948 memory=3328 CPUtime=1.25 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 6324 0 0 0 85 40 0 0 20 0 19 0 238532232 19452874752 577602 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238532234 19452874752 577602 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238532235 19452874752 577602 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2310408 KiB

[startup+3.10555 s]
/proc/loadavg: 4.39 4.38 4.36 5/342 171359
/proc/meminfo: memFree=112097344/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=2311688 CPUtime=5.01 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 15292 0 0 0 454 47 0 0 20 0 20 0 238532231 19521036288 577922 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 577922 5505 1 0 1348017 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=10752 CPUtime=2.81 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 6395 0 0 0 240 41 0 0 20 0 20 0 238532232 19521036288 577922 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 577922 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 577922 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 577922 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2311688 KiB

[startup+6.30023 s]
/proc/loadavg: 4.36 4.38 4.36 5/342 171359
/proc/meminfo: memFree=112004664/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=2344368 CPUtime=8.78 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 15378 0 0 0 829 49 0 0 20 0 20 0 238532231 19521036288 586092 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 586092 5505 1 0 1348020 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=0 CPUtime=5.95 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 6395 0 0 0 553 42 0 0 20 0 20 0 238532232 19521036288 586092 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 586092 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=-8744415337486525116 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 586092 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 586092 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 8.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2344368 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.37 4.36 5/342 171359
/proc/meminfo: memFree=111394900/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=2447004 CPUtime=15.56 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 16580 0 0 0 1501 55 0 0 20 0 20 0 238532231 19521036288 611751 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 611751 5537 1 0 1348160 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=0 CPUtime=12.21 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 6734 0 0 0 1176 45 0 0 20 0 20 0 238532232 19521036288 611751 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=2447004 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 611751 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 611751 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 611751 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 15.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2447004 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.37 4.36 5/342 171359
/proc/meminfo: memFree=110601316/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=2596516 CPUtime=28.39 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 21218 0 0 0 2776 63 0 0 20 0 20 0 238532231 19521036288 649129 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 649129 5537 1 0 1348160 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=-8744415337486525116 CPUtime=24.98 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 9654 0 0 0 2445 53 0 0 20 0 20 0 238532232 19521036288 649129 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=3099 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 649129 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=2447004 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 649129 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=2447004 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 649129 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 28.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2596516 KiB

[startup+51.1056 s]
/proc/loadavg: 4.33 4.37 4.36 5/342 171360
/proc/meminfo: memFree=109629644/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=2869180 CPUtime=54.39 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 28303 0 0 0 5362 77 0 0 20 0 20 0 238532231 19521036288 717295 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 717295 5537 1 0 1348165 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=2869180 CPUtime=50.08 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 11096 0 0 0 4948 60 0 0 20 0 20 0 238532232 19521036288 717295 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=-8744415337486525116 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 717295 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=2735992 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 717295 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=2596516 CPUtime=0 cores=4,6

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

/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=7693792 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 3178 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 3191.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7693920 KiB

[startup+3222.3 s]
/proc/loadavg: 4.35 4.27 4.27 5/339 171524
/proc/meminfo: memFree=64635068/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=7693920 CPUtime=3251.84 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 277048 0 0 0 324000 1184 0 0 20 0 20 0 238532231 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 1923480 5537 1 0 1936761 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=7693792 CPUtime=3189.03 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 151027 0 0 0 317872 1031 0 0 20 0 20 0 238532232 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 3318 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 3251.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7693920 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.25 4.27 5/339 171533
/proc/meminfo: memFree=64068736/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=7693920 CPUtime=3312.05 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 280671 0 0 0 330003 1202 0 0 20 0 20 0 238532231 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 1923480 5537 1 0 1936761 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=5632 CPUtime=3248.53 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 153182 0 0 0 323805 1048 0 0 20 0 20 0 238532232 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 3409 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 3312.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7693920 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.24 4.26 5/339 171535
/proc/meminfo: memFree=63514532/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=7693920 CPUtime=3372.32 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 283736 0 0 0 336011 1221 0 0 20 0 20 0 238532231 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 1923480 5537 1 0 1936761 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=14676 CPUtime=3307.97 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 155865 0 0 0 329732 1065 0 0 20 0 20 0 238532232 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 3410 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 3372.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7693920 KiB

[startup+3402.3 s]
/proc/loadavg: 3.72 4.12 4.22 2/268 171643
/proc/meminfo: memFree=113026364/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=7693920 CPUtime=3432.55 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 289212 0 0 0 342014 1241 0 0 20 0 20 0 238532231 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 1923480 5537 1 0 1936761 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=14676 CPUtime=3367.43 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 158828 0 0 0 335659 1084 0 0 20 0 20 0 238532232 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 3501 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 3432.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7693920 KiB

[startup+3462.3 s]
/proc/loadavg: 2.05 3.57 4.02 2/268 171645
/proc/meminfo: memFree=112859228/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=7693920 CPUtime=3494.24 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 293387 0 0 0 348162 1262 0 0 20 0 20 0 238532231 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 1923480 5537 1 0 1936761 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=10752 CPUtime=3426.16 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 160940 0 0 0 341514 1102 0 0 20 0 20 0 238532232 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 3537 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 3494.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7693920 KiB

[startup+3522.3 s]
/proc/loadavg: 1.50 3.13 3.84 2/268 171647
/proc/meminfo: memFree=112722476/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=7693920 CPUtime=3554.09 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 297489 0 0 0 354127 1282 0 0 20 0 20 0 238532231 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 1923480 5537 1 0 1936761 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=7693920 CPUtime=3485.9 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 163960 0 0 0 347469 1121 0 0 20 0 20 0 238532232 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 3661 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 3554.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7693920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3567.9 s]
/proc/loadavg: 1.31 2.85 3.71 2/268 171648
/proc/meminfo: memFree=112602212/131249996 swapFree=33010672/33010684
[pid=171339] ppid=171336 vsize=19063512 memory=7693920 CPUtime=3600.02 cores=4,6
/proc/171339/stat : 171339 (java) S 171336 171339 170132 0 -1 4194304 299757 0 0 0 358707 1295 0 0 20 0 20 0 238532231 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
/proc/171339/statm: 4765878 1923480 5537 1 0 1936761 0
[pid=171339/tid=171341] ppid=171336 vsize=19063512 memory=7693920 CPUtime=3530.97 cores=4,6
/proc/171339/task/171341/stat : 171341 (java) R 171336 171339 170132 0 -1 4194368 165099 0 0 0 351964 1133 0 0 20 0 20 0 238532232 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171350] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171350/stat : 171350 (Finalizer) S 171336 171339 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238532234 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171357] ppid=171336 vsize=19063512 memory=7693920 CPUtime=0 cores=4,6
/proc/171339/task/171357/stat : 171357 (Common-Cleaner) S 171336 171339 170132 0 -1 4194368 3791 0 0 0 0 0 0 0 20 0 20 0 238532235 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
[pid=171339/tid=171359] ppid=171336 vsize=19063512 memory=-8744415337486525116 CPUtime=0 cores=4,6
/proc/171339/task/171359/stat : 171359 (Timer-0) S 171336 171339 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238532412 19521036288 1923480 18446744073709551615 94359349325824 94359349329520 140724914256128 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94359349337336 94359349338128 94359357206528 140724914260308 140724914260452 140724914260452 140724914266056 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7693920 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.17 s, system=12.9855 s

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

[startup+3568 s]*
/proc/loadavg: 1.31 2.85 3.71 1/250 171651
/proc/meminfo: memFree=120269832/131249996 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): 3568.01
CPU time (s): 3600.16
CPU user time (s): 3587.17
CPU system time (s): 12.9855
CPU usage (%): 100.901
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7763248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.17
system time used= 12.9855
maximum resident set size= 7763248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17689296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112291
involuntary context switches= 10128


# summary of solver processes directly reported to runsolver:
#   pid: 171339
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3587.17
#   total CPU system time (s): 12.9855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.6545 second user time and 16.2366 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 01:55:43
IDJOB=4543798
IDBENCH=174610
IDSOLVER=3364
FILE ID=nodeC024/4543798-1753228543
RUNJOBID= nodeC024-1753221228-170143
SLURM_JOB_ID= 9687809
Free space on /tmp= 428928 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_30_092.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543798-1753228543/watcher-4543798-1753228543 -o /tmp/evaluation-result-4543798-1753228543/solver-4543798-1753228543 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170143 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543798-1753228543 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543798-1753228543.opb

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

MD5SUM BENCH= 5c5515a98844bb1e4abadd55fcb10579
RANDOM SEED=1778991307

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        114433300 kB
MemAvailable:   118094924 kB
Buffers:            2128 kB
Cached:          4420388 kB
SwapCached:            8 kB
Active:         12809440 kB
Inactive:        3293100 kB
Active(anon):   11704744 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):  3291512 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            235000 kB
Writeback:             0 kB
AnonPages:      11680228 kB
Mapped:           128820 kB
Shmem:             26248 kB
KReclaimable:     208912 kB
Slab:             305276 kB
SReclaimable:     208912 kB
SUnreclaim:        96364 kB
KernelStack:        5280 kB
PageTables:        26624 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15603848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11474944 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 424400 MiB
End job on nodeC024 at 2025-07-23 02:55:12