Trace number 4499173

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.16 3615.61

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark37281.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.22	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.30/0.23	c Number of processors 	2
0.45/0.41	c Pseudo Boolean Optimization by upper bound
0.45/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.41	c  - never skip resolution steps
0.45/0.41	c  - Auto-division on coefficients is disabled
0.45/0.41	c  - No postprocessing
0.45/0.41	c  - Conflict is considered as is when resolving
0.45/0.41	c  - Use constraints as they come during conflict analysis
0.45/0.41	c  - Weaken first using unassigned literals
0.45/0.41	c  - Bump strategy: ALWAYS_ONE
0.45/0.41	c  - Bumper: EFFECTIVE
0.45/0.41	c --- Begin Solver configuration ---
0.45/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.45/0.41	c Learn all clauses as in MiniSAT
0.45/0.41	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.41	c No reason simplification
0.45/0.41	c Dynamic restart strategy considering the size of the coefficients
0.45/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.45/0.41	c timeout=2147483s
0.45/0.41	c DB Simplification allowed=false
0.45/0.41	c Listener: none
0.45/0.41	c --- End Solver configuration ---
0.45/0.41	c solving HOME/instance-4499173-1751468218.opb
0.45/0.41	c reading problem ... 
0.45/0.42	c using VERIPB proof format
0.45/0.42	c  objective function found
1.34/0.82	c ... done. Wall clock time 0.404s.
1.34/0.82	c declared #vars     3216
1.34/0.82	c #constraints  3721
1.34/0.82	c constraints type 
1.34/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
1.34/0.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
1.34/0.82	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 384
1.34/0.82	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.34/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
1.34/0.82	c 3721 constraints processed.
1.34/0.84	c objective function length is 6 literals
38.66/30.69	c cleaning 2495 clauses out of 5000 with flag 0/5000
88.38/79.13	c cleaning 4251 clauses out of 8507 with flag 0/11002
192.00/181.61	c cleaning 5627 clauses out of 11254 with flag 0/18000
272.97/260.08	c cleaning 6805 clauses out of 13628 with flag 0/26001
450.23/435.70	c cleaning 7911 clauses out of 15822 with flag 0/35000
967.38/963.18	c cleaning 8941 clauses out of 17911 with flag 0/45000
1223.23/1219.01	c cleaning 9962 clauses out of 19972 with flag 0/56002
1614.06/1614.62	c cleaning 10990 clauses out of 22008 with flag 0/68000
1916.12/1920.83	c cleaning 12000 clauses out of 24019 with flag 0/81001
2683.88/2698.47	c cleaning 13008 clauses out of 26022 with flag 0/95004
3226.11/3244.91	c cleaning 13992 clauses out of 28010 with flag 0/110000
3600.00/3615.53	c starts		: 27
3600.00/3615.54	c conflicts		: 117431
3600.00/3615.54	c decisions		: 208411
3600.00/3615.54	c propagations		: 11887067
3600.00/3615.54	c inspects		: 453779411
3600.00/3615.54	c shortcuts		: 0
3600.00/3615.54	c learnt literals	: 0
3600.00/3615.55	c learnt binary clauses	: 0
3600.00/3615.55	c learnt ternary clauses	: 0
3600.00/3615.55	c learnt constraints	: 117430
3600.00/3615.55	c ignored constraints	: 0
3600.00/3615.55	c root simplifications	: 0
3600.00/3615.55	c removed literals (reason simplification)	: 0
3600.00/3615.55	c reason swapping (by a shorter reason)	: 0
3600.00/3615.55	c Calls to reduceDB	: 11
3600.00/3615.55	c Number of update (reduction) of LBD	: 113429
3600.00/3615.55	c timeout
3600.00/3615.55	c Imported unit clauses	: 0
3600.00/3615.55	c No decision after first conflict	: false
3600.00/3615.55	c number of reductions to clauses (during analyze)	: 0
3600.00/3615.55	c number of learned constraints concerned by reduction	: 0
3600.00/3615.55	c number of learning phase by resolution	: 0
3600.00/3615.55	c number of learning phase by cutting planes	: 0
3600.00/3615.55	c number of rounding to 1 operations	: 0
3600.00/3615.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3615.55	c number of reductions of the coefficients by power 2 	: 0
3600.00/3615.55	c number of right shift for reduction by power 2 	: 0
3600.00/3615.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3615.55	c number of ending skipping 	: 0
3600.00/3615.55	c number of internal skipping 	: 0
3600.00/3615.56	c number of derivation steps 	: 1819041
3600.00/3615.56	c number of skipped derivation steps 	: 0
3600.00/3615.56	c number of remaining unassigned 	: 516278
3600.00/3615.56	c number of remaining assigned 	: 276586577
3600.00/3615.56	c number of falsified literals weakened from reason	: 0
3600.00/3615.56	c number of falsified literals weakened from conflict	: 0
3600.00/3615.56	c time for arithmetic operations	: 18104642502
3600.00/3615.56	c minimum degree of deleted constraints	: 132
3600.00/3615.56	c maximum degree of deleted constraints	: 172529589022870762158929202682646446597848193390279372847693360759072608644448636393242194724917760
3600.00/3615.56	c number of deleted constraints	: 95982
3600.00/3615.56	c speed (assignments/second)	: 3288.526683614089
3600.00/3615.56	c non guided choices	: 2655
3600.00/3615.58	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 21448
3600.00/3615.58	s UNKNOWN
3600.00/3615.58	c Total wall clock time (in seconds): 3615.169

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=66999, runsolver pid=66996

[startup+0.100084 s]*
/proc/loadavg: 1.47 2.66 3.38 7/322 67017
/proc/meminfo: memFree=128512284/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=18930384 memory=48376 CPUtime=0.12 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 5779 0 0 0 8 4 0 0 20 0 18 0 62500724 19384713216 12094 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4732596 12094 5306 1 0 546995 0
[pid=66999/tid=67001] ppid=66996 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 4648 0 0 0 5 3 0 0 20 0 18 0 62500726 19384713216 12094 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62500731 19384713216 12094 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62500732 19384713216 12094 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48376 KiB

[startup+0.218079 s]*
/proc/loadavg: 1.47 2.66 3.38 8/322 67017
/proc/meminfo: memFree=128419528/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=18930384 memory=53140 CPUtime=0.3 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 6458 0 0 0 25 5 0 0 20 0 18 0 62500724 19384713216 13285 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4732596 13285 5338 1 0 547560 0
[pid=66999/tid=67001] ppid=66996 vsize=18930384 memory=4026728732 CPUtime=0.19 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 4988 0 0 0 16 3 0 0 20 0 18 0 62500726 19384713216 13285 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62500731 19384713216 13285 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62500732 19384713216 13285 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53140 KiB

[startup+0.314011 s]*
/proc/loadavg: 1.47 2.66 3.38 10/322 67017
/proc/meminfo: memFree=128284360/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=18930384 memory=58336 CPUtime=0.45 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 6720 0 0 0 39 6 0 0 20 0 18 0 62500724 19384713216 14584 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4732596 14584 5338 1 0 547740 0
[pid=66999/tid=67001] ppid=66996 vsize=18930384 memory=-6000919481229076073 CPUtime=0.27 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 5154 0 0 0 24 3 0 0 20 0 18 0 62500726 19384713216 14584 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62500731 19384713216 14584 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 62500732 19384713216 14616 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58336 KiB

[startup+0.704186 s]
/proc/loadavg: 1.47 2.66 3.38 8/322 67017
/proc/meminfo: memFree=127965568/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=18996948 memory=151804 CPUtime=1.15 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 7476 0 0 0 106 9 0 0 20 0 19 0 62500724 19452874752 37951 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4749237 37951 5466 1 0 548464 0
[pid=66999/tid=67001] ppid=66996 vsize=18996948 memory=17920 CPUtime=0.59 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) S 66996 66999 66810 0 -1 4194368 5440 0 0 0 53 6 0 0 20 0 19 0 62500726 19452874752 37951 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 62500731 19452874752 37951 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 62500732 19452874752 37951 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151804 KiB

[startup+1.50028 s]
/proc/loadavg: 1.47 2.66 3.38 7/324 67019
/proc/meminfo: memFree=127398404/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=169580 CPUtime=2.7 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 17842 0 0 0 257 13 0 0 20 0 20 0 62500724 19521036288 42395 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 42395 5498 1 0 552932 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=3200 CPUtime=1.24 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 6133 0 0 0 118 6 0 0 20 0 20 0 62500726 19521036288 42395 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 42395 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 42395 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 42395 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169580 KiB

[startup+3.10561 s]
/proc/loadavg: 1.84 2.72 3.39 7/324 67019
/proc/meminfo: memFree=124388384/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=221776 CPUtime=5.86 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 22769 0 0 0 570 16 0 0 20 0 20 0 62500724 19521036288 55444 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 55444 5498 1 0 554871 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=14720 CPUtime=2.74 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 6698 0 0 0 266 8 0 0 20 0 20 0 62500726 19521036288 55444 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 55444 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 55444 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 55444 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221776 KiB

[startup+6.30027 s]
/proc/loadavg: 1.84 2.72 3.39 6/324 67019
/proc/meminfo: memFree=121459936/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=478048 CPUtime=12 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 25612 0 0 0 1175 25 0 0 20 0 20 0 62500724 19521036288 119512 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 119512 5498 1 0 555686 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=0 CPUtime=5.83 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 6943 0 0 0 568 15 0 0 20 0 20 0 62500726 19521036288 119512 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 119512 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 119512 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=171116 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 119512 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 478048 KiB

[startup+12.7004 s]
/proc/loadavg: 2.01 2.74 3.40 6/324 67019
/proc/meminfo: memFree=118563572/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=1168052 CPUtime=19.22 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 26612 0 0 0 1881 41 0 0 20 0 20 0 62500724 19521036288 292013 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 292013 5498 1 0 712357 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=171116 CPUtime=11.94 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 7360 0 0 0 1167 27 0 0 20 0 20 0 62500726 19521036288 292013 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=1167924 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 292013 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 292013 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 292013 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 19.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1168052 KiB

[startup+25.5005 s]
/proc/loadavg: 2.59 2.84 3.42 5/324 67019
/proc/meminfo: memFree=115946560/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=1283012 CPUtime=33.01 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 35073 0 0 0 3251 50 0 0 20 0 20 0 62500724 19521036288 320753 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 320753 5498 1 0 712377 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=0 CPUtime=24.25 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 9907 0 0 0 2394 31 0 0 20 0 20 0 62500726 19521036288 320753 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 320753 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=1283012 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 320753 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=1178436 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 320753 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 33.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1283012 KiB

[startup+51.1138 s]
/proc/loadavg: 3.32 2.99 3.46 5/328 67091
/proc/meminfo: memFree=108192972/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=3567028 CPUtime=59.88 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 44402 0 0 0 5874 114 0 0 20 0 20 0 62500724 19521036288 891757 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 891757 5498 1 0 1149011 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=1283012 CPUtime=49.21 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 12890 0 0 0 4831 90 0 0 20 0 20 0 62500726 19521036288 891757 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=3538312 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 891757 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 891757 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0

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

/proc/meminfo: memFree=96697952/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=4557660 CPUtime=3263.95 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 214471 0 0 0 325716 679 0 0 20 0 20 0 62500724 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 1139415 5562 1 0 1150628 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=14720 CPUtime=3177.85 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 113077 0 0 0 317335 450 0 0 20 0 20 0 62500726 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=4557660 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=4557660 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 2143 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=4557660 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 3263.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4557660 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.21 4.18 5/332 67276
/proc/meminfo: memFree=96615324/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=4557660 CPUtime=3324.26 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 216979 0 0 0 331739 687 0 0 20 0 20 0 62500724 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 1139415 5562 1 0 1150628 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=17920 CPUtime=3237.18 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 114839 0 0 0 323263 455 0 0 20 0 20 0 62500726 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=4557660 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=4557660 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 2165 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=4557660 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 3324.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4557660 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.20 4.18 5/332 67278
/proc/meminfo: memFree=96546816/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=4557660 CPUtime=3383.21 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 219587 0 0 0 337627 694 0 0 20 0 20 0 62500724 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 1139415 5562 1 0 1150628 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=17920 CPUtime=3294.09 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 115568 0 0 0 328950 459 0 0 20 0 20 0 62500726 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=4557660 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 2165 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 3383.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4557660 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.22 4.19 5/332 67280
/proc/meminfo: memFree=96789436/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=4557660 CPUtime=3443.75 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 222555 0 0 0 343671 704 0 0 20 0 20 0 62500724 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 1139415 5562 1 0 1150628 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=17920 CPUtime=3353.27 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 117450 0 0 0 334862 465 0 0 20 0 20 0 62500726 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=4557660 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 2227 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 3443.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4557660 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.24 4.19 5/330 67348
/proc/meminfo: memFree=102708940/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=4557660 CPUtime=3503.38 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 223187 0 0 0 349624 714 0 0 20 0 20 0 62500724 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 1139415 5562 1 0 1150628 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=4557660 CPUtime=3411.27 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 117968 0 0 0 340656 471 0 0 20 0 20 0 62500726 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=4557660 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 2227 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 1139415 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 3503.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4557660 KiB

[startup+3582.3 s]
/proc/loadavg: 4.43 4.27 4.20 4/284 67610
/proc/meminfo: memFree=118337380/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=3457400 CPUtime=3565.66 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 228886 0 0 0 355840 726 0 0 20 0 20 0 62500724 19521036288 864350 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 864350 5562 1 0 875012 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=4557660 CPUtime=3470.71 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 120695 0 0 0 346592 479 0 0 20 0 20 0 62500726 19521036288 864350 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 864350 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 2284 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 864350 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=3457400 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 864350 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 3565.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3457400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.5 s]
/proc/loadavg: 4.53 4.32 4.22 6/330 67954
/proc/meminfo: memFree=119221120/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=3315640 CPUtime=3600 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 232237 0 0 0 359262 738 0 0 20 0 20 0 62500724 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 828910 5562 1 0 839516 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=3315640 CPUtime=3503.53 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 122122 0 0 0 349866 487 0 0 20 0 20 0 62500726 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=3457400 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=3315640 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 2284 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=3457400 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3315640 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.75 s, system=7.41011 s

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

[startup+3615.5 s]
/proc/loadavg: 4.53 4.32 4.22 6/330 67954
/proc/meminfo: memFree=119221120/131382112 swapFree=33009904/33010684
[pid=66999] ppid=66996 vsize=19063512 memory=3315640 CPUtime=3600 cores=1,3
/proc/66999/stat : 66999 (java) S 66996 66999 66810 0 -1 4194304 232237 0 0 0 359262 738 0 0 20 0 20 0 62500724 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
/proc/66999/statm: 4765878 828910 5562 1 0 839516 0
[pid=66999/tid=67001] ppid=66996 vsize=19063512 memory=3315640 CPUtime=3503.53 cores=1,3
/proc/66999/task/67001/stat : 67001 (java) R 66996 66999 66810 0 -1 4194368 122122 0 0 0 349866 487 0 0 20 0 20 0 62500726 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67010] ppid=66996 vsize=19063512 memory=3457400 CPUtime=0 cores=1,3
/proc/66999/task/67010/stat : 67010 (Finalizer) S 66996 66999 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62500731 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67017] ppid=66996 vsize=19063512 memory=3315640 CPUtime=0 cores=1,3
/proc/66999/task/67017/stat : 67017 (Common-Cleaner) S 66996 66999 66810 0 -1 4194368 2284 0 0 0 0 0 0 0 20 0 20 0 62500732 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
[pid=66999/tid=67019] ppid=66996 vsize=19063512 memory=3457400 CPUtime=0 cores=1,3
/proc/66999/task/67019/stat : 67019 (Timer-0) S 66996 66999 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62500809 19521036288 828910 18446744073709551615 94163976015872 94163976019568 140720729062832 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94163976027384 94163976028176 94163997786112 140720729069869 140720729070054 140720729070054 140720729075656 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3315640 KiB

Child status: 143

Real time (s): 3615.61
CPU time (s): 3600.16
CPU user time (s): 3592.75
CPU system time (s): 7.41011
CPU usage (%): 99.5726
Max. virtual memory (cumulated for all children) (KiB): 19066808
Max. memory (cumulated for all children) (KiB): 4557660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.75
system time used= 7.41011
maximum resident set size= 4557660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5037080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120572
involuntary context switches= 11499


# summary of solver processes directly reported to runsolver:
#   pid: 66999
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3592.75
#   total CPU system time (s): 7.41011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0628 second user time and 38.267 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-02 16:56:58
IDJOB=4499173
IDBENCH=148772
IDSOLVER=3362
FILE ID=nodeC001/4499173-1751468218
RUNJOBID= nodeC001-1751468215-66822
SLURM_JOB_ID= 9598486
Free space on /tmp= 432784 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499173-1751468218/watcher-4499173-1751468218 -o /tmp/evaluation-result-4499173-1751468218/solver-4499173-1751468218 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751468215-66822 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499173-1751468218 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4499173-1751468218.opb

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=818483509

nodeC001 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	: 0xb00001f
cpu MHz		: 3591.533
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.243
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.738
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.167
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 2095.053
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 2394.344
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.447
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3492.865
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128620020 kB
MemAvailable:   128933404 kB
Buffers:            1668 kB
Cached:          1109012 kB
SwapCached:           32 kB
Active:          1423024 kB
Inactive:         800336 kB
Active(anon):    1107944 kB
Inactive(anon):    22636 kB
Active(file):     315080 kB
Inactive(file):   777700 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            196732 kB
Writeback:             0 kB
AnonPages:       1115788 kB
Mapped:           122824 kB
Shmem:             17900 kB
KReclaimable:     120080 kB
Slab:             205040 kB
SReclaimable:     120080 kB
SUnreclaim:        84960 kB
KernelStack:        4928 kB
PageTables:         5596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11805280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150216 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC001 at 2025-07-02 17:57:14