Trace number 4511848

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

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
MD5SUM59fcb85c6ef97ea95ede85b6c75e382f
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 benchmark3.33101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables685824
Total number of constraints5870
Number of constraints which are clauses2678
Number of constraints which are cardinality constraints (but not clauses)2678
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2679
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 962884
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2177919
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4511848-1751200613.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c  no objective function found
6.98/5.24	c ... done. Wall clock time 5.107s.
6.98/5.24	c declared #vars     685824
6.98/5.24	c #constraints  5870
6.98/5.24	c constraints type 
6.98/5.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2678
6.98/5.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 514
6.98/5.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2678
6.98/5.24	c 5870 constraints processed.
15.09/12.35	c cleaning 2484 clauses out of 5001 with flag 19088/5001
22.51/19.27	c cleaning 4240 clauses out of 8517 with flag 54248/11001
31.27/27.40	c cleaning 5620 clauses out of 11277 with flag 100200/18001
40.31/36.29	c cleaning 6810 clauses out of 13656 with flag 153721/26000
52.53/47.86	c cleaning 7902 clauses out of 15847 with flag 214354/35001
67.52/62.35	c cleaning 8953 clauses out of 17944 with flag 289074/45000
83.26/77.68	c cleaning 9969 clauses out of 19991 with flag 368942/56000
104.11/96.18	c cleaning 10989 clauses out of 22022 with flag 457569/68000
122.43/113.98	c cleaning 11998 clauses out of 24033 with flag 554492/81000
146.91/137.63	c cleaning 12995 clauses out of 26036 with flag 652675/95001
175.77/165.78	c cleaning 13998 clauses out of 28042 with flag 758469/110002
204.32/192.20	c cleaning 14998 clauses out of 30042 with flag 874840/126000
234.17/221.13	c cleaning 15999 clauses out of 32044 with flag 997875/143000
268.38/254.69	c cleaning 16998 clauses out of 34046 with flag 1133701/161001
294.56/278.94	c cleaning 18004 clauses out of 36049 with flag 1239075/180002
340.01/323.70	c cleaning 18993 clauses out of 38043 with flag 1363936/200000
405.01/387.78	c cleaning 19990 clauses out of 40052 with flag 1532279/221002
478.81/460.60	c cleaning 21002 clauses out of 42060 with flag 1717148/243000
552.75/531.67	c cleaning 21997 clauses out of 44058 with flag 1909356/266000
631.96/609.72	c cleaning 22996 clauses out of 46062 with flag 2118259/290001
718.09/694.71	c cleaning 24000 clauses out of 48065 with flag 2338192/315000
822.11/797.66	c cleaning 24999 clauses out of 50066 with flag 2600460/341001
934.16/906.32	c cleaning 25999 clauses out of 52067 with flag 2832048/368001
1052.66/1023.78	c cleaning 27005 clauses out of 54067 with flag 3076870/396000
1169.50/1139.16	c cleaning 27999 clauses out of 56065 with flag 3330453/425003
1299.33/1267.97	c cleaning 29000 clauses out of 58063 with flag 3625811/455000
1434.93/1402.10	c cleaning 29998 clauses out of 60063 with flag 3918547/486000
1578.23/1540.81	c cleaning 30999 clauses out of 62067 with flag 4209445/518002
1732.65/1694.15	c cleaning 31996 clauses out of 64066 with flag 4523740/551000
1889.92/1849.80	c cleaning 33004 clauses out of 66071 with flag 4847837/585001
2055.05/2013.73	c cleaning 34001 clauses out of 68067 with flag 5192154/620001
2232.19/2189.22	c cleaning 35004 clauses out of 70067 with flag 5533184/656002
2404.38/2357.86	c cleaning 35996 clauses out of 72061 with flag 5905295/693000
2608.89/2560.95	c cleaning 37002 clauses out of 74075 with flag 6283164/731010
2816.30/2766.51	c cleaning 37999 clauses out of 76063 with flag 6676426/770000
3031.68/2979.81	c cleaning 38994 clauses out of 78064 with flag 7082973/810000
3250.93/3194.65	c cleaning 39997 clauses out of 80070 with flag 7489438/851000
3465.96/3408.02	c cleaning 41001 clauses out of 82074 with flag 7931177/893001
3600.04/3540.91	c starts		: 38
3600.04/3540.92	c conflicts		: 922577
3600.04/3540.92	c decisions		: 13344830
3600.04/3540.92	c propagations		: 435176320
3600.04/3540.92	c inspects		: 3131122055
3600.04/3540.92	c shortcuts		: 0
3600.04/3540.92	c learnt literals	: 0
3600.04/3540.92	c learnt binary clauses	: 0
3600.04/3540.92	c learnt ternary clauses	: 0
3600.04/3540.92	c learnt constraints	: 922577
3600.04/3540.92	c ignored constraints	: 0
3600.04/3540.92	c root simplifications	: 0
3600.04/3540.92	c removed literals (reason simplification)	: 1800473
3600.04/3540.92	c reason swapping (by a shorter reason)	: 0
3600.04/3540.92	c Calls to reduceDB	: 38
3600.04/3540.93	c Number of update (reduction) of LBD	: 352687
3600.04/3540.93	c Imported unit clauses	: 0
3600.04/3540.93	c No decision after first conflict	: false
3600.04/3540.93	c number of reductions to clauses (during analyze)	: 0
3600.04/3540.93	c number of learned constraints concerned by reduction	: 0
3600.04/3540.93	c number of learning phase by resolution	: 0
3600.04/3540.93	c number of learning phase by cutting planes	: 0
3600.04/3540.93	c number of rounding to 1 operations	: 0
3600.04/3540.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3540.93	c number of reductions of the coefficients by power 2 	: 0
3600.04/3540.93	c number of right shift for reduction by power 2 	: 0
3600.04/3540.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3540.93	c number of ending skipping 	: 0
3600.04/3540.93	c number of internal skipping 	: 0
3600.04/3540.93	c number of derivation steps 	: 0
3600.04/3540.93	c number of skipped derivation steps 	: 0
3600.04/3540.93	c number of remaining unassigned 	: 0
3600.04/3540.93	c number of remaining assigned 	: 0
3600.04/3540.93	c number of falsified literals weakened from reason	: 0
3600.04/3540.93	c number of falsified literals weakened from conflict	: 0
3600.04/3540.93	c time for arithmetic operations	: 0
3600.04/3540.94	c minimum degree of deleted constraints	: null
3600.04/3540.94	c maximum degree of deleted constraints	: null
3600.04/3540.94	c number of deleted constraints	: 0
3600.04/3540.94	c speed (assignments/second)	: 123082.16549286313
3600.04/3540.94	c non guided choices	: 11312292
3600.04/3540.98	c timeout
3600.04/3540.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 70649
3600.04/3540.99	s UNKNOWN
3600.04/3540.99	c Total wall clock time (in seconds): 3540.859

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511848-1751200613/watcher-4511848-1751200613 -o /tmp/evaluation-result-4511848-1751200613/solver-4511848-1751200613 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27854 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4511848-1751200613.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 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=32055, runsolver pid=32052

[startup+0.100062 s]*
/proc/loadavg: 4.22 4.14 4.11 5/338 32073
/proc/meminfo: memFree=123943168/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=18930384 memory=57740 CPUtime=0.13 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 6577 0 0 0 11 2 0 0 20 0 18 0 35739273 19384713216 14435 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4732596 14435 5339 1 0 547619 0
[pid=32055/tid=32057] ppid=32052 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 5080 0 0 0 7 1 0 0 20 0 18 0 35739275 19384713216 14435 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35739277 19384713216 14435 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=18930384 memory=58485492706614 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35739277 19384713216 14435 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57740 KiB

[startup+0.205736 s]*
/proc/loadavg: 4.22 4.14 4.11 6/338 32073
/proc/meminfo: memFree=123908636/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=18930384 memory=90340 CPUtime=0.33 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 7010 0 0 0 30 3 0 0 20 0 18 0 35739273 19384713216 22585 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4732596 22585 5403 1 0 547887 0
[pid=32055/tid=32057] ppid=32052 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 5288 0 0 0 16 1 0 0 20 0 18 0 35739275 19384713216 22585 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=18930384 memory=18949 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35739277 19384713216 22585 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35739277 19384713216 22585 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90340 KiB

[startup+0.30573 s]*
/proc/loadavg: 4.22 4.14 4.11 6/338 32073
/proc/meminfo: memFree=123871332/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=18930384 memory=131616 CPUtime=0.51 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 8680 0 0 0 48 3 0 0 20 0 18 0 35739273 19384713216 32904 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4732596 32904 5403 1 0 548968 0
[pid=32055/tid=32057] ppid=32052 vsize=18930384 memory=-6000919498476644972 CPUtime=0.28 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 5307 0 0 0 26 2 0 0 20 0 18 0 35739275 19384713216 32904 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35739277 19384713216 32904 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35739277 19384713216 32904 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 131616 KiB

[startup+0.70021 s]
/proc/loadavg: 4.22 4.14 4.11 6/339 32074
/proc/meminfo: memFree=123777124/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=18996948 memory=252316 CPUtime=1.28 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 9233 0 0 0 121 7 0 0 20 0 19 0 35739273 19452874752 63079 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4749237 63079 5435 1 0 549415 0
[pid=32055/tid=32057] ppid=32052 vsize=18996948 memory=17536 CPUtime=0.56 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 5332 0 0 0 53 3 0 0 20 0 19 0 35739275 19452874752 63079 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35739277 19452874752 63079 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35739277 19452874752 63079 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 252316 KiB

[startup+1.50024 s]
/proc/loadavg: 4.22 4.14 4.11 5/339 32074
/proc/meminfo: memFree=123603328/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=18996948 memory=664024 CPUtime=2.46 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 10683 0 0 0 230 16 0 0 20 0 19 0 35739273 19452874752 166006 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4749237 166006 5435 1 0 1259888 0
[pid=32055/tid=32057] ppid=32052 vsize=18996948 memory=3328 CPUtime=1.16 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 5631 0 0 0 108 8 0 0 20 0 19 0 35739275 19452874752 166006 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35739277 19452874752 166006 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35739277 19452874752 166006 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 664024 KiB

[startup+3.10577 s]
/proc/loadavg: 4.22 4.14 4.11 6/339 32074
/proc/meminfo: memFree=120657864/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=18996948 memory=3276344 CPUtime=4.45 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 13959 0 0 0 379 66 0 0 20 0 19 0 35739273 19452874752 819086 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4749237 819086 5499 1 0 2047721 0
[pid=32055/tid=32057] ppid=32052 vsize=18996948 memory=10752 CPUtime=2.62 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 7028 0 0 0 207 55 0 0 20 0 19 0 35739275 19452874752 819086 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35739277 19452874752 819086 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35739277 19452874752 819086 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 4.45 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3276344 KiB

[startup+6.30024 s]
/proc/loadavg: 4.20 4.14 4.10 6/340 32075
/proc/meminfo: memFree=120593756/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=3322424 CPUtime=8.9 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 24340 0 0 0 819 71 0 0 20 0 20 0 35739273 19521036288 830606 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 830606 5499 1 0 2053900 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=5632 CPUtime=5.6 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 7326 0 0 0 505 55 0 0 20 0 20 0 35739275 19521036288 830606 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 830606 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=-6000919498476644972 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 830606 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 830606 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 8.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3322424 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.14 4.10 5/340 32075
/proc/meminfo: memFree=120380972/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=3525784 CPUtime=15.65 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 24591 0 0 0 1490 75 0 0 20 0 20 0 35739273 19521036288 881446 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 881446 5499 1 0 2053926 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=10752 CPUtime=11.97 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 7475 0 0 0 1138 59 0 0 20 0 20 0 35739275 19521036288 881446 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=3322424 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 881446 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=3441456 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 881446 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 881446 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 15.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3525784 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.18 4.12 6/340 32075
/proc/meminfo: memFree=119728448/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=3927372 CPUtime=29.09 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 26493 0 0 0 2826 83 0 0 20 0 20 0 35739273 19521036288 981843 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 981843 5499 1 0 2053928 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=3441456 CPUtime=24.15 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 8387 0 0 0 2353 62 0 0 20 0 20 0 35739275 19521036288 981843 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 981843 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=3927372 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 981843 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=3857664 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 981843 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 29.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3927372 KiB

[startup+51.1057 s]
/proc/loadavg: 4.32 4.18 4.12 5/341 32077
/proc/meminfo: memFree=118616252/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=4226412 CPUtime=55.84 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 36344 0 0 0 5491 93 0 0 20 0 20 0 35739273 19521036288 1056603 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 1056603 5499 1 0 2053928 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=5632 CPUtime=48.61 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 10726 0 0 0 4799 62 0 0 20 0 20 0 35739275 19521036288 1056603 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 1056603 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=4226412 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 1056603 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=4169048 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 1056603 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 55.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4226412 KiB

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

/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 3055 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 3218.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14000248 KiB

[startup+3222.3 s]
/proc/loadavg: 3.18 3.16 3.45 4/316 32344
/proc/meminfo: memFree=99495516/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3278.93 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 302485 0 0 0 327465 428 0 0 20 0 20 0 35739273 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 3500062 5531 1 0 4085786 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3170.45 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 162065 0 0 0 316927 118 0 0 20 0 20 0 35739275 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 3091 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 3278.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14000248 KiB

[startup+3282.3 s]
/proc/loadavg: 3.11 3.14 3.43 4/316 32346
/proc/meminfo: memFree=99495580/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3339.36 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 307724 0 0 0 333506 430 0 0 20 0 20 0 35739273 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 3500062 5531 1 0 4085786 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=14848 CPUtime=3229.75 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 165628 0 0 0 322856 119 0 0 20 0 20 0 35739275 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 3176 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 3339.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14000248 KiB

[startup+3342.3 s]
/proc/loadavg: 3.16 3.15 3.41 4/316 32347
/proc/meminfo: memFree=99495436/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3399.82 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 311947 0 0 0 339549 433 0 0 20 0 20 0 35739273 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 3500062 5531 1 0 4085786 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3289.03 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 168267 0 0 0 328784 119 0 0 20 0 20 0 35739275 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 3248 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 3399.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14000248 KiB

[startup+3402.3 s]
/proc/loadavg: 3.17 3.15 3.39 4/318 32356
/proc/meminfo: memFree=99495340/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3460.27 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 316547 0 0 0 345592 435 0 0 20 0 20 0 35739273 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 3500062 5531 1 0 4085786 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3348.33 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 172080 0 0 0 334713 120 0 0 20 0 20 0 35739275 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 3372 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 3460.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14000248 KiB

[startup+3462.3 s]
/proc/loadavg: 3.11 3.14 3.37 4/318 32358
/proc/meminfo: memFree=99495532/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3520.45 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 320747 0 0 0 351608 437 0 0 20 0 20 0 35739273 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 3500062 5531 1 0 4085786 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3407.83 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 174994 0 0 0 340663 120 0 0 20 0 20 0 35739275 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 3508 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=6784 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 3520.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14000248 KiB

[startup+3522.3 s]
/proc/loadavg: 2.69 3.02 3.31 3/292 32393
/proc/meminfo: memFree=114053116/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3581.48 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 326292 0 0 0 357709 439 0 0 20 0 20 0 35739273 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 3500062 5531 1 0 4085786 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3466.51 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 177920 0 0 0 346530 121 0 0 20 0 20 0 35739275 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 3510 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 3581.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14000248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540.9 s]
/proc/loadavg: 2.49 2.95 3.28 3/292 32395
/proc/meminfo: memFree=114053416/131249996 swapFree=33010684/33010684
[pid=32055] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3600.04 cores=5,7
/proc/32055/stat : 32055 (java) S 32052 32055 27841 0 -1 4194304 327629 0 0 0 359564 440 0 0 20 0 20 0 35739273 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
/proc/32055/statm: 4765878 3500062 5531 1 0 4085786 0
[pid=32055/tid=32057] ppid=32052 vsize=19063512 memory=14000248 CPUtime=3485.07 cores=5,7
/proc/32055/task/32057/stat : 32057 (java) R 32052 32055 27841 0 -1 4194368 179252 0 0 0 348385 122 0 0 20 0 20 0 35739275 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32066] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32066/stat : 32066 (Finalizer) S 32052 32055 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32073] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32073/stat : 32073 (Common-Cleaner) S 32052 32055 27841 0 -1 4194368 3510 0 0 0 0 0 0 0 20 0 20 0 35739277 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
[pid=32055/tid=32075] ppid=32052 vsize=19063512 memory=14000248 CPUtime=0 cores=5,7
/proc/32055/task/32075/stat : 32075 (Timer-0) S 32052 32055 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35739801 19521036288 3500062 18446744073709551615 94167664173056 94167664176752 140721581838480 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94167664184568 94167664185360 94167696588800 140721581844865 140721581844966 140721581844966 140721581850568 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14000248 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.82 s, system=4.44469 s

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

[startup+3541 s]*
/proc/loadavg: 2.49 2.95 3.28 3/274 32398
/proc/meminfo: memFree=117127456/131249996 swapFree=33010684/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): 3541.03
CPU time (s): 3600.26
CPU user time (s): 3595.82
CPU system time (s): 4.44469
CPU usage (%): 101.673
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 14000248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.82
system time used= 4.44469
maximum resident set size= 14001272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330282
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110153
involuntary context switches= 5942


# summary of solver processes directly reported to runsolver:
#   pid: 32055
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3595.82
#   total CPU system time (s): 4.44469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30529 second user time and 17.0833 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 14:36:54
IDJOB=4511848
IDBENCH=160485
IDSOLVER=3363
FILE ID=nodeC024/4511848-1751200613
RUNJOBID= nodeC024-1751191546-27854
SLURM_JOB_ID= 9587580
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511848-1751200613/watcher-4511848-1751200613 -o /tmp/evaluation-result-4511848-1751200613/solver-4511848-1751200613 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27854 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4511848-1751200613.opb

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

MD5SUM BENCH= 59fcb85c6ef97ea95ede85b6c75e382f
RANDOM SEED=1524074369

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123958932 kB
MemAvailable:   123705732 kB
Buffers:            3280 kB
Cached:           556272 kB
SwapCached:            0 kB
Active:          6380604 kB
Inactive:         301584 kB
Active(anon):    6140700 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):   301584 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32192 kB
Writeback:            16 kB
AnonPages:       6125332 kB
Mapped:           122596 kB
Shmem:             18064 kB
KReclaimable:      88704 kB
Slab:             175776 kB
SReclaimable:      88704 kB
SUnreclaim:        87072 kB
KernelStack:        5184 kB
PageTables:        15668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   13187068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5898240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC024 at 2025-06-29 15:35:55