Trace number 4519429

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.21 3541.84

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
MD5SUMa8850f77d674f2f3b7ac0e06d3d8c373
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 benchmark741
Best CPU time to get the best result obtained on this benchmark203.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables935142
Total number of constraints56829
Number of constraints which are clauses28785
Number of constraints which are cardinality constraints (but not clauses)25194
Number of constraints which are nor clauses,nor cardinality constraints2850
Minimum length of a constraint35
Maximum length of a constraint40
Number of terms in the objective function 1482
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 1482
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 1482
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.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-4519429-1751562582.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
120.97/118.74	c ... done. Wall clock time 118.583s.
120.97/118.74	c declared #vars     935142
120.97/118.74	c #constraints  56829
120.97/118.74	c constraints type 
120.97/118.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28044
120.97/118.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28785
120.97/118.74	c 56829 constraints processed.
120.97/118.75	c objective function length is 1482 literals
143.69/137.84	c cleaning 1547 clauses out of 5000 with flag 0/5000
167.69/162.70	c cleaning 2301 clauses out of 9453 with flag 0/11000
206.50/200.12	c cleaning 2354 clauses out of 14153 with flag 0/18001
237.71/230.76	c cleaning 3380 clauses out of 19801 with flag 0/26003
270.52/262.49	c cleaning 3293 clauses out of 25421 with flag 0/35003
374.02/364.75	c cleaning 5124 clauses out of 32125 with flag 0/45000
421.64/412.83	c cleaning 5121 clauses out of 38007 with flag 0/56006
477.99/471.92	c cleaning 5241 clauses out of 44881 with flag 0/68001
544.32/535.78	c cleaning 6225 clauses out of 52639 with flag 0/81000
612.85/602.34	c cleaning 6637 clauses out of 60416 with flag 0/95002
690.31/682.68	c cleaning 7285 clauses out of 68779 with flag 0/110002
924.73/913.41	c cleaning 9588 clauses out of 77492 with flag 0/126000
1075.51/1060.64	c cleaning 11712 clauses out of 84904 with flag 0/143000
1438.49/1422.87	c cleaning 16977 clauses out of 91192 with flag 0/161000
2210.56/2203.00	c cleaning 18971 clauses out of 93216 with flag 0/180001
2517.83/2509.96	c cleaning 19397 clauses out of 94244 with flag 0/200000
3395.97/3358.40	c cleaning 17724 clauses out of 95847 with flag 0/221000
3600.02/3541.72	c starts		: 105
3600.02/3541.72	c conflicts		: 236987
3600.02/3541.72	c decisions		: 33083613
3600.02/3541.72	c propagations		: 71634056
3600.02/3541.72	c inspects		: 435674350
3600.02/3541.72	c shortcuts		: 0
3600.02/3541.72	c learnt literals	: 0
3600.02/3541.72	c learnt binary clauses	: 2
3600.02/3541.72	c learnt ternary clauses	: 0
3600.02/3541.72	c learnt constraints	: 236986
3600.02/3541.72	c ignored constraints	: 0
3600.02/3541.72	c root simplifications	: 0
3600.02/3541.72	c removed literals (reason simplification)	: 0
3600.02/3541.72	c reason swapping (by a shorter reason)	: 0
3600.02/3541.72	c Calls to reduceDB	: 17
3600.02/3541.72	c Number of update (reduction) of LBD	: 213536
3600.02/3541.72	c Imported unit clauses	: 0
3600.02/3541.72	c No decision after first conflict	: false
3600.02/3541.72	c number of reductions to clauses (during analyze)	: 0
3600.02/3541.72	c number of learned constraints concerned by reduction	: 0
3600.02/3541.72	c number of learning phase by resolution	: 0
3600.02/3541.72	c number of learning phase by cutting planes	: 0
3600.02/3541.72	c number of rounding to 1 operations	: 0
3600.02/3541.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3541.72	c number of reductions of the coefficients by power 2 	: 0
3600.02/3541.72	c number of right shift for reduction by power 2 	: 0
3600.02/3541.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3541.72	c number of ending skipping 	: 0
3600.02/3541.72	c number of internal skipping 	: 0
3600.02/3541.72	c number of derivation steps 	: 1248682
3600.02/3541.72	c number of skipped derivation steps 	: 0
3600.02/3541.72	c number of remaining unassigned 	: 61976
3600.02/3541.72	c number of remaining assigned 	: 473339327
3600.02/3541.72	c number of falsified literals weakened from reason	: 0
3600.02/3541.72	c number of falsified literals weakened from conflict	: 0
3600.02/3541.72	c time for arithmetic operations	: 3284770004
3600.02/3541.73	c minimum degree of deleted constraints	: 1
3600.02/3541.73	c maximum degree of deleted constraints	: 16785338278440
3600.02/3541.73	c number of deleted constraints	: 142877
3600.02/3541.73	c speed (assignments/second)	: 20927.768375471347
3600.02/3541.73	c non guided choices	: 29925759
3600.02/3541.74	c timeout
3600.02/3541.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7
3600.02/3541.78	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 84127
3600.02/3541.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.02/3541.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9973
3600.02/3541.78	s UNKNOWN
3600.02/3541.78	c Total wall clock time (in seconds): 3541.622

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: 63665 MiB (57352 MiB free)
  memory of node 1: 64507 MiB (59605 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=80082, runsolver pid=80079
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.56 4.35 4.24 5/339 80100
/proc/meminfo: memFree=119762720/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18930384 memory=55584 CPUtime=0.12 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 6550 0 0 0 10 2 0 0 20 0 18 0 71937782 19384713216 13896 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4732596 13896 5327 1 0 547604 0
[pid=80082/tid=80084] ppid=80079 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 5053 0 0 0 6 1 0 0 20 0 18 0 71937783 19384713216 13896 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71937786 19384713216 13896 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18930384 memory=59585004335790 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71937786 19384713216 13896 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55584 KiB

[startup+0.20593 s]*
/proc/loadavg: 4.56 4.35 4.24 7/339 80100
/proc/meminfo: memFree=119717664/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18930384 memory=107512 CPUtime=0.31 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 7149 0 0 0 28 3 0 0 20 0 18 0 71937782 19384713216 26878 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4732596 26878 5455 1 0 548001 0
[pid=80082/tid=80084] ppid=80079 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 5400 0 0 0 15 2 0 0 20 0 18 0 71937783 19384713216 26878 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18930384 memory=16912 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71937786 19384713216 26878 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71937786 19384713216 26878 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107512 KiB

[startup+0.305944 s]*
/proc/loadavg: 4.56 4.35 4.24 7/339 80100
/proc/meminfo: memFree=119398176/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18930384 memory=427280 CPUtime=0.46 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 7352 0 0 0 37 9 0 0 20 0 18 0 71937782 19384713216 106820 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4732596 106820 5455 1 0 548006 0
[pid=80082/tid=80084] ppid=80079 vsize=18930384 memory=-6000919468378319975 CPUtime=0.26 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 5568 0 0 0 18 8 0 0 20 0 18 0 71937783 19384713216 106820 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71937786 19384713216 106820 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71937786 19384713216 106820 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 427280 KiB

[startup+0.700257 s]
/proc/loadavg: 4.56 4.35 4.24 6/340 80101
/proc/meminfo: memFree=118778736/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18996948 memory=1048432 CPUtime=1.07 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 10269 0 0 0 86 21 0 0 20 0 19 0 71937782 19452874752 262108 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4749237 262108 5487 1 0 549809 0
[pid=80082/tid=80084] ppid=80079 vsize=18996948 memory=18048 CPUtime=0.63 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 5851 0 0 0 45 18 0 0 20 0 19 0 71937783 19452874752 262108 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 262108 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 262108 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1048432 KiB

[startup+1.50025 s]
/proc/loadavg: 4.56 4.35 4.24 5/340 80101
/proc/meminfo: memFree=118771900/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18996948 memory=1048816 CPUtime=1.97 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 10494 0 0 0 175 22 0 0 20 0 19 0 71937782 19452874752 262204 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4749237 262204 5487 1 0 549814 0
[pid=80082/tid=80084] ppid=80079 vsize=18996948 memory=3200 CPUtime=1.42 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 5945 0 0 0 123 19 0 0 20 0 19 0 71937783 19452874752 262204 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 262204 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 262204 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1048816 KiB

[startup+3.10597 s]
/proc/loadavg: 4.67 4.38 4.25 5/340 80101
/proc/meminfo: memFree=118579012/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18996948 memory=1245040 CPUtime=3.71 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 12076 0 0 0 345 26 0 0 20 0 19 0 71937782 19452874752 311260 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4749237 311260 5487 1 0 656891 0
[pid=80082/tid=80084] ppid=80079 vsize=18996948 memory=11008 CPUtime=2.96 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 6151 0 0 0 274 22 0 0 20 0 19 0 71937783 19452874752 311260 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 311260 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 311260 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 3.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1245040 KiB

[startup+6.30025 s]
/proc/loadavg: 4.67 4.38 4.25 6/340 80101
/proc/meminfo: memFree=118317196/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18996948 memory=1760828 CPUtime=7.34 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 26251 0 0 0 695 39 0 0 20 0 19 0 71937782 19452874752 440207 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4749237 440207 5519 1 0 923563 0
[pid=80082/tid=80084] ppid=80079 vsize=18996948 memory=5760 CPUtime=6.04 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 6790 0 0 0 574 30 0 0 20 0 19 0 71937783 19452874752 440207 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 440207 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18996948 memory=-6000919468378319975 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 440207 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 7.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1760828 KiB

[startup+12.7002 s]
/proc/loadavg: 4.64 4.38 4.26 7/340 80101
/proc/meminfo: memFree=117762532/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18996948 memory=2029124 CPUtime=14.64 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 37456 0 0 0 1417 47 0 0 20 0 19 0 71937782 19452874752 507281 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4749237 507281 5519 1 0 1051904 0
[pid=80082/tid=80084] ppid=80079 vsize=18996948 memory=1768960 CPUtime=12.18 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 7621 0 0 0 1183 35 0 0 20 0 19 0 71937783 19452874752 507281 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18996948 memory=18048 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 507281 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18996948 memory=14464 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 507281 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 14.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2029124 KiB

[startup+25.5003 s]
/proc/loadavg: 4.54 4.37 4.25 6/340 80101
/proc/meminfo: memFree=117693908/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18996948 memory=2029452 CPUtime=27.51 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 40093 0 0 0 2703 48 0 0 20 0 19 0 71937782 19452874752 507363 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4749237 507363 5519 1 0 1051904 0
[pid=80082/tid=80084] ppid=80079 vsize=18996948 memory=1768960 CPUtime=24.54 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 8704 0 0 0 2418 36 0 0 20 0 19 0 71937783 19452874752 507363 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18996948 memory=-6000919468378319975 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 507363 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18996948 memory=2029452 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 507363 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 27.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2029452 KiB

[startup+51.106 s]
/proc/loadavg: 4.36 4.34 4.25 5/338 80102
/proc/meminfo: memFree=117569752/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18996948 memory=2031788 CPUtime=53.17 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 42994 0 0 0 5266 51 0 0 20 0 19 0 71937782 19452874752 507947 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4749237 507947 5519 1 0 1051904 0
[pid=80082/tid=80084] ppid=80079 vsize=18996948 memory=-6000919468378319975 CPUtime=49.2 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 10169 0 0 0 4884 36 0 0 20 0 19 0 71937783 19452874752 507947 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=18996948 memory=2018612 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 507947 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=18996948 memory=14464 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71937786 19452874752 507947 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 53.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2031788 KiB

[startup+102.3 s]
/proc/loadavg: 4.35 4.34 4.25 5/341 80106
/proc/meminfo: memFree=117373320/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=18996948 memory=2032172 CPUtime=104.52 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 45009 0 0 0 10397 55 0 0 20 0 19 0 71937782 19452874752 508043 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0

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

/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082108 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=19130076 memory=16328432 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 3066 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082108 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80108] ppid=80079 vsize=19130076 memory=16328432 CPUtime=0 cores=1,3
/proc/80082/task/80108/stat : 80108 (Timer-0) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71949663 19589197824 4082108 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 3197.86 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16328432 KiB

[startup+3222.3 s]
/proc/loadavg: 4.30 4.35 4.26 5/345 80353
/proc/meminfo: memFree=87066496/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=19130076 memory=16328560 CPUtime=3262.43 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 434878 0 0 0 325558 685 0 0 20 0 21 0 71937782 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4782519 4082140 5551 1 0 4097159 0
[pid=80082/tid=80084] ppid=80079 vsize=19130076 memory=16328432 CPUtime=3074.43 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 190896 0 0 0 307000 443 0 0 20 0 21 0 71937783 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=19130076 memory=5760 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=19130076 memory=16328432 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 3115 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80108] ppid=80079 vsize=19130076 memory=14464 CPUtime=0 cores=1,3
/proc/80082/task/80108/stat : 80108 (Timer-0) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71949663 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 3262.43 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16328560 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.30 4.25 5/346 80356
/proc/meminfo: memFree=86898868/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=19130076 memory=16328560 CPUtime=3322.27 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 449460 0 0 0 331534 693 0 0 20 0 21 0 71937782 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4782519 4082140 5551 1 0 4097159 0
[pid=80082/tid=80084] ppid=80079 vsize=19130076 memory=11008 CPUtime=3131.06 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 197731 0 0 0 312658 448 0 0 20 0 21 0 71937783 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=19130076 memory=14464 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=19130076 memory=16328560 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 3156 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80108] ppid=80079 vsize=19130076 memory=46464 CPUtime=0 cores=1,3
/proc/80082/task/80108/stat : 80108 (Timer-0) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71949663 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 3322.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16328560 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.29 4.25 5/345 80358
/proc/meminfo: memFree=86699852/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=19130076 memory=16328560 CPUtime=3379.84 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 459653 0 0 0 337283 701 0 0 20 0 21 0 71937782 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4782519 4082140 5551 1 0 4097159 0
[pid=80082/tid=80084] ppid=80079 vsize=19130076 memory=16328560 CPUtime=3185.36 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 204229 0 0 0 318082 454 0 0 20 0 21 0 71937783 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=19130076 memory=16328560 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=19130076 memory=16328560 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 3226 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80108] ppid=80079 vsize=19130076 memory=16328560 CPUtime=0 cores=1,3
/proc/80082/task/80108/stat : 80108 (Timer-0) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71949663 19589197824 4082140 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 3379.84 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16328560 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.27 4.25 5/347 80364
/proc/meminfo: memFree=86558992/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=19130076 memory=16329200 CPUtime=3448.26 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 482981 0 0 0 344115 711 0 0 20 0 21 0 71937782 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4782519 4082300 5551 1 0 4097159 0
[pid=80082/tid=80084] ppid=80079 vsize=19130076 memory=16328560 CPUtime=3243.36 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 215845 0 0 0 323879 457 0 0 20 0 21 0 71937783 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=19130076 memory=16328560 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=19130076 memory=16329200 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 3308 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80108] ppid=80079 vsize=19130076 memory=14464 CPUtime=0 cores=1,3
/proc/80082/task/80108/stat : 80108 (Timer-0) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71949663 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 3448.26 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16329200 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.25 4.24 5/347 80366
/proc/meminfo: memFree=86419308/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=19130076 memory=16329200 CPUtime=3510.89 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 497051 0 0 0 350373 716 0 0 20 0 21 0 71937782 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4782519 4082300 5551 1 0 4097159 0
[pid=80082/tid=80084] ppid=80079 vsize=19130076 memory=16328560 CPUtime=3302.46 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 224653 0 0 0 329786 460 0 0 20 0 21 0 71937783 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=19130076 memory=16328560 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=19130076 memory=16329200 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 3311 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80108] ppid=80079 vsize=19130076 memory=14464 CPUtime=0 cores=1,3
/proc/80082/task/80108/stat : 80108 (Timer-0) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71949663 19589197824 4082300 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 3510.89 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16329200 KiB

[startup+3522.3 s]
/proc/loadavg: 3.75 4.13 4.20 4/321 80401
/proc/meminfo: memFree=96267324/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=19130076 memory=16329584 CPUtime=3580.66 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 509271 0 0 0 357338 728 0 0 20 0 21 0 71937782 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4782519 4082396 5551 1 0 4097210 0
[pid=80082/tid=80084] ppid=80079 vsize=19130076 memory=16329200 CPUtime=3360.48 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 232512 0 0 0 335582 466 0 0 20 0 21 0 71937783 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=19130076 memory=16329200 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=19130076 memory=18048 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 3348 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80108] ppid=80079 vsize=19130076 memory=16329584 CPUtime=0 cores=1,3
/proc/80082/task/80108/stat : 80108 (Timer-0) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71949663 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 3580.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16329584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3541.7 s]
/proc/loadavg: 3.59 4.08 4.18 4/321 80401
/proc/meminfo: memFree=96227692/131249996 swapFree=33010416/33010684
[pid=80082] ppid=80079 vsize=19130076 memory=16329584 CPUtime=3600.02 cores=1,3
/proc/80082/stat : 80082 (java) S 80079 80082 78894 0 -1 4194304 511282 0 0 0 359271 731 0 0 20 0 21 0 71937782 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
/proc/80082/statm: 4782519 4082396 5551 1 0 4097210 0
[pid=80082/tid=80084] ppid=80079 vsize=19130076 memory=16329456 CPUtime=3379.82 cores=1,3
/proc/80082/task/80084/stat : 80084 (java) R 80079 80082 78894 0 -1 4194368 234511 0 0 0 337514 468 0 0 20 0 21 0 71937783 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80093] ppid=80079 vsize=19130076 memory=16329328 CPUtime=0 cores=1,3
/proc/80082/task/80093/stat : 80093 (Finalizer) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80100] ppid=80079 vsize=19130076 memory=16329584 CPUtime=0 cores=1,3
/proc/80082/task/80100/stat : 80100 (Common-Cleaner) S 80079 80082 78894 0 -1 4194368 3348 0 0 0 0 0 0 0 20 0 21 0 71937786 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
[pid=80082/tid=80108] ppid=80079 vsize=19130076 memory=2372 CPUtime=0 cores=1,3
/proc/80082/task/80108/stat : 80108 (Timer-0) S 80079 80082 78894 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71949663 19589197824 4082396 18446744073709551615 94352628047872 94352628051568 140735844452416 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94352628059384 94352628060176 94352644079616 140735844460845 140735844461030 140735844461030 140735844466632 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16329584 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.85 s, system=7.36138 s

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

[startup+3541.81 s]*
/proc/loadavg: 3.59 4.08 4.18 4/302 80404
/proc/meminfo: memFree=99480792/131249996 swapFree=33010416/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): 3541.84
CPU time (s): 3600.21
CPU user time (s): 3592.85
CPU system time (s): 7.36138
CPU usage (%): 101.648
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 16329584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.85
system time used= 7.36138
maximum resident set size= 16330352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4727848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 204416
involuntary context switches= 22142


# summary of solver processes directly reported to runsolver:
#   pid: 80082
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3592.85
#   total CPU system time (s): 7.36138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.59304 second user time and 18.1732 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-03 19:09:42
IDJOB=4519429
IDBENCH=177254
IDSOLVER=3362
FILE ID=nodeC030/4519429-1751562582
RUNJOBID= nodeC030-1751555170-78906
SLURM_JOB_ID= 9598746
Free space on /tmp= 432416 MiB

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

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

MD5SUM BENCH= a8850f77d674f2f3b7ac0e06d3d8c373
RANDOM SEED=846662933

nodeC030 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		: 3600.314
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.62
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		: 3603.678
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.62
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		: 3589.023
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.62
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.644
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.62
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.598
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.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119764876 kB
MemAvailable:   121594488 kB
Buffers:            2564 kB
Cached:          2620564 kB
SwapCached:           16 kB
Active:          8668820 kB
Inactive:        2176996 kB
Active(anon):    8236224 kB
Inactive(anon):     4548 kB
Active(file):     432596 kB
Inactive(file):  2172448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             81188 kB
Writeback:            12 kB
AnonPages:       8226144 kB
Mapped:           123704 kB
Shmem:             18048 kB
KReclaimable:     127212 kB
Slab:             219068 kB
SReclaimable:     127212 kB
SUnreclaim:        91856 kB
KernelStack:        5200 kB
PageTables:        19708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11369928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7958528 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432416 MiB
End job on nodeC030 at 2025-07-03 20:08:44