Trace number 4512101

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.45 3456.5

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
MD5SUM0020647681361a6ff6bc771888680f52
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark12.925
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2723840
Total number of constraints11664
Number of constraints which are clauses5319
Number of constraints which are cardinality constraints (but not clauses)5319
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5319
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 1971071
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4438491
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.19	c java.vm.version	22.0.1+8-16
0.10/0.19	c java.vm.vendor	Oracle Corporation
0.10/0.19	c sun.arch.data.model	64
0.10/0.19	c java.version		22.0.1
0.10/0.19	c os.name		Linux
0.10/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.19	c os.arch		amd64
0.10/0.19	c Free memory 		2104792832
0.10/0.20	c Max memory 		16282288128
0.10/0.20	c Total memory 		2113929216
0.10/0.20	c Number of processors 	2
0.25/0.32	c Pseudo Boolean Optimization by upper bound
0.25/0.32	c --- Begin Solver configuration ---
0.25/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.25/0.32	c Learn all clauses as in MiniSAT
0.25/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.32	c Expensive reason simplification
0.25/0.32	c Glucose 2.1 dynamic restart strategy
0.25/0.32	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.25/0.32	c timeout=2147483s
0.25/0.32	c DB Simplification allowed=false
0.25/0.32	c Listener: none
0.25/0.32	c --- End Solver configuration ---
0.25/0.32	c solving HOME/instance-4512101-1751201380.opb
0.25/0.32	c reading problem ... 
0.39/0.81	c using VERIPB proof format
0.39/0.85	c  no objective function found
42.09/35.18	c ... done. Wall clock time 34.853s.
42.09/35.18	c declared #vars     2723840
42.09/35.18	c #constraints  11664
42.09/35.18	c constraints type 
42.09/35.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5319
42.09/35.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1026
42.09/35.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5319
42.09/35.18	c 11664 constraints processed.
102.04/89.38	c cleaning 2485 clauses out of 5000 with flag 21674/5000
151.81/136.69	c cleaning 4232 clauses out of 8515 with flag 60296/11000
184.89/167.49	c cleaning 5603 clauses out of 11283 with flag 118488/18000
217.77/198.25	c cleaning 6800 clauses out of 13682 with flag 205453/26002
253.19/231.62	c cleaning 7897 clauses out of 15880 with flag 319790/35000
295.51/271.71	c cleaning 8943 clauses out of 17985 with flag 442060/45002
358.33/327.25	c cleaning 9971 clauses out of 20040 with flag 570157/56000
421.17/386.83	c cleaning 10982 clauses out of 22069 with flag 713796/68000
478.37/441.17	c cleaning 12016 clauses out of 24087 with flag 817032/81000
587.34/541.79	c cleaning 13013 clauses out of 26074 with flag 903367/95003
682.66/633.39	c cleaning 14002 clauses out of 28059 with flag 1002996/110001
840.71/780.84	c cleaning 15005 clauses out of 30057 with flag 1111614/126001
986.39/922.00	c cleaning 15995 clauses out of 32051 with flag 1216788/143000
1142.96/1073.34	c cleaning 16999 clauses out of 34057 with flag 1341353/161001
1332.46/1257.98	c cleaning 18000 clauses out of 36058 with flag 1465570/180001
1523.53/1439.50	c cleaning 19004 clauses out of 38057 with flag 1610361/200000
1725.41/1637.26	c cleaning 19996 clauses out of 40054 with flag 1765120/221001
1960.17/1868.30	c cleaning 21000 clauses out of 42057 with flag 1927629/243000
2270.35/2166.54	c cleaning 22005 clauses out of 44057 with flag 2113216/266000
2578.98/2471.18	c cleaning 23002 clauses out of 46053 with flag 2312299/290001
2863.56/2740.83	c cleaning 24001 clauses out of 48051 with flag 2537826/315001
3148.57/3019.86	c cleaning 24991 clauses out of 50050 with flag 2729344/341001
3504.71/3363.34	c cleaning 26005 clauses out of 52060 with flag 2923327/368002
3600.06/3456.23	c starts		: 62
3600.06/3456.25	c conflicts		: 376831
3600.06/3456.26	c decisions		: 74184039
3600.06/3456.26	c propagations		: 336205032
3600.06/3456.26	c inspects		: 613951321
3600.06/3456.26	c shortcuts		: 0
3600.06/3456.26	c learnt literals	: 0
3600.06/3456.26	c learnt binary clauses	: 0
3600.06/3456.26	c learnt ternary clauses	: 0
3600.06/3456.26	c learnt constraints	: 376831
3600.06/3456.26	c ignored constraints	: 0
3600.06/3456.26	c root simplifications	: 0
3600.06/3456.26	c removed literals (reason simplification)	: 1778597
3600.06/3456.26	c reason swapping (by a shorter reason)	: 0
3600.06/3456.26	c Calls to reduceDB	: 23
3600.06/3456.27	c Number of update (reduction) of LBD	: 172509
3600.06/3456.27	c Imported unit clauses	: 0
3600.06/3456.27	c No decision after first conflict	: false
3600.06/3456.27	c number of reductions to clauses (during analyze)	: 0
3600.06/3456.27	c number of learned constraints concerned by reduction	: 0
3600.06/3456.27	c number of learning phase by resolution	: 0
3600.06/3456.27	c number of learning phase by cutting planes	: 0
3600.06/3456.27	c number of rounding to 1 operations	: 0
3600.06/3456.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3456.27	c number of reductions of the coefficients by power 2 	: 0
3600.06/3456.27	c number of right shift for reduction by power 2 	: 0
3600.06/3456.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3456.27	c number of ending skipping 	: 0
3600.06/3456.27	c number of internal skipping 	: 0
3600.06/3456.28	c number of derivation steps 	: 0
3600.06/3456.28	c number of skipped derivation steps 	: 0
3600.06/3456.28	c number of remaining unassigned 	: 0
3600.06/3456.28	c number of remaining assigned 	: 0
3600.06/3456.28	c number of falsified literals weakened from reason	: 0
3600.06/3456.28	c number of falsified literals weakened from conflict	: 0
3600.06/3456.28	c time for arithmetic operations	: 0
3600.06/3456.28	c minimum degree of deleted constraints	: null
3600.06/3456.28	c maximum degree of deleted constraints	: null
3600.06/3456.28	c number of deleted constraints	: 0
3600.06/3456.28	c speed (assignments/second)	: 98277.6333743743
3600.06/3456.29	c non guided choices	: 68002927
3600.27/3456.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 34884
3600.27/3456.36	s UNKNOWN
3600.27/3456.36	c Total wall clock time (in seconds): 3456.032

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (52775 MiB free)
  memory of node 1: 64507 MiB (50959 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512101-1751201380/watcher-4512101-1751201380 -o /tmp/evaluation-result-4512101-1751201380/solver-4512101-1751201380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751194066-23529 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512101-1751201380 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512101-1751201380.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25252, runsolver pid=25249

[startup+0.100074 s]*
/proc/loadavg: 5.03 4.50 4.30 5/335 25270
/proc/meminfo: memFree=106178004/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=18930384 memory=48716 CPUtime=0.1 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 5850 0 0 0 8 2 0 0 20 0 18 0 35817549 19384713216 12179 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4732596 12179 5337 1 0 547038 0
[pid=25252/tid=25254] ppid=25249 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 4728 0 0 0 5 1 0 0 20 0 18 0 35817551 19384713216 12179 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35817553 19384713216 12179 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=18930384 memory=58494082626307 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35817554 19384713216 12179 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48716 KiB

[startup+0.214599 s]*
/proc/loadavg: 5.03 4.50 4.30 6/335 25270
/proc/meminfo: memFree=106153188/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=18930384 memory=55632 CPUtime=0.25 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 6555 0 0 0 22 3 0 0 20 0 18 0 35817549 19384713216 13908 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4732596 13908 5337 1 0 547592 0
[pid=25252/tid=25254] ppid=25249 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 5039 0 0 0 15 1 0 0 20 0 18 0 35817551 19384713216 13908 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=18930384 memory=12896 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35817553 19384713216 13908 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35817554 19384713216 13908 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55632 KiB

[startup+0.31552 s]*
/proc/loadavg: 5.03 4.50 4.30 5/335 25270
/proc/meminfo: memFree=106128556/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=18930384 memory=59168 CPUtime=0.38 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 6844 0 0 0 34 4 0 0 20 0 18 0 35817549 19384713216 14792 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4732596 14792 5433 1 0 547796 0
[pid=25252/tid=25254] ppid=25249 vsize=18930384 memory=-6000919468428519277 CPUtime=0.25 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 5210 0 0 0 23 2 0 0 20 0 18 0 35817551 19384713216 14792 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35817553 19384713216 14792 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35817554 19384713216 14792 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59168 KiB

[startup+0.700414 s]
/proc/loadavg: 5.03 4.50 4.30 4/335 25270
/proc/meminfo: memFree=106072348/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=18930384 memory=59168 CPUtime=0.39 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 6851 0 0 0 35 4 0 0 20 0 18 0 35817549 19384713216 14792 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4732596 14792 5433 1 0 547812 0
[pid=25252/tid=25254] ppid=25249 vsize=18930384 memory=17152 CPUtime=0.26 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) D 25249 25252 23518 0 -1 4456512 5215 0 0 0 24 2 0 0 20 0 18 0 35817551 19384713216 14792 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35817553 19384713216 14792 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35817554 19384713216 14792 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59168 KiB

[startup+1.50036 s]
/proc/loadavg: 5.03 4.50 4.30 6/335 25270
/proc/meminfo: memFree=105802188/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=18996948 memory=263996 CPUtime=1.62 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 9013 0 0 0 151 11 0 0 20 0 19 0 35817549 19452874752 65999 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4749237 65999 5465 1 0 549267 0
[pid=25252/tid=25254] ppid=25249 vsize=18996948 memory=3200 CPUtime=0.86 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 5359 0 0 0 78 8 0 0 20 0 19 0 35817551 19452874752 65999 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35817553 19452874752 65999 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35817554 19452874752 65999 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 263996 KiB

[startup+3.10576 s]
/proc/loadavg: 5.03 4.50 4.30 6/336 25271
/proc/meminfo: memFree=101590016/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=18996948 memory=834432 CPUtime=4.18 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 10779 0 0 0 392 26 0 0 20 0 19 0 35817549 19452874752 208608 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4749237 208608 5465 1 0 1477183 0
[pid=25252/tid=25254] ppid=25249 vsize=18996948 memory=11136 CPUtime=1.9 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 5517 0 0 0 176 14 0 0 20 0 19 0 35817551 19452874752 208608 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35817553 19452874752 208608 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=18996948 memory=5760 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35817554 19452874752 208608 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 834432 KiB

[startup+6.30033 s]
/proc/loadavg: 5.03 4.50 4.30 6/336 25271
/proc/meminfo: memFree=100038756/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=18996948 memory=1815860 CPUtime=8.35 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 12424 0 0 0 784 51 0 0 20 0 19 0 35817549 19452874752 453965 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4749237 453965 5465 1 0 2505061 0
[pid=25252/tid=25254] ppid=25249 vsize=18996948 memory=5760 CPUtime=4.13 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) S 25249 25252 23518 0 -1 4194368 5789 0 0 0 387 26 0 0 20 0 19 0 35817551 19452874752 453965 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35817553 19452874752 453965 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=18996948 memory=-6000919468428519277 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35817554 19452874752 453965 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 8.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1815860 KiB

[startup+12.7002 s]
/proc/loadavg: 4.94 4.50 4.30 5/336 25271
/proc/meminfo: memFree=94613964/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=18996948 memory=6869676 CPUtime=16.94 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 17470 0 0 0 1538 156 0 0 20 0 19 0 35817549 19452874752 1717419 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4749237 1717419 5497 1 0 3301682 0
[pid=25252/tid=25254] ppid=25249 vsize=18996948 memory=1858868 CPUtime=9.51 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 8517 0 0 0 830 121 0 0 20 0 19 0 35817551 19452874752 1717419 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=18996948 memory=17152 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35817553 19452874752 1717419 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=18996948 memory=14304 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35817554 19452874752 1717419 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 16.94 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6869676 KiB

[startup+25.5004 s]
/proc/loadavg: 4.80 4.49 4.30 5/336 25271
/proc/meminfo: memFree=91897192/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=18996948 memory=7846888 CPUtime=31.24 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 25450 0 0 0 2942 182 0 0 20 0 19 0 35817549 19452874752 1961722 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4749237 1961722 5497 1 0 3550444 0
[pid=25252/tid=25254] ppid=25249 vsize=18996948 memory=1858868 CPUtime=20.42 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 9733 0 0 0 1906 136 0 0 20 0 19 0 35817551 19452874752 1961722 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=18996948 memory=-6000919468428519277 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35817553 19452874752 1961722 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=18996948 memory=7510720 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35817554 19452874752 1961722 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 31.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7846888 KiB

[startup+51.1139 s]
/proc/loadavg: 4.59 4.46 4.29 5/342 25277
/proc/meminfo: memFree=88442448/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=19130076 memory=9006884 CPUtime=61.62 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 35974 0 0 0 5944 218 0 0 20 0 21 0 35817549 19589197824 2251721 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4782519 2251721 5497 1 0 3798450 0
[pid=25252/tid=25254] ppid=25249 vsize=19130076 memory=5760 CPUtime=43.74 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 13552 0 0 0 4212 162 0 0 20 0 21 0 35817551 19589197824 2251721 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=19130076 memory=6703696 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35817553 19589197824 2251721 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=19130076 memory=14304 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 21 0 35817554 19589197824 2251721 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25274] ppid=25249 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/25252/task/25274/stat : 25274 (Timer-0) S 25249 25252 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35821078 19589197824 2251721 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 61.62 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9006884 KiB

[startup+102.301 s]
/proc/loadavg: 4.45 4.45 4.29 5/342 25279
/proc/meminfo: memFree=85303724/131382120 swapFree=33010684/33010684
[pid=25252] ppid=25249 vsize=19130076 memory=9429816 CPUtime=115.78 cores=4,6

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

/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35817553 19589197824 3880929 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=19130076 memory=21512 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 1290 0 0 0 0 0 0 0 20 0 21 0 35817554 19589197824 3880929 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25274] ppid=25249 vsize=19130076 memory=15523716 CPUtime=0 cores=4,6
/proc/25252/task/25274/stat : 25274 (Timer-0) S 25249 25252 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35821078 19589197824 3880929 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 3171.62 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15523716 KiB

[startup+3102.3 s]
/proc/loadavg: 4.55 4.62 4.51 5/341 25660
/proc/meminfo: memFree=720776/131382120 swapFree=33010672/33010684
[pid=25252] ppid=25249 vsize=19130076 memory=15523844 CPUtime=3232.86 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 324731 0 1 0 320987 2299 0 0 20 0 21 0 35817549 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4782519 3880961 5529 1 0 4083506 0
[pid=25252/tid=25254] ppid=25249 vsize=19130076 memory=15523716 CPUtime=2947.42 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 183669 0 0 0 292833 1909 0 0 20 0 21 0 35817551 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=19130076 memory=14304 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35817553 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=19130076 memory=7092 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 1341 0 0 0 0 0 0 0 20 0 21 0 35817554 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25274] ppid=25249 vsize=19130076 memory=14304 CPUtime=0 cores=4,6
/proc/25252/task/25274/stat : 25274 (Timer-0) S 25249 25252 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35821078 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 3232.86 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15523844 KiB

[startup+3162.3 s]
/proc/loadavg: 4.40 4.57 4.50 5/341 25662
/proc/meminfo: memFree=718880/131382120 swapFree=33010416/33010684
[pid=25252] ppid=25249 vsize=19130076 memory=15523844 CPUtime=3301.3 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 330950 0 1 0 327799 2331 0 0 20 0 21 0 35817549 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4782519 3880961 5529 1 0 4083506 0
[pid=25252/tid=25254] ppid=25249 vsize=19130076 memory=15523716 CPUtime=3005.11 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 186038 0 0 0 298577 1934 0 0 20 0 21 0 35817551 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35817553 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 1349 0 0 0 0 0 0 0 20 0 21 0 35817554 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25274] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25274/stat : 25274 (Timer-0) S 25249 25252 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35821078 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 3301.3 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15523844 KiB

[startup+3222.3 s]
/proc/loadavg: 4.44 4.55 4.50 5/341 25664
/proc/meminfo: memFree=575012/131382120 swapFree=33010416/33010684
[pid=25252] ppid=25249 vsize=19130076 memory=15523844 CPUtime=3362.23 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 336019 0 1 0 333865 2358 0 0 20 0 21 0 35817549 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4782519 3880961 5529 1 0 4083506 0
[pid=25252/tid=25254] ppid=25249 vsize=19130076 memory=15523844 CPUtime=3062.98 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) D 25249 25252 23518 0 -1 4194368 189742 0 0 0 304342 1956 0 0 20 0 21 0 35817551 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35817553 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 1401 0 0 0 0 0 0 0 20 0 21 0 35817554 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25274] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25274/stat : 25274 (Timer-0) S 25249 25252 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35821078 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 3362.23 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15523844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.48 4.48 4/314 25699
/proc/meminfo: memFree=44958764/131382120 swapFree=33010416/33010684
[pid=25252] ppid=25249 vsize=19130076 memory=15523844 CPUtime=3423.08 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 340236 0 1 0 339923 2385 0 0 20 0 21 0 35817549 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4782519 3880961 5529 1 0 4083506 0
[pid=25252/tid=25254] ppid=25249 vsize=19130076 memory=15523844 CPUtime=3121.09 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 192883 0 0 0 310128 1981 0 0 20 0 21 0 35817551 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=19130076 memory=5220 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35817553 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 1413 0 0 0 0 0 0 0 20 0 21 0 35817554 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25274] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25274/stat : 25274 (Timer-0) S 25249 25252 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35821078 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 3423.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15523844 KiB

[startup+3342.3 s]
/proc/loadavg: 3.54 4.24 4.39 4/309 25701
/proc/meminfo: memFree=44347092/131382120 swapFree=33010416/33010684
[pid=25252] ppid=25249 vsize=19130076 memory=15523844 CPUtime=3483.45 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 347074 0 1 0 345936 2409 0 0 20 0 21 0 35817549 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4782519 3880961 5529 1 0 4083506 0
[pid=25252/tid=25254] ppid=25249 vsize=19130076 memory=-6000919468428519277 CPUtime=3179.32 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 198222 0 0 0 315930 2002 0 0 20 0 21 0 35817551 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=19130076 memory=-6000919468428519277 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35817553 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 1425 0 0 0 0 0 0 0 20 0 21 0 35817554 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25274] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25274/stat : 25274 (Timer-0) S 25249 25252 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35821078 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 3483.45 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15523844 KiB

[startup+3402.3 s]
/proc/loadavg: 3.35 4.05 4.32 4/309 25703
/proc/meminfo: memFree=43340704/131382120 swapFree=33010416/33010684
[pid=25252] ppid=25249 vsize=19130076 memory=15523844 CPUtime=3544.86 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 352063 0 1 0 352041 2445 0 0 20 0 21 0 35817549 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4782519 3880961 5529 1 0 4083506 0
[pid=25252/tid=25254] ppid=25249 vsize=19130076 memory=-6000919468428519277 CPUtime=3236.55 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 201809 0 0 0 321622 2033 0 0 20 0 21 0 35817551 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35817553 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=19130076 memory=15523844 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 1472 0 0 0 0 0 0 0 20 0 21 0 35817554 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25274] ppid=25249 vsize=19130076 memory=5760 CPUtime=0 cores=4,6
/proc/25252/task/25274/stat : 25274 (Timer-0) S 25249 25252 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35821078 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 3544.86 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15523844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3456.2 s]
/proc/loadavg: 2.73 3.78 4.21 4/284 25739
/proc/meminfo: memFree=86715100/131382120 swapFree=33010416/33010684
[pid=25252] ppid=25249 vsize=19130076 memory=15523844 CPUtime=3600.06 cores=4,6
/proc/25252/stat : 25252 (java) S 25249 25252 23518 0 -1 4194304 357486 0 1 0 357531 2475 0 0 20 0 21 0 35817549 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
/proc/25252/statm: 4782519 3880961 5529 1 0 4083506 0
[pid=25252/tid=25254] ppid=25249 vsize=19130076 memory=6656 CPUtime=3287.86 cores=4,6
/proc/25252/task/25254/stat : 25254 (java) R 25249 25252 23518 0 -1 4194368 205325 0 0 0 326725 2061 0 0 20 0 21 0 35817551 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25263] ppid=25249 vsize=19130076 memory=2220 CPUtime=0 cores=4,6
/proc/25252/task/25263/stat : 25263 (Finalizer) S 25249 25252 23518 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35817553 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25270] ppid=25249 vsize=19130076 memory=-6000919468428519277 CPUtime=0 cores=4,6
/proc/25252/task/25270/stat : 25270 (Common-Cleaner) S 25249 25252 23518 0 -1 4194368 1493 0 0 0 0 0 0 0 20 0 21 0 35817554 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
[pid=25252/tid=25274] ppid=25249 vsize=19130076 memory=248592707142986 CPUtime=0 cores=4,6
/proc/25252/task/25274/stat : 25274 (Timer-0) S 25249 25252 23518 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35821078 19589197824 3880961 18446744073709551615 94722886725632 94722886729328 140722150197488 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94722886737144 94722886737936 94722899345408 140722150201648 140722150201830 140722150201830 140722150207432 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15523844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3575.63 s, system=24.8187 s

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

[startup+3456.4 s]*
/proc/loadavg: 2.73 3.78 4.21 3/265 25742
/proc/meminfo: memFree=102202312/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3456.5
CPU time (s): 3600.45
CPU user time (s): 3575.63
CPU system time (s): 24.8187
CPU usage (%): 104.165
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 15524612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.63
system time used= 24.8187
maximum resident set size= 15524740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359125
page faults= 1
swaps= 0
block input operations= 16
block output operations= 43978256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138797
involuntary context switches= 36612


# summary of solver processes directly reported to runsolver:
#   pid: 25252
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3575.63
#   total CPU system time (s): 24.8187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6959 second user time and 35.9279 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 14:49:42
IDJOB=4512101
IDBENCH=160492
IDSOLVER=3364
FILE ID=nodeC006/4512101-1751201380
RUNJOBID= nodeC006-1751194066-23529
SLURM_JOB_ID= 9587594
Free space on /tmp= 432540 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512101-1751201380/watcher-4512101-1751201380 -o /tmp/evaluation-result-4512101-1751201380/solver-4512101-1751201380 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751194066-23529 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512101-1751201380 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512101-1751201380.opb

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

MD5SUM BENCH= 0020647681361a6ff6bc771888680f52
RANDOM SEED=434393384

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        106237544 kB
MemAvailable:   107993496 kB
Buffers:            3280 kB
Cached:          2563640 kB
SwapCached:            0 kB
Active:         22240700 kB
Inactive:        2315660 kB
Active(anon):   22007448 kB
Inactive(anon):        0 kB
Active(file):     233252 kB
Inactive(file):  2315660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            569664 kB
Writeback:             0 kB
AnonPages:      21992172 kB
Mapped:           122428 kB
Shmem:             17960 kB
KReclaimable:      92952 kB
Slab:             186036 kB
SReclaimable:      92952 kB
SUnreclaim:        93084 kB
KernelStack:        5152 kB
PageTables:        46712 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   42319748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21747712 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC006 at 2025-06-29 15:47:18