Trace number 4515569

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.22 3592.8

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP025.shuf-1.opb
MD5SUMb01c5e8652da90e995e1f465ba7fcc42
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.024391
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1755
Total number of constraints352
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints350
Minimum length of a constraint5
Maximum length of a constraint15
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 28
Number of bits of the biggest sum of numbers5
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.07	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.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4515569-1751236003.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.32/0.22	c ... done. Wall clock time 0.063s.
0.32/0.22	c declared #vars     1755
0.32/0.22	c #constraints  352
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 352
0.32/0.22	c 352 constraints processed.
12.15/8.79	c cleaning 2494 clauses out of 5001 with flag 0/5001
27.36/23.44	c cleaning 4248 clauses out of 8506 with flag 0/11000
48.44/44.35	c cleaning 5614 clauses out of 11258 with flag 0/18000
55.77/50.23	c cleaning 6816 clauses out of 13644 with flag 0/26000
114.93/109.10	c cleaning 7914 clauses out of 15829 with flag 0/35001
149.33/143.08	c cleaning 8957 clauses out of 17915 with flag 0/45001
302.07/295.57	c cleaning 9972 clauses out of 19957 with flag 0/56000
361.43/354.76	c cleaning 10991 clauses out of 21987 with flag 0/68002
425.08/418.05	c cleaning 11997 clauses out of 23994 with flag 0/81000
1675.20/1669.68	c cleaning 12995 clauses out of 25998 with flag 0/95001
2072.28/2067.55	c cleaning 13991 clauses out of 28002 with flag 0/110000
2183.98/2178.24	c cleaning 14996 clauses out of 30012 with flag 0/126001
2512.33/2505.75	c cleaning 16004 clauses out of 32015 with flag 0/143000
2668.16/2660.50	c cleaning 17005 clauses out of 34012 with flag 0/161001
2993.71/2986.84	c cleaning 18000 clauses out of 36006 with flag 0/180000
3324.65/3317.26	c cleaning 19000 clauses out of 38007 with flag 0/200001
3600.05/3592.71	c starts		: 14
3600.05/3592.72	c conflicts		: 219745
3600.05/3592.72	c decisions		: 377264
3600.05/3592.72	c propagations		: 1613528
3600.05/3592.72	c inspects		: 1222472805
3600.05/3592.72	c shortcuts		: 0
3600.05/3592.72	c learnt literals	: 0
3600.05/3592.72	c learnt binary clauses	: 0
3600.05/3592.73	c learnt ternary clauses	: 0
3600.05/3592.73	c learnt constraints	: 219745
3600.05/3592.73	c ignored constraints	: 0
3600.05/3592.73	c root simplifications	: 0
3600.05/3592.73	c removed literals (reason simplification)	: 0
3600.05/3592.73	c reason swapping (by a shorter reason)	: 0
3600.05/3592.73	c Calls to reduceDB	: 16
3600.05/3592.73	c Number of update (reduction) of LBD	: 130431
3600.05/3592.73	c Imported unit clauses	: 0
3600.05/3592.73	c No decision after first conflict	: false
3600.05/3592.73	c number of reductions to clauses (during analyze)	: 0
3600.05/3592.73	c number of learned constraints concerned by reduction	: 0
3600.05/3592.73	c number of learning phase by resolution	: 0
3600.05/3592.73	c number of learning phase by cutting planes	: 0
3600.05/3592.73	c number of rounding to 1 operations	: 0
3600.05/3592.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3592.73	c number of reductions of the coefficients by power 2 	: 0
3600.05/3592.73	c number of right shift for reduction by power 2 	: 0
3600.05/3592.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3592.73	c number of ending skipping 	: 0
3600.05/3592.73	c number of internal skipping 	: 0
3600.05/3592.73	c number of derivation steps 	: 1134344
3600.05/3592.74	c timeout
3600.05/3592.74	c number of skipped derivation steps 	: 0
3600.05/3592.74	c number of remaining unassigned 	: 1983808
3600.05/3592.74	c number of remaining assigned 	: 69904542
3600.05/3592.74	c number of falsified literals weakened from reason	: 0
3600.05/3592.74	c number of falsified literals weakened from conflict	: 0
3600.05/3592.74	c time for arithmetic operations	: 20933889166
3600.05/3592.74	c minimum degree of deleted constraints	: 1
3600.05/3592.74	c maximum degree of deleted constraints	: 68535368342376419510635379396273476537405242485521259690391572023629764416466584437015047156793609851228201361724338852226608544714657569788286000976430482816791133818214754055042559343242719694596166379780770976413949590706750511896005689306838423970786591172012154755390463210884585876128350155480006636778971229349791906388660940642445278862750726450177568663940648388213866804306092084762373684006781314203446219892113875402655047284820686839405940977792417456684075799035251423914404818013837757317667516333990918870015069317359902162387159241541503289237081542000
3600.05/3592.74	c number of deleted constraints	: 180994
3600.05/3592.74	c speed (assignments/second)	: 449.1370794060641
3600.05/3592.74	c non guided choices	: 6464
3600.05/3592.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 636
3600.05/3592.77	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.05/3592.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 38114
3600.05/3592.77	s UNKNOWN
3600.05/3592.77	c Total wall clock time (in seconds): 3592.619

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10006 s]*
/proc/loadavg: 4.08 4.19 4.18 6/339 33918
/proc/meminfo: memFree=117194656/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=18930384 memory=57788 CPUtime=0.13 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 6583 0 0 0 11 2 0 0 20 0 18 0 39278841 19384713216 14447 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4732596 14447 5337 1 0 547620 0
[pid=33900/tid=33902] ppid=33897 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 5080 0 0 0 7 1 0 0 20 0 18 0 39278842 19384713216 14447 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39278844 19384713216 14447 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=18930384 memory=57385981078066 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39278845 19384713216 14447 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57788 KiB

[startup+0.205879 s]*
/proc/loadavg: 4.08 4.19 4.18 7/339 33918
/proc/meminfo: memFree=117182432/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=18930384 memory=68568 CPUtime=0.32 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 7114 0 0 0 30 2 0 0 20 0 18 0 39278841 19384713216 17142 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4732596 17142 5465 1 0 547961 0
[pid=33900/tid=33902] ppid=33897 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 5390 0 0 0 17 1 0 0 20 0 18 0 39278842 19384713216 17142 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=18930384 memory=15156 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39278844 19384713216 17142 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39278845 19384713216 17142 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68568 KiB

[startup+0.305814 s]*
/proc/loadavg: 4.24 4.22 4.19 7/340 33919
/proc/meminfo: memFree=117174240/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=18996948 memory=80540 CPUtime=0.51 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 7591 0 0 0 48 3 0 0 20 0 19 0 39278841 19452874752 20135 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4749237 20135 5465 1 0 548527 0
[pid=33900/tid=33902] ppid=33897 vsize=18996948 memory=-6000919476934175084 CPUtime=0.25 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 5472 0 0 0 24 1 0 0 20 0 19 0 39278842 19452874752 20135 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39278844 19452874752 20167 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39278845 19452874752 20167 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39278864 19452874752 20167 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80540 KiB

[startup+0.700242 s]
/proc/loadavg: 4.24 4.22 4.19 6/340 33919
/proc/meminfo: memFree=117112424/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=167468 CPUtime=1.26 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 13844 0 0 0 121 5 0 0 20 0 20 0 39278841 19521036288 41867 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 41867 5497 1 0 551802 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=17152 CPUtime=0.55 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 5519 0 0 0 53 2 0 0 20 0 20 0 39278842 19521036288 41867 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 41867 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 41867 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 41867 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167468 KiB

[startup+1.50025 s]
/proc/loadavg: 4.24 4.22 4.19 6/341 33920
/proc/meminfo: memFree=117075312/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=249148 CPUtime=2.84 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 30456 0 0 0 275 9 0 0 20 0 20 0 39278841 19521036288 62287 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 62287 5497 1 0 559384 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=10752 CPUtime=1.32 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 5836 0 0 0 128 4 0 0 20 0 20 0 39278842 19521036288 62287 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 62287 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 62287 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 62287 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 249148 KiB

[startup+3.10579 s]
/proc/loadavg: 4.24 4.22 4.19 6/341 33920
/proc/meminfo: memFree=116682284/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=613832 CPUtime=5.96 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 34356 0 0 0 579 17 0 0 20 0 20 0 39278841 19521036288 153458 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 153458 5497 1 0 560717 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=10752 CPUtime=2.89 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 6883 0 0 0 278 11 0 0 20 0 20 0 39278842 19521036288 153458 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=-6000919476934175084 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 153458 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 153458 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 153458 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 613832 KiB

[startup+6.30025 s]
/proc/loadavg: 4.30 4.23 4.20 5/341 33920
/proc/meminfo: memFree=116365444/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=876880 CPUtime=9.64 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 35731 0 0 0 941 23 0 0 20 0 20 0 39278841 19521036288 219220 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 219220 5497 1 0 560717 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=0 CPUtime=6.04 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 7171 0 0 0 588 16 0 0 20 0 20 0 39278842 19521036288 219220 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 219220 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 219220 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=250044 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 219220 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 9.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 876880 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.23 4.20 6/341 33920
/proc/meminfo: memFree=115890728/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=1338148 CPUtime=16.54 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 39834 0 0 0 1620 34 0 0 20 0 20 0 39278841 19521036288 334537 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 334537 5497 1 0 560765 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=250044 CPUtime=12.38 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 8482 0 0 0 1212 26 0 0 20 0 20 0 39278842 19521036288 334537 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 334537 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=1338148 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 334537 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 334537 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 16.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1338148 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.22 4.19 5/341 33921
/proc/meminfo: memFree=115854368/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=1346504 CPUtime=29.51 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 46500 0 0 0 2915 36 0 0 20 0 20 0 39278841 19521036288 336626 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 336626 5497 1 0 560765 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=10752 CPUtime=25.06 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 11020 0 0 0 2479 27 0 0 20 0 20 0 39278842 19521036288 336626 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=1338148 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 336626 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=2204 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 336626 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 336626 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 29.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1346504 KiB

[startup+51.1058 s]
/proc/loadavg: 4.45 4.26 4.21 5/341 33921
/proc/meminfo: memFree=115749180/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=1398648 CPUtime=56.77 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 54793 0 0 0 5633 44 0 0 20 0 20 0 39278841 19521036288 349662 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 349662 5497 1 0 560790 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=1396548 CPUtime=50.28 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 13001 0 0 0 4996 32 0 0 20 0 20 0 39278842 19521036288 349662 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0

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

/proc/meminfo: memFree=126368432/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3289.81 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 117733 0 0 0 328652 329 0 0 20 0 20 0 39278841 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 653851 5529 1 0 667625 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3253.43 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 44308 0 0 0 325130 213 0 0 20 0 20 0 39278842 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 1596 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 3289.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2615404 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.14 1.86 2/265 34208
/proc/meminfo: memFree=126370028/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3349.8 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 118902 0 0 0 334648 332 0 0 20 0 20 0 39278841 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 653851 5529 1 0 667625 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=14344 CPUtime=3312.97 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 45330 0 0 0 331083 214 0 0 20 0 20 0 39278842 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 1664 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 3349.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2615404 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.12 1.81 2/265 34210
/proc/meminfo: memFree=126372520/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3409.89 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 120537 0 0 0 340654 335 0 0 20 0 20 0 39278841 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 653851 5529 1 0 667625 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3372.53 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 46285 0 0 0 337038 215 0 0 20 0 20 0 39278842 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 1731 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 3409.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2615404 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.11 1.76 2/265 34212
/proc/meminfo: memFree=126373232/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3469.67 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 120605 0 0 0 346630 337 0 0 20 0 20 0 39278841 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 653851 5529 1 0 667625 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3431.86 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 46307 0 0 0 342970 216 0 0 20 0 20 0 39278842 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 1731 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 3469.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2615404 KiB

[startup+3522.3 s]
/proc/loadavg: 1.07 1.11 1.72 2/265 34214
/proc/meminfo: memFree=126365720/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3529.66 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 122932 0 0 0 352626 340 0 0 20 0 20 0 39278841 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 653851 5529 1 0 667625 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3491.28 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 47996 0 0 0 348912 216 0 0 20 0 20 0 39278842 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 1731 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=-6000919476934175084 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 3529.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2615404 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.12 1.68 2/265 34215
/proc/meminfo: memFree=126359688/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3589.63 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 123783 0 0 0 358620 343 0 0 20 0 20 0 39278841 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 653851 5529 1 0 667625 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3550.74 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 48694 0 0 0 354857 217 0 0 20 0 20 0 39278842 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 1771 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 3589.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2615404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.7 s]
/proc/loadavg: 1.12 1.11 1.67 2/265 34217
/proc/meminfo: memFree=126359748/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3600.05 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 124157 0 0 0 359662 343 0 0 20 0 20 0 39278841 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 653851 5529 1 0 667625 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=14344 CPUtime=3561.06 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 49036 0 0 0 355889 217 0 0 20 0 20 0 39278842 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 1771 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2615404 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.76 s, system=3.45112 s

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

[startup+3592.7 s]
/proc/loadavg: 1.12 1.11 1.67 2/265 34217
/proc/meminfo: memFree=126359748/131249988 swapFree=33010684/33010684
[pid=33900] ppid=33897 vsize=19063512 memory=2615404 CPUtime=3600.05 cores=5,7
/proc/33900/stat : 33900 (java) S 33897 33900 31943 0 -1 4194304 124157 0 0 0 359662 343 0 0 20 0 20 0 39278841 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
/proc/33900/statm: 4765878 653851 5529 1 0 667625 0
[pid=33900/tid=33902] ppid=33897 vsize=19063512 memory=14344 CPUtime=3561.06 cores=5,7
/proc/33900/task/33902/stat : 33902 (java) R 33897 33900 31943 0 -1 4194368 49036 0 0 0 355889 217 0 0 20 0 20 0 39278842 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33911] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33911/stat : 33911 (Finalizer) S 33897 33900 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278844 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33918] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33918/stat : 33918 (Common-Cleaner) S 33897 33900 31943 0 -1 4194368 1771 0 0 0 0 0 0 0 20 0 20 0 39278845 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
[pid=33900/tid=33919] ppid=33897 vsize=19063512 memory=2615404 CPUtime=0 cores=5,7
/proc/33900/task/33919/stat : 33919 (Timer-0) S 33897 33900 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278864 19521036288 653851 18446744073709551615 94037969547264 94037969550960 140724833662144 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94037969558776 94037969559568 94037992919040 140724833671469 140724833671654 140724833671654 140724833677256 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2615404 KiB

Child status: 143

Real time (s): 3592.8
CPU time (s): 3600.22
CPU user time (s): 3596.76
CPU system time (s): 3.45112
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 19068892
Max. memory (cumulated for all children) (KiB): 2615404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.76
system time used= 3.45112
maximum resident set size= 2616428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126698
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1917176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132783
involuntary context switches= 27620


# summary of solver processes directly reported to runsolver:
#   pid: 33900
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.76
#   total CPU system time (s): 3.45112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43424 second user time and 16.8499 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-30 00:26:43
IDJOB=4515569
IDBENCH=165310
IDSOLVER=3362
FILE ID=nodeC031/4515569-1751236003
RUNJOBID= nodeC031-1751227368-31956
SLURM_JOB_ID= 9587685
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP025.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515569-1751236003/watcher-4515569-1751236003 -o /tmp/evaluation-result-4515569-1751236003/solver-4515569-1751236003 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31956 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515569-1751236003 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515569-1751236003.opb

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

MD5SUM BENCH= b01c5e8652da90e995e1f465ba7fcc42
RANDOM SEED=1290778268

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		: 3599.891
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		: 3600.150
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		: 3601.093
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.869
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.892
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		: 3598.216
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		: 3609.420
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.912
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:        117228460 kB
MemAvailable:   118005804 kB
Buffers:            3280 kB
Cached:          1585204 kB
SwapCached:            0 kB
Active:         12105032 kB
Inactive:        1330416 kB
Active(anon):   11865064 kB
Inactive(anon):        0 kB
Active(file):     239968 kB
Inactive(file):  1330416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3852 kB
Writeback:             0 kB
AnonPages:      11850060 kB
Mapped:           122856 kB
Shmem:             18064 kB
KReclaimable:      92400 kB
Slab:             180276 kB
SReclaimable:      92400 kB
SUnreclaim:        87876 kB
KernelStack:        5232 kB
PageTables:        26944 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   13928496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11591680 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= 433060 MiB
End job on nodeC031 at 2025-06-30 01:26:36