Trace number 4521959

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.23 3557.4

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_33.opb
MD5SUMe5d29c038ae9b08512816a1a7bdfca9c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark595
Best CPU time to get the best result obtained on this benchmark95.7268
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables668780
Total number of constraints43231
Number of constraints which are clauses21913
Number of constraints which are cardinality constraints (but not clauses)19040
Number of constraints which are nor clauses,nor cardinality constraints2278
Minimum length of a constraint33
Maximum length of a constraint38
Number of terms in the objective function 1190
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1190
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1190
Number of bits of the biggest sum of numbers11
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.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4521959-1751598683.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.17	c  objective function found
66.41/64.51	c ... done. Wall clock time 64.352s.
66.41/64.51	c declared #vars     668780
66.41/64.51	c #constraints  43231
66.41/64.51	c constraints type 
66.41/64.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 21318
66.41/64.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21913
66.41/64.51	c 43231 constraints processed.
66.41/64.52	c objective function length is 1190 literals
83.86/78.55	c cleaning 1314 clauses out of 5001 with flag 0/5001
102.77/96.35	c cleaning 2174 clauses out of 9686 with flag 0/11000
122.87/115.81	c cleaning 2164 clauses out of 14512 with flag 0/18000
145.15/136.75	c cleaning 4040 clauses out of 20348 with flag 0/26000
170.18/159.81	c cleaning 2914 clauses out of 25311 with flag 0/35003
210.36/198.24	c cleaning 4465 clauses out of 32400 with flag 0/45006
248.50/235.22	c cleaning 3263 clauses out of 38929 with flag 0/56000
309.44/294.70	c cleaning 8378 clauses out of 47666 with flag 0/68000
352.60/336.74	c cleaning 4603 clauses out of 52292 with flag 0/81004
417.60/400.97	c cleaning 5810 clauses out of 61685 with flag 0/95000
756.34/737.03	c cleaning 12881 clauses out of 70875 with flag 0/110000
1331.21/1317.67	c cleaning 15692 clauses out of 73994 with flag 0/126000
1431.49/1417.70	c cleaning 8605 clauses out of 75302 with flag 0/143000
1786.96/1768.41	c cleaning 11484 clauses out of 84697 with flag 0/161000
2434.28/2412.99	c cleaning 17420 clauses out of 92213 with flag 0/180000
2599.47/2573.37	c cleaning 10442 clauses out of 94797 with flag 0/200004
2784.42/2754.45	c cleaning 14129 clauses out of 105355 with flag 0/221004
3104.35/3075.79	c cleaning 14598 clauses out of 113222 with flag 0/243000
3600.04/3554.41	c starts		: 75
3600.04/3554.42	c timeout
3600.04/3554.42	c conflicts		: 262670
3600.04/3554.42	c decisions		: 28292663
3600.04/3554.42	c propagations		: 61525114
3600.04/3554.42	c inspects		: 531631708
3600.04/3554.42	c shortcuts		: 0
3600.04/3554.42	c learnt literals	: 0
3600.04/3554.42	c learnt binary clauses	: 2
3600.04/3554.42	c learnt ternary clauses	: 0
3600.04/3554.42	c learnt constraints	: 262669
3600.04/3554.42	c ignored constraints	: 0
3600.04/3554.42	c root simplifications	: 0
3600.04/3554.42	c removed literals (reason simplification)	: 0
3600.04/3554.42	c reason swapping (by a shorter reason)	: 0
3600.04/3554.42	c Calls to reduceDB	: 18
3600.04/3554.42	c Number of update (reduction) of LBD	: 222357
3600.04/3554.42	c Imported unit clauses	: 0
3600.04/3554.42	c No decision after first conflict	: false
3600.04/3554.42	c number of reductions to clauses (during analyze)	: 0
3600.04/3554.42	c number of learned constraints concerned by reduction	: 0
3600.04/3554.42	c number of learning phase by resolution	: 0
3600.04/3554.42	c number of learning phase by cutting planes	: 0
3600.04/3554.42	c number of rounding to 1 operations	: 0
3600.04/3554.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3554.42	c number of reductions of the coefficients by power 2 	: 0
3600.04/3554.42	c number of right shift for reduction by power 2 	: 0
3600.04/3554.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3554.42	c number of ending skipping 	: 0
3600.04/3554.42	c number of internal skipping 	: 0
3600.04/3554.42	c number of derivation steps 	: 1887157
3600.04/3554.42	c number of skipped derivation steps 	: 0
3600.04/3554.42	c number of remaining unassigned 	: 193542
3600.04/3554.42	c number of remaining assigned 	: 699910627
3600.04/3554.42	c number of falsified literals weakened from reason	: 0
3600.04/3554.42	c number of falsified literals weakened from conflict	: 0
3600.04/3554.43	c time for arithmetic operations	: 2870434041
3600.04/3554.43	c minimum degree of deleted constraints	: 1
3600.04/3554.43	c maximum degree of deleted constraints	: 501792801193125597062170134372458840008
3600.04/3554.43	c number of deleted constraints	: 144376
3600.04/3554.43	c speed (assignments/second)	: 17629.66959725055
3600.04/3554.43	c non guided choices	: 24917143
3600.04/3554.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.04/3554.48	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 101370
3600.04/3554.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.04/3554.48	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 16919
3600.04/3554.48	s UNKNOWN
3600.04/3554.48	c Total wall clock time (in seconds): 3554.326

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

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

solver pid=86098, runsolver pid=86095

[startup+0.10006 s]*
/proc/loadavg: 1.28 2.05 3.13 8/334 86116
/proc/meminfo: memFree=128811312/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18930384 memory=57824 CPUtime=0.12 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 6569 0 0 0 10 2 0 0 20 0 18 0 75545835 19384713216 14456 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4732596 14456 5361 1 0 547603 0
[pid=86098/tid=86100] ppid=86095 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 75545836 19384713216 14456 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75545838 19384713216 14456 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18930384 memory=58485492697507 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75545839 19384713216 14456 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57824 KiB

[startup+0.20604 s]*
/proc/loadavg: 1.28 2.05 3.13 10/337 86119
/proc/meminfo: memFree=128607408/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18930384 memory=103340 CPUtime=0.31 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 7106 0 0 0 27 4 0 0 20 0 18 0 75545835 19384713216 25835 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4732596 25835 5457 1 0 547957 0
[pid=86098/tid=86100] ppid=86095 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 5404 0 0 0 15 2 0 0 20 0 18 0 75545836 19384713216 25835 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18930384 memory=2630 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75545838 19384713216 25835 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75545839 19384713216 25835 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 103340 KiB

[startup+0.306061 s]*
/proc/loadavg: 1.28 2.05 3.13 10/337 86119
/proc/meminfo: memFree=128223772/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18930384 memory=425176 CPUtime=0.47 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 7357 0 0 0 37 10 0 0 20 0 18 0 75545835 19384713216 106294 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4732596 106294 5457 1 0 548004 0
[pid=86098/tid=86100] ppid=86095 vsize=18930384 memory=-6000919485524633191 CPUtime=0.27 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 5561 0 0 0 19 8 0 0 20 0 18 0 75545836 19384713216 106294 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75545838 19384713216 106294 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75545839 19384713216 106806 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 425176 KiB

[startup+0.700246 s]
/proc/loadavg: 1.28 2.05 3.13 10/341 86123
/proc/meminfo: memFree=127745052/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18996948 memory=819308 CPUtime=1.08 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 10212 0 0 0 90 18 0 0 20 0 19 0 75545835 19452874752 204827 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4749237 204827 5489 1 0 549825 0
[pid=86098/tid=86100] ppid=86095 vsize=18996948 memory=15104 CPUtime=0.63 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 5732 0 0 0 48 15 0 0 20 0 19 0 75545836 19452874752 204827 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75545838 19452874752 204827 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75545839 19452874752 204827 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 819308 KiB

[startup+1.50025 s]
/proc/loadavg: 1.28 2.05 3.13 8/341 86123
/proc/meminfo: memFree=127580588/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18996948 memory=962072 CPUtime=1.99 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 10725 0 0 0 178 21 0 0 20 0 19 0 75545835 19452874752 240518 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4749237 240518 5489 1 0 656347 0
[pid=86098/tid=86100] ppid=86095 vsize=18996948 memory=3200 CPUtime=1.41 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 5861 0 0 0 123 18 0 0 20 0 19 0 75545836 19452874752 240518 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75545838 19452874752 240518 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75545839 19452874752 240518 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 962072 KiB

[startup+3.10591 s]
/proc/loadavg: 1.66 2.12 3.14 10/339 86188
/proc/meminfo: memFree=126432324/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18996948 memory=1167988 CPUtime=3.8 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 12666 0 0 0 354 26 0 0 20 0 19 0 75545835 19452874752 291997 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4749237 291997 5521 1 0 918004 0
[pid=86098/tid=86100] ppid=86095 vsize=18996948 memory=10752 CPUtime=2.93 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 6014 0 0 0 271 22 0 0 20 0 19 0 75545836 19452874752 291997 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75545838 19452874752 291997 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75545839 19452874752 291997 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 3.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1167988 KiB

[startup+6.30023 s]
/proc/loadavg: 1.66 2.12 3.14 5/341 86190
/proc/meminfo: memFree=125191484/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18996948 memory=1563332 CPUtime=7.49 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 25808 0 0 0 713 36 0 0 20 0 19 0 75545835 19452874752 390833 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4749237 390833 5521 1 0 1050358 0
[pid=86098/tid=86100] ppid=86095 vsize=18996948 memory=10752 CPUtime=5.99 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 6375 0 0 0 570 29 0 0 20 0 19 0 75545836 19452874752 390833 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75545838 19452874752 390833 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75545839 19452874752 390833 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 7.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1563332 KiB

[startup+12.7002 s]
/proc/loadavg: 1.84 2.15 3.15 5/341 86190
/proc/meminfo: memFree=124478100/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18996948 memory=1751376 CPUtime=14.15 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 26486 0 0 0 1374 41 0 0 20 0 19 0 75545835 19452874752 437844 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4749237 437844 5521 1 0 1173603 0
[pid=86098/tid=86100] ppid=86095 vsize=18996948 memory=0 CPUtime=12.13 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 6625 0 0 0 1180 33 0 0 20 0 19 0 75545836 19452874752 437844 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75545838 19452874752 437844 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75545839 19452874752 437844 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 14.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1751376 KiB

[startup+25.5003 s]
/proc/loadavg: 2.32 2.24 3.16 5/341 86191
/proc/meminfo: memFree=123629196/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18996948 memory=2106408 CPUtime=27.11 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 29839 0 0 0 2661 50 0 0 20 0 19 0 75545835 19452874752 526602 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4749237 526602 5521 1 0 1403381 0
[pid=86098/tid=86100] ppid=86095 vsize=18996948 memory=0 CPUtime=24.41 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 7605 0 0 0 2402 39 0 0 20 0 19 0 75545836 19452874752 526602 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18996948 memory=1563332 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75545838 19452874752 526602 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18996948 memory=2096004 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75545839 19452874752 526602 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 27.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2106408 KiB

[startup+51.1059 s]
/proc/loadavg: 2.96 2.40 3.19 5/340 86191
/proc/meminfo: memFree=123001072/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=18996948 memory=2125080 CPUtime=52.9 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 33079 0 0 0 5237 53 0 0 20 0 19 0 75545835 19452874752 531270 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4749237 531270 5521 1 0 1403381 0
[pid=86098/tid=86100] ppid=86095 vsize=18996948 memory=2118864 CPUtime=48.86 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 8824 0 0 0 4846 40 0 0 20 0 19 0 75545836 19452874752 531270 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=18996948 memory=14848 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75545838 19452874752 531270 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 75545839 19452874752 531270 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 52.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2125080 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.68 3.25 5/341 86195
/proc/meminfo: memFree=119834760/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=19063512 memory=4446184 CPUtime=108.91 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 50905 0 0 0 10784 107 0 0 20 0 20 0 75545835 19521036288 1111546 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4765878 1111546 5585 1 0 1936937 0

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

/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 178850 0 0 0 310620 511 0 0 20 0 20 0 75545836 19521036288 3964066 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=19063512 memory=15835784 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75545838 19521036288 3964066 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=19063512 memory=15805060 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 3305 0 0 0 0 0 0 0 20 0 20 0 75545839 19521036288 3964066 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86194] ppid=86095 vsize=19063512 memory=15846024 CPUtime=0 cores=5,7
/proc/86098/task/86194/stat : 86194 (Timer-0) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75552292 19521036288 3964066 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 3247.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15856264 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.20 4.13 5/341 86364
/proc/meminfo: memFree=94987332/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=19063512 memory=15882896 CPUtime=3307.68 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 350841 0 0 0 330033 735 0 0 20 0 20 0 75545835 19521036288 3970724 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4765878 3970724 5585 1 0 4086470 0
[pid=86098/tid=86100] ppid=86095 vsize=19063512 memory=15876744 CPUtime=3169.61 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 180140 0 0 0 316442 519 0 0 20 0 20 0 75545836 19521036288 3970724 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=19063512 memory=15874696 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75545838 19521036288 3970724 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 3367 0 0 0 0 0 0 0 20 0 20 0 75545839 19521036288 3970724 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86194] ppid=86095 vsize=19063512 memory=15880844 CPUtime=0 cores=5,7
/proc/86098/task/86194/stat : 86194 (Timer-0) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75552292 19521036288 3970724 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 3307.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15882896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.20 4.14 5/342 86367
/proc/meminfo: memFree=94762408/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=19063512 memory=15909524 CPUtime=3367.87 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 352936 0 0 0 336039 748 0 0 20 0 20 0 75545835 19521036288 3977381 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4765878 3977381 5585 1 0 4086470 0
[pid=86098/tid=86100] ppid=86095 vsize=19063512 memory=15889040 CPUtime=3227.4 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 181231 0 0 0 322212 528 0 0 20 0 20 0 75545836 19521036288 3977381 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=19063512 memory=-6000919485524633191 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75545838 19521036288 3977381 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=19063512 memory=15905428 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 3397 0 0 0 0 0 0 0 20 0 20 0 75545839 19521036288 3977381 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86194] ppid=86095 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/86098/task/86194/stat : 86194 (Timer-0) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75552292 19521036288 3977381 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 3367.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15909524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.20 4.14 5/343 86372
/proc/meminfo: memFree=94642188/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=19063512 memory=15934228 CPUtime=3428.03 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 355865 0 0 0 342042 761 0 0 20 0 20 0 75545835 19521036288 3983557 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4765878 3983557 5585 1 0 4086470 0
[pid=86098/tid=86100] ppid=86095 vsize=19063512 memory=15915668 CPUtime=3282.97 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 182449 0 0 0 327761 536 0 0 20 0 20 0 75545836 19521036288 3983557 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=19063512 memory=15921812 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75545838 19521036288 3983557 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=19063512 memory=15104 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 3438 0 0 0 0 0 0 0 20 0 20 0 75545839 19521036288 3983557 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86194] ppid=86095 vsize=19063512 memory=15909524 CPUtime=0 cores=5,7
/proc/86098/task/86194/stat : 86194 (Timer-0) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75552292 19521036288 3983557 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 3428.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15934228 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.19 4.14 5/343 86374
/proc/meminfo: memFree=94113372/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=19063512 memory=16247456 CPUtime=3490.4 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 379821 0 0 0 348258 782 0 0 20 0 20 0 75545835 19521036288 4061864 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4765878 4061864 5585 1 0 4091614 0
[pid=86098/tid=86100] ppid=86095 vsize=19063512 memory=15909524 CPUtime=3341.33 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 191191 0 0 0 333587 546 0 0 20 0 20 0 75545836 19521036288 4061864 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75545838 19521036288 4061864 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 3453 0 0 0 0 0 0 0 20 0 20 0 75545839 19521036288 4061864 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86194] ppid=86095 vsize=19063512 memory=15104 CPUtime=0 cores=5,7
/proc/86098/task/86194/stat : 86194 (Timer-0) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75552292 19521036288 4061864 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 3490.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16247456 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.21 4.15 5/343 86442
/proc/meminfo: memFree=99515716/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=19063512 memory=16311352 CPUtime=3563.12 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 403908 0 0 0 355512 800 0 0 20 0 20 0 75545835 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4765878 4077838 5585 1 0 4094764 0
[pid=86098/tid=86100] ppid=86095 vsize=19063512 memory=15925908 CPUtime=3398.49 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 198498 0 0 0 339294 555 0 0 20 0 20 0 75545836 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75545838 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 3481 0 0 0 0 0 0 0 20 0 20 0 75545839 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86194] ppid=86095 vsize=19063512 memory=16311096 CPUtime=0 cores=5,7
/proc/86098/task/86194/stat : 86194 (Timer-0) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75552292 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 3563.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16311352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.4 s]
/proc/loadavg: 4.25 4.22 4.15 5/344 86448
/proc/meminfo: memFree=99170540/131249996 swapFree=33006296/33010684
[pid=86098] ppid=86095 vsize=19063512 memory=16311352 CPUtime=3600.04 cores=5,7
/proc/86098/stat : 86098 (java) S 86095 86098 85979 0 -1 4194304 410394 0 0 0 359197 807 0 0 20 0 20 0 75545835 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
/proc/86098/statm: 4765878 4077838 5585 1 0 4094776 0
[pid=86098/tid=86100] ppid=86095 vsize=19063512 memory=16311352 CPUtime=3429.66 cores=5,7
/proc/86098/task/86100/stat : 86100 (java) R 86095 86098 85979 0 -1 4194368 203449 0 0 0 342407 559 0 0 20 0 20 0 75545836 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86109] ppid=86095 vsize=19063512 memory=16311352 CPUtime=0 cores=5,7
/proc/86098/task/86109/stat : 86109 (Finalizer) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75545838 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86116] ppid=86095 vsize=19063512 memory=21824 CPUtime=0 cores=5,7
/proc/86098/task/86116/stat : 86116 (Common-Cleaner) S 86095 86098 85979 0 -1 4194368 3481 0 0 0 0 0 0 0 20 0 20 0 75545839 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
[pid=86098/tid=86194] ppid=86095 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/86098/task/86194/stat : 86194 (Timer-0) S 86095 86098 85979 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75552292 19521036288 4077838 18446744073709551615 94026034544640 94026034548336 140729083946208 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94026034556152 94026034556944 94026049351680 140729083951405 140729083951590 140729083951590 140729083957192 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16311352 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3592.1 s, system=8.12761 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3555.2 s]
/proc/loadavg: 4.25 4.22 4.15 4/327 86452
/proc/meminfo: memFree=99162860/131249996 swapFree=33006296/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3556 s]*
/proc/loadavg: 4.25 4.22 4.15 4/327 86452
/proc/meminfo: memFree=99162868/131249996 swapFree=33006296/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3556.4 s]
/proc/loadavg: 4.25 4.22 4.15 4/327 86452
/proc/meminfo: memFree=99162868/131249996 swapFree=33006296/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3557.4
CPU time (s): 3600.23
CPU user time (s): 3592.1
CPU system time (s): 8.12761
CPU usage (%): 101.204
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16312120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.1
system time used= 8.12761
maximum resident set size= 16312376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413502
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6065992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 188601
involuntary context switches= 21215


# summary of solver processes directly reported to runsolver:
#   pid: 86098
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3592.1
#   total CPU system time (s): 8.12761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.94147 second user time and 16.9883 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-04 05:11:24
IDJOB=4521959
IDBENCH=178523
IDSOLVER=3362
FILE ID=nodeC015/4521959-1751598683
RUNJOBID= nodeC015-1751598683-85992
SLURM_JOB_ID= 9598872
Free space on /tmp= 432352 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_33.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521959-1751598683/watcher-4521959-1751598683 -o /tmp/evaluation-result-4521959-1751598683/solver-4521959-1751598683 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751598683-85992 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521959-1751598683 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4521959-1751598683.opb

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

MD5SUM BENCH= e5d29c038ae9b08512816a1a7bdfca9c
RANDOM SEED=1647070361

nodeC015 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		: 3601.529
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	: 7000.14
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.071
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	: 7000.14
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		: 3600.071
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	: 7000.14
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		: 3600.068
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128882152 kB
MemAvailable:   129597744 kB
Buffers:            1508 kB
Cached:          1498120 kB
SwapCached:         3880 kB
Active:           425928 kB
Inactive:        1260248 kB
Active(anon):     151904 kB
Inactive(anon):    48804 kB
Active(file):     274024 kB
Inactive(file):  1211444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20396 kB
Writeback:             0 kB
AnonPages:        186420 kB
Mapped:           119724 kB
Shmem:             14152 kB
KReclaimable:     138728 kB
Slab:             229652 kB
SReclaimable:     138728 kB
SUnreclaim:        90924 kB
KernelStack:        5028 kB
PageTables:         3380 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6989440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432348 MiB
End job on nodeC015 at 2025-07-04 06:10:41