Trace number 4513877

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.14 3531.09

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l080-r079-n1.opb
MD5SUM1372c66e4673859c6e3da379b7182901
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark879.083
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4323
Total number of constraints9214
Number of constraints which are clauses7773
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4513877-1751227170.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.52/0.37	c ... done. Wall clock time 0.215s.
0.52/0.38	c declared #vars     4323
0.52/0.38	c #constraints  10655
0.52/0.38	c constraints type 
0.52/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7773
0.52/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1441
0.52/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1441
0.52/0.38	c 10655 constraints processed.
4.64/2.48	c cleaning 2445 clauses out of 5000 with flag 0/5000
9.53/5.46	c cleaning 4272 clauses out of 8555 with flag 0/11000
14.02/9.63	c cleaning 5636 clauses out of 11283 with flag 0/18000
19.32/14.66	c cleaning 6822 clauses out of 13650 with flag 0/26003
26.48/21.44	c cleaning 7913 clauses out of 15828 with flag 0/35003
35.48/30.33	c cleaning 8952 clauses out of 17912 with flag 0/45000
45.37/40.18	c cleaning 9979 clauses out of 19960 with flag 0/56000
57.87/52.45	c cleaning 10988 clauses out of 21982 with flag 0/68001
72.27/66.51	c cleaning 11992 clauses out of 23994 with flag 0/81001
90.39/84.26	c cleaning 12999 clauses out of 26001 with flag 0/95000
109.12/102.56	c cleaning 13999 clauses out of 28002 with flag 0/110000
132.38/125.22	c cleaning 15000 clauses out of 30003 with flag 0/126000
158.59/150.77	c cleaning 16002 clauses out of 32003 with flag 0/143000
186.41/177.95	c cleaning 16999 clauses out of 34001 with flag 0/161000
218.22/209.19	c cleaning 17999 clauses out of 36002 with flag 0/180000
252.46/242.61	c cleaning 18997 clauses out of 38003 with flag 0/200000
287.80/277.35	c cleaning 19999 clauses out of 40006 with flag 0/221000
330.96/319.50	c cleaning 20999 clauses out of 42007 with flag 0/243000
375.88/363.52	c cleaning 22000 clauses out of 44008 with flag 0/266000
427.06/413.70	c cleaning 23003 clauses out of 46009 with flag 0/290001
480.92/466.59	c cleaning 24002 clauses out of 48006 with flag 0/315001
538.88/523.42	c cleaning 25000 clauses out of 50003 with flag 0/341000
601.07/584.32	c cleaning 25992 clauses out of 52004 with flag 0/368001
663.27/645.29	c cleaning 27002 clauses out of 54012 with flag 0/396001
726.03/706.62	c cleaning 28002 clauses out of 56011 with flag 0/425002
792.82/772.18	c cleaning 29000 clauses out of 58008 with flag 0/455001
872.85/850.72	c cleaning 29999 clauses out of 60009 with flag 0/486002
943.92/920.30	c cleaning 30996 clauses out of 62010 with flag 0/518002
1029.68/1004.45	c cleaning 32003 clauses out of 64013 with flag 0/551001
1119.80/1092.75	c cleaning 33006 clauses out of 66011 with flag 0/585002
1216.93/1188.14	c cleaning 34000 clauses out of 68004 with flag 0/620001
1324.49/1293.67	c cleaning 35000 clauses out of 70004 with flag 0/656001
1444.74/1411.46	c cleaning 36000 clauses out of 72003 with flag 0/693000
1565.94/1530.68	c cleaning 37001 clauses out of 74003 with flag 0/731000
1678.42/1640.98	c cleaning 38001 clauses out of 76004 with flag 0/770002
1822.73/1783.03	c cleaning 38995 clauses out of 78001 with flag 0/810000
1966.41/1924.38	c cleaning 39999 clauses out of 80006 with flag 0/851000
2100.66/2056.06	c cleaning 40999 clauses out of 82007 with flag 0/893000
2251.38/2204.06	c cleaning 42002 clauses out of 84011 with flag 0/936003
2410.23/2360.70	c cleaning 42999 clauses out of 86006 with flag 0/980000
2590.05/2537.74	c cleaning 44001 clauses out of 88007 with flag 0/1025000
2750.78/2695.30	c cleaning 45001 clauses out of 90007 with flag 0/1071001
2954.37/2895.88	c cleaning 46002 clauses out of 92005 with flag 0/1118000
3168.28/3106.28	c cleaning 47000 clauses out of 94003 with flag 0/1166000
3380.26/3314.35	c cleaning 47999 clauses out of 96003 with flag 0/1215000
3573.14/3504.50	c cleaning 48998 clauses out of 98004 with flag 0/1265000
3600.02/3531.02	c starts		: 9079
3600.02/3531.02	c conflicts		: 1275411
3600.02/3531.02	c decisions		: 3602580
3600.02/3531.02	c propagations		: 425773584
3600.02/3531.02	c inspects		: 6369524694
3600.02/3531.02	c shortcuts		: 0
3600.02/3531.02	c learnt literals	: 0
3600.02/3531.02	c learnt binary clauses	: 0
3600.02/3531.02	c learnt ternary clauses	: 3840
3600.02/3531.02	c learnt constraints	: 1275410
3600.02/3531.02	c ignored constraints	: 0
3600.02/3531.02	c root simplifications	: 0
3600.02/3531.02	c removed literals (reason simplification)	: 0
3600.02/3531.02	c reason swapping (by a shorter reason)	: 0
3600.02/3531.02	c Calls to reduceDB	: 46
3600.02/3531.02	c Number of update (reduction) of LBD	: 1211032
3600.02/3531.02	c Imported unit clauses	: 0
3600.02/3531.02	c No decision after first conflict	: false
3600.02/3531.02	c number of reductions to clauses (during analyze)	: 0
3600.02/3531.02	c number of learned constraints concerned by reduction	: 0
3600.02/3531.02	c number of learning phase by resolution	: 0
3600.02/3531.02	c number of learning phase by cutting planes	: 0
3600.02/3531.02	c number of rounding to 1 operations	: 0
3600.02/3531.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3531.02	c number of reductions of the coefficients by power 2 	: 0
3600.02/3531.02	c number of right shift for reduction by power 2 	: 0
3600.02/3531.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3531.02	c number of ending skipping 	: 0
3600.02/3531.02	c number of internal skipping 	: 0
3600.02/3531.02	c number of derivation steps 	: 53920579
3600.02/3531.02	c number of skipped derivation steps 	: 0
3600.02/3531.02	c number of remaining unassigned 	: 35486
3600.02/3531.02	c number of remaining assigned 	: 370049131
3600.02/3531.02	c number of falsified literals weakened from reason	: 0
3600.02/3531.02	c number of falsified literals weakened from conflict	: 0
3600.02/3531.02	c time for arithmetic operations	: 6313944260
3600.02/3531.02	c timeout
3600.02/3531.03	c minimum degree of deleted constraints	: 1
3600.02/3531.03	c maximum degree of deleted constraints	: 3403536
3600.02/3531.03	c number of deleted constraints	: 1215994
3600.02/3531.03	c speed (assignments/second)	: 120593.77965996561
3600.02/3531.03	c non guided choices	: 14950
3600.02/3531.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15127
3600.02/3531.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 44289
3600.02/3531.07	s UNKNOWN
3600.02/3531.07	c Total wall clock time (in seconds): 3530.914

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

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


[startup+0.100061 s]*
/proc/loadavg: 4.50 4.34 4.25 6/344 30689
/proc/meminfo: memFree=122896728/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=18930384 memory=57760 CPUtime=0.13 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 6567 0 0 0 11 2 0 0 20 0 18 0 38397279 19384713216 14440 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4732596 14440 5367 1 0 547604 0
[pid=30671/tid=30673] ppid=30668 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 5076 0 0 0 6 2 0 0 20 0 18 0 38397280 19384713216 14440 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38397283 19384713216 14440 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=18930384 memory=59585004340264 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38397283 19384713216 14440 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.20608 s]*
/proc/loadavg: 4.50 4.34 4.25 7/344 30689
/proc/meminfo: memFree=122890116/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=18930384 memory=101324 CPUtime=0.33 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 7139 0 0 0 30 3 0 0 20 0 18 0 38397279 19384713216 25331 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4732596 25331 5463 1 0 547992 0
[pid=30671/tid=30673] ppid=30668 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 5418 0 0 0 16 2 0 0 20 0 18 0 38397280 19384713216 25331 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=18930384 memory=19950 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38397283 19384713216 25331 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38397283 19384713216 25331 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101324 KiB

[startup+0.306017 s]*
/proc/loadavg: 4.50 4.34 4.25 6/345 30690
/proc/meminfo: memFree=122836112/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=18996948 memory=152872 CPUtime=0.52 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 8114 0 0 0 48 4 0 0 20 0 19 0 38397279 19452874752 38218 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4749237 38218 5495 1 0 548686 0
[pid=30671/tid=30673] ppid=30668 vsize=18996948 memory=-6000919472689671276 CPUtime=0.26 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 5459 0 0 0 23 3 0 0 20 0 19 0 38397280 19452874752 38218 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38397283 19452874752 38218 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38397283 19452874752 38218 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152872 KiB

[startup+0.700234 s]
/proc/loadavg: 4.50 4.34 4.25 6/346 30691
/proc/meminfo: memFree=122778328/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=243852 CPUtime=1.27 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 9640 0 0 0 121 6 0 0 20 0 20 0 38397279 19521036288 60963 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 60963 5495 1 0 549918 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=13568 CPUtime=0.57 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 5561 0 0 0 52 5 0 0 20 0 20 0 38397280 19521036288 60963 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 60963 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 60963 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 60963 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 243852 KiB

[startup+1.50026 s]
/proc/loadavg: 4.50 4.34 4.25 6/346 30691
/proc/meminfo: memFree=122649716/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=504520 CPUtime=2.86 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 17278 0 0 0 273 13 0 0 20 0 20 0 38397279 19521036288 126130 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 126130 5495 1 0 554939 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=0 CPUtime=1.35 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 5747 0 0 0 125 10 0 0 20 0 20 0 38397280 19521036288 126130 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 126130 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 126130 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 126130 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 504520 KiB

[startup+3.10579 s]
/proc/loadavg: 4.50 4.34 4.25 6/346 30691
/proc/meminfo: memFree=121345732/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=1154888 CPUtime=6.04 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 26541 0 0 0 576 28 0 0 20 0 20 0 38397279 19521036288 288722 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 288722 5495 1 0 555551 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=10752 CPUtime=2.91 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 6976 0 0 0 267 24 0 0 20 0 20 0 38397280 19521036288 288722 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=-6000919472689671276 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 288722 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 288722 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 288722 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1154888 KiB

[startup+6.30026 s]
/proc/loadavg: 4.46 4.33 4.25 7/346 30691
/proc/meminfo: memFree=120583300/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=1319400 CPUtime=10.7 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 29685 0 0 0 1037 33 0 0 20 0 20 0 38397279 19521036288 329850 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 329850 5495 1 0 555554 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=0 CPUtime=6.07 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 8048 0 0 0 579 28 0 0 20 0 20 0 38397280 19521036288 329850 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 329850 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 329850 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=545480 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 329850 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 10.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319400 KiB

[startup+12.7002 s]
/proc/loadavg: 4.51 4.34 4.26 5/346 30691
/proc/meminfo: memFree=120524764/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=1335956 CPUtime=17.39 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 32074 0 0 0 1703 36 0 0 20 0 20 0 38397279 19521036288 333989 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 333989 5495 1 0 555554 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=545480 CPUtime=12.39 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 9546 0 0 0 1209 30 0 0 20 0 20 0 38397280 19521036288 333989 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=1335956 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 333989 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 333989 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 333989 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 17.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1335956 KiB

[startup+25.5003 s]
/proc/loadavg: 4.47 4.34 4.26 5/346 30691
/proc/meminfo: memFree=119886600/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=1345344 CPUtime=30.62 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 45462 0 0 0 3021 41 0 0 20 0 20 0 38397279 19521036288 336336 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 336336 5495 1 0 556605 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=-6000919472689671276 CPUtime=24.97 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 11716 0 0 0 2464 33 0 0 20 0 20 0 38397280 19521036288 336336 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=1341196 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 336336 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 336336 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 336336 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 30.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1345344 KiB

[startup+51.106 s]
/proc/loadavg: 4.37 4.33 4.26 5/346 30691
/proc/meminfo: memFree=119196264/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=1819672 CPUtime=56.52 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 48197 0 0 0 5595 57 0 0 20 0 20 0 38397279 19521036288 454918 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 454918 5527 1 0 663121 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=1819672 CPUtime=50 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 13015 0 0 0 4953 47 0 0 20 0 20 0 38397280 19521036288 454918 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=14720 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=108791104/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3225.43 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 146266 0 0 0 322095 448 0 0 20 0 20 0 38397279 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 911296 5527 1 0 925148 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=-6000919472689671276 CPUtime=3075.05 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 60912 0 0 0 307206 299 0 0 20 0 20 0 38397280 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=3645056 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 1692 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=-6000919472689671276 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 3225.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3645184 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/344 30927
/proc/meminfo: memFree=108728396/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3286.82 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 149744 0 0 0 328228 454 0 0 20 0 20 0 38397279 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 911296 5527 1 0 925148 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3133.44 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 62587 0 0 0 313043 301 0 0 20 0 20 0 38397280 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=3645184 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=-6000919468444970092 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 1766 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=3645184 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 3286.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3645184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.20 4.18 5/343 30929
/proc/meminfo: memFree=108635900/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3347.69 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 151150 0 0 0 334310 459 0 0 20 0 20 0 38397279 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 911296 5527 1 0 925148 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3192 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 63072 0 0 0 318896 304 0 0 20 0 20 0 38397280 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=13568 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 1841 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 3347.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3645184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/343 30931
/proc/meminfo: memFree=108578364/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3408.67 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 151753 0 0 0 340404 463 0 0 20 0 20 0 38397279 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 911296 5527 1 0 925166 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3250.7 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 63573 0 0 0 324763 307 0 0 20 0 20 0 38397280 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=3645184 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=-6000919472689671276 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 1841 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=3645184 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 3408.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3645184 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.22 4.19 5/344 30938
/proc/meminfo: memFree=108489680/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3469.14 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 154248 0 0 0 346445 469 0 0 20 0 20 0 38397279 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 911296 5527 1 0 925166 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3308.17 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 65140 0 0 0 330507 310 0 0 20 0 20 0 38397280 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=3645184 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=3645184 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 1841 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=3645184 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 3469.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3645184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.18 4.17 3/294 31009
/proc/meminfo: memFree=121347456/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3530.14 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 156590 0 0 0 352541 473 0 0 20 0 20 0 38397279 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 911296 5527 1 0 925166 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3366.65 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 66490 0 0 0 336352 313 0 0 20 0 20 0 38397280 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=3645184 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=3645184 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 1914 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 3530.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3645184 KiB

[startup+3522.3 s]
/proc/loadavg: 2.90 3.82 4.05 3/294 31011
/proc/meminfo: memFree=121337708/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3591.18 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 157034 0 0 0 358638 480 0 0 20 0 20 0 38397279 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 911296 5527 1 0 925169 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3425.02 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 66678 0 0 0 342185 317 0 0 20 0 20 0 38397280 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 1939 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 3591.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3645184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3531 s]*
/proc/loadavg: 2.76 3.76 4.03 3/294 31011
/proc/meminfo: memFree=121335604/131250000 swapFree=33010684/33010684
[pid=30671] ppid=30668 vsize=19063512 memory=3645184 CPUtime=3600.02 cores=5,7
/proc/30671/stat : 30671 (java) S 30668 30671 29422 0 -1 4194304 157045 0 0 0 359522 480 0 0 20 0 20 0 38397279 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
/proc/30671/statm: 4765878 911296 5527 1 0 925169 0
[pid=30671/tid=30673] ppid=30668 vsize=19063512 memory=-6000919468444970092 CPUtime=3433.46 cores=5,7
/proc/30671/task/30673/stat : 30673 (java) R 30668 30671 29422 0 -1 4194368 66682 0 0 0 343028 318 0 0 20 0 20 0 38397280 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30682] ppid=30668 vsize=19063512 memory=-4050210904893932173 CPUtime=0 cores=5,7
/proc/30671/task/30682/stat : 30682 (Finalizer) S 30668 30671 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30689] ppid=30668 vsize=19063512 memory=57214623 CPUtime=0 cores=5,7
/proc/30671/task/30689/stat : 30689 (Common-Cleaner) S 30668 30671 29422 0 -1 4194368 1939 0 0 0 0 0 0 0 20 0 20 0 38397283 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
[pid=30671/tid=30691] ppid=30668 vsize=19063512 memory=3067070262 CPUtime=0 cores=5,7
/proc/30671/task/30691/stat : 30691 (Timer-0) S 30668 30671 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38397318 19521036288 911296 18446744073709551615 94507613384704 94507613388400 140735531896432 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94507613396216 94507613397008 94507618205696 140735531903277 140735531903462 140735531903462 140735531909064 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3645184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.32 s, system=4.82522 s

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

Child status: 143

Real time (s): 3531.09
CPU time (s): 3600.14
CPU user time (s): 3595.32
CPU system time (s): 4.82522
CPU usage (%): 101.956
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3645184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.32
system time used= 4.82522
maximum resident set size= 3646336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159485
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1451720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156045
involuntary context switches= 27554


# summary of solver processes directly reported to runsolver:
#   pid: 30671
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3595.32
#   total CPU system time (s): 4.82522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.47914 second user time and 16.1192 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 21:59:30
IDJOB=4513877
IDBENCH=162572
IDSOLVER=3362
FILE ID=nodeC013/4513877-1751227170
RUNJOBID= nodeC013-1751220047-29435
SLURM_JOB_ID= 9587674
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l080-r079-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513877-1751227170/watcher-4513877-1751227170 -o /tmp/evaluation-result-4513877-1751227170/solver-4513877-1751227170 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751220047-29435 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513877-1751227170 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513877-1751227170.opb

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

MD5SUM BENCH= 1372c66e4673859c6e3da379b7182901
RANDOM SEED=1521018319

nodeC013 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.825
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.67
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.830
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.67
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		: 3512.730
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.67
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		: 3673.303
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.67
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		: 3661.259
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122924240 kB
MemAvailable:   123243956 kB
Buffers:            3280 kB
Cached:          1123016 kB
SwapCached:            0 kB
Active:          6838780 kB
Inactive:         879352 kB
Active(anon):    6605276 kB
Inactive(anon):        0 kB
Active(file):     233504 kB
Inactive(file):   879352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             61008 kB
Writeback:             0 kB
AnonPages:       6595108 kB
Mapped:           118340 kB
Shmem:             13284 kB
KReclaimable:      91796 kB
Slab:             181080 kB
SReclaimable:      91796 kB
SUnreclaim:        89284 kB
KernelStack:        5344 kB
PageTables:        16560 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9388412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6352896 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC013 at 2025-06-29 22:58:21