Trace number 4514093

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.18 3556.19

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v091-n1.opb
MD5SUMa57f38c055936913ab505f9f9b34f426
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.027177
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4514093-1751227370.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  no objective function found
0.12/0.19	c ... done. Wall clock time 0.024s.
0.12/0.19	c declared #vars     273
0.12/0.19	c #constraints  182
0.12/0.19	c constraints type 
0.12/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
0.12/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.12/0.19	c 182 constraints processed.
13.82/10.07	c cleaning 2499 clauses out of 5000 with flag 0/5000
27.70/23.40	c cleaning 4252 clauses out of 8503 with flag 0/11002
43.26/38.84	c cleaning 5625 clauses out of 11250 with flag 0/18001
63.40/58.76	c cleaning 6809 clauses out of 13624 with flag 0/26000
86.16/81.19	c cleaning 7908 clauses out of 15816 with flag 0/35001
114.22/108.80	c cleaning 8949 clauses out of 17908 with flag 0/45001
147.53/141.69	c cleaning 9978 clauses out of 19960 with flag 0/56002
185.51/179.15	c cleaning 10990 clauses out of 21982 with flag 0/68002
227.46/220.57	c cleaning 11990 clauses out of 23990 with flag 0/81000
271.81/264.23	c cleaning 13003 clauses out of 26006 with flag 0/95006
324.84/316.54	c cleaning 13995 clauses out of 27997 with flag 0/110000
376.09/366.99	c cleaning 14998 clauses out of 30003 with flag 0/126001
434.07/424.16	c cleaning 15997 clauses out of 32004 with flag 0/143000
498.10/487.77	c cleaning 17002 clauses out of 34008 with flag 0/161001
572.86/561.69	c cleaning 18003 clauses out of 36006 with flag 0/180001
651.28/639.28	c cleaning 19002 clauses out of 38003 with flag 0/200001
722.80/709.94	c cleaning 19992 clauses out of 40001 with flag 0/221001
801.33/787.61	c cleaning 21004 clauses out of 42010 with flag 0/243002
885.03/870.35	c cleaning 21999 clauses out of 44004 with flag 0/266000
987.83/971.69	c cleaning 22997 clauses out of 46005 with flag 0/290000
1087.83/1070.57	c cleaning 24002 clauses out of 48010 with flag 0/315002
1214.07/1195.63	c cleaning 25002 clauses out of 50012 with flag 0/341006
1342.26/1322.40	c cleaning 25998 clauses out of 52004 with flag 0/368000
1482.90/1461.30	c cleaning 27000 clauses out of 54006 with flag 0/396000
1639.96/1616.86	c cleaning 28000 clauses out of 56008 with flag 0/425002
1790.02/1765.02	c cleaning 29002 clauses out of 58007 with flag 0/455001
1949.39/1923.01	c cleaning 30003 clauses out of 60005 with flag 0/486001
2086.87/2058.55	c cleaning 30999 clauses out of 62001 with flag 0/518000
2238.61/2208.46	c cleaning 32002 clauses out of 64007 with flag 0/551005
2446.40/2413.84	c cleaning 32998 clauses out of 66001 with flag 0/585001
2664.18/2629.71	c cleaning 33998 clauses out of 68002 with flag 0/620000
2873.72/2837.26	c cleaning 34995 clauses out of 70004 with flag 0/656000
3097.05/3057.77	c cleaning 36004 clauses out of 72013 with flag 0/693004
3346.09/3304.71	c cleaning 37000 clauses out of 74007 with flag 0/731002
3588.49/3544.66	c cleaning 38001 clauses out of 76007 with flag 0/770002
3600.06/3556.11	c starts		: 11
3600.06/3556.12	c conflicts		: 772808
3600.06/3556.12	c decisions		: 833287
3600.06/3556.12	c propagations		: 11739464
3600.06/3556.12	c inspects		: 2185338386
3600.06/3556.12	c shortcuts		: 0
3600.06/3556.12	c learnt literals	: 0
3600.06/3556.12	c learnt binary clauses	: 0
3600.06/3556.12	c learnt ternary clauses	: 0
3600.06/3556.12	c learnt constraints	: 772807
3600.06/3556.12	c ignored constraints	: 0
3600.06/3556.12	c root simplifications	: 0
3600.06/3556.12	c removed literals (reason simplification)	: 0
3600.06/3556.12	c reason swapping (by a shorter reason)	: 0
3600.06/3556.12	c Calls to reduceDB	: 35
3600.06/3556.12	c Number of update (reduction) of LBD	: 615221
3600.06/3556.12	c Imported unit clauses	: 0
3600.06/3556.12	c No decision after first conflict	: false
3600.06/3556.12	c number of reductions to clauses (during analyze)	: 0
3600.06/3556.12	c number of learned constraints concerned by reduction	: 0
3600.06/3556.12	c number of learning phase by resolution	: 0
3600.06/3556.12	c number of learning phase by cutting planes	: 0
3600.06/3556.12	c number of rounding to 1 operations	: 0
3600.06/3556.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3556.12	c number of reductions of the coefficients by power 2 	: 0
3600.06/3556.12	c number of right shift for reduction by power 2 	: 0
3600.06/3556.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3556.12	c number of ending skipping 	: 0
3600.06/3556.12	c number of internal skipping 	: 0
3600.06/3556.12	c number of derivation steps 	: 6584971
3600.06/3556.12	c number of skipped derivation steps 	: 0
3600.06/3556.12	c number of remaining unassigned 	: 15479
3600.06/3556.12	c number of remaining assigned 	: 378492558
3600.06/3556.12	c number of falsified literals weakened from reason	: 0
3600.06/3556.12	c number of falsified literals weakened from conflict	: 0
3600.06/3556.12	c time for arithmetic operations	: 4704355242
3600.06/3556.12	c timeout
3600.06/3556.13	c minimum degree of deleted constraints	: 2
3600.06/3556.13	c maximum degree of deleted constraints	: 6695004950697
3600.06/3556.13	c number of deleted constraints	: 731996
3600.06/3556.13	c speed (assignments/second)	: 3301.3672896618054
3600.06/3556.13	c non guided choices	: 73
3600.06/3556.16	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8
3600.06/3556.16	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 40803
3600.06/3556.16	s UNKNOWN
3600.06/3556.16	c Total wall clock time (in seconds): 3556.002

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=32138, runsolver pid=32135

[startup+0.100062 s]*
/proc/loadavg: 0.96 1.54 2.73 9/340 32156
/proc/meminfo: memFree=127663904/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=18930384 memory=55580 CPUtime=0.12 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 6543 0 0 0 10 2 0 0 20 0 18 0 38415591 19384713216 13895 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4732596 13895 5338 1 0 547603 0
[pid=32138/tid=32140] ppid=32135 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 5043 0 0 0 6 1 0 0 20 0 18 0 38415592 19384713216 13895 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38415595 19384713216 13895 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=18930384 memory=57385981078066 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38415595 19384713216 13895 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55580 KiB

[startup+0.205876 s]*
/proc/loadavg: 0.96 1.54 2.73 11/341 32157
/proc/meminfo: memFree=127595660/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=18996948 memory=64840 CPUtime=0.31 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 7238 0 0 0 28 3 0 0 20 0 19 0 38415591 19452874752 16210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4749237 16210 5434 1 0 548367 0
[pid=32138/tid=32140] ppid=32135 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 5429 0 0 0 16 2 0 0 20 0 19 0 38415592 19452874752 16210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=18996948 memory=15156 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38415595 19452874752 16210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=18996948 memory=56286469424100 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38415595 19452874752 16210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38415611 19452874752 16210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64840 KiB

[startup+0.305773 s]*
/proc/loadavg: 0.96 1.54 2.73 9/341 32157
/proc/meminfo: memFree=127579340/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=18996948 memory=73548 CPUtime=0.5 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 7507 0 0 0 47 3 0 0 20 0 19 0 38415591 19452874752 18387 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4749237 18387 5434 1 0 548436 0
[pid=32138/tid=32140] ppid=32135 vsize=18996948 memory=-6000919485625231980 CPUtime=0.25 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 5459 0 0 0 23 2 0 0 20 0 19 0 38415592 19452874752 18387 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38415595 19452874752 18387 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38415595 19452874752 18387 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38415611 19452874752 18387 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73548 KiB

[startup+0.700254 s]
/proc/loadavg: 0.96 1.54 2.73 9/341 32157
/proc/meminfo: memFree=127475052/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=168948 CPUtime=1.26 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 13070 0 0 0 120 6 0 0 20 0 20 0 38415591 19521036288 42237 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 42237 5466 1 0 552251 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=17152 CPUtime=0.57 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 5502 0 0 0 53 4 0 0 20 0 20 0 38415592 19521036288 42237 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 42237 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 42237 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 42237 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168948 KiB

[startup+1.50026 s]
/proc/loadavg: 1.52 1.64 2.76 10/342 32158
/proc/meminfo: memFree=127347280/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=202148 CPUtime=2.84 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 24310 0 0 0 276 8 0 0 20 0 20 0 38415591 19521036288 50537 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 50537 5466 1 0 556319 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=0 CPUtime=1.33 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 5589 0 0 0 129 4 0 0 20 0 20 0 38415592 19521036288 50537 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 50537 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 50537 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 50537 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202148 KiB

[startup+3.10565 s]
/proc/loadavg: 1.52 1.64 2.76 6/342 32158
/proc/meminfo: memFree=125417584/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=372772 CPUtime=6.01 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 27363 0 0 0 589 12 0 0 20 0 20 0 38415591 19521036288 93193 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 93193 5466 1 0 556323 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=10752 CPUtime=2.87 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 6582 0 0 0 280 7 0 0 20 0 20 0 38415592 19521036288 93193 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=-6000919485625231980 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 93193 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 93193 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 93193 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 372772 KiB

[startup+6.30022 s]
/proc/loadavg: 1.72 1.68 2.77 5/342 32158
/proc/meminfo: memFree=124440108/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=808840 CPUtime=9.88 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 28387 0 0 0 966 22 0 0 20 0 20 0 38415591 19521036288 202210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 202210 5466 1 0 556326 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=0 CPUtime=6 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 7015 0 0 0 584 16 0 0 20 0 20 0 38415592 19521036288 202210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 202210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 202210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 202210 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 9.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 808840 KiB

[startup+12.7002 s]
/proc/loadavg: 1.90 1.72 2.78 5/342 32158
/proc/meminfo: memFree=123686516/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1358436 CPUtime=16.72 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 37011 0 0 0 1634 38 0 0 20 0 20 0 38415591 19521036288 339609 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 339609 5466 1 0 556390 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=1216860 CPUtime=12.27 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 9195 0 0 0 1198 29 0 0 20 0 20 0 38415592 19521036288 339609 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 339609 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 339609 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=-6000919485625231980 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 339609 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 16.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1358436 KiB

[startup+25.5002 s]
/proc/loadavg: 2.23 1.80 2.79 5/342 32158
/proc/meminfo: memFree=122551004/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1382716 CPUtime=29.84 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 39864 0 0 0 2941 43 0 0 20 0 20 0 38415591 19521036288 345679 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 345679 5466 1 0 556390 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=2712 CPUtime=24.89 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 10023 0 0 0 2457 32 0 0 20 0 20 0 38415592 19521036288 345679 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 345679 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=808840 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 345679 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 345679 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 29.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1382716 KiB

[startup+51.1057 s]
/proc/loadavg: 2.99 2.03 2.84 5/342 32159
/proc/meminfo: memFree=121839432/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=1427884 CPUtime=55.67 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 43934 0 0 0 5516 51 0 0 20 0 20 0 38415591 19521036288 356971 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 356971 5466 1 0 556390 0

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

/proc/meminfo: memFree=110755936/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=2606204 CPUtime=3263.14 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 151412 0 0 0 325508 806 0 0 20 0 20 0 38415591 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 651551 5498 1 0 663713 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=2606204 CPUtime=3157.52 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 63939 0 0 0 315098 654 0 0 20 0 20 0 38415592 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=2606204 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=2606204 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 3263.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606204 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.20 4.18 5/344 32399
/proc/meminfo: memFree=110673436/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=2606204 CPUtime=3323.74 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 152645 0 0 0 331557 817 0 0 20 0 20 0 38415591 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 651551 5498 1 0 663715 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=3200 CPUtime=3216.37 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 64939 0 0 0 320974 663 0 0 20 0 20 0 38415592 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=2606204 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 1908 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=17428 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 651551 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 3323.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606204 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/344 32405
/proc/meminfo: memFree=110590532/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3384.36 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 155366 0 0 0 337609 827 0 0 20 0 20 0 38415591 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 651583 5498 1 0 663743 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=14344 CPUtime=3275.75 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 66120 0 0 0 326904 671 0 0 20 0 20 0 38415592 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 1915 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 3384.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606332 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/344 32407
/proc/meminfo: memFree=110498220/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3445.04 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 155752 0 0 0 343664 840 0 0 20 0 20 0 38415591 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 651583 5498 1 0 663743 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3334.51 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 66389 0 0 0 332770 681 0 0 20 0 20 0 38415592 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 1915 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 3445.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606332 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/344 32409
/proc/meminfo: memFree=110384416/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3505.67 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 158384 0 0 0 349713 854 0 0 20 0 20 0 38415591 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 651583 5498 1 0 663743 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3393.3 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 68155 0 0 0 338637 693 0 0 20 0 20 0 38415592 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 1915 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 3505.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606332 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.18 4.18 5/342 32422
/proc/meminfo: memFree=110306128/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3566.24 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 160800 0 0 0 355759 865 0 0 20 0 20 0 38415591 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 651583 5498 1 0 663743 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3452.26 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 69817 0 0 0 344525 701 0 0 20 0 20 0 38415592 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 2003 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=2204 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 3566.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.11 s]
/proc/loadavg: 4.11 4.16 4.17 5/342 32621
/proc/meminfo: memFree=113234052/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3600.06 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 161085 0 0 0 359138 868 0 0 20 0 20 0 38415591 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 651583 5498 1 0 663743 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3485.85 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 69943 0 0 0 347882 703 0 0 20 0 20 0 38415592 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 2048 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606332 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.48 s, system=8.70111 s

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

[startup+3556.11 s]
/proc/loadavg: 4.11 4.16 4.17 5/342 32621
/proc/meminfo: memFree=113234052/131249988 swapFree=33010684/33010684
[pid=32138] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3600.06 cores=0,2
/proc/32138/stat : 32138 (java) S 32135 32138 31943 0 -1 4194304 161085 0 0 0 359138 868 0 0 20 0 20 0 38415591 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
/proc/32138/statm: 4765878 651583 5498 1 0 663743 0
[pid=32138/tid=32140] ppid=32135 vsize=19063512 memory=2606332 CPUtime=3485.85 cores=0,2
/proc/32138/task/32140/stat : 32140 (java) R 32135 32138 31943 0 -1 4194368 69943 0 0 0 347882 703 0 0 20 0 20 0 38415592 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32149] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32149/stat : 32149 (Finalizer) S 32135 32138 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32156] ppid=32135 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/32138/task/32156/stat : 32156 (Common-Cleaner) S 32135 32138 31943 0 -1 4194368 2048 0 0 0 0 0 0 0 20 0 20 0 38415595 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
[pid=32138/tid=32157] ppid=32135 vsize=19063512 memory=2606332 CPUtime=0 cores=0,2
/proc/32138/task/32157/stat : 32157 (Timer-0) S 32135 32138 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38415611 19521036288 651583 18446744073709551615 94536690479104 94536690482800 140725035129360 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94536690490616 94536690491408 94536723398656 140725035133229 140725035133414 140725035133414 140725035139016 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2606332 KiB

Child status: 143

Real time (s): 3556.19
CPU time (s): 3600.18
CPU user time (s): 3591.48
CPU system time (s): 8.70111
CPU usage (%): 101.237
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2606332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.48
system time used= 8.70111
maximum resident set size= 2607484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163384
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4247288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146715
involuntary context switches= 17499


# summary of solver processes directly reported to runsolver:
#   pid: 32138
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3591.48
#   total CPU system time (s): 8.70111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.52261 second user time and 17.4394 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 22:02:50
IDJOB=4514093
IDBENCH=162602
IDSOLVER=3362
FILE ID=nodeC031/4514093-1751227370
RUNJOBID= nodeC031-1751227368-31953
SLURM_JOB_ID= 9587685
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= a57f38c055936913ab505f9f9b34f426
RANDOM SEED=712052538

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127856088 kB
MemAvailable:   127698772 kB
Buffers:            3280 kB
Cached:           651756 kB
SwapCached:            0 kB
Active:          2416936 kB
Inactive:         397484 kB
Active(anon):    2177464 kB
Inactive(anon):        0 kB
Active(file):     239472 kB
Inactive(file):   397484 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11476 kB
Writeback:             0 kB
AnonPages:       2162536 kB
Mapped:           122576 kB
Shmem:             18064 kB
KReclaimable:      89936 kB
Slab:             176864 kB
SReclaimable:      89936 kB
SUnreclaim:        86928 kB
KernelStack:        5216 kB
PageTables:         7728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    8915132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1925120 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC031 at 2025-06-29 23:02:07