Trace number 4545317

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.19 3522.2

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SocialGolfers-08-04-08_c24.opb
MD5SUMe5dad10f2c51a051686c6ce21bebf57a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101921
Total number of constraints213661
Number of constraints which are clauses56497
Number of constraints which are cardinality constraints (but not clauses)776
Number of constraints which are nor clauses,nor cardinality constraints156388
Minimum length of a constraint1
Maximum length of a constraint32
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.17	c  - never skip resolution steps
0.12/0.17	c  - Auto-division on coefficients is disabled
0.12/0.17	c  - No postprocessing
0.12/0.17	c  - Conflict is considered as is when resolving
0.12/0.17	c  - Use constraints as they come during conflict analysis
0.12/0.17	c  - Weaken first using unassigned literals
0.12/0.17	c  - Bump strategy: ALWAYS_ONE
0.12/0.17	c  - Bumper: EFFECTIVE
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.17	c No reason simplification
0.12/0.17	c Dynamic restart strategy considering the size of the coefficients
0.12/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4545317-1753238437.opb
0.12/0.17	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.18	c  no objective function found
38.82/35.81	c ... done. Wall clock time 35.634s.
38.82/35.81	c declared #vars     101921
38.82/35.81	c #constraints  214233
38.82/35.81	c constraints type 
38.82/35.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 38
38.82/35.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 776
38.82/35.81	c org.sat4j.specs.Constr$1 => 15
38.82/35.81	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 156674
38.82/35.81	c org.sat4j.pb.constraints.pb.UnitClausePB => 13931
38.82/35.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 42799
38.82/35.81	c 214233 constraints processed.
68.43/62.41	c cleaning 2445 clauses out of 5000 with flag 0/5000
104.95/98.02	c cleaning 4190 clauses out of 8555 with flag 0/11000
153.52/144.54	c cleaning 5502 clauses out of 11365 with flag 0/18000
205.15/195.15	c cleaning 6867 clauses out of 13865 with flag 0/26002
269.97/259.26	c cleaning 7828 clauses out of 15996 with flag 0/35000
341.90/330.36	c cleaning 9017 clauses out of 18168 with flag 0/45000
429.51/417.28	c cleaning 9505 clauses out of 20151 with flag 0/56000
525.40/512.08	c cleaning 10250 clauses out of 22646 with flag 0/68000
632.00/617.36	c cleaning 11555 clauses out of 25396 with flag 0/81000
747.75/731.57	c cleaning 12799 clauses out of 27841 with flag 0/95000
869.80/851.80	c cleaning 13826 clauses out of 30042 with flag 0/110000
1012.34/992.27	c cleaning 14594 clauses out of 32217 with flag 0/126001
1175.75/1152.82	c cleaning 15844 clauses out of 34622 with flag 0/143000
1340.69/1314.80	c cleaning 16862 clauses out of 36778 with flag 0/161000
1530.65/1501.42	c cleaning 17592 clauses out of 38916 with flag 0/180000
1739.63/1706.74	c cleaning 18639 clauses out of 41324 with flag 0/200000
1963.19/1925.77	c cleaning 19587 clauses out of 43685 with flag 0/221000
2198.33/2155.89	c cleaning 20950 clauses out of 46098 with flag 0/243000
2453.04/2404.68	c cleaning 21668 clauses out of 48149 with flag 0/266001
2715.56/2660.54	c cleaning 22468 clauses out of 50480 with flag 0/290000
2995.88/2933.58	c cleaning 23773 clauses out of 53012 with flag 0/315000
3279.32/3209.79	c cleaning 24810 clauses out of 55239 with flag 0/341000
3591.99/3514.47	c cleaning 25724 clauses out of 57429 with flag 0/368000
3600.04/3522.12	c starts		: 43
3600.04/3522.12	c conflicts		: 368828
3600.04/3522.12	c decisions		: 3227274
3600.04/3522.12	c propagations		: 944882882
3600.04/3522.12	c inspects		: 4913823022
3600.04/3522.12	c shortcuts		: 0
3600.04/3522.12	c learnt literals	: 0
3600.04/3522.12	c learnt binary clauses	: 989
3600.04/3522.12	c learnt ternary clauses	: 307
3600.04/3522.12	c learnt constraints	: 368828
3600.04/3522.12	c ignored constraints	: 0
3600.04/3522.12	c root simplifications	: 0
3600.04/3522.12	c removed literals (reason simplification)	: 0
3600.04/3522.12	c reason swapping (by a shorter reason)	: 0
3600.04/3522.12	c Calls to reduceDB	: 23
3600.04/3522.12	c Number of update (reduction) of LBD	: 774243
3600.04/3522.12	c Imported unit clauses	: 0
3600.04/3522.13	c No decision after first conflict	: false
3600.04/3522.13	c number of reductions to clauses (during analyze)	: 0
3600.04/3522.13	c number of learned constraints concerned by reduction	: 0
3600.04/3522.13	c number of learning phase by resolution	: 0
3600.04/3522.13	c number of learning phase by cutting planes	: 0
3600.04/3522.13	c number of rounding to 1 operations	: 0
3600.04/3522.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3522.14	c number of reductions of the coefficients by power 2 	: 0
3600.04/3522.14	c number of right shift for reduction by power 2 	: 0
3600.04/3522.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3522.14	c number of ending skipping 	: 0
3600.04/3522.14	c number of internal skipping 	: 0
3600.04/3522.14	c number of derivation steps 	: 1919390
3600.04/3522.14	c number of skipped derivation steps 	: 0
3600.04/3522.14	c number of remaining unassigned 	: 109884
3600.04/3522.14	c number of remaining assigned 	: 9245449
3600.04/3522.14	c number of falsified literals weakened from reason	: 0
3600.04/3522.14	c number of falsified literals weakened from conflict	: 0
3600.04/3522.14	c time for arithmetic operations	: 2339821611
3600.04/3522.15	c minimum degree of deleted constraints	: 1
3600.04/3522.15	c maximum degree of deleted constraints	: 71796841949696006647161747752911729157904403481504895644557162702002342095919760042676580849374972733120
3600.04/3522.15	c number of deleted constraints	: 336295
3600.04/3522.15	c speed (assignments/second)	: 271030.21515295457
3600.04/3522.15	c non guided choices	: 8063
3600.04/3522.15	c timeout
3600.04/3522.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2139
3600.04/3522.17	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2213
3600.04/3522.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 989
3600.04/3522.17	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 27192
3600.04/3522.18	s UNKNOWN
3600.04/3522.18	c Total wall clock time (in seconds): 3522.004

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545317-1753238437/watcher-4545317-1753238437 -o /tmp/evaluation-result-4545317-1753238437/solver-4545317-1753238437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1753238437-177542 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545317-1753238437 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545317-1753238437.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=177639, runsolver pid=177627
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.05 1.08 1.32 8/334 177667
/proc/meminfo: memFree=117419152/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=18930384 memory=55624 CPUtime=0.12 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 6549 0 0 0 10 2 0 0 20 0 18 0 239522335 19384713216 13906 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4732596 13906 5350 1 0 547604 0
[pid=177639/tid=177651] ppid=177627 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 5047 0 0 0 6 1 0 0 20 0 18 0 239522336 19384713216 13906 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239522338 19384713216 13906 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=18930384 memory=61784027576291 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239522339 19384713216 13906 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55624 KiB

[startup+0.205937 s]*
/proc/loadavg: 1.05 1.08 1.32 9/337 177670
/proc/meminfo: memFree=117102428/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=18930384 memory=117680 CPUtime=0.29 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 7127 0 0 0 26 3 0 0 20 0 18 0 239522335 19384713216 29420 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4732596 29420 5446 1 0 547971 0
[pid=177639/tid=177651] ppid=177627 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 5421 0 0 0 14 2 0 0 20 0 18 0 239522336 19384713216 29420 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=18930384 memory=13937 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239522338 19384713216 29420 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239522339 19384713216 29420 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117680 KiB

[startup+0.306158 s]*
/proc/loadavg: 1.05 1.08 1.32 8/338 177671
/proc/meminfo: memFree=116707764/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=18996948 memory=196388 CPUtime=0.47 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 7410 0 0 0 42 5 0 0 20 0 19 0 239522335 19452874752 49097 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4749237 49097 5446 1 0 548332 0
[pid=177639/tid=177651] ppid=177627 vsize=18996948 memory=-8672635894120620732 CPUtime=0.25 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 5461 0 0 0 21 4 0 0 20 0 19 0 239522336 19452874752 49097 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522338 19452874752 49097 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522339 19452874752 49097 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 196388 KiB

[startup+0.700251 s]
/proc/loadavg: 1.05 1.08 1.32 9/338 177671
/proc/meminfo: memFree=114720576/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=18996948 memory=1290256 CPUtime=1.13 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 9447 0 0 0 86 27 0 0 20 0 19 0 239522335 19452874752 322564 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4749237 322564 5446 1 0 549335 0
[pid=177639/tid=177651] ppid=177627 vsize=18996948 memory=27008 CPUtime=0.62 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 5988 0 0 0 38 24 0 0 20 0 19 0 239522336 19452874752 322564 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522338 19452874752 322564 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522339 19452874752 322564 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1290256 KiB

[startup+1.50025 s]
/proc/loadavg: 1.44 1.16 1.35 8/338 177671
/proc/meminfo: memFree=111832592/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=18996948 memory=2506716 CPUtime=2.61 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 24484 0 0 0 207 54 0 0 20 0 19 0 239522335 19452874752 626679 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4749237 626679 5446 1 0 898969 0
[pid=177639/tid=177651] ppid=177627 vsize=18996948 memory=3200 CPUtime=1.4 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 6675 0 0 0 93 47 0 0 20 0 19 0 239522336 19452874752 626679 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522338 19452874752 626679 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522339 19452874752 626679 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2506716 KiB

[startup+3.10603 s]
/proc/loadavg: 1.44 1.16 1.35 6/339 177672
/proc/meminfo: memFree=107854200/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=18996948 memory=2666972 CPUtime=4.9 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 24679 0 0 0 433 57 0 0 20 0 19 0 239522335 19452874752 666743 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4749237 666743 5446 1 0 898983 0
[pid=177639/tid=177651] ppid=177627 vsize=18996948 memory=11136 CPUtime=2.95 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 6753 0 0 0 245 50 0 0 20 0 19 0 239522336 19452874752 666743 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522338 19452874752 666743 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522339 19452874752 666743 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2666972 KiB

[startup+6.30022 s]
/proc/loadavg: 1.73 1.22 1.37 6/340 177673
/proc/meminfo: memFree=105903984/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=18996948 memory=3174544 CPUtime=8.17 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 25783 0 0 0 750 67 0 0 20 0 19 0 239522335 19452874752 793636 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4749237 793636 5446 1 0 1026433 0
[pid=177639/tid=177651] ppid=177627 vsize=18996948 memory=5632 CPUtime=6.04 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 7415 0 0 0 544 60 0 0 20 0 19 0 239522336 19452874752 793636 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522338 19452874752 793636 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=18996948 memory=-8672635894120620732 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522339 19452874752 793636 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 8.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3174544 KiB

[startup+12.7002 s]
/proc/loadavg: 1.99 1.29 1.39 5/340 177673
/proc/meminfo: memFree=104418776/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=18996948 memory=3679816 CPUtime=14.76 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 27096 0 0 0 1398 78 0 0 20 0 19 0 239522335 19452874752 919954 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4749237 919954 5446 1 0 1149695 0
[pid=177639/tid=177651] ppid=177627 vsize=18996948 memory=3174544 CPUtime=12.11 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 8329 0 0 0 1142 69 0 0 20 0 19 0 239522336 19452874752 919954 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=18996948 memory=27008 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522338 19452874752 919954 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=18996948 memory=16496 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522339 19452874752 919954 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 14.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3679816 KiB

[startup+25.5002 s]
/proc/loadavg: 2.30 1.38 1.42 6/341 177674
/proc/meminfo: memFree=102619268/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=18996948 memory=4640892 CPUtime=27.83 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 31630 0 0 0 2685 98 0 0 20 0 19 0 239522335 19452874752 1160223 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4749237 1160223 5446 1 0 1381565 0
[pid=177639/tid=177651] ppid=177627 vsize=18996948 memory=3174544 CPUtime=24.16 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 9720 0 0 0 2328 88 0 0 20 0 19 0 239522336 19452874752 1160223 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=18996948 memory=-8672635894120620732 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239522338 19452874752 1160223 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=18996948 memory=4632600 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239522339 19452874752 1160223 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 27.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4640892 KiB

[startup+51.1061 s]
/proc/loadavg: 3.10 1.66 1.51 6/343 177677
/proc/meminfo: memFree=102076212/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=19063512 memory=5129304 CPUtime=56.87 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 50355 0 0 0 5576 111 0 0 20 0 20 0 239522335 19521036288 1282326 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4765878 1282326 5446 1 0 1491314 0
[pid=177639/tid=177651] ppid=177627 vsize=19063512 memory=5632 CPUtime=48.93 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 16004 0 0 0 4796 97 0 0 20 0 20 0 239522336 19521036288 1282326 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=19063512 memory=3675632 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522338 19521036288 1282326 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=19063512 memory=16496 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 239522339 19521036288 1282326 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177676] ppid=177627 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/177639/task/177676/stat : 177676 (Timer-0) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239525923 19521036288 1282326 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 56.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5129304 KiB

[startup+102.3 s]
/proc/loadavg: 3.77 2.07 1.66 6/343 177678
/proc/meminfo: memFree=101940232/131249996 swapFree=33010160/33010684

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

/proc/meminfo: memFree=86542504/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=19063512 memory=5824232 CPUtime=3230.92 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 233520 0 0 0 322821 271 0 0 20 0 20 0 239522335 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4765878 1456058 5510 1 0 1492407 0
[pid=177639/tid=177651] ppid=177627 vsize=19063512 memory=5824232 CPUtime=3114.54 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 124381 0 0 0 311301 153 0 0 20 0 20 0 239522336 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=19063512 memory=5824232 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522338 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=19063512 memory=16496 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 2670 0 0 0 0 0 0 0 20 0 20 0 239522339 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177676] ppid=177627 vsize=19063512 memory=5824232 CPUtime=0 cores=5,7
/proc/177639/task/177676/stat : 177676 (Timer-0) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239525923 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 3230.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5824232 KiB

[startup+3222.3 s]
/proc/loadavg: 4.54 4.63 4.44 5/342 177846
/proc/meminfo: memFree=85241816/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=19063512 memory=5824232 CPUtime=3292.38 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 237572 0 0 0 328965 273 0 0 20 0 20 0 239522335 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4765878 1456058 5510 1 0 1492407 0
[pid=177639/tid=177651] ppid=177627 vsize=19063512 memory=16496 CPUtime=3173.57 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 127451 0 0 0 317203 154 0 0 20 0 20 0 239522336 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=19063512 memory=16496 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522338 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=19063512 memory=5824232 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 2670 0 0 0 0 0 0 0 20 0 20 0 239522339 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177676] ppid=177627 vsize=19063512 memory=5824232 CPUtime=0 cores=5,7
/proc/177639/task/177676/stat : 177676 (Timer-0) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239525923 19521036288 1456058 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 3292.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5824232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.52 4.61 4.45 5/342 177848
/proc/meminfo: memFree=84612628/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=19063512 memory=5824360 CPUtime=3354.09 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 240835 0 0 0 335133 276 0 0 20 0 20 0 239522335 19521036288 1456090 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4765878 1456090 5510 1 0 1492417 0
[pid=177639/tid=177651] ppid=177627 vsize=19063512 memory=5824360 CPUtime=3232.66 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 129410 0 0 0 323110 156 0 0 20 0 20 0 239522336 19521036288 1456090 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=19063512 memory=5824232 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522338 19521036288 1456090 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=19063512 memory=5824232 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 2729 0 0 0 0 0 0 0 20 0 20 0 239522339 19521036288 1456090 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177676] ppid=177627 vsize=19063512 memory=-8672635894120620732 CPUtime=0 cores=5,7
/proc/177639/task/177676/stat : 177676 (Timer-0) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239525923 19521036288 1456090 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 3354.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5824360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.49 4.42 4/317 177884
/proc/meminfo: memFree=91601156/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=19063512 memory=5826712 CPUtime=3415.64 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 242326 0 0 0 341285 279 0 0 20 0 20 0 239522335 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4765878 1456678 5510 1 0 1492469 0
[pid=177639/tid=177651] ppid=177627 vsize=19063512 memory=0 CPUtime=3291.7 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 130749 0 0 0 329013 157 0 0 20 0 20 0 239522336 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=19063512 memory=27008 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522338 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 2817 0 0 0 0 0 0 0 20 0 20 0 239522339 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177676] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177676/stat : 177676 (Timer-0) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239525923 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 3415.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5826712 KiB

[startup+3402.3 s]
/proc/loadavg: 3.34 4.21 4.33 4/292 177921
/proc/meminfo: memFree=104607696/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=19063512 memory=5826712 CPUtime=3477.15 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 246311 0 0 0 347433 282 0 0 20 0 20 0 239522335 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4765878 1456678 5510 1 0 1492469 0
[pid=177639/tid=177651] ppid=177627 vsize=19063512 memory=0 CPUtime=3350.64 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 133563 0 0 0 334906 158 0 0 20 0 20 0 239522336 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522338 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 2876 0 0 0 0 0 0 0 20 0 20 0 239522339 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177676] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177676/stat : 177676 (Timer-0) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239525923 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 3477.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5826712 KiB

[startup+3462.3 s]
/proc/loadavg: 2.23 3.74 4.16 2/267 177956
/proc/meminfo: memFree=111637364/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=19063512 memory=5826712 CPUtime=3538.6 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 248671 0 0 0 353575 285 0 0 20 0 20 0 239522335 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4765878 1456678 5510 1 0 1492469 0
[pid=177639/tid=177651] ppid=177627 vsize=19063512 memory=0 CPUtime=3409.53 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) S 177627 177639 177529 0 -1 4194368 134392 0 0 0 340793 160 0 0 20 0 20 0 239522336 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522338 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 2931 0 0 0 0 0 0 0 20 0 20 0 239522339 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177676] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177676/stat : 177676 (Timer-0) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239525923 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 3538.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5826712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3522.11 s]
/proc/loadavg: 1.62 3.29 3.97 2/266 177961
/proc/meminfo: memFree=111628376/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=19063512 memory=5826712 CPUtime=3600.04 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 250273 0 0 0 359716 288 0 0 20 0 20 0 239522335 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4765878 1456678 5510 1 0 1492474 0
[pid=177639/tid=177651] ppid=177627 vsize=19063512 memory=5826712 CPUtime=3468.24 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 135817 0 0 0 346663 161 0 0 20 0 20 0 239522336 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=19063512 memory=16496 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522338 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 2933 0 0 0 0 0 0 0 20 0 20 0 239522339 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177676] ppid=177627 vsize=19063512 memory=16496 CPUtime=0 cores=5,7
/proc/177639/task/177676/stat : 177676 (Timer-0) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239525923 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5826712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.29 s, system=2.90492 s

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

[startup+3522.11 s]
/proc/loadavg: 1.62 3.29 3.97 2/266 177961
/proc/meminfo: memFree=111628376/131249996 swapFree=33010160/33010684
[pid=177639] ppid=177627 vsize=19063512 memory=5826712 CPUtime=3600.04 cores=5,7
/proc/177639/stat : 177639 (java) S 177627 177639 177529 0 -1 4194304 250273 0 0 0 359716 288 0 0 20 0 20 0 239522335 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
/proc/177639/statm: 4765878 1456678 5510 1 0 1492474 0
[pid=177639/tid=177651] ppid=177627 vsize=19063512 memory=5826712 CPUtime=3468.24 cores=5,7
/proc/177639/task/177651/stat : 177651 (java) R 177627 177639 177529 0 -1 4194368 135817 0 0 0 346663 161 0 0 20 0 20 0 239522336 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177660] ppid=177627 vsize=19063512 memory=16496 CPUtime=0 cores=5,7
/proc/177639/task/177660/stat : 177660 (Finalizer) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239522338 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177667] ppid=177627 vsize=19063512 memory=5826712 CPUtime=0 cores=5,7
/proc/177639/task/177667/stat : 177667 (Common-Cleaner) S 177627 177639 177529 0 -1 4194368 2933 0 0 0 0 0 0 0 20 0 20 0 239522339 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
[pid=177639/tid=177676] ppid=177627 vsize=19063512 memory=16496 CPUtime=0 cores=5,7
/proc/177639/task/177676/stat : 177676 (Timer-0) S 177627 177639 177529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239525923 19521036288 1456678 18446744073709551615 94113340194816 94113340198512 140722874789120 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94113340206328 94113340207120 94113351221248 140722874796369 140722874796516 140722874796516 140722874802120 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5826712 KiB

Child status: 143

Real time (s): 3522.2
CPU time (s): 3600.19
CPU user time (s): 3597.29
CPU system time (s): 2.90492
CPU usage (%): 102.214
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5826712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.29
system time used= 2.90492
maximum resident set size= 5827992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136478
involuntary context switches= 34899


# summary of solver processes directly reported to runsolver:
#   pid: 177639
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.29
#   total CPU system time (s): 2.90492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32555 second user time and 17.9121 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-23 04:40:37
IDJOB=4545317
IDBENCH=180812
IDSOLVER=3362
FILE ID=nodeC032/4545317-1753238437
RUNJOBID= nodeC032-1753238437-177542
SLURM_JOB_ID= 9687873
Free space on /tmp= 432560 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SocialGolfers-08-04-08_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545317-1753238437/watcher-4545317-1753238437 -o /tmp/evaluation-result-4545317-1753238437/solver-4545317-1753238437 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1753238437-177542 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545317-1753238437 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4545317-1753238437.opb

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

MD5SUM BENCH= e5dad10f2c51a051686c6ce21bebf57a
RANDOM SEED=715204721

nodeC032 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.762
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.906
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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.702
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3602.674
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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.357
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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		: 3601.069
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
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.015
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.829
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117545900 kB
MemAvailable:   129604572 kB
Buffers:            2728 kB
Cached:         12737856 kB
SwapCached:           20 kB
Active:          1213676 kB
Inactive:       11607192 kB
Active(anon):     103400 kB
Inactive(anon):     3124 kB
Active(file):    1110276 kB
Inactive(file): 11604068 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24604 kB
Writeback:             0 kB
AnonPages:         83440 kB
Mapped:           119272 kB
Shmem:             26240 kB
KReclaimable:     367136 kB
Slab:             465864 kB
SReclaimable:     367136 kB
SUnreclaim:        98728 kB
KernelStack:        4224 kB
PageTables:         3024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2540456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432488 MiB
End job on nodeC032 at 2025-07-23 05:39:19