Trace number 4515533

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.2 3589.69

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
MD5SUM5d1633616664d1d404e86526e434c88a
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.066435
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints3655
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
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.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-4515533-1751234558.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.69/0.46	c ... done. Wall clock time 0.293s.
0.69/0.46	c declared #vars     18705
0.69/0.46	c #constraints  3742
0.69/0.46	c constraints type 
0.69/0.46	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3742
0.69/0.46	c 3742 constraints processed.
6.60/3.54	c cleaning 2495 clauses out of 5000 with flag 0/5000
10.70/6.63	c cleaning 4253 clauses out of 8506 with flag 0/11001
17.41/13.23	c cleaning 5626 clauses out of 11253 with flag 0/18001
20.42/16.15	c cleaning 6774 clauses out of 13627 with flag 0/26001
22.77/18.48	c cleaning 7899 clauses out of 15854 with flag 0/35002
107.23/102.76	c cleaning 8922 clauses out of 17954 with flag 0/45001
112.18/107.61	c cleaning 9935 clauses out of 20031 with flag 0/56000
151.55/146.87	c cleaning 10979 clauses out of 22096 with flag 0/68000
291.18/286.16	c cleaning 12017 clauses out of 24118 with flag 0/81001
472.66/467.55	c cleaning 13009 clauses out of 26102 with flag 0/95002
652.72/647.46	c cleaning 14006 clauses out of 28091 with flag 0/110000
875.01/869.58	c cleaning 14999 clauses out of 30085 with flag 0/126000
1027.33/1021.84	c cleaning 16003 clauses out of 32086 with flag 0/143000
1064.24/1058.65	c cleaning 17001 clauses out of 34083 with flag 0/161000
1103.28/1097.42	c cleaning 17997 clauses out of 36082 with flag 0/180000
1167.04/1160.97	c cleaning 19001 clauses out of 38085 with flag 0/200000
1197.74/1191.44	c cleaning 20003 clauses out of 40085 with flag 0/221001
1224.99/1218.53	c cleaning 21000 clauses out of 42081 with flag 0/243000
1255.38/1248.79	c cleaning 22003 clauses out of 44081 with flag 0/266000
1328.68/1321.67	c cleaning 22996 clauses out of 46078 with flag 0/290000
1462.28/1454.86	c cleaning 23998 clauses out of 48082 with flag 0/315000
1520.57/1512.90	c cleaning 25003 clauses out of 50084 with flag 0/341000
1579.45/1571.45	c cleaning 25999 clauses out of 52081 with flag 0/368000
1608.91/1600.67	c cleaning 26998 clauses out of 54083 with flag 0/396001
1712.24/1703.67	c cleaning 27997 clauses out of 56084 with flag 0/425000
1964.26/1955.40	c cleaning 29005 clauses out of 58087 with flag 0/455000
2161.36/2152.25	c cleaning 29995 clauses out of 60082 with flag 0/486000
2659.02/2649.77	c cleaning 31000 clauses out of 62089 with flag 0/518002
2753.50/2745.14	c cleaning 31999 clauses out of 64088 with flag 0/551001
2852.52/2843.73	c cleaning 33003 clauses out of 66089 with flag 0/585001
2936.56/2927.43	c cleaning 34000 clauses out of 68086 with flag 0/620001
3018.24/3008.64	c cleaning 35003 clauses out of 70086 with flag 0/656001
3451.72/3441.66	c cleaning 35999 clauses out of 72082 with flag 0/693000
3600.06/3589.61	c starts		: 6
3600.06/3589.62	c conflicts		: 725117
3600.06/3589.62	c decisions		: 974097
3600.06/3589.62	c propagations		: 4696746
3600.06/3589.62	c inspects		: 2744926936
3600.06/3589.62	c shortcuts		: 0
3600.06/3589.62	c learnt literals	: 0
3600.06/3589.62	c learnt binary clauses	: 0
3600.06/3589.62	c learnt ternary clauses	: 0
3600.06/3589.62	c learnt constraints	: 725116
3600.06/3589.62	c ignored constraints	: 0
3600.06/3589.62	c root simplifications	: 0
3600.06/3589.62	c removed literals (reason simplification)	: 0
3600.06/3589.62	c reason swapping (by a shorter reason)	: 0
3600.06/3589.62	c Calls to reduceDB	: 33
3600.06/3589.62	c Number of update (reduction) of LBD	: 418376
3600.06/3589.62	c Imported unit clauses	: 0
3600.06/3589.62	c No decision after first conflict	: false
3600.06/3589.62	c number of reductions to clauses (during analyze)	: 0
3600.06/3589.62	c number of learned constraints concerned by reduction	: 0
3600.06/3589.62	c number of learning phase by resolution	: 0
3600.06/3589.62	c number of learning phase by cutting planes	: 0
3600.06/3589.62	c number of rounding to 1 operations	: 0
3600.06/3589.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3589.62	c number of reductions of the coefficients by power 2 	: 0
3600.06/3589.62	c number of right shift for reduction by power 2 	: 0
3600.06/3589.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3589.62	c number of ending skipping 	: 0
3600.06/3589.62	c number of internal skipping 	: 0
3600.06/3589.62	c number of derivation steps 	: 3170619
3600.06/3589.62	c number of skipped derivation steps 	: 0
3600.06/3589.62	c number of remaining unassigned 	: 224857
3600.06/3589.62	c number of remaining assigned 	: 89911763
3600.06/3589.62	c number of falsified literals weakened from reason	: 0
3600.06/3589.62	c number of falsified literals weakened from conflict	: 0
3600.06/3589.62	c time for arithmetic operations	: 6480387792
3600.06/3589.62	c minimum degree of deleted constraints	: 1
3600.06/3589.62	c maximum degree of deleted constraints	: 35294277527103779211417953897030884678846886772037246223257254544127094115622926004113720040481679111894684656897754102783296330149876788556222608206467184720
3600.06/3589.62	c number of deleted constraints	: 656917
3600.06/3589.62	c speed (assignments/second)	: 1308.592711716787
3600.06/3589.62	c non guided choices	: 2085
3600.06/3589.64	c timeout
3600.06/3589.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 261
3600.06/3589.67	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 67938
3600.06/3589.67	s UNKNOWN
3600.06/3589.67	c Total wall clock time (in seconds): 3589.511

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515533-1751234558/watcher-4515533-1751234558 -o /tmp/evaluation-result-4515533-1751234558/solver-4515533-1751234558 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751227368-31953 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515533-1751234558 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515533-1751234558.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
solver pid=33764, runsolver pid=33761
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.31 4.24 4.20 6/345 33782
/proc/meminfo: memFree=112296904/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=18930384 memory=57636 CPUtime=0.12 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 6574 0 0 0 11 1 0 0 20 0 18 0 39134342 19384713216 14409 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4732596 14409 5329 1 0 547620 0
[pid=33764/tid=33766] ppid=33761 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 5075 0 0 0 7 1 0 0 20 0 18 0 39134343 19384713216 14409 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39134345 19384713216 14409 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=18930384 memory=57385981078066 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39134346 19384713216 14409 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57636 KiB

[startup+0.206127 s]*
/proc/loadavg: 4.31 4.24 4.20 7/345 33782
/proc/meminfo: memFree=112269080/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=18930384 memory=91120 CPUtime=0.31 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 7167 0 0 0 29 2 0 0 20 0 18 0 39134342 19384713216 22780 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4732596 22780 5425 1 0 548004 0
[pid=33764/tid=33766] ppid=33761 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 5400 0 0 0 15 2 0 0 20 0 18 0 39134343 19384713216 22780 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=18930384 memory=15156 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39134345 19384713216 22780 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39134346 19384713216 22780 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 91120 KiB

[startup+0.306124 s]*
/proc/loadavg: 4.31 4.24 4.20 6/346 33783
/proc/meminfo: memFree=112199764/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=18996948 memory=157188 CPUtime=0.5 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 8767 0 0 0 46 4 0 0 20 0 19 0 39134342 19452874752 39297 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4749237 39297 5457 1 0 549308 0
[pid=33764/tid=33766] ppid=33761 vsize=18996948 memory=-6000919502754376044 CPUtime=0.23 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 5429 0 0 0 20 3 0 0 20 0 19 0 39134343 19452874752 39297 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39134345 19452874752 39297 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39134346 19452874752 39297 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157188 KiB

[startup+0.700248 s]
/proc/loadavg: 4.31 4.24 4.20 7/347 33784
/proc/meminfo: memFree=112093268/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19064328 memory=285368 CPUtime=1.27 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 10503 0 0 0 119 8 0 0 20 0 20 0 39134342 19521871872 71342 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4766082 71342 5457 1 0 550799 0
[pid=33764/tid=33766] ppid=33761 vsize=19064328 memory=17152 CPUtime=0.59 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 5538 0 0 0 53 6 0 0 20 0 20 0 39134343 19521871872 71342 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19064328 memory=10752 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521871872 71342 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19064328 memory=3200 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39134346 19521871872 71342 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19064328 memory=4760 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521871872 71342 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19064328 KiB
Current children cumulated memory: 285368 KiB

[startup+1.50026 s]
/proc/loadavg: 4.31 4.24 4.20 6/347 33784
/proc/meminfo: memFree=112022884/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=471264 CPUtime=2.85 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 20984 0 0 0 271 14 0 0 20 0 20 0 39134342 19521036288 117816 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 117816 5457 1 0 556981 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=0 CPUtime=1.3 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 5701 0 0 0 120 10 0 0 20 0 20 0 39134343 19521036288 117816 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 117816 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 117816 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 117816 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 471264 KiB

[startup+3.10597 s]
/proc/loadavg: 4.31 4.24 4.20 6/347 33784
/proc/meminfo: memFree=111290824/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=1137828 CPUtime=6.03 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 26666 0 0 0 574 29 0 0 20 0 20 0 39134342 19521036288 284457 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 284457 5457 1 0 556990 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=10752 CPUtime=2.86 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 6384 0 0 0 263 23 0 0 20 0 20 0 39134343 19521036288 284457 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=-6000919502754376044 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 284457 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 284457 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 284457 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1137828 KiB

[startup+6.30025 s]
/proc/loadavg: 4.36 4.25 4.20 5/347 33784
/proc/meminfo: memFree=109430604/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=3174972 CPUtime=10.38 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 35460 0 0 0 967 71 0 0 20 0 20 0 39134342 19521036288 793743 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 793743 5457 1 0 1083494 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=0 CPUtime=5.99 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 8631 0 0 0 536 63 0 0 20 0 20 0 39134343 19521036288 793743 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 793743 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 793743 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=555376 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 793743 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 10.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3174972 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.25 4.20 5/347 33784
/proc/meminfo: memFree=108929204/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=3392200 CPUtime=16.89 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 35817 0 0 0 1608 81 0 0 20 0 20 0 39134342 19521036288 848050 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 848050 5489 1 0 1083518 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=555376 CPUtime=12.32 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 8941 0 0 0 1160 72 0 0 20 0 20 0 39134343 19521036288 848050 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 848050 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=3392200 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 848050 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 848050 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 16.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3392200 KiB

[startup+25.5002 s]
/proc/loadavg: 4.26 4.23 4.20 5/347 33784
/proc/meminfo: memFree=108901456/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=3392456 CPUtime=29.93 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 37686 0 0 0 2909 84 0 0 20 0 20 0 39134342 19521036288 848114 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 848114 5489 1 0 1083550 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=-6000919502754376044 CPUtime=24.95 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 10644 0 0 0 2420 75 0 0 20 0 20 0 39134343 19521036288 848114 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 848114 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 848114 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 848114 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 29.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3392456 KiB

[startup+51.1061 s]
/proc/loadavg: 4.31 4.25 4.20 5/347 33785
/proc/meminfo: memFree=108886800/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=3396696 CPUtime=55.61 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 46534 0 0 0 5473 88 0 0 20 0 20 0 39134342 19521036288 849174 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 849174 5489 1 0 1083550 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=3396568 CPUtime=50.41 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 13427 0 0 0 4964 77 0 0 20 0 20 0 39134343 19521036288 849174 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=3396568 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 849174 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0

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

/proc/meminfo: memFree=112539884/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3232.54 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 150586 0 0 0 322852 402 0 0 20 0 20 0 39134342 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 1051547 5489 1 0 1083585 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=14344 CPUtime=3193.75 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 74703 0 0 0 319095 280 0 0 20 0 20 0 39134343 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 2309 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 3232.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206188 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/343 34014
/proc/meminfo: memFree=112487960/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3292.56 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 150759 0 0 0 328852 404 0 0 20 0 20 0 39134342 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 1051547 5489 1 0 1083585 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=14344 CPUtime=3253.36 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 74733 0 0 0 325055 281 0 0 20 0 20 0 39134343 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 2401 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 3292.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206188 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/342 34017
/proc/meminfo: memFree=112300544/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3352.4 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 150943 0 0 0 334834 406 0 0 20 0 20 0 39134342 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 1051547 5489 1 0 1083585 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=17152 CPUtime=3312.81 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 74774 0 0 0 330999 282 0 0 20 0 20 0 39134343 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 2401 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 3352.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206188 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/342 34022
/proc/meminfo: memFree=111593660/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3412.41 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 151503 0 0 0 340831 410 0 0 20 0 20 0 39134342 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 1051547 5489 1 0 1083585 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3372.47 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 75209 0 0 0 336965 282 0 0 20 0 20 0 39134343 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 2405 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 3412.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206188 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/342 34030
/proc/meminfo: memFree=111436600/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3472.47 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 154482 0 0 0 346831 416 0 0 20 0 20 0 39134342 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 1051547 5489 1 0 1083585 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3432.08 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 77302 0 0 0 342922 286 0 0 20 0 20 0 39134343 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 2406 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 3472.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206188 KiB

[startup+3522.3 s]
/proc/loadavg: 3.66 4.00 4.05 4/316 34080
/proc/meminfo: memFree=116126340/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3532.71 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 156721 0 0 0 352848 423 0 0 20 0 20 0 39134342 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 1051547 5489 1 0 1083585 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3491.52 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 78601 0 0 0 348862 290 0 0 20 0 20 0 39134343 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=23860 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 2459 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 3532.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206188 KiB

[startup+3582.3 s]
/proc/loadavg: 2.86 3.72 3.95 3/291 34116
/proc/meminfo: memFree=122053228/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3592.75 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 157621 0 0 0 358847 428 0 0 20 0 20 0 39134342 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 1051547 5489 1 0 1083585 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=14344 CPUtime=3550.9 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 79218 0 0 0 354797 293 0 0 20 0 20 0 39134343 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=14344 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 2552 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=4206188 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 3592.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.6 s]
/proc/loadavg: 2.79 3.69 3.94 3/291 34116
/proc/meminfo: memFree=122029328/131249988 swapFree=33010684/33010684
[pid=33764] ppid=33761 vsize=19063512 memory=4206188 CPUtime=3600.06 cores=0,2
/proc/33764/stat : 33764 (java) S 33761 33764 31943 0 -1 4194304 157992 0 0 0 359577 429 0 0 20 0 20 0 39134342 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
/proc/33764/statm: 4765878 1051547 5489 1 0 1083585 0
[pid=33764/tid=33766] ppid=33761 vsize=19063512 memory=17152 CPUtime=3558.15 cores=0,2
/proc/33764/task/33766/stat : 33766 (java) R 33761 33764 31943 0 -1 4194368 79559 0 0 0 355522 293 0 0 20 0 20 0 39134343 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33775] ppid=33761 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33764/task/33775/stat : 33775 (Finalizer) S 33761 33764 31943 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39134345 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33782] ppid=33761 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/33764/task/33782/stat : 33782 (Common-Cleaner) S 33761 33764 31943 0 -1 4194368 2552 0 0 0 0 0 0 0 20 0 20 0 39134346 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
[pid=33764/tid=33784] ppid=33761 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/33764/task/33784/stat : 33784 (Timer-0) S 33761 33764 31943 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39134389 19521036288 1051547 18446744073709551615 94126621396992 94126621400688 140720395205120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94126621408504 94126621409296 94126650908672 140720395209005 140720395209190 140720395209190 140720395214792 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206188 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.89 s, system=4.31074 s

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

Child status: 143

Real time (s): 3589.69
CPU time (s): 3600.2
CPU user time (s): 3595.89
CPU system time (s): 4.31074
CPU usage (%): 100.293
Max. virtual memory (cumulated for all children) (KiB): 19064328
Max. memory (cumulated for all children) (KiB): 4206188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.89
system time used= 4.31074
maximum resident set size= 4207468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160956
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1200184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134553
involuntary context switches= 12521


# summary of solver processes directly reported to runsolver:
#   pid: 33764
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3595.89
#   total CPU system time (s): 4.31074

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.29527 second user time and 17.8708 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-30 00:02:38
IDJOB=4515533
IDBENCH=165294
IDSOLVER=3362
FILE ID=nodeC031/4515533-1751234558
RUNJOBID= nodeC031-1751227368-31953
SLURM_JOB_ID= 9587685
Free space on /tmp= 432620 MiB

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

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

MD5SUM BENCH= 5d1633616664d1d404e86526e434c88a
RANDOM SEED=114536747

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.865
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.892
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		: 3533.305
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		: 3596.343
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.893
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		: 3599.882
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		: 3488.906
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		: 3609.042
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:        112307120 kB
MemAvailable:   112766168 kB
Buffers:            3280 kB
Cached:          1267468 kB
SwapCached:            0 kB
Active:         17325304 kB
Inactive:        1012640 kB
Active(anon):   17085336 kB
Inactive(anon):        0 kB
Active(file):     239968 kB
Inactive(file):  1012640 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55624 kB
Writeback:             8 kB
AnonPages:      17070248 kB
Mapped:           122968 kB
Shmem:             18064 kB
KReclaimable:      91356 kB
Slab:             180132 kB
SReclaimable:      91356 kB
SUnreclaim:        88776 kB
KernelStack:        5308 kB
PageTables:        37136 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   24668364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16797696 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-30 01:02:28