Trace number 4504993

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.33 3671.07

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_3_ic.opb
MD5SUM9beff3f3155855feaa4c9645b72566dc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.277731
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.48	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.48	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.48	c See www.sat4j.org for details.
0.12/0.50	c version PB25.v20250606
0.27/0.52	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.53	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.53	c java.vm.version	22.0.1+8-16
0.27/0.53	c java.vm.vendor	Oracle Corporation
0.27/0.53	c sun.arch.data.model	64
0.27/0.53	c java.version		22.0.1
0.27/0.53	c os.name		Linux
0.27/0.53	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.53	c os.arch		amd64
0.27/0.53	c Free memory 		2104792832
0.27/0.54	c Max memory 		16282288128
0.27/0.54	c Total memory 		2113929216
0.27/0.55	c Number of processors 	2
0.57/0.75	c Pseudo Boolean Optimization by upper bound
0.57/0.75	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.75	c  - never skip resolution steps
0.57/0.75	c  - Auto-division on coefficients is disabled
0.57/0.75	c  - No postprocessing
0.57/0.75	c  - Conflict is considered as is when resolving
0.57/0.75	c  - Use constraints as they come during conflict analysis
0.57/0.75	c  - Weaken first using unassigned literals
0.57/0.75	c  - Bump strategy: ALWAYS_ONE
0.57/0.75	c  - Bumper: EFFECTIVE
0.57/0.75	c --- Begin Solver configuration ---
0.57/0.75	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.57/0.75	c Learn all clauses as in MiniSAT
0.57/0.75	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.75	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.75	c No reason simplification
0.57/0.75	c Dynamic restart strategy considering the size of the coefficients
0.57/0.75	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.57/0.75	c timeout=2147483s
0.57/0.75	c DB Simplification allowed=false
0.57/0.75	c Listener: none
0.57/0.75	c --- End Solver configuration ---
0.57/0.75	c solving HOME/instance-4504993-1751482077.opb
0.57/0.75	c reading problem ... 
0.57/0.77	c using VERIPB proof format
0.57/0.77	c  objective function found
4.23/2.65	c ... done. Wall clock time 1.899s.
4.23/2.65	c declared #vars     15725
4.23/2.65	c #constraints  33139
4.23/2.65	c constraints type 
4.23/2.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
4.23/2.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
4.23/2.65	c org.sat4j.specs.Constr$1 => 3
4.23/2.65	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 14775
4.23/2.65	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
4.23/2.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
4.23/2.65	c 33139 constraints processed.
4.23/2.67	c objective function length is 1825 literals
49.33/42.03	c cleaning 2502 clauses out of 5003 with flag 0/5003
115.24/109.34	c cleaning 4251 clauses out of 8501 with flag 0/11003
209.74/222.16	c cleaning 5625 clauses out of 11250 with flag 0/18003
326.59/355.64	c cleaning 6813 clauses out of 13625 with flag 0/26003
448.77/476.42	c cleaning 7904 clauses out of 15809 with flag 0/35000
609.62/636.45	c cleaning 8950 clauses out of 17905 with flag 0/45000
807.00/838.88	c cleaning 9980 clauses out of 19959 with flag 0/56004
1044.94/1077.51	c cleaning 10988 clauses out of 21977 with flag 0/68002
1303.69/1344.50	c cleaning 11994 clauses out of 23990 with flag 0/81003
1615.87/1666.31	c cleaning 12996 clauses out of 25994 with flag 0/95001
1961.52/2014.14	c cleaning 14002 clauses out of 28007 with flag 0/110010
2364.99/2416.30	c cleaning 14995 clauses out of 29996 with flag 0/126001
2829.17/2882.42	c cleaning 16003 clauses out of 32006 with flag 0/143006
3317.60/3387.86	c cleaning 17001 clauses out of 34002 with flag 0/161005
3600.08/3670.94	c starts		: 20
3600.08/3670.96	c conflicts		: 172202
3600.08/3670.97	c decisions		: 304469
3600.08/3670.97	c propagations		: 122654431
3600.08/3670.97	c inspects		: 2842424049
3600.08/3670.97	c shortcuts		: 0
3600.08/3670.97	c learnt literals	: 0
3600.08/3670.97	c learnt binary clauses	: 0
3600.08/3670.97	c learnt ternary clauses	: 0
3600.08/3670.97	c learnt constraints	: 172202
3600.08/3670.98	c ignored constraints	: 0
3600.08/3670.98	c root simplifications	: 0
3600.08/3670.98	c removed literals (reason simplification)	: 0
3600.08/3670.98	c reason swapping (by a shorter reason)	: 0
3600.08/3670.98	c Calls to reduceDB	: 14
3600.08/3670.98	c Number of update (reduction) of LBD	: 278970
3600.08/3670.98	c Imported unit clauses	: 0
3600.08/3670.98	c No decision after first conflict	: false
3600.08/3670.98	c number of reductions to clauses (during analyze)	: 0
3600.08/3670.98	c number of learned constraints concerned by reduction	: 0
3600.08/3670.98	c number of learning phase by resolution	: 0
3600.08/3670.98	c number of learning phase by cutting planes	: 0
3600.08/3670.98	c number of rounding to 1 operations	: 0
3600.08/3670.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3670.99	c timeout
3600.08/3670.99	c number of reductions of the coefficients by power 2 	: 0
3600.08/3670.99	c number of right shift for reduction by power 2 	: 0
3600.08/3670.99	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3670.99	c number of ending skipping 	: 0
3600.08/3670.99	c number of internal skipping 	: 0
3600.08/3670.99	c number of derivation steps 	: 2239431
3600.08/3670.99	c number of skipped derivation steps 	: 0
3600.08/3670.99	c number of remaining unassigned 	: 94035
3600.08/3671.00	c number of remaining assigned 	: 15741297
3600.08/3671.00	c number of falsified literals weakened from reason	: 0
3600.08/3671.00	c number of falsified literals weakened from conflict	: 0
3600.08/3671.00	c time for arithmetic operations	: 2014870793
3600.08/3671.00	c minimum degree of deleted constraints	: 1
3600.08/3671.00	c maximum degree of deleted constraints	: 15270909635850443990576258896239600233992216968056992453785256340595761660294418074910650117430466095334953698836852570408729411235030845691866899672682646023575955565617824677678651227729534853703295159497227511228087646654473119814439265373971576067430162073119142139074086930129229843450829145791546432470854142734203715538055908976614128475721063463699310878394333335355911804102290157716688236885756610972019775001695232220596840739237508540716867131243293425083882316143870828289014380779219899895587986935733600980419087637318058765318802680627108626878712983114148921573817676294914939389863997374809729113451617098441815259489899297734649048314520593184499042350330584151666588619777954469462373654620467728123637071412998701382036729608140259000338960055379239523274302590663639280142182298130021354673088878063586155549007691431719798534009856235284547024844002689519069672015110196954841631229476855184820642657084873143867417973384913874847589891496807282443977866380500454432
3600.08/3671.00	c number of deleted constraints	: 144004
3600.08/3671.00	c speed (assignments/second)	: 33436.29165856801
3600.08/3671.00	c non guided choices	: 0
3600.28/3671.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16
3600.28/3671.02	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 595
3600.28/3671.02	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 27587
3600.28/3671.02	s UNKNOWN
3600.28/3671.02	c Total wall clock time (in seconds): 3670.27

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504993-1751482077/watcher-4504993-1751482077 -o /tmp/evaluation-result-4504993-1751482077/solver-4504993-1751482077 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751482077-78205 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4504993-1751482077 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4504993-1751482077.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=78232, runsolver pid=78228

[startup+0.100098 s]*
/proc/loadavg: 0.70 1.20 2.15 3/242 78241
/proc/meminfo: memFree=129931272/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=24960 memory=3584 CPUtime=0 cores=5,7
/proc/78232/stat : 78232 (java) D 78228 78232 78192 0 -1 4194304 273 0 4 0 0 0 0 0 20 0 1 0 63886881 25559040 896 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 0 1 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 6240 896 768 1 0 464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 3584 KiB

[startup+0.212976 s]*
/proc/loadavg: 0.70 1.20 2.15 2/257 78258
/proc/meminfo: memFree=129910856/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=18130736 memory=21304 CPUtime=0.01 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 1876 0 27 0 0 1 0 0 20 0 7 0 63886881 18565873664 5326 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4532684 5326 3296 1 0 540973 0
[pid=78232/tid=78242] ppid=78228 vsize=18130736 memory=3472328300254199928 CPUtime=0 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) D 78228 78232 78192 0 -1 4194368 1297 0 7 0 0 0 0 0 20 0 7 0 63886893 18565873664 5326 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 21304 KiB

[startup+0.313576 s]*
/proc/loadavg: 0.70 1.20 2.15 5/262 78266
/proc/meminfo: memFree=129885408/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=18264756 memory=38144 CPUtime=0.04 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 4801 0 161 0 1 3 0 0 20 0 8 0 63886881 18703110144 9536 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4566189 9536 4004 1 0 543969 0
[pid=78232/tid=78242] ppid=78228 vsize=18330292 memory=-6000919468411741288 CPUtime=0.03 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 4224 0 141 0 1 2 0 0 20 0 9 0 63886893 18770219008 9536 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18264756 KiB
Current children cumulated memory: 38144 KiB

[startup+0.700365 s]
/proc/loadavg: 0.70 1.20 2.15 8/296 78302
/proc/meminfo: memFree=129840964/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=18930384 memory=59172 CPUtime=0.57 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 6779 0 164 0 50 7 0 0 20 0 18 0 63886881 19384713216 14793 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4732596 14793 5380 1 0 547861 0
[pid=78232/tid=78242] ppid=78228 vsize=18930384 memory=0 CPUtime=0.33 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 5157 0 143 0 28 5 0 0 20 0 18 0 63886893 19384713216 14793 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=18930384 memory=131128855 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63886915 19384713216 14793 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=18930384 memory=2617 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63886917 19384713216 14793 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59172 KiB

[startup+1.50034 s]
/proc/loadavg: 0.70 1.20 2.15 9/318 78329
/proc/meminfo: memFree=129696224/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=18996948 memory=660816 CPUtime=2.1 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 9611 0 164 0 180 30 0 0 20 0 19 0 63886881 19452874752 165204 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4749237 165204 5444 1 0 549634 0
[pid=78232/tid=78242] ppid=78228 vsize=18996948 memory=0 CPUtime=0.99 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 5620 0 143 0 74 25 0 0 20 0 19 0 63886893 19452874752 165204 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=18996948 memory=131128855 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63886915 19452874752 165204 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=18996948 memory=2617 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63886917 19452874752 165204 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 2.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 660816 KiB

[startup+3.10602 s]
/proc/loadavg: 0.70 1.20 2.15 8/323 78334
/proc/meminfo: memFree=119747140/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=2729100 CPUtime=5.23 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 26386 0 164 0 442 81 0 0 20 0 20 0 63886881 19521036288 682275 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 682275 5476 1 0 940394 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=0 CPUtime=2.44 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 6749 0 143 0 174 70 0 0 20 0 20 0 63886893 19521036288 682275 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=131128855 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 682275 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 682275 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=61892 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 682275 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2729100 KiB

[startup+6.30025 s]
/proc/loadavg: 1.12 1.28 2.17 7/323 78334
/proc/meminfo: memFree=117299820/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=2733836 CPUtime=11.52 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 27662 0 164 0 1069 83 0 0 20 0 20 0 63886881 19521036288 683459 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 683459 5476 1 0 940960 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=14468 CPUtime=5.52 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 6846 0 143 0 481 71 0 0 20 0 20 0 63886893 19521036288 683459 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 683459 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=29337 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 683459 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=886996 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 683459 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 11.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2733836 KiB

[startup+12.7003 s]
/proc/loadavg: 1.35 1.32 2.18 7/324 78336
/proc/meminfo: memFree=117079576/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=2885476 CPUtime=19.33 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 37107 0 164 0 1844 89 0 0 20 0 20 0 63886881 19521036288 721369 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 721369 5476 1 0 940997 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=0 CPUtime=11.59 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 8653 0 143 0 1085 74 0 0 20 0 20 0 63886893 19521036288 721369 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=886996 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 721369 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 721369 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 721369 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 19.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2885476 KiB

[startup+25.5003 s]
/proc/loadavg: 2.08 1.49 2.22 5/324 78336
/proc/meminfo: memFree=116229940/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=2912272 CPUtime=32.6 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 38472 0 164 0 3169 91 0 0 20 0 20 0 63886881 19521036288 728068 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 728068 5476 1 0 940998 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=-6000919472757040232 CPUtime=24.15 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 9467 0 143 0 2340 75 0 0 20 0 20 0 63886893 19521036288 728068 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 728068 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 728068 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 728068 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 32.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2912272 KiB

[startup+51.1137 s]
/proc/loadavg: 2.86 1.72 2.28 5/324 78336
/proc/meminfo: memFree=114950016/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=2943356 CPUtime=58.61 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 48639 0 164 0 5764 97 0 0 20 0 20 0 63886881 19521036288 735839 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 735839 5476 1 0 941057 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=2912272 CPUtime=49.26 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 14467 0 143 0 4849 77 0 0 20 0 20 0 63886893 19521036288 735839 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 735839 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=131128855 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 735839 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 735839 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 58.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2943356 KiB

[startup+102.301 s]
/proc/loadavg: 3.68 2.13 2.39 5/326 78343
/proc/meminfo: memFree=114735980/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=3070484 CPUtime=107.82 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 57168 0 164 0 10675 107 0 0 20 0 20 0 63886881 19521036288 767621 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 767621 5476 1 0 941082 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=14468 CPUtime=96.5 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 17651 0 143 0 9571 79 0 0 20 0 20 0 63886893 19521036288 767621 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=3070484 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 767621 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0

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

/proc/meminfo: memFree=110831688/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3271.62 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 164781 0 165 0 326772 390 0 0 20 0 20 0 63886881 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 929286 5540 1 0 942625 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=-6000919472757040232 CPUtime=3168.78 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 78801 0 143 0 316743 135 0 0 20 0 20 0 63886893 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=3717144 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 2198 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=7582214166150744686 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 3271.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3717144 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/329 78518
/proc/meminfo: memFree=110817980/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3330.54 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 166853 0 165 0 332659 395 0 0 20 0 20 0 63886881 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 929286 5540 1 0 942625 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=2764 CPUtime=3226 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 80495 0 143 0 322464 136 0 0 20 0 20 0 63886893 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=3717144 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 2198 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=3717144 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 3330.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3717144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/329 78520
/proc/meminfo: memFree=110813660/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3391.17 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 168740 0 165 0 338717 400 0 0 20 0 20 0 63886881 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 929286 5540 1 0 942625 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3284.94 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 81928 0 143 0 328357 137 0 0 20 0 20 0 63886893 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=3717144 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 2253 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=3717144 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 3391.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3717144 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/330 78523
/proc/meminfo: memFree=110811532/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3450.06 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 169284 0 165 0 344602 404 0 0 20 0 20 0 63886881 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 929286 5540 1 0 942625 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3341.89 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 82354 0 143 0 334052 137 0 0 20 0 20 0 63886893 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 2325 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 3450.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3717144 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.09 6/328 78525
/proc/meminfo: memFree=110810360/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3510.79 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 171010 0 165 0 350671 408 0 0 20 0 20 0 63886881 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 929286 5540 1 0 942625 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=4224 CPUtime=3400.54 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 83750 0 143 0 339916 138 0 0 20 0 20 0 63886893 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 2325 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 3510.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3717144 KiB

[startup+3642.3 s]
/proc/loadavg: 4.21 4.16 4.10 5/324 78724
/proc/meminfo: memFree=120341396/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3571.26 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 171894 0 165 0 356711 415 0 0 20 0 20 0 63886881 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 929286 5540 1 0 942625 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3459.55 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 84505 0 143 0 345814 141 0 0 20 0 20 0 63886893 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=3717144 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=3717144 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 2400 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 3571.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3717144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3670.9 s]
/proc/loadavg: 4.13 4.14 4.09 6/324 78724
/proc/meminfo: memFree=120340988/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3600.08 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 173225 0 165 0 359590 418 0 0 20 0 20 0 63886881 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4765878 929286 5540 1 0 942625 0
[pid=78232/tid=78242] ppid=78228 vsize=19063512 memory=3717144 CPUtime=3487.48 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) R 78228 78232 78192 0 -1 4194368 85527 0 143 0 348607 141 0 0 20 0 20 0 63886893 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19063512 memory=3717144 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63886915 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 2400 0 0 0 0 0 0 0 20 0 20 0 63886917 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78334] ppid=78228 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/78232/task/78334/stat : 78334 (Timer-0) S 78228 78232 78192 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63887151 19521036288 929286 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3717144 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.11 s, system=4.2216 s

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

[startup+3671 s]*
/proc/loadavg: 4.13 4.14 4.09 7/325 78727
/proc/meminfo: memFree=120339504/131382112 swapFree=33005784/33010684
[pid=78232] ppid=78228 vsize=19263204 memory=3718168 CPUtime=3600.28 cores=5,7
/proc/78232/stat : 78232 (java) S 78228 78232 78192 0 -1 4194304 175830 0 165 0 359609 419 0 0 20 0 21 0 63886881 19725520896 929542 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
/proc/78232/statm: 4815801 929542 5572 1 0 943576 0
[pid=78232/tid=78242] ppid=78228 vsize=19263204 memory=-6000919502855038056 CPUtime=3487.57 cores=5,7
/proc/78232/task/78242/stat : 78242 (java) S 78228 78232 78192 0 -1 4194368 85812 0 143 0 348616 141 0 0 20 0 21 0 63886893 19725520896 929542 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78282] ppid=78228 vsize=19263204 memory=6516 CPUtime=0 cores=5,7
/proc/78232/task/78282/stat : 78282 (Finalizer) S 78228 78232 78192 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63886915 19725520896 929542 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78293] ppid=78228 vsize=19263204 memory=1877932 CPUtime=0 cores=5,7
/proc/78232/task/78293/stat : 78293 (Common-Cleaner) S 78228 78232 78192 0 -1 4194368 2400 0 0 0 0 0 0 0 20 0 21 0 63886917 19725520896 929542 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
[pid=78232/tid=78726] ppid=78228 vsize=19263204 memory=-6000919502855038056 CPUtime=0.03 cores=5,7
/proc/78232/task/78726/stat : 78726 (Thread-0) R 78228 78232 78192 0 -1 4194368 475 0 0 0 3 0 0 0 20 0 21 0 64253973 19725520896 929542 18446744073709551615 93965980590080 93965980593776 140721673624400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93965980601592 93965980602384 93965985021952 140721673627949 140721673628134 140721673628134 140721673633736 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3718168 KiB

Child status: 143

Real time (s): 3671.07
CPU time (s): 3600.33
CPU user time (s): 3596.11
CPU system time (s): 4.2216
CPU usage (%): 98.073
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3718168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.11
system time used= 4.2216
maximum resident set size= 3718296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175905
page faults= 165
swaps= 0
block input operations= 6600
block output operations= 180720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137954
involuntary context switches= 19425


# summary of solver processes directly reported to runsolver:
#   pid: 78232
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3596.11
#   total CPU system time (s): 4.2216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7668 second user time and 39.1418 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-02 20:47:57
IDJOB=4504993
IDBENCH=155719
IDSOLVER=3362
FILE ID=nodeC007/4504993-1751482077
RUNJOBID= nodeC007-1751482077-78205
SLURM_JOB_ID= 9598528
Free space on /tmp= 431032 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_3_ic.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504993-1751482077/watcher-4504993-1751482077 -o /tmp/evaluation-result-4504993-1751482077/solver-4504993-1751482077 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751482077-78205 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4504993-1751482077 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4504993-1751482077.opb

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

MD5SUM BENCH= 9beff3f3155855feaa4c9645b72566dc
RANDOM SEED=1163146538

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129940336 kB
MemAvailable:   129764716 kB
Buffers:              16 kB
Cached:           494232 kB
SwapCached:          252 kB
Active:           308240 kB
Inactive:         274228 kB
Active(anon):      53812 kB
Inactive(anon):    47912 kB
Active(file):     254428 kB
Inactive(file):   226316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14264 kB
Writeback:             0 kB
AnonPages:         91028 kB
Mapped:            97436 kB
Shmem:             13504 kB
KReclaimable:     366528 kB
Slab:             456180 kB
SReclaimable:     366528 kB
SUnreclaim:        89652 kB
KernelStack:        3800 kB
PageTables:         2392 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     366764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430744 MiB
End job on nodeC007 at 2025-07-02 21:49:09