Trace number 4503211

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) 3564.18 3700.17

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
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 benchmark35.4553
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.12/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.22	c java.vm.version	22.0.1+8-16
0.12/0.22	c java.vm.vendor	Oracle Corporation
0.12/0.22	c sun.arch.data.model	64
0.12/0.22	c java.version		22.0.1
0.12/0.22	c os.name		Linux
0.12/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.22	c os.arch		amd64
0.12/0.22	c Free memory 		2106806208
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.29/0.23	c Number of processors 	2
0.46/0.39	c Pseudo Boolean Optimization by upper bound
0.46/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.39	c  - never skip resolution steps
0.46/0.39	c  - Auto-division on coefficients is disabled
0.46/0.39	c  - No postprocessing
0.46/0.39	c  - Conflict is considered as is when resolving
0.46/0.39	c  - Use constraints as they come during conflict analysis
0.46/0.39	c  - Weaken first using unassigned literals
0.46/0.39	c  - Bump strategy: ALWAYS_ONE
0.46/0.39	c  - Bumper: EFFECTIVE
0.46/0.39	c --- Begin Solver configuration ---
0.46/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.46/0.39	c Learn all clauses as in MiniSAT
0.46/0.39	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.39	c No reason simplification
0.46/0.39	c Dynamic restart strategy considering the size of the coefficients
0.46/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.46/0.39	c timeout=2147483s
0.46/0.39	c DB Simplification allowed=false
0.46/0.39	c Listener: none
0.46/0.39	c --- End Solver configuration ---
0.46/0.39	c solving HOME/instance-4503211-1751166629.opb
0.46/0.39	c reading problem ... 
0.46/0.40	c using VERIPB proof format
0.46/0.40	c  no objective function found
0.80/0.56	c ... done. Wall clock time 0.166s.
0.80/0.56	c declared #vars     600
0.80/0.56	c #constraints  845
0.80/0.56	c constraints type 
0.80/0.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.80/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
0.80/0.56	c 845 constraints processed.
5.87/3.11	c cleaning 2499 clauses out of 5000 with flag 0/5000
16.35/11.19	c cleaning 4235 clauses out of 8501 with flag 0/11000
34.13/28.64	c cleaning 5626 clauses out of 11266 with flag 0/18000
59.01/53.02	c cleaning 6809 clauses out of 13640 with flag 0/26000
82.57/76.43	c cleaning 7911 clauses out of 15832 with flag 0/35001
117.26/110.61	c cleaning 8953 clauses out of 17920 with flag 0/45000
162.11/155.06	c cleaning 9971 clauses out of 19968 with flag 0/56001
218.50/223.89	c cleaning 10993 clauses out of 22000 with flag 0/68004
285.04/290.34	c cleaning 12000 clauses out of 24004 with flag 0/81001
359.33/363.53	c cleaning 12998 clauses out of 26003 with flag 0/95000
458.25/461.72	c cleaning 13993 clauses out of 28005 with flag 0/110000
574.99/593.07	c cleaning 15002 clauses out of 30012 with flag 0/126000
688.33/707.34	c cleaning 15998 clauses out of 32010 with flag 0/143000
800.44/818.48	c cleaning 16995 clauses out of 34012 with flag 0/161000
902.96/922.87	c cleaning 18002 clauses out of 36017 with flag 0/180000
1002.65/1021.35	c cleaning 18999 clauses out of 38017 with flag 0/200002
1137.48/1156.90	c cleaning 20005 clauses out of 40016 with flag 0/221000
1280.09/1298.10	c cleaning 20998 clauses out of 42011 with flag 0/243000
1424.18/1440.91	c cleaning 22006 clauses out of 44014 with flag 0/266001
1600.55/1691.35	c cleaning 23003 clauses out of 46007 with flag 0/290000
1772.99/1901.23	c cleaning 24000 clauses out of 48006 with flag 0/315002
1957.40/2095.53	c cleaning 24990 clauses out of 50004 with flag 0/341000
2167.32/2308.33	c cleaning 25999 clauses out of 52015 with flag 0/368001
2395.66/2540.08	c cleaning 27003 clauses out of 54016 with flag 0/396001
2642.95/2785.63	c cleaning 27999 clauses out of 56012 with flag 0/425000
2909.33/3049.93	c cleaning 29003 clauses out of 58013 with flag 0/455000
3191.19/3329.45	c cleaning 29997 clauses out of 60010 with flag 0/486000
3490.57/3627.44	c cleaning 31002 clauses out of 62017 with flag 0/518004
3563.94/3700.04	c starts		: 43
3563.94/3700.04	c conflicts		: 529472
3563.94/3700.04	c decisions		: 671225
3563.94/3700.04	c timeout
3563.94/3700.05	c propagations		: 28023165
3563.94/3700.05	c inspects		: 3578030465
3563.94/3700.05	c shortcuts		: 0
3563.94/3700.05	c learnt literals	: 0
3563.94/3700.05	c learnt binary clauses	: 0
3563.94/3700.05	c learnt ternary clauses	: 0
3563.94/3700.05	c learnt constraints	: 529472
3563.94/3700.05	c ignored constraints	: 0
3563.94/3700.05	c root simplifications	: 0
3563.94/3700.05	c removed literals (reason simplification)	: 0
3563.94/3700.05	c reason swapping (by a shorter reason)	: 0
3563.94/3700.05	c Calls to reduceDB	: 28
3563.94/3700.05	c Number of update (reduction) of LBD	: 523805
3563.94/3700.05	c Imported unit clauses	: 0
3563.94/3700.06	c No decision after first conflict	: false
3563.94/3700.06	c number of reductions to clauses (during analyze)	: 0
3563.94/3700.06	c number of learned constraints concerned by reduction	: 0
3563.94/3700.06	c number of learning phase by resolution	: 0
3563.94/3700.06	c number of learning phase by cutting planes	: 0
3563.94/3700.06	c number of rounding to 1 operations	: 0
3563.94/3700.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3563.94/3700.06	c number of reductions of the coefficients by power 2 	: 0
3563.94/3700.06	c number of right shift for reduction by power 2 	: 0
3563.94/3700.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3563.94/3700.06	c number of ending skipping 	: 0
3563.94/3700.06	c number of internal skipping 	: 0
3563.94/3700.06	c number of derivation steps 	: 6448707
3563.94/3700.06	c number of skipped derivation steps 	: 0
3563.94/3700.06	c number of remaining unassigned 	: 661426
3563.94/3700.06	c number of remaining assigned 	: 77214725
3563.94/3700.06	c number of falsified literals weakened from reason	: 0
3563.94/3700.07	c number of falsified literals weakened from conflict	: 0
3563.94/3700.07	c time for arithmetic operations	: 9091855167
3563.94/3700.07	c minimum degree of deleted constraints	: 1
3563.94/3700.07	c maximum degree of deleted constraints	: 666481452024938992375231915725278209205786256
3563.94/3700.07	c number of deleted constraints	: 486989
3563.94/3700.07	c speed (assignments/second)	: 7574.847911962204
3563.94/3700.07	c non guided choices	: 848
3564.12/3700.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1178
3564.12/3700.14	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1305
3564.12/3700.14	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 40000
3564.12/3700.14	s UNKNOWN
3564.12/3700.14	c Total wall clock time (in seconds): 3699.753

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503211-1751166629/watcher-4503211-1751166629 -o /tmp/evaluation-result-4503211-1751166629/solver-4503211-1751166629 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15561 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503211-1751166629 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503211-1751166629.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100072 s]*
/proc/loadavg: 4.81 4.42 4.29 6/330 18236
/proc/meminfo: memFree=114769192/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=18930384 memory=48264 CPUtime=0.12 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 5777 0 0 0 9 3 0 0 20 0 18 0 32341675 19384713216 12066 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4732596 12066 5300 1 0 546995 0
[pid=18218/tid=18220] ppid=18215 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 4638 0 0 0 5 2 0 0 20 0 18 0 32341676 19384713216 12066 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32341681 19384713216 12066 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=18930384 memory=55195547748946 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32341682 19384713216 12066 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48264 KiB

[startup+0.213995 s]*
/proc/loadavg: 4.81 4.42 4.29 7/330 18236
/proc/meminfo: memFree=114766168/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=18930384 memory=53364 CPUtime=0.29 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 6486 0 0 0 25 4 0 0 20 0 18 0 32341675 19384713216 13341 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4732596 13341 5332 1 0 547599 0
[pid=18218/tid=18220] ppid=18215 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 5001 0 0 0 16 2 0 0 20 0 18 0 32341676 19384713216 13341 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=18930384 memory=2576 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32341681 19384713216 13341 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=18930384 memory=54096036103158 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32341682 19384713216 13341 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53364 KiB

[startup+0.316464 s]*
/proc/loadavg: 4.81 4.42 4.29 5/330 18236
/proc/meminfo: memFree=114762136/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=18930384 memory=57024 CPUtime=0.46 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 6836 0 0 0 41 5 0 0 20 0 18 0 32341675 19384713216 14256 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4732596 14256 5396 1 0 547860 0
[pid=18218/tid=18220] ppid=18215 vsize=18930384 memory=-6000919485658719342 CPUtime=0.28 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 5228 0 0 0 25 3 0 0 20 0 18 0 32341676 19384713216 14256 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32341681 19384713216 14256 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32341682 19384713216 14256 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57024 KiB

[startup+0.700337 s]
/proc/loadavg: 4.81 4.42 4.29 8/330 18236
/proc/meminfo: memFree=114738760/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=18996948 memory=73680 CPUtime=1.14 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 7549 0 0 0 107 7 0 0 20 0 19 0 32341675 19452874752 18420 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4749237 18420 5428 1 0 548562 0
[pid=18218/tid=18220] ppid=18215 vsize=18996948 memory=17024 CPUtime=0.61 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 5497 0 0 0 57 4 0 0 20 0 19 0 32341676 19452874752 18420 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32341681 19452874752 18420 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32341682 19452874752 18420 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73680 KiB

[startup+1.5003 s]
/proc/loadavg: 4.81 4.42 4.29 6/331 18237
/proc/meminfo: memFree=114681984/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=165720 CPUtime=2.68 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 15171 0 0 0 256 12 0 0 20 0 20 0 32341675 19521036288 41430 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 41430 5460 1 0 551383 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=3200 CPUtime=1.25 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 6014 0 0 0 118 7 0 0 20 0 20 0 32341676 19521036288 41430 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 41430 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 41430 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 41430 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165720 KiB

[startup+3.10579 s]
/proc/loadavg: 4.81 4.42 4.29 6/332 18238
/proc/meminfo: memFree=114191564/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=595652 CPUtime=5.87 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 23891 0 0 0 565 22 0 0 20 0 20 0 32341675 19521036288 148913 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 148913 5460 1 0 556246 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=14464 CPUtime=2.79 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 7454 0 0 0 265 14 0 0 20 0 20 0 32341676 19521036288 148913 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 148913 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 148913 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 148913 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 595652 KiB

[startup+6.30044 s]
/proc/loadavg: 4.99 4.47 4.30 5/331 18238
/proc/meminfo: memFree=113269972/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=1653924 CPUtime=11.2 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 26272 0 0 0 1074 46 0 0 20 0 20 0 32341675 19521036288 413481 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 413481 5460 1 0 663226 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=0 CPUtime=5.9 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 8215 0 0 0 553 37 0 0 20 0 20 0 32341676 19521036288 413481 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 413481 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 413481 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=165848 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 413481 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 11.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1653924 KiB

[startup+12.7004 s]
/proc/loadavg: 4.91 4.46 4.30 5/329 18238
/proc/meminfo: memFree=112951980/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=1780072 CPUtime=17.98 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 27555 0 0 0 1748 50 0 0 20 0 20 0 32341675 19521036288 445018 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 445018 5460 1 0 664052 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=165848 CPUtime=11.91 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 8877 0 0 0 1151 40 0 0 20 0 20 0 32341676 19521036288 445018 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=1773924 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 445018 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 445018 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 445018 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 17.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1780072 KiB

[startup+25.5005 s]
/proc/loadavg: 4.93 4.49 4.31 5/329 18238
/proc/meminfo: memFree=111332368/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=3518880 CPUtime=30.87 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 30118 0 0 0 2996 91 0 0 20 0 20 0 32341675 19521036288 879720 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 879720 5460 1 0 1297008 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=0 CPUtime=24.26 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 10299 0 0 0 2350 76 0 0 20 0 20 0 32341676 19521036288 879720 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 879720 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=3295644 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 879720 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=3277176 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 879720 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 30.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3518880 KiB

[startup+51.1136 s]
/proc/loadavg: 5.04 4.55 4.34 5/329 18239
/proc/meminfo: memFree=110235808/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=4287008 CPUtime=56.85 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 38753 0 0 0 5574 111 0 0 20 0 20 0 32341675 19521036288 1071752 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 1071752 5460 1 0 1297033 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=4286880 CPUtime=49.1 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 13954 0 0 0 4815 95 0 0 20 0 20 0 32341676 19521036288 1071752 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=26520 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 1071752 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 1071752 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0

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

[startup+3342.3 s]
/proc/loadavg: 1.75 3.28 3.87 2/255 18522
/proc/meminfo: memFree=124682872/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=5133416 CPUtime=3204.37 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 226808 0 0 0 319850 587 0 0 20 0 20 0 32341675 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 1283354 5492 1 0 1298838 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=5133416 CPUtime=3092.42 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 127947 0 0 0 308914 328 0 0 20 0 20 0 32341676 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=5133416 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 2456 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=5133416 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 3204.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5133416 KiB

[startup+3402.3 s]
/proc/loadavg: 1.32 2.88 3.69 3/253 18524
/proc/meminfo: memFree=124679984/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=5133416 CPUtime=3263.66 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 230366 0 0 0 325770 596 0 0 20 0 20 0 32341675 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 1283354 5492 1 0 1298838 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=5133416 CPUtime=3149.62 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 130408 0 0 0 314629 333 0 0 20 0 20 0 32341676 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=-6000919485658719342 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=17024 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 2527 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=5504 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 1283354 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 3263.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5133416 KiB

[startup+3462.3 s]
/proc/loadavg: 1.18 2.55 3.52 2/253 18526
/proc/meminfo: memFree=124668972/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=5133544 CPUtime=3324.18 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 231531 0 0 0 331812 606 0 0 20 0 20 0 32341675 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 1283386 5492 1 0 1298838 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=5133416 CPUtime=3207.79 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 131283 0 0 0 320440 339 0 0 20 0 20 0 32341676 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=-6000919485658719342 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=17024 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 2528 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=-6000919485658719342 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 3324.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5133544 KiB

[startup+3522.3 s]
/proc/loadavg: 1.14 2.30 3.37 2/253 18528
/proc/meminfo: memFree=124655508/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=5133544 CPUtime=3384.7 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 236455 0 0 0 337854 616 0 0 20 0 20 0 32341675 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 1283386 5492 1 0 1298838 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=5133416 CPUtime=3266.38 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 135045 0 0 0 326293 345 0 0 20 0 20 0 32341676 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=5133416 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=17024 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 2528 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=5133544 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 3384.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5133544 KiB

[startup+3582.3 s]
/proc/loadavg: 1.17 2.09 3.23 2/250 18530
/proc/meminfo: memFree=124653232/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=5133544 CPUtime=3444.93 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 240690 0 0 0 343866 627 0 0 20 0 20 0 32341675 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 1283386 5492 1 0 1298838 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=11264 CPUtime=3324.35 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 137943 0 0 0 332084 351 0 0 20 0 20 0 32341676 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=5133544 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 2618 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 3444.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5133544 KiB

[startup+3642.3 s]
/proc/loadavg: 1.06 1.89 3.09 3/252 18537
/proc/meminfo: memFree=124641496/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=5133544 CPUtime=3505.65 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 241598 0 0 0 349930 635 0 0 20 0 20 0 32341675 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 1283386 5492 1 0 1298838 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=5133544 CPUtime=3383.27 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 138720 0 0 0 337970 357 0 0 20 0 20 0 32341676 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=5133544 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=5133544 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 2689 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 3505.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5133544 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 1.18 1.77 2.97 2/252 18543
/proc/meminfo: memFree=124631500/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19063512 memory=5133544 CPUtime=3563.94 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 246113 0 0 0 355748 646 0 0 20 0 20 0 32341675 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4765878 1283386 5492 1 0 1298838 0
[pid=18218/tid=18220] ppid=18215 vsize=19063512 memory=-6000919485658719342 CPUtime=3439.5 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) R 18215 18218 15550 0 -1 4194368 142234 0 0 0 343587 363 0 0 20 0 20 0 32341676 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32341681 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19063512 memory=2736 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 2690 0 0 0 0 0 0 0 20 0 20 0 32341682 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18237] ppid=18215 vsize=19063512 memory=17452 CPUtime=0 cores=4,6
/proc/18218/task/18237/stat : 18237 (Timer-0) S 18215 18218 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32341732 19521036288 1283386 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 3563.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5133544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3557.69 s, system=6.49111 s

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

[startup+3700.12 s]
/proc/loadavg: 1.18 1.77 2.97 2/252 18543
/proc/meminfo: memFree=124631500/131382120 swapFree=33010684/33010684
[pid=18218] ppid=18215 vsize=19263204 memory=5134440 CPUtime=3564.12 cores=4,6
/proc/18218/stat : 18218 (java) S 18215 18218 15550 0 -1 4194304 248791 0 0 0 355765 647 0 0 20 0 21 0 32341675 19725520896 1283610 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
/proc/18218/statm: 4815801 1283610 5492 1 0 1299773 0
[pid=18218/tid=18220] ppid=18215 vsize=19263204 memory=14464 CPUtime=3439.52 cores=4,6
/proc/18218/task/18220/stat : 18220 (java) S 18215 18218 15550 0 -1 4194368 142649 0 0 0 343589 363 0 0 20 0 21 0 32341676 19725520896 1283610 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18229] ppid=18215 vsize=19263204 memory=11264 CPUtime=0 cores=4,6
/proc/18218/task/18229/stat : 18229 (Finalizer) S 18215 18218 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32341681 19725520896 1283610 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
[pid=18218/tid=18236] ppid=18215 vsize=19263204 memory=5504 CPUtime=0 cores=4,6
/proc/18218/task/18236/stat : 18236 (Common-Cleaner) S 18215 18218 15550 0 -1 4194368 2690 0 0 0 0 0 0 0 20 0 21 0 32341682 19725520896 1283610 18446744073709551615 94336579379200 94336579382896 140731512616832 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94336579390712 94336579391504 94336606064640 140731512625453 140731512625638 140731512625638 140731512631240 0
Current children cumulated CPU time: 3564.12 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5134440 KiB

Child status: 143

Real time (s): 3700.17
CPU time (s): 3564.18
CPU user time (s): 3557.69
CPU system time (s): 6.49111
CPU usage (%): 96.3247
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5134440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3557.69
system time used= 6.49111
maximum resident set size= 5134568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248984
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1287480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136448
involuntary context switches= 23563


# summary of solver processes directly reported to runsolver:
#   pid: 18218
#   total CPU time (s): 3564.18
#   total CPU user time (s): 3557.69
#   total CPU system time (s): 6.49111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2033 second user time and 37.9144 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 05:10:29
IDJOB=4503211
IDBENCH=155408
IDSOLVER=3362
FILE ID=nodeC002/4503211-1751166629
RUNJOBID= nodeC002-1751158906-15561
SLURM_JOB_ID= 9587497
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503211-1751166629/watcher-4503211-1751166629 -o /tmp/evaluation-result-4503211-1751166629/solver-4503211-1751166629 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15561 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503211-1751166629 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503211-1751166629.opb

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=546981812

nodeC002 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		: 3491.905
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.882
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.81
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.388
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.81
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.329
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.81
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.582
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.81
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		: 3510.774
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.81
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.222
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.81
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		: 1198.069
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        114780060 kB
MemAvailable:   116512056 kB
Buffers:            3280 kB
Cached:          2541772 kB
SwapCached:            0 kB
Active:         13760120 kB
Inactive:        2309648 kB
Active(anon):   13542716 kB
Inactive(anon):        0 kB
Active(file):     217404 kB
Inactive(file):  2309648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33628 kB
Writeback:            84 kB
AnonPages:      13527528 kB
Mapped:           122264 kB
Shmem:             17960 kB
KReclaimable:      89144 kB
Slab:             171972 kB
SReclaimable:      89144 kB
SUnreclaim:        82828 kB
KernelStack:        5056 kB
PageTables:        30056 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   14607984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13271040 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC002 at 2025-06-29 06:12:09