Trace number 4544110

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.13 3565.19

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_10_092.opb
MD5SUMabde55a93501845a748728a01651cccf
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 benchmark1.10617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables85570
Total number of constraints1851
Number of constraints which are clauses931
Number of constraints which are cardinality constraints (but not clauses)920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
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 9
Number of bits of the biggest number in a constraint 4
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4544110-1753231570.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.90/0.59	c ... done. Wall clock time 0.459s.
0.90/0.59	c declared #vars     85570
0.90/0.59	c #constraints  1851
0.90/0.59	c constraints type 
0.90/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 920
0.90/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 931
0.90/0.59	c 1851 constraints processed.
8.60/6.66	c cleaning 2496 clauses out of 5001 with flag 31284/5001
17.92/15.67	c cleaning 4251 clauses out of 8504 with flag 70566/11000
27.74/25.39	c cleaning 5620 clauses out of 11253 with flag 121354/18000
41.86/39.27	c cleaning 6813 clauses out of 13635 with flag 176577/26002
59.43/56.78	c cleaning 7907 clauses out of 15822 with flag 240439/35002
78.22/75.37	c cleaning 8950 clauses out of 17916 with flag 320320/45003
99.78/96.63	c cleaning 9977 clauses out of 19965 with flag 412904/56002
122.82/119.48	c cleaning 10986 clauses out of 21986 with flag 513475/68000
151.32/147.91	c cleaning 11998 clauses out of 24002 with flag 621916/81002
181.90/178.29	c cleaning 12993 clauses out of 26002 with flag 738562/95000
216.86/212.94	c cleaning 14006 clauses out of 28012 with flag 865055/110003
259.94/255.76	c cleaning 14998 clauses out of 30005 with flag 1002630/126002
305.14/300.54	c cleaning 16000 clauses out of 32005 with flag 1148965/143000
357.70/352.71	c cleaning 16996 clauses out of 34005 with flag 1311260/161000
388.99/383.36	c cleaning 17992 clauses out of 36010 with flag 1449078/180001
429.94/423.78	c cleaning 18990 clauses out of 38017 with flag 1593573/200000
474.89/468.06	c cleaning 19996 clauses out of 40027 with flag 1747672/221000
525.99/518.90	c cleaning 20994 clauses out of 42034 with flag 1924052/243003
579.75/572.32	c cleaning 21997 clauses out of 44037 with flag 2115952/266000
638.57/630.90	c cleaning 23007 clauses out of 46042 with flag 2320513/290002
700.52/691.73	c cleaning 24000 clauses out of 48033 with flag 2528044/315000
769.63/760.51	c cleaning 25003 clauses out of 50037 with flag 2760285/341004
841.27/831.84	c cleaning 25993 clauses out of 52032 with flag 3007722/368002
906.79/896.88	c cleaning 27015 clauses out of 54039 with flag 3239241/396002
960.81/949.63	c cleaning 28005 clauses out of 56022 with flag 3421006/425000
1021.48/1009.99	c cleaning 28997 clauses out of 58017 with flag 3624299/455000
1096.76/1083.72	c cleaning 30000 clauses out of 60020 with flag 3857655/486000
1178.83/1165.15	c cleaning 30997 clauses out of 62020 with flag 4113067/518000
1267.70/1252.45	c cleaning 31995 clauses out of 64023 with flag 4359821/551000
1358.86/1341.12	c cleaning 32999 clauses out of 66029 with flag 4627736/585001
1447.05/1428.79	c cleaning 33996 clauses out of 68029 with flag 4905723/620000
1555.65/1536.84	c cleaning 34996 clauses out of 70033 with flag 5208347/656000
1670.98/1651.78	c cleaning 36009 clauses out of 72037 with flag 5512060/693000
1795.40/1774.23	c cleaning 37009 clauses out of 74029 with flag 5825998/731001
1935.30/1913.73	c cleaning 38001 clauses out of 76019 with flag 6141363/770000
2074.58/2052.62	c cleaning 38994 clauses out of 78018 with flag 6461175/810000
2227.98/2204.19	c cleaning 40001 clauses out of 80024 with flag 6795060/851000
2385.15/2360.75	c cleaning 40995 clauses out of 82023 with flag 7146170/893000
2557.34/2531.14	c cleaning 42006 clauses out of 84028 with flag 7509943/936000
2726.12/2699.24	c cleaning 42997 clauses out of 86022 with flag 7889604/980000
2902.23/2873.07	c cleaning 43997 clauses out of 88026 with flag 8266968/1025001
3066.60/3037.05	c cleaning 44999 clauses out of 90030 with flag 8661317/1071002
3254.51/3224.50	c cleaning 45998 clauses out of 92031 with flag 9053397/1118002
3441.79/3409.82	c cleaning 47000 clauses out of 94033 with flag 9473456/1166002
3597.30/3562.47	c cleaning 47998 clauses out of 96035 with flag 9929476/1215004
3600.00/3565.11	c starts		: 5
3600.00/3565.12	c conflicts		: 1216256
3600.00/3565.12	c decisions		: 1399076
3600.00/3565.12	c propagations		: 16834462
3600.00/3565.12	c inspects		: 5776634614
3600.00/3565.12	c shortcuts		: 0
3600.00/3565.12	c learnt literals	: 0
3600.00/3565.12	c learnt binary clauses	: 0
3600.00/3565.12	c learnt ternary clauses	: 0
3600.00/3565.12	c learnt constraints	: 1216256
3600.00/3565.12	c ignored constraints	: 0
3600.00/3565.12	c root simplifications	: 0
3600.00/3565.12	c removed literals (reason simplification)	: 3513774
3600.00/3565.12	c reason swapping (by a shorter reason)	: 0
3600.00/3565.12	c Calls to reduceDB	: 45
3600.00/3565.12	c Number of update (reduction) of LBD	: 712908
3600.00/3565.12	c Imported unit clauses	: 0
3600.00/3565.12	c No decision after first conflict	: false
3600.00/3565.12	c number of reductions to clauses (during analyze)	: 0
3600.00/3565.12	c number of learned constraints concerned by reduction	: 0
3600.00/3565.12	c timeout
3600.00/3565.12	c number of learning phase by resolution	: 0
3600.00/3565.12	c number of learning phase by cutting planes	: 0
3600.00/3565.12	c number of rounding to 1 operations	: 0
3600.00/3565.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3565.12	c number of reductions of the coefficients by power 2 	: 0
3600.00/3565.12	c number of right shift for reduction by power 2 	: 0
3600.00/3565.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3565.12	c number of ending skipping 	: 0
3600.00/3565.12	c number of internal skipping 	: 0
3600.00/3565.12	c number of derivation steps 	: 0
3600.00/3565.12	c number of skipped derivation steps 	: 0
3600.00/3565.12	c number of remaining unassigned 	: 0
3600.00/3565.12	c number of remaining assigned 	: 0
3600.00/3565.12	c number of falsified literals weakened from reason	: 0
3600.00/3565.12	c number of falsified literals weakened from conflict	: 0
3600.00/3565.12	c time for arithmetic operations	: 0
3600.00/3565.12	c minimum degree of deleted constraints	: null
3600.00/3565.12	c maximum degree of deleted constraints	: null
3600.00/3565.12	c number of deleted constraints	: 0
3600.00/3565.13	c speed (assignments/second)	: 4722.787765414567
3600.00/3565.13	c non guided choices	: 27944
3600.00/3565.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 49289
3600.00/3565.16	s UNKNOWN
3600.00/3565.16	c Total wall clock time (in seconds): 3565.038

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

[startup+0.100059 s]*
/proc/loadavg: 4.25 4.25 4.25 5/339 181149
/proc/meminfo: memFree=115586896/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=18930384 memory=57820 CPUtime=0.13 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 6605 0 0 0 12 1 0 0 20 0 18 0 238836426 19384713216 14455 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4732596 14455 5340 1 0 547641 0
[pid=181131/tid=181133] ppid=181128 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 5097 0 0 0 7 1 0 0 20 0 18 0 238836427 19384713216 14455 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238836429 19384713216 14455 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=18930384 memory=60684515952020 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238836429 19384713216 14455 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57820 KiB

[startup+0.20575 s]*
/proc/loadavg: 4.25 4.25 4.25 7/339 181149
/proc/meminfo: memFree=115524448/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=18930384 memory=127312 CPUtime=0.33 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 7033 0 0 0 31 2 0 0 20 0 18 0 238836426 19384713216 31828 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4732596 31828 5404 1 0 547914 0
[pid=181131/tid=181133] ppid=181128 vsize=18930384 memory=4026990876 CPUtime=0.19 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 5303 0 0 0 17 2 0 0 20 0 18 0 238836427 19384713216 31828 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=18930384 memory=16898 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238836429 19384713216 31828 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238836429 19384713216 31828 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 127312 KiB

[startup+0.305855 s]*
/proc/loadavg: 4.25 4.25 4.25 6/340 181150
/proc/meminfo: memFree=115464396/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=18996948 memory=162080 CPUtime=0.52 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 9346 0 0 0 48 4 0 0 20 0 19 0 238836426 19452874752 40520 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4749237 40520 5436 1 0 549538 0
[pid=181131/tid=181133] ppid=181128 vsize=18996948 memory=-8600583823393858236 CPUtime=0.25 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 5317 0 0 0 23 2 0 0 20 0 19 0 238836427 19452874752 40520 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238836429 19452874752 40520 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238836429 19452874752 40520 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162080 KiB

[startup+0.700239 s]
/proc/loadavg: 4.25 4.25 4.25 6/340 181150
/proc/meminfo: memFree=115304464/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=454928 CPUtime=1.27 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 11021 0 0 0 117 10 0 0 20 0 20 0 238836426 19521036288 113732 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 113732 5436 1 0 1076735 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=27264 CPUtime=0.55 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 5501 0 0 0 48 7 0 0 20 0 20 0 238836427 19521036288 113732 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 113732 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 113732 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 454928 KiB

[startup+1.50025 s]
/proc/loadavg: 4.25 4.25 4.25 6/341 181151
/proc/meminfo: memFree=115155248/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=460068 CPUtime=2.79 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 11948 0 0 0 268 11 0 0 20 0 20 0 238836426 19521036288 115017 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 115017 5468 1 0 1077268 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=3328 CPUtime=1.32 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 5517 0 0 0 125 7 0 0 20 0 20 0 238836427 19521036288 115017 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 115017 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 115017 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 115017 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 460068 KiB

[startup+3.10546 s]
/proc/loadavg: 4.25 4.25 4.25 5/340 181151
/proc/meminfo: memFree=114885812/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=488984 CPUtime=4.67 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 12030 0 0 0 454 13 0 0 20 0 20 0 238836426 19521036288 122246 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 122246 5468 1 0 1077272 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=14464 CPUtime=2.89 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 5518 0 0 0 281 8 0 0 20 0 20 0 238836427 19521036288 122246 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 122246 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 122246 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 122246 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 488984 KiB

[startup+6.30022 s]
/proc/loadavg: 4.23 4.25 4.25 5/340 181151
/proc/meminfo: memFree=114468612/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=563992 CPUtime=8.31 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 17642 0 0 0 814 17 0 0 20 0 20 0 238836426 19521036288 140998 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 140998 5500 1 0 1078005 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=0 CPUtime=5.97 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 6277 0 0 0 587 10 0 0 20 0 20 0 238836427 19521036288 140998 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 140998 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 140998 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=460068 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 140998 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 563992 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.24 4.25 5/340 181152
/proc/meminfo: memFree=113496116/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=731724 CPUtime=14.98 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 19832 0 0 0 1475 23 0 0 20 0 20 0 238836426 19521036288 182931 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 182931 5500 1 0 1078415 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=460068 CPUtime=12.27 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 7282 0 0 0 1213 14 0 0 20 0 20 0 238836427 19521036288 182931 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=731724 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 182931 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 182931 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 182931 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 14.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 731724 KiB

[startup+25.5002 s]
/proc/loadavg: 4.24 4.25 4.25 4/317 181228
/proc/meminfo: memFree=122762836/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=1037104 CPUtime=28.01 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 26810 0 0 0 2767 34 0 0 20 0 20 0 238836426 19521036288 259276 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 259276 5500 1 0 1078461 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=0 CPUtime=24.81 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 9285 0 0 0 2462 19 0 0 20 0 20 0 238836427 19521036288 259276 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=862992 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 259276 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 259276 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 259276 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 28.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1037104 KiB

[startup+51.1057 s]
/proc/loadavg: 4.29 4.26 4.26 5/342 181289
/proc/meminfo: memFree=116031400/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=1461112 CPUtime=53.85 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 30126 0 0 0 5333 52 0 0 20 0 20 0 238836426 19521036288 365278 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 365278 5500 1 0 1078462 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=6912 CPUtime=50.07 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 10548 0 0 0 4976 31 0 0 20 0 20 0 238836427 19521036288 365278 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=1307444 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 365278 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 365278 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0

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

/proc/meminfo: memFree=29140344/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=7978060 CPUtime=3252.31 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 257086 0 0 0 323924 1307 0 0 20 0 20 0 238836426 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 1994515 5532 1 0 2007261 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=7978060 CPUtime=3187.69 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 134523 0 0 0 317637 1132 0 0 20 0 20 0 238836427 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=7978060 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=7978060 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 2858 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 3252.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7978060 KiB

[startup+3282.3 s]
/proc/loadavg: 4.47 4.51 4.45 5/343 181485
/proc/meminfo: memFree=28036252/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=7978060 CPUtime=3313.83 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 264415 0 0 0 330052 1331 0 0 20 0 20 0 238836426 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 1994515 5532 1 0 2007261 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=5276 CPUtime=3247.06 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 139214 0 0 0 323552 1154 0 0 20 0 20 0 238836427 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=4941752280436718147 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 2858 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 1994515 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 3313.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7978060 KiB

[startup+3342.3 s]
/proc/loadavg: 3.81 4.32 4.39 5/318 181520
/proc/meminfo: memFree=85171384/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=9439388 CPUtime=3374.07 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 269279 0 0 0 336025 1382 0 0 20 0 20 0 238836426 19521036288 2359847 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 2359847 5532 1 0 2550361 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=7978060 CPUtime=3306.47 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 142658 0 0 0 329444 1203 0 0 20 0 20 0 238836427 19521036288 2359847 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=-8600583823393858236 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2359847 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=9412764 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 2917 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2359847 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 2359847 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 3374.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9439388 KiB

[startup+3402.3 s]
/proc/loadavg: 3.36 4.09 4.31 4/320 181530
/proc/meminfo: memFree=84103228/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=10113180 CPUtime=3434.31 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 272850 0 0 0 342019 1412 0 0 20 0 20 0 238836426 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 2528295 5532 1 0 2550362 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=7978060 CPUtime=3365.89 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 145116 0 0 0 335358 1231 0 0 20 0 20 0 238836427 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=10107036 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 2934 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=10104988 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 3434.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10113180 KiB

[startup+3462.3 s]
/proc/loadavg: 3.35 3.95 4.24 4/320 181532
/proc/meminfo: memFree=83495712/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=10113180 CPUtime=3494.53 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 277565 0 0 0 348017 1436 0 0 20 0 20 0 238836426 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 2528295 5532 1 0 2550365 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=7978060 CPUtime=3425.4 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 148485 0 0 0 341286 1254 0 0 20 0 20 0 238836427 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=9896092 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 2935 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 3494.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10113180 KiB

[startup+3522.3 s]
/proc/loadavg: 3.07 3.77 4.16 3/290 181568
/proc/meminfo: memFree=98507872/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=10113180 CPUtime=3554.96 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 281683 0 0 0 354037 1459 0 0 20 0 20 0 238836426 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 2528295 5532 1 0 2550382 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=10113180 CPUtime=3484.71 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 151614 0 0 0 347196 1275 0 0 20 0 20 0 238836427 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=10113180 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 3061 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 2528295 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 3554.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10113180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565.11 s]
/proc/loadavg: 2.23 3.46 4.04 2/266 181603
/proc/meminfo: memFree=112017280/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=8321012 CPUtime=3600 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 288728 0 0 0 358523 1477 0 0 20 0 20 0 238836426 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 2080253 5532 1 0 2093120 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=14464 CPUtime=3526.99 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 155548 0 0 0 351409 1290 0 0 20 0 20 0 238836427 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=8321012 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=8321012 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 3187 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8321012 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.32 s, system=14.8065 s

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

[startup+3565.11 s]
/proc/loadavg: 2.23 3.46 4.04 2/266 181603
/proc/meminfo: memFree=112017280/131250000 swapFree=33009904/33010684
[pid=181131] ppid=181128 vsize=19063512 memory=8321012 CPUtime=3600 cores=0,2
/proc/181131/stat : 181131 (java) S 181128 181131 179930 0 -1 4194304 288728 0 0 0 358523 1477 0 0 20 0 20 0 238836426 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
/proc/181131/statm: 4765878 2080253 5532 1 0 2093120 0
[pid=181131/tid=181133] ppid=181128 vsize=19063512 memory=14464 CPUtime=3526.99 cores=0,2
/proc/181131/task/181133/stat : 181133 (java) R 181128 181131 179930 0 -1 4194368 155548 0 0 0 351409 1290 0 0 20 0 20 0 238836427 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181142] ppid=181128 vsize=19063512 memory=8321012 CPUtime=0 cores=0,2
/proc/181131/task/181142/stat : 181142 (Finalizer) S 181128 181131 179930 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181149] ppid=181128 vsize=19063512 memory=8321012 CPUtime=0 cores=0,2
/proc/181131/task/181149/stat : 181149 (Common-Cleaner) S 181128 181131 179930 0 -1 4194368 3187 0 0 0 0 0 0 0 20 0 20 0 238836429 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
[pid=181131/tid=181151] ppid=181128 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/181131/task/181151/stat : 181151 (Timer-0) S 181128 181131 179930 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238836487 19521036288 2080253 18446744073709551615 94863183179776 94863183183472 140727455868368 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94863183191288 94863183192080 94863190405120 140727455877460 140727455877604 140727455877604 140727455883208 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8321012 KiB

Child status: 143

Real time (s): 3565.19
CPU time (s): 3600.13
CPU user time (s): 3585.32
CPU system time (s): 14.8065
CPU usage (%): 100.98
Max. virtual memory (cumulated for all children) (KiB): 19065208
Max. memory (cumulated for all children) (KiB): 10113180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.32
system time used= 14.8065
maximum resident set size= 10113180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291205
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15707624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113293
involuntary context switches= 11794


# summary of solver processes directly reported to runsolver:
#   pid: 181131
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3585.32
#   total CPU system time (s): 14.8065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.6663 second user time and 17.4648 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-23 02:46:10
IDJOB=4544110
IDBENCH=174892
IDSOLVER=3364
FILE ID=nodeC033/4544110-1753231570
RUNJOBID= nodeC033-1753224403-179940
SLURM_JOB_ID= 9687833
Free space on /tmp= 420136 MiB

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

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

MD5SUM BENCH= abde55a93501845a748728a01651cccf
RANDOM SEED=1725127462

nodeC033 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.149
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.13
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.738
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.13
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		: 3601.228
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115623880 kB
MemAvailable:   126286608 kB
Buffers:            2128 kB
Cached:         11379768 kB
SwapCached:           64 kB
Active:          4688608 kB
Inactive:       10152568 kB
Active(anon):    3480292 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file): 10147284 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            166500 kB
Writeback:             0 kB
AnonPages:       3459632 kB
Mapped:           128924 kB
Shmem:             26228 kB
KReclaimable:     292732 kB
Slab:             391316 kB
SReclaimable:     292732 kB
SUnreclaim:        98584 kB
KernelStack:        5200 kB
PageTables:        10528 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9415836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3239936 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 424920 MiB
End job on nodeC033 at 2025-07-23 03:45:35