Trace number 4513589

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 CP VeriPB 2025-06-06? (TO) 3600.19 3576.99

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v090-n1.opb
MD5SUM2f2bbded117b16ee84684349cffbd198
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.033246
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables179
Total number of constraints90
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.01/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.20	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.09/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.22	c java.vm.version	22.0.1+8-16
0.09/0.22	c java.vm.vendor	Oracle Corporation
0.09/0.22	c sun.arch.data.model	64
0.09/0.22	c java.version		22.0.1
0.09/0.22	c os.name		Linux
0.09/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.22	c os.arch		amd64
0.09/0.22	c Free memory 		2104792832
0.09/0.22	c Max memory 		16282288128
0.09/0.22	c Total memory 		2113929216
0.09/0.23	c Number of processors 	2
0.09/0.29	c Pseudo Boolean Optimization by upper bound
0.09/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.29	c  - never skip resolution steps
0.09/0.29	c  - Auto-division on coefficients is disabled
0.09/0.29	c  - No postprocessing
0.09/0.29	c  - Conflict is considered as is when resolving
0.09/0.29	c  - Use constraints as they come during conflict analysis
0.09/0.29	c  - Weaken first using unassigned literals
0.09/0.29	c  - Bump strategy: ALWAYS_ONE
0.09/0.29	c  - Bumper: EFFECTIVE
0.09/0.29	c --- Begin Solver configuration ---
0.09/0.29	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.09/0.29	c Learn all clauses as in MiniSAT
0.09/0.29	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.29	c No reason simplification
0.09/0.29	c Dynamic restart strategy considering the size of the coefficients
0.09/0.29	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.09/0.29	c timeout=2147483s
0.09/0.29	c DB Simplification allowed=false
0.09/0.29	c Listener: none
0.09/0.29	c --- End Solver configuration ---
0.09/0.29	c solving HOME/instance-4513589-1751225628.opb
0.09/0.29	c reading problem ... 
0.09/0.29	c using VERIPB proof format
0.09/0.29	c  no objective function found
0.26/0.31	c ... done. Wall clock time 0.025s.
0.26/0.31	c declared #vars     179
0.26/0.32	c #constraints  180
0.26/0.32	c constraints type 
0.26/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.26/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 178
0.26/0.32	c 180 constraints processed.
4.73/2.62	c cleaning 2496 clauses out of 5000 with flag 0/5000
7.84/4.68	c cleaning 4252 clauses out of 8504 with flag 0/11000
10.44/7.14	c cleaning 5624 clauses out of 11252 with flag 0/18000
14.35/11.04	c cleaning 6811 clauses out of 13628 with flag 0/26000
19.64/16.31	c cleaning 7906 clauses out of 15819 with flag 0/35002
26.11/22.68	c cleaning 8953 clauses out of 17912 with flag 0/45001
32.60/28.76	c cleaning 9979 clauses out of 19959 with flag 0/56001
40.45/36.32	c cleaning 10989 clauses out of 21980 with flag 0/68001
61.61/57.44	c cleaning 11995 clauses out of 23990 with flag 0/81000
91.17/86.95	c cleaning 12999 clauses out of 25998 with flag 0/95003
118.35/114.04	c cleaning 13997 clauses out of 27996 with flag 0/110000
140.51/136.02	c cleaning 14999 clauses out of 30000 with flag 0/126001
156.62/152.09	c cleaning 16001 clauses out of 32002 with flag 0/143002
177.03/172.28	c cleaning 17000 clauses out of 33999 with flag 0/161000
225.09/220.03	c cleaning 17998 clauses out of 36000 with flag 0/180001
284.74/279.66	c cleaning 19002 clauses out of 38003 with flag 0/200002
348.95/343.63	c cleaning 20000 clauses out of 40000 with flag 0/221001
438.44/432.84	c cleaning 20995 clauses out of 41999 with flag 0/243000
542.47/536.55	c cleaning 22000 clauses out of 44004 with flag 0/266000
674.18/667.87	c cleaning 23002 clauses out of 46004 with flag 0/290000
837.60/830.72	c cleaning 23999 clauses out of 48003 with flag 0/315001
1022.96/1015.59	c cleaning 24998 clauses out of 50003 with flag 0/341000
1230.89/1222.87	c cleaning 25999 clauses out of 52005 with flag 0/368000
1384.36/1375.77	c cleaning 26996 clauses out of 54006 with flag 0/396000
1539.65/1530.54	c cleaning 28002 clauses out of 56010 with flag 0/425000
1692.04/1682.34	c cleaning 28999 clauses out of 58008 with flag 0/455000
1863.75/1853.20	c cleaning 30005 clauses out of 60010 with flag 0/486001
2063.36/2051.91	c cleaning 30997 clauses out of 62006 with flag 0/518002
2300.33/2287.59	c cleaning 32000 clauses out of 64008 with flag 0/551001
2534.22/2519.93	c cleaning 32997 clauses out of 66008 with flag 0/585001
2809.44/2793.02	c cleaning 34003 clauses out of 68011 with flag 0/620001
3046.33/3028.91	c cleaning 35004 clauses out of 70007 with flag 0/656000
3374.94/3354.03	c cleaning 35999 clauses out of 72003 with flag 0/693000
3600.06/3576.91	c starts		: 3103
3600.06/3576.92	c timeout
3600.06/3576.92	c conflicts		: 722579
3600.06/3576.92	c decisions		: 1019656
3600.06/3576.92	c propagations		: 4782247
3600.06/3576.92	c inspects		: 5355898403
3600.06/3576.92	c shortcuts		: 0
3600.06/3576.92	c learnt literals	: 0
3600.06/3576.92	c learnt binary clauses	: 0
3600.06/3576.92	c learnt ternary clauses	: 0
3600.06/3576.92	c learnt constraints	: 722578
3600.06/3576.92	c ignored constraints	: 0
3600.06/3576.92	c root simplifications	: 0
3600.06/3576.92	c removed literals (reason simplification)	: 0
3600.06/3576.92	c reason swapping (by a shorter reason)	: 0
3600.06/3576.92	c Calls to reduceDB	: 33
3600.06/3576.92	c Number of update (reduction) of LBD	: 755445
3600.06/3576.92	c Imported unit clauses	: 0
3600.06/3576.92	c No decision after first conflict	: false
3600.06/3576.92	c number of reductions to clauses (during analyze)	: 0
3600.06/3576.92	c number of learned constraints concerned by reduction	: 0
3600.06/3576.92	c number of learning phase by resolution	: 0
3600.06/3576.92	c number of learning phase by cutting planes	: 0
3600.06/3576.92	c number of rounding to 1 operations	: 0
3600.06/3576.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3576.92	c number of reductions of the coefficients by power 2 	: 0
3600.06/3576.92	c number of right shift for reduction by power 2 	: 0
3600.06/3576.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3576.92	c number of ending skipping 	: 0
3600.06/3576.92	c number of internal skipping 	: 0
3600.06/3576.92	c number of derivation steps 	: 2845610
3600.06/3576.92	c number of skipped derivation steps 	: 0
3600.06/3576.92	c number of remaining unassigned 	: 933
3600.06/3576.92	c number of remaining assigned 	: 52471316
3600.06/3576.92	c number of falsified literals weakened from reason	: 0
3600.06/3576.92	c number of falsified literals weakened from conflict	: 0
3600.06/3576.92	c time for arithmetic operations	: 1300954041
3600.06/3576.92	c minimum degree of deleted constraints	: 1
3600.06/3576.92	c maximum degree of deleted constraints	: 30976
3600.06/3576.92	c number of deleted constraints	: 656996
3600.06/3576.92	c speed (assignments/second)	: 1337.0915538874308
3600.06/3576.92	c non guided choices	: 35
3600.06/3576.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.06/3576.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11
3600.06/3576.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 65570
3600.06/3576.97	s UNKNOWN
3600.06/3576.97	c Total wall clock time (in seconds): 3576.68

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62102 MiB free)
  memory of node 1: 64465 MiB (64001 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513589-1751225628/watcher-4513589-1751225628 -o /tmp/evaluation-result-4513589-1751225628/solver-4513589-1751225628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37351 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513589-1751225628 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513589-1751225628.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

solver pid=37406, runsolver pid=37395
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.61 1.91 2.89 1/296 37431
/proc/meminfo: memFree=129098532/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=18130736 memory=26380 CPUtime=0.01 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 3111 0 230 0 0 1 0 0 20 0 7 0 38240350 18565873664 6563 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4532684 6563 3136 1 0 540973 0
[pid=37406/tid=37410] ppid=37395 vsize=18130736 memory=4026531960 CPUtime=0 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) D 37395 37406 37338 0 -1 4194368 2549 0 208 0 0 0 0 0 20 0 7 0 38240354 18565873664 6595 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16784588 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 26380 KiB

[startup+0.20539 s]*
/proc/loadavg: 0.61 1.91 2.89 5/340 37475
/proc/meminfo: memFree=129036944/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=18930384 memory=49216 CPUtime=0.09 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 5896 0 404 0 7 2 0 0 20 0 18 0 38240350 19384713216 12304 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4732596 12304 5201 1 0 547259 0
[pid=37406/tid=37410] ppid=37395 vsize=18930384 memory=3472328132922704156 CPUtime=0.06 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 4672 0 352 0 5 1 0 0 20 0 18 0 38240354 19384713216 12304 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=18930384 memory=14860 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38240364 19384713216 12304 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 38240365 19384713216 12304 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49216 KiB

[startup+0.305665 s]*
/proc/loadavg: 0.61 1.91 2.89 9/340 37475
/proc/meminfo: memFree=128992464/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=18930384 memory=61816 CPUtime=0.26 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 6862 0 404 0 23 3 0 0 20 0 18 0 38240350 19384713216 15454 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4732596 15454 5361 1 0 547955 0
[pid=37406/tid=37410] ppid=37395 vsize=18930384 memory=-6000919485524436332 CPUtime=0.15 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 5159 0 352 0 13 2 0 0 20 0 18 0 38240354 19384713216 15454 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38240364 19384713216 15454 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 38240365 19384713216 15454 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61816 KiB

[startup+0.700239 s]
/proc/loadavg: 0.61 1.91 2.89 10/344 37479
/proc/meminfo: memFree=128815780/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=164868 CPUtime=1.02 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 10701 0 405 0 96 6 0 0 20 0 20 0 38240350 19521036288 41217 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 41217 5393 1 0 551357 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=17536 CPUtime=0.46 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 5310 0 352 0 42 4 0 0 20 0 20 0 38240354 19521036288 41217 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 41217 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 41217 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 41217 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164868 KiB

[startup+1.50024 s]
/proc/loadavg: 0.61 1.91 2.89 7/325 37493
/proc/meminfo: memFree=128603932/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=270764 CPUtime=2.6 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 23246 0 406 0 251 9 0 0 20 0 20 0 38240350 19521036288 67691 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 67691 5393 1 0 556152 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=0 CPUtime=1.2 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 5442 0 352 0 115 5 0 0 20 0 20 0 38240354 19521036288 67691 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 67691 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 67691 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 67691 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 270764 KiB

[startup+3.10589 s]
/proc/loadavg: 0.61 1.91 2.89 8/348 37550
/proc/meminfo: memFree=126159492/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=794448 CPUtime=5.61 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 28363 0 407 0 541 20 0 0 20 0 20 0 38240350 19521036288 198612 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 198612 5393 1 0 556296 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=10624 CPUtime=2.75 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 7667 0 352 0 260 15 0 0 20 0 20 0 38240354 19521036288 198612 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 198612 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=-6000919485524436332 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 43 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 198612 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 198612 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 794448 KiB

[startup+6.30024 s]
/proc/loadavg: 1.04 1.98 2.90 7/347 37551
/proc/meminfo: memFree=124083768/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=1309800 CPUtime=9.62 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 29165 0 407 0 929 33 0 0 20 0 20 0 38240350 19521036288 327450 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 327450 5393 1 0 556332 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=0 CPUtime=5.87 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 8135 0 352 0 560 27 0 0 20 0 20 0 38240354 19521036288 327450 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 327450 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=8326441210107759524 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 43 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 327450 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=1145000 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 327450 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 9.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1309800 KiB

[startup+12.7002 s]
/proc/loadavg: 1.52 2.07 2.92 5/348 37552
/proc/meminfo: memFree=122663568/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=1740852 CPUtime=16.03 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 30359 0 407 0 1559 44 0 0 20 0 20 0 38240350 19521036288 435213 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 435213 5393 1 0 662858 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=0 CPUtime=12.15 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 8957 0 352 0 1178 37 0 0 20 0 20 0 38240354 19521036288 435213 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=15043 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 435213 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=1740852 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 43 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 435213 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 435213 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 16.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1740852 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 2.16 2.94 5/347 37552
/proc/meminfo: memFree=122528296/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=1743164 CPUtime=29.14 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 41669 0 407 0 2864 50 0 0 20 0 20 0 38240350 19521036288 435791 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 435791 5393 1 0 662858 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=1740852 CPUtime=24.72 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) S 37395 37406 37338 0 -1 4194368 12370 0 352 0 2431 41 0 0 20 0 20 0 38240354 19521036288 435791 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=1743036 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 435791 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=-6000919485524436332 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 43 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 435791 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 435791 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 29.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1743164 KiB

[startup+51.1059 s]
/proc/loadavg: 2.81 2.33 2.98 5/347 37553
/proc/meminfo: memFree=121405832/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=1758316 CPUtime=55.29 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 48009 0 408 0 5474 55 0 0 20 0 20 0 38240350 19521036288 439579 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 439579 5393 1 0 662858 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=1756196 CPUtime=49.88 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 13838 0 353 0 4943 45 0 0 20 0 20 0 38240354 19521036288 439579 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 439579 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 62 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 439579 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 439579 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0

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

/proc/meminfo: memFree=110346204/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=2542200 CPUtime=3241.4 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 106545 0 408 0 323884 256 0 0 20 0 20 0 38240350 19521036288 635550 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 635550 5393 1 0 663220 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=2519500 CPUtime=3176.01 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 47218 0 353 0 317483 118 0 0 20 0 20 0 38240354 19521036288 635550 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=2536024 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 635550 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=2540152 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 1559 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 635550 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 635550 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 3241.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2542200 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.15 4.10 5/344 37745
/proc/meminfo: memFree=110245624/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=2548360 CPUtime=3302.18 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 106691 0 408 0 329958 260 0 0 20 0 20 0 38240350 19521036288 637090 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 637090 5393 1 0 663223 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=2548360 CPUtime=3235.01 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 47290 0 353 0 323382 119 0 0 20 0 20 0 38240354 19521036288 637090 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=2546296 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 637090 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=2542200 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 1592 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 637090 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 637090 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 3302.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2548360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/345 37751
/proc/meminfo: memFree=110148208/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=2552584 CPUtime=3363.12 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 106941 0 408 0 336050 262 0 0 20 0 20 0 38240350 19521036288 638146 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 638146 5393 1 0 663280 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=17536 CPUtime=3293.97 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 47351 0 353 0 329278 119 0 0 20 0 20 0 38240354 19521036288 638146 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 638146 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=2548360 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 1593 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 638146 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=2552584 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 638146 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 3363.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2552584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/345 37753
/proc/meminfo: memFree=110085200/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=2554712 CPUtime=3423.64 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 107190 0 408 0 342098 266 0 0 20 0 20 0 38240350 19521036288 638678 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 638678 5393 1 0 663280 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=17536 CPUtime=3352.85 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 47540 0 353 0 335164 121 0 0 20 0 20 0 38240354 19521036288 638678 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 638678 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 1593 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 638678 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=2554712 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 638678 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 3423.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2554712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.16 4.10 5/344 37755
/proc/meminfo: memFree=110026640/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=2556764 CPUtime=3484.1 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 108131 0 408 0 348141 269 0 0 20 0 20 0 38240350 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 639191 5393 1 0 663280 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=17536 CPUtime=3411.89 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 48405 0 353 0 341067 122 0 0 20 0 20 0 38240354 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=2556764 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=-6000919485524436332 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 1593 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 3484.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2556764 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.13 4.09 5/345 37759
/proc/meminfo: memFree=109978124/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=2556764 CPUtime=3544.69 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 110209 0 408 0 354198 271 0 0 20 0 20 0 38240350 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 639191 5393 1 0 663280 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=2552584 CPUtime=3470.8 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 49700 0 353 0 346957 123 0 0 20 0 20 0 38240354 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=2552584 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 1670 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=2556764 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 3544.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2556764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.9 s]
/proc/loadavg: 4.44 4.22 4.12 5/346 38028
/proc/meminfo: memFree=121487432/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=2556764 CPUtime=3600.06 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 111645 0 408 0 359732 274 0 0 20 0 20 0 38240350 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 639191 5393 1 0 663280 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=2552584 CPUtime=3524.45 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 50399 0 353 0 352322 123 0 0 20 0 20 0 38240354 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=2556764 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=2556764 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 1704 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2556764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.43 s, system=2.75497 s

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

[startup+3576.9 s]
/proc/loadavg: 4.44 4.22 4.12 5/346 38028
/proc/meminfo: memFree=121487432/131250000 swapFree=33010684/33010684
[pid=37406] ppid=37395 vsize=19063512 memory=2556764 CPUtime=3600.06 cores=5,7
/proc/37406/stat : 37406 (java) S 37395 37406 37338 0 -1 4194304 111645 0 408 0 359732 274 0 0 20 0 20 0 38240350 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
/proc/37406/statm: 4765878 639191 5393 1 0 663280 0
[pid=37406/tid=37410] ppid=37395 vsize=19063512 memory=2552584 CPUtime=3524.45 cores=5,7
/proc/37406/task/37410/stat : 37410 (java) R 37395 37406 37338 0 -1 4194368 50399 0 353 0 352322 123 0 0 20 0 20 0 38240354 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37446] ppid=37395 vsize=19063512 memory=2556764 CPUtime=0 cores=5,7
/proc/37406/task/37446/stat : 37446 (Finalizer) S 37395 37406 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37473] ppid=37395 vsize=19063512 memory=2556764 CPUtime=0 cores=5,7
/proc/37406/task/37473/stat : 37473 (Common-Cleaner) S 37395 37406 37338 0 -1 4194368 1704 0 1 0 0 0 0 0 20 0 20 0 38240365 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
[pid=37406/tid=37478] ppid=37395 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/37406/task/37478/stat : 37478 (Timer-0) S 37395 37406 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240382 19521036288 639191 18446744073709551615 94445966270464 94445966274160 140729429194624 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94445966281976 94445966282768 94445979254784 140729429199149 140729429199334 140729429199334 140729429204936 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2556764 KiB

Child status: 143

Real time (s): 3576.99
CPU time (s): 3600.19
CPU user time (s): 3597.43
CPU system time (s): 2.75497
CPU usage (%): 100.648
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2556764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.43
system time used= 2.75497
maximum resident set size= 2557916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114483
page faults= 408
swaps= 0
block input operations= 7536
block output operations= 607200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 172058
involuntary context switches= 17060


# summary of solver processes directly reported to runsolver:
#   pid: 37406
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.43
#   total CPU system time (s): 2.75497

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.31187 second user time and 17.6938 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 21:33:48
IDJOB=4513589
IDBENCH=162381
IDSOLVER=3362
FILE ID=nodeC016/4513589-1751225628
RUNJOBID= nodeC016-1751225628-37351
SLURM_JOB_ID= 9587681
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v090-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513589-1751225628/watcher-4513589-1751225628 -o /tmp/evaluation-result-4513589-1751225628/solver-4513589-1751225628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37351 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513589-1751225628 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513589-1751225628.opb

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

MD5SUM BENCH= 2f2bbded117b16ee84684349cffbd198
RANDOM SEED=1971826045

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129138744 kB
MemAvailable:   129777992 kB
Buffers:            3280 kB
Cached:          1444244 kB
SwapCached:            0 kB
Active:           296104 kB
Inactive:        1222496 kB
Active(anon):      89148 kB
Inactive(anon):        0 kB
Active(file):     206956 kB
Inactive(file):  1222496 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2936 kB
Writeback:             4 kB
AnonPages:         74800 kB
Mapped:           102516 kB
Shmem:             18072 kB
KReclaimable:      98068 kB
Slab:             185456 kB
SReclaimable:      98068 kB
SUnreclaim:        87388 kB
KernelStack:        4196 kB
PageTables:         2464 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     337488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC016 at 2025-06-29 22:33:25