Trace number 4511812

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.32 3518.45

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
MD5SUM0ade693002e69cf4f48fe48722d4f7a3
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.06659
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables670720
Total number of constraints5752
Number of constraints which are clauses2619
Number of constraints which are cardinality constraints (but not clauses)2619
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2620
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 947734
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2162769
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4511812-1751200568.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
6.75/5.06	c ... done. Wall clock time 4.915s.
6.75/5.06	c declared #vars     670720
6.75/5.06	c #constraints  5752
6.75/5.06	c constraints type 
6.75/5.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2619
6.75/5.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 514
6.75/5.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2619
6.75/5.06	c 5752 constraints processed.
15.73/12.96	c cleaning 2487 clauses out of 5000 with flag 24421/5000
28.75/25.20	c cleaning 4248 clauses out of 8516 with flag 86720/11003
48.61/44.57	c cleaning 5615 clauses out of 11266 with flag 175598/18001
64.46/59.77	c cleaning 6805 clauses out of 13650 with flag 233431/26000
70.87/65.62	c cleaning 7898 clauses out of 15847 with flag 270215/35002
78.51/73.05	c cleaning 8950 clauses out of 17948 with flag 315700/45001
86.35/80.69	c cleaning 9975 clauses out of 19998 with flag 370723/56001
99.82/92.52	c cleaning 10983 clauses out of 22022 with flag 433060/68000
110.00/102.28	c cleaning 11999 clauses out of 24040 with flag 495990/81001
122.00/113.79	c cleaning 12998 clauses out of 26041 with flag 573736/95001
133.95/125.49	c cleaning 13997 clauses out of 28042 with flag 642967/110000
145.73/136.71	c cleaning 14997 clauses out of 30047 with flag 715860/126002
163.02/152.06	c cleaning 15997 clauses out of 32048 with flag 812684/143000
178.62/167.23	c cleaning 16989 clauses out of 34051 with flag 908141/161000
196.26/184.44	c cleaning 18000 clauses out of 36062 with flag 1004066/180000
213.52/201.03	c cleaning 19003 clauses out of 38062 with flag 1108342/200000
235.51/221.37	c cleaning 20006 clauses out of 40059 with flag 1225693/221000
258.83/242.93	c cleaning 20988 clauses out of 42054 with flag 1355127/243001
281.89/265.35	c cleaning 22002 clauses out of 44066 with flag 1487352/266001
303.25/286.07	c cleaning 23001 clauses out of 46063 with flag 1636418/290000
329.61/311.71	c cleaning 24003 clauses out of 48062 with flag 1788878/315000
354.12/335.56	c cleaning 24987 clauses out of 50060 with flag 1935556/341001
386.50/365.66	c cleaning 26012 clauses out of 52075 with flag 2101154/368003
411.42/390.02	c cleaning 26997 clauses out of 54060 with flag 2221631/396000
440.73/418.50	c cleaning 28002 clauses out of 56063 with flag 2396112/425000
474.24/451.15	c cleaning 28999 clauses out of 58061 with flag 2598454/455000
514.05/490.11	c cleaning 30004 clauses out of 60064 with flag 2804072/486002
550.51/525.58	c cleaning 31015 clauses out of 62058 with flag 2987257/518000
613.18/584.81	c cleaning 31993 clauses out of 64044 with flag 3196545/551001
688.67/658.41	c cleaning 32995 clauses out of 66050 with flag 3479057/585000
775.79/744.02	c cleaning 33998 clauses out of 68055 with flag 3762297/620000
812.34/779.41	c cleaning 34990 clauses out of 70058 with flag 3959003/656001
918.03/880.06	c cleaning 35992 clauses out of 72068 with flag 4223567/693001
1009.39/969.82	c cleaning 36989 clauses out of 74077 with flag 4501615/731002
1097.92/1056.74	c cleaning 37994 clauses out of 76087 with flag 4744201/770001
1177.96/1135.15	c cleaning 38998 clauses out of 78092 with flag 4962728/810000
1330.17/1281.60	c cleaning 39984 clauses out of 80094 with flag 5263496/851000
1485.93/1435.50	c cleaning 41010 clauses out of 82111 with flag 5636531/893001
1682.03/1629.86	c cleaning 42013 clauses out of 84102 with flag 5945351/936002
1909.87/1856.02	c cleaning 43005 clauses out of 86087 with flag 6228715/980000
2100.68/2042.78	c cleaning 43997 clauses out of 88082 with flag 6529092/1025000
2325.62/2265.67	c cleaning 44995 clauses out of 90089 with flag 6840518/1071004
2573.34/2511.77	c cleaning 46005 clauses out of 92095 with flag 7214502/1118005
2801.03/2733.03	c cleaning 46985 clauses out of 94086 with flag 7602332/1166001
3016.19/2944.17	c cleaning 48009 clauses out of 96108 with flag 8059625/1215008
3212.05/3138.29	c cleaning 49000 clauses out of 98092 with flag 8502749/1265001
3438.07/3358.17	c cleaning 49994 clauses out of 100091 with flag 9001755/1316000
3600.09/3518.32	c starts		: 129
3600.09/3518.32	c conflicts		: 1360216
3600.09/3518.32	c decisions		: 22338781
3600.09/3518.33	c propagations		: 392793438
3600.09/3518.33	c inspects		: 2868607291
3600.09/3518.33	c shortcuts		: 0
3600.09/3518.33	c learnt literals	: 0
3600.09/3518.33	c learnt binary clauses	: 0
3600.09/3518.33	c learnt ternary clauses	: 0
3600.09/3518.33	c learnt constraints	: 1360216
3600.09/3518.33	c ignored constraints	: 0
3600.09/3518.33	c root simplifications	: 0
3600.09/3518.33	c removed literals (reason simplification)	: 1820648
3600.09/3518.33	c reason swapping (by a shorter reason)	: 0
3600.09/3518.33	c Calls to reduceDB	: 47
3600.09/3518.33	c Number of update (reduction) of LBD	: 502587
3600.09/3518.33	c Imported unit clauses	: 0
3600.09/3518.33	c No decision after first conflict	: false
3600.09/3518.33	c number of reductions to clauses (during analyze)	: 0
3600.09/3518.33	c number of learned constraints concerned by reduction	: 0
3600.09/3518.33	c number of learning phase by resolution	: 0
3600.09/3518.33	c number of learning phase by cutting planes	: 0
3600.09/3518.33	c number of rounding to 1 operations	: 0
3600.09/3518.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3518.33	c number of reductions of the coefficients by power 2 	: 0
3600.09/3518.33	c number of right shift for reduction by power 2 	: 0
3600.09/3518.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3518.33	c number of ending skipping 	: 0
3600.09/3518.33	c number of internal skipping 	: 0
3600.09/3518.33	c number of derivation steps 	: 0
3600.09/3518.33	c number of skipped derivation steps 	: 0
3600.09/3518.33	c number of remaining unassigned 	: 0
3600.09/3518.33	c number of remaining assigned 	: 0
3600.09/3518.33	c number of falsified literals weakened from reason	: 0
3600.09/3518.33	c number of falsified literals weakened from conflict	: 0
3600.09/3518.33	c time for arithmetic operations	: 0
3600.09/3518.34	c minimum degree of deleted constraints	: null
3600.09/3518.34	c maximum degree of deleted constraints	: null
3600.09/3518.34	c number of deleted constraints	: 0
3600.09/3518.35	c speed (assignments/second)	: 111803.69527632881
3600.09/3518.35	c non guided choices	: 17101571
3600.09/3518.38	c timeout
3600.09/3518.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 94313
3600.28/3518.40	s UNKNOWN
3600.28/3518.40	c Total wall clock time (in seconds): 3518.263

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 (61484 MiB free)
  memory of node 1: 64507 MiB (59297 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=31987, runsolver pid=31984
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.29 4.13 4.10 6/339 32005
/proc/meminfo: memFree=123663092/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=18930384 memory=55356 CPUtime=0.12 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 6497 0 0 0 11 1 0 0 20 0 18 0 35734758 19384713216 13839 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4732596 13839 5329 1 0 547569 0
[pid=31987/tid=31989] ppid=31984 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 5007 0 0 0 6 1 0 0 20 0 18 0 35734759 19384713216 13839 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35734761 19384713216 13839 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=18930384 memory=58485492706614 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35734761 19384713216 13839 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55356 KiB

[startup+0.205677 s]*
/proc/loadavg: 4.29 4.13 4.10 7/339 32005
/proc/meminfo: memFree=123657484/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=18930384 memory=86716 CPUtime=0.31 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 7043 0 0 0 29 2 0 0 20 0 18 0 35734758 19384713216 21679 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4732596 21679 5457 1 0 547941 0
[pid=31987/tid=31989] ppid=31984 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 5278 0 0 0 15 1 0 0 20 0 18 0 35734759 19384713216 21679 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=18930384 memory=18949 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35734761 19384713216 21679 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35734761 19384713216 21679 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 86716 KiB

[startup+0.305669 s]*
/proc/loadavg: 4.29 4.13 4.10 6/339 32005
/proc/meminfo: memFree=123617092/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=18930384 memory=125564 CPUtime=0.51 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 8672 0 0 0 48 3 0 0 20 0 18 0 35734758 19384713216 31391 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4732596 31391 5457 1 0 548967 0
[pid=31987/tid=31989] ppid=31984 vsize=18930384 memory=-6000919489835789164 CPUtime=0.26 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 5296 0 0 0 24 2 0 0 20 0 18 0 35734759 19384713216 31391 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35734761 19384713216 31391 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35734761 19384713216 31391 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 125564 KiB

[startup+0.700252 s]
/proc/loadavg: 4.29 4.13 4.10 6/340 32006
/proc/meminfo: memFree=123538260/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=18996948 memory=254548 CPUtime=1.27 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 9219 0 0 0 121 6 0 0 20 0 19 0 35734758 19452874752 63637 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4749237 63637 5489 1 0 549419 0
[pid=31987/tid=31989] ppid=31984 vsize=18996948 memory=17536 CPUtime=0.53 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 5329 0 0 0 50 3 0 0 20 0 19 0 35734759 19452874752 63637 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35734761 19452874752 63637 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35734761 19452874752 63637 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 254548 KiB

[startup+1.50025 s]
/proc/loadavg: 4.29 4.13 4.10 5/340 32006
/proc/meminfo: memFree=123360684/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19063512 memory=672824 CPUtime=2.47 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 10781 0 0 0 231 16 0 0 20 0 20 0 35734758 19521036288 168206 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4765878 168206 5489 1 0 1299851 0
[pid=31987/tid=31989] ppid=31984 vsize=19063512 memory=3328 CPUtime=1.11 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) S 31984 31987 27841 0 -1 4194368 5573 0 0 0 102 9 0 0 20 0 20 0 35734759 19521036288 168206 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35734761 19521036288 168206 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35734761 19521036288 168206 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672824 KiB

[startup+3.10567 s]
/proc/loadavg: 4.29 4.13 4.10 6/341 32007
/proc/meminfo: memFree=120293856/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19063512 memory=3332184 CPUtime=4.45 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 13807 0 0 0 377 68 0 0 20 0 20 0 35734758 19521036288 833046 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4765878 833046 5521 1 0 2079330 0
[pid=31987/tid=31989] ppid=31984 vsize=19063512 memory=10752 CPUtime=2.58 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 6999 0 0 0 200 58 0 0 20 0 20 0 35734759 19521036288 833046 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35734761 19521036288 833046 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35734761 19521036288 833046 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 4.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3332184 KiB

[startup+6.30024 s]
/proc/loadavg: 4.34 4.15 4.11 5/342 32008
/proc/meminfo: memFree=120205504/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=3383148 CPUtime=8.72 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 23298 0 0 0 801 71 0 0 20 0 21 0 35734758 19589197824 845787 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 845787 5521 1 0 2085183 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=5632 CPUtime=5.64 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 7219 0 0 0 505 59 0 0 20 0 21 0 35734759 19589197824 845787 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 845787 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=-6000919489835789164 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 845787 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=10752 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 845787 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3383148 KiB

[startup+12.7002 s]
/proc/loadavg: 4.40 4.16 4.11 6/342 32009
/proc/meminfo: memFree=119444524/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=3750224 CPUtime=15.53 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 23780 0 0 0 1474 79 0 0 20 0 21 0 35734758 19589197824 937556 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 937556 5553 1 0 2085206 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=10752 CPUtime=11.77 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 7365 0 0 0 1114 63 0 0 20 0 21 0 35734759 19589197824 937556 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=3399684 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 937556 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=3612688 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 937556 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 937556 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3750224 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.15 4.11 6/341 32009
/proc/meminfo: memFree=118964552/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=3922620 CPUtime=29.06 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 28017 0 0 0 2823 83 0 0 20 0 21 0 35734758 19589197824 980655 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 980655 5553 1 0 2085231 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=3612688 CPUtime=23.95 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 8618 0 0 0 2331 64 0 0 20 0 21 0 35734759 19589197824 980655 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 980655 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=3836600 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 980655 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=3836600 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 980655 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 29.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3922620 KiB

[startup+51.1056 s]
/proc/loadavg: 4.20 4.14 4.10 6/340 32075
/proc/meminfo: memFree=120593756/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=4168472 CPUtime=55.6 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 32822 0 0 0 5471 89 0 0 20 0 21 0 35734758 19589197824 1042118 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 1042118 5553 1 0 2085231 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=4090600 CPUtime=48.65 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 9839 0 0 0 4801 64 0 0 20 0 21 0 35734759 19589197824 1042118 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 1042118 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=4004576 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 1042118 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=17536 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 1042118 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 55.6 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4168472 KiB

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

[startup+3162.3 s]
/proc/loadavg: 3.09 3.15 3.49 4/317 32340
/proc/meminfo: memFree=99602212/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3236.45 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 296369 0 0 0 323210 435 0 0 20 0 21 0 35734758 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 3637565 5553 1 0 4086304 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=10752 CPUtime=3100.72 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 136121 0 0 0 309942 130 0 0 20 0 21 0 35734759 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=4352 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 2658 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 3236.45 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14550260 KiB

[startup+3222.3 s]
/proc/loadavg: 3.14 3.15 3.47 5/316 32342
/proc/meminfo: memFree=99495796/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3297.48 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 301895 0 0 0 329310 438 0 0 20 0 21 0 35734758 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 3637565 5553 1 0 4086304 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3159.45 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 139612 0 0 0 315815 130 0 0 20 0 21 0 35734759 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 2740 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=12544 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 3297.48 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14550260 KiB

[startup+3282.3 s]
/proc/loadavg: 3.14 3.15 3.44 4/316 32344
/proc/meminfo: memFree=99495532/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3361.87 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 312846 0 0 0 335744 443 0 0 20 0 21 0 35734758 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 3637565 5553 1 0 4086304 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3218.74 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 143161 0 0 0 321743 131 0 0 20 0 21 0 35734759 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 2868 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 3361.87 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14550260 KiB

[startup+3342.3 s]
/proc/loadavg: 3.16 3.15 3.43 4/316 32346
/proc/meminfo: memFree=99495644/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3422.29 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 318038 0 0 0 341784 445 0 0 20 0 21 0 35734758 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 3637565 5553 1 0 4086304 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3278.02 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 146736 0 0 0 327671 131 0 0 20 0 21 0 35734759 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=0 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 2992 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=5632 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 3422.29 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14550260 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.14 3.40 4/317 32349
/proc/meminfo: memFree=99495500/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3482.65 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 323008 0 0 0 347818 447 0 0 20 0 21 0 35734758 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 3637565 5553 1 0 4086304 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3337.39 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 150063 0 0 0 333608 131 0 0 20 0 21 0 35734759 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=5632 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 3067 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 3482.65 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14550260 KiB

[startup+3462.3 s]
/proc/loadavg: 3.13 3.14 3.39 4/318 32357
/proc/meminfo: memFree=99495348/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3543.65 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 327910 0 0 0 353915 450 0 0 20 0 21 0 35734758 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 3637565 5553 1 0 4086304 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3396.14 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 153209 0 0 0 339482 132 0 0 20 0 21 0 35734759 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=6896 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 3116 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 3543.65 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14550260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3518.3 s]
/proc/loadavg: 3.09 3.13 3.37 4/318 32359
/proc/meminfo: memFree=99495532/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3600.09 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 330913 0 0 0 359558 451 0 0 20 0 21 0 35734758 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4782519 3637565 5553 1 0 4086304 0
[pid=31987/tid=31989] ppid=31984 vsize=19130076 memory=14550260 CPUtime=3451.44 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) R 31984 31987 27841 0 -1 4194368 155500 0 0 0 345011 133 0 0 20 0 21 0 35734759 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19130076 memory=17536 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 3204 0 0 0 0 0 0 0 20 0 21 0 35734761 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32008] ppid=31984 vsize=19130076 memory=14550260 CPUtime=0 cores=1,3
/proc/31987/task/32008/stat : 32008 (Timer-0) S 31984 31987 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35735267 19589197824 3637565 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14550260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.76 s, system=4.55824 s

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

[startup+3518.41 s]
/proc/loadavg: 3.09 3.13 3.37 4/318 32359
/proc/meminfo: memFree=99495532/131249996 swapFree=33010684/33010684
[pid=31987] ppid=31984 vsize=19329768 memory=14551156 CPUtime=3600.28 cores=1,3
/proc/31987/stat : 31987 (java) S 31984 31987 27841 0 -1 4194304 333608 0 0 0 359576 452 0 0 20 0 22 0 35734758 19793682432 3637789 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
/proc/31987/statm: 4832442 3637789 5553 1 0 4087265 0
[pid=31987/tid=31989] ppid=31984 vsize=19329768 memory=17536 CPUtime=3451.52 cores=1,3
/proc/31987/task/31989/stat : 31989 (java) S 31984 31987 27841 0 -1 4194368 155588 0 0 0 345019 133 0 0 20 0 22 0 35734759 19793682432 3637789 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=31998] ppid=31984 vsize=19329768 memory=12544 CPUtime=0 cores=1,3
/proc/31987/task/31998/stat : 31998 (Finalizer) S 31984 31987 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 35734761 19793682432 3637789 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
[pid=31987/tid=32005] ppid=31984 vsize=19329768 memory=10112 CPUtime=0 cores=1,3
/proc/31987/task/32005/stat : 32005 (Common-Cleaner) S 31984 31987 27841 0 -1 4194368 3204 0 0 0 0 0 0 0 20 0 22 0 35734761 19793682432 3637789 18446744073709551615 94186466439168 94186466442864 140733500831616 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186466450680 94186466451472 94186472001536 140733500840321 140733500840422 140733500840422 140733500846024 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 14551156 KiB

Child status: 143

Real time (s): 3518.45
CPU time (s): 3600.32
CPU user time (s): 3595.76
CPU system time (s): 4.55824
CPU usage (%): 102.327
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 14551156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.76
system time used= 4.55824
maximum resident set size= 14551284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111901
involuntary context switches= 7848


# summary of solver processes directly reported to runsolver:
#   pid: 31987
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3595.76
#   total CPU system time (s): 4.55824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19095 second user time and 16.6135 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 14:36:09
IDJOB=4511812
IDBENCH=160484
IDSOLVER=3363
FILE ID=nodeC024/4511812-1751200568
RUNJOBID= nodeC024-1751191546-27853
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-vm98p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511812-1751200568/watcher-4511812-1751200568 -o /tmp/evaluation-result-4511812-1751200568/solver-4511812-1751200568 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27853 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4511812-1751200568.opb

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

MD5SUM BENCH= 0ade693002e69cf4f48fe48722d4f7a3
RANDOM SEED=1670227600

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.702
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.938
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		: 3602.461
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		: 3596.161
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		: 3599.684
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		: 3600.360
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.531
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:        123680980 kB
MemAvailable:   123425876 kB
Buffers:            3280 kB
Cached:           554368 kB
SwapCached:            0 kB
Active:          6653744 kB
Inactive:         299680 kB
Active(anon):    6413840 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):   299680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31480 kB
Writeback:             0 kB
AnonPages:       6398436 kB
Mapped:           122596 kB
Shmem:             18064 kB
KReclaimable:      88704 kB
Slab:             175688 kB
SReclaimable:      88704 kB
SUnreclaim:        86984 kB
KernelStack:        5168 kB
PageTables:        16220 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   13325044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6191104 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= 432996 MiB
End job on nodeC024 at 2025-06-29 15:34:47