Trace number 4542041

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.24 3565.11

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
MD5SUM20f5dc2e187fea802b1fd8b2eb35ac07
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 benchmark3.41364
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3571
Total number of constraints1850
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints1794
Minimum length of a constraint1
Maximum length of a constraint840
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 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4542041-1753213784.opb
0.12/0.16	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.17	c  no objective function found
0.49/0.31	c ... done. Wall clock time 0.136s.
0.49/0.31	c declared #vars     3571
0.49/0.31	c #constraints  3699
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1818
0.49/0.31	c org.sat4j.specs.Constr$1 => 56
0.49/0.31	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1769
0.49/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 56
0.49/0.31	c 3699 constraints processed.
448.56/444.45	c cleaning 2497 clauses out of 5001 with flag 0/5001
762.24/757.70	c cleaning 4244 clauses out of 8504 with flag 0/11001
1138.29/1133.09	c cleaning 5621 clauses out of 11260 with flag 0/18001
1679.25/1671.06	c cleaning 6813 clauses out of 13640 with flag 0/26002
2299.92/2284.40	c cleaning 7904 clauses out of 15826 with flag 0/35001
3001.48/2976.53	c cleaning 8953 clauses out of 17923 with flag 0/45002
3600.04/3565.02	c starts		: 9
3600.04/3565.03	c conflicts		: 54669
3600.04/3565.04	c decisions		: 81260
3600.04/3565.04	c propagations		: 1330906
3600.04/3565.04	c inspects		: 192968973
3600.04/3565.04	c shortcuts		: 0
3600.04/3565.04	c learnt literals	: 0
3600.04/3565.04	c learnt binary clauses	: 0
3600.04/3565.04	c learnt ternary clauses	: 0
3600.04/3565.04	c learnt constraints	: 54669
3600.04/3565.04	c ignored constraints	: 0
3600.04/3565.04	c root simplifications	: 0
3600.04/3565.04	c removed literals (reason simplification)	: 0
3600.04/3565.04	c reason swapping (by a shorter reason)	: 0
3600.04/3565.04	c Calls to reduceDB	: 6
3600.04/3565.04	c Number of update (reduction) of LBD	: 59844
3600.04/3565.04	c Imported unit clauses	: 0
3600.04/3565.04	c No decision after first conflict	: false
3600.04/3565.04	c number of reductions to clauses (during analyze)	: 0
3600.04/3565.04	c number of learned constraints concerned by reduction	: 0
3600.04/3565.04	c number of learning phase by resolution	: 0
3600.04/3565.04	c number of learning phase by cutting planes	: 0
3600.04/3565.04	c number of rounding to 1 operations	: 0
3600.04/3565.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3565.04	c number of reductions of the coefficients by power 2 	: 0
3600.04/3565.04	c number of right shift for reduction by power 2 	: 0
3600.04/3565.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3565.04	c number of ending skipping 	: 0
3600.04/3565.04	c number of internal skipping 	: 0
3600.04/3565.04	c number of derivation steps 	: 564866
3600.04/3565.04	c number of skipped derivation steps 	: 0
3600.04/3565.04	c number of remaining unassigned 	: 1789
3600.04/3565.04	c number of remaining assigned 	: 5115859
3600.04/3565.04	c number of falsified literals weakened from reason	: 0
3600.04/3565.04	c number of falsified literals weakened from conflict	: 0
3600.04/3565.04	c time for arithmetic operations	: 983887357
3600.04/3565.06	c minimum degree of deleted constraints	: 72057591485025329
3600.04/3565.06	c maximum degree of deleted constraints	: 5428048536399754717360628752167990488338060
3600.04/3565.06	c number of deleted constraints	: 36032
3600.04/3565.06	c speed (assignments/second)	: 373.35380793336515
3600.04/3565.06	c non guided choices	: 831
3600.04/3565.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 18637
3600.04/3565.09	s UNKNOWN
3600.04/3565.09	c Total wall clock time (in seconds): 3564.927

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60396 MiB free)
  memory of node 1: 64465 MiB (63098 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542041-1753213784/watcher-4542041-1753213784 -o /tmp/evaluation-result-4542041-1753213784/solver-4542041-1753213784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753210180-163986 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542041-1753213784 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542041-1753213784.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=164763, runsolver pid=164759

[startup+0.100059 s]*
/proc/loadavg: 4.32 4.17 4.10 6/317 164812
/proc/meminfo: memFree=126402724/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=18930384 memory=55536 CPUtime=0.12 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 6539 0 0 0 10 2 0 0 20 0 18 0 237055919 19384713216 13884 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4732596 13884 5351 1 0 547587 0
[pid=164763/tid=164766] ppid=164759 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 5048 0 0 0 6 1 0 0 20 0 18 0 237055920 19384713216 13884 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=18930384 memory=2630 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055922 19384713216 13884 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 237055922 19384713216 13884 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55536 KiB

[startup+0.205817 s]*
/proc/loadavg: 4.32 4.17 4.10 8/315 164820
/proc/meminfo: memFree=126923652/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=18930384 memory=64504 CPUtime=0.31 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 7123 0 0 0 28 3 0 0 20 0 18 0 237055919 19384713216 16126 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4732596 16126 5447 1 0 547997 0
[pid=164763/tid=164766] ppid=164759 vsize=18930384 memory=4027020571 CPUtime=0.17 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 5409 0 0 0 15 2 0 0 20 0 18 0 237055920 19384713216 16126 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=18930384 memory=219932787024 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055922 19384713216 16126 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=18930384 memory=54087446197310 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 237055922 19384713216 16126 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64504 KiB

[startup+0.305633 s]*
/proc/loadavg: 4.32 4.17 4.10 6/319 164830
/proc/meminfo: memFree=126746256/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=18996948 memory=156564 CPUtime=0.49 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 8967 0 0 0 44 5 0 0 20 0 19 0 237055919 19452874752 39141 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4749237 39141 5479 1 0 549168 0
[pid=164763/tid=164766] ppid=164759 vsize=18996948 memory=-5155626907809114205 CPUtime=0.22 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 5457 0 0 0 19 3 0 0 20 0 19 0 237055920 19452874752 39173 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055922 19452874752 39173 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 237055922 19452874752 39173 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156564 KiB

[startup+0.700251 s]
/proc/loadavg: 4.32 4.17 4.10 8/340 164855
/proc/meminfo: memFree=126678572/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=160772 CPUtime=1.26 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 10190 0 0 0 120 6 0 0 20 0 20 0 237055919 19521036288 40193 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 40193 5479 1 0 550204 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=24704 CPUtime=0.55 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 5513 0 0 0 51 4 0 0 20 0 20 0 237055920 19521036288 40193 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 40193 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 40193 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 40193 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 160772 KiB

[startup+1.50022 s]
/proc/loadavg: 4.32 4.17 4.10 6/318 164866
/proc/meminfo: memFree=125961436/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=179484 CPUtime=2.83 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 20828 0 0 0 275 8 0 0 20 0 20 0 237055919 19521036288 44871 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 44871 5479 1 0 553693 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=10752 CPUtime=1.3 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 5950 0 0 0 126 4 0 0 20 0 20 0 237055920 19521036288 44871 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 44871 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 44871 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 44871 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179484 KiB

[startup+3.10564 s]
/proc/loadavg: 4.32 4.17 4.10 8/319 164967
/proc/meminfo: memFree=125917004/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=182168 CPUtime=5.21 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 22904 0 0 0 512 9 0 0 20 0 20 0 237055919 19521036288 45542 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 45542 5479 1 0 553702 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=-8527675194504684220 CPUtime=2.88 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 6324 0 0 0 284 4 0 0 20 0 20 0 237055920 19521036288 45542 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 45542 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 45542 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 45542 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 5.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182168 KiB

[startup+6.30028 s]
/proc/loadavg: 4.37 4.18 4.11 6/340 164991
/proc/meminfo: memFree=123774400/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=362180 CPUtime=8.5 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 23265 0 0 0 837 13 0 0 20 0 20 0 237055919 19521036288 90545 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 90545 5479 1 0 553736 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=10752 CPUtime=6.05 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 6549 0 0 0 598 7 0 0 20 0 20 0 237055920 19521036288 90545 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 90545 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 90545 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=179484 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 90545 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 362180 KiB

[startup+12.7003 s]
/proc/loadavg: 4.42 4.19 4.11 5/340 164991
/proc/meminfo: memFree=122945784/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=407868 CPUtime=15.5 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 36196 0 0 0 1534 16 0 0 20 0 20 0 237055919 19521036288 101967 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 101967 5479 1 0 556407 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=179484 CPUtime=12.37 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 7592 0 0 0 1229 8 0 0 20 0 20 0 237055920 19521036288 101967 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=389156 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 101967 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 101967 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 101967 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 15.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 407868 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.18 4.11 5/340 164991
/proc/meminfo: memFree=122128732/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=913828 CPUtime=28.97 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 39326 0 0 0 2867 30 0 0 20 0 20 0 237055919 19521036288 228457 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 228457 5479 1 0 556407 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=-8527675194504684220 CPUtime=25.09 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 9006 0 0 0 2490 19 0 0 20 0 20 0 237055920 19521036288 228457 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=547076 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 228457 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=399516 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 228457 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 228457 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 28.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 913828 KiB

[startup+51.1061 s]
/proc/loadavg: 4.28 4.18 4.11 5/340 164992
/proc/meminfo: memFree=120751588/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=944720 CPUtime=54.71 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 41772 0 0 0 5438 33 0 0 20 0 20 0 237055919 19521036288 236180 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 236180 5479 1 0 556407 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=942656 CPUtime=50.55 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 10032 0 0 0 5035 20 0 0 20 0 20 0 237055920 19521036288 236180 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=942656 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 236180 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0

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

/proc/meminfo: memFree=85581688/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=2309272 CPUtime=3189.23 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 128892 0 0 0 318718 205 0 0 20 0 20 0 237055919 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 577318 5479 1 0 589134 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=2309272 CPUtime=3143.74 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 44285 0 0 0 314308 66 0 0 20 0 20 0 237055920 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=24704 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 1477 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 3189.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2309272 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.24 4.24 5/340 165295
/proc/meminfo: memFree=83500020/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=2309272 CPUtime=3249.26 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 128930 0 0 0 324718 208 0 0 20 0 20 0 237055919 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 577318 5479 1 0 589134 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=10752 CPUtime=3203.42 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 44290 0 0 0 320276 66 0 0 20 0 20 0 237055920 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 1477 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 3249.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2309272 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.25 4.24 5/340 165298
/proc/meminfo: memFree=79030156/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=2309272 CPUtime=3310.4 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 129923 0 0 0 330829 211 0 0 20 0 20 0 237055919 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 577318 5479 1 0 589144 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=2309272 CPUtime=3263.04 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 44846 0 0 0 326237 67 0 0 20 0 20 0 237055920 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 1478 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 3310.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2309272 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.28 4.25 5/340 165301
/proc/meminfo: memFree=78774668/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=2309272 CPUtime=3371.62 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 132792 0 0 0 336947 215 0 0 20 0 20 0 237055919 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 577318 5479 1 0 589144 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=12416 CPUtime=3322.65 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 45654 0 0 0 332197 68 0 0 20 0 20 0 237055920 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=164 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 1526 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 577318 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 3371.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2309272 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.29 4.26 5/340 165303
/proc/meminfo: memFree=77763764/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=2309400 CPUtime=3432.9 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 135584 0 0 0 343072 218 0 0 20 0 20 0 237055919 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 577350 5479 1 0 589152 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=164 CPUtime=3382.27 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 46629 0 0 0 338159 68 0 0 20 0 20 0 237055920 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 1574 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 3432.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2309400 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.27 4.25 5/340 165305
/proc/meminfo: memFree=86201952/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=2309400 CPUtime=3494.28 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 135610 0 0 0 349207 221 0 0 20 0 20 0 237055919 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 577350 5479 1 0 589152 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=164 CPUtime=3441.93 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 46642 0 0 0 344124 69 0 0 20 0 20 0 237055920 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=2309272 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 1574 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=2309400 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 577350 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 3494.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2309400 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.28 4.26 5/339 165441
/proc/meminfo: memFree=90019528/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=2309528 CPUtime=3555.73 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 136048 0 0 0 355348 225 0 0 20 0 20 0 237055919 19521036288 577382 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 577382 5511 1 0 589152 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=2309400 CPUtime=3501.58 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 46887 0 0 0 350088 70 0 0 20 0 20 0 237055920 19521036288 577382 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577382 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 1575 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 577382 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=2309528 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 577382 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 3555.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2309528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3565 s]*
/proc/loadavg: 4.20 4.26 4.25 5/338 165583
/proc/meminfo: memFree=103990424/131249996 swapFree=33006296/33010684
[pid=164763] ppid=164759 vsize=19063512 memory=2409616 CPUtime=3600.04 cores=0,2
/proc/164763/stat : 164763 (java) S 164759 164763 163976 0 -1 4194304 138373 0 0 0 359774 230 0 0 20 0 20 0 237055919 19521036288 602404 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
/proc/164763/statm: 4765878 602404 5511 1 0 614229 0
[pid=164763/tid=164766] ppid=164759 vsize=19063512 memory=14370484 CPUtime=3543.98 cores=0,2
/proc/164763/task/164766/stat : 164766 (java) R 164759 164763 163976 0 -1 4194368 47938 0 0 0 354326 72 0 0 20 0 20 0 237055920 19521036288 602404 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164780] ppid=164759 vsize=19063512 memory=6640 CPUtime=0 cores=0,2
/proc/164763/task/164780/stat : 164780 (Finalizer) S 164759 164763 163976 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 602404 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164787] ppid=164759 vsize=19063512 memory=-9103856666559685308 CPUtime=0 cores=0,2
/proc/164763/task/164787/stat : 164787 (Common-Cleaner) S 164759 164763 163976 0 -1 4194368 1575 0 0 0 0 0 0 0 20 0 20 0 237055922 19521036288 602404 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
[pid=164763/tid=164832] ppid=164759 vsize=19063512 memory=-9103856666559685308 CPUtime=0 cores=0,2
/proc/164763/task/164832/stat : 164832 (Timer-0) S 164759 164763 163976 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237055951 19521036288 602404 18446744073709551615 94866039107584 94866039111280 140722647135872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94866039119096 94866039119888 94866046103552 140722647144785 140722647144932 140722647144932 140722647150536 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2409616 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.92 s, system=2.32046 s

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

Child status: 143

Real time (s): 3565.11
CPU time (s): 3600.24
CPU user time (s): 3597.92
CPU system time (s): 2.32046
CPU usage (%): 100.985
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2409616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.92
system time used= 2.32046
maximum resident set size= 2410408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139969
page faults= 0
swaps= 0
block input operations= 0
block output operations= 158528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114220
involuntary context switches= 9239


# summary of solver processes directly reported to runsolver:
#   pid: 164763
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.92
#   total CPU system time (s): 2.32046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47852 second user time and 17.6599 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-22 21:49:44
IDJOB=4542041
IDBENCH=163735
IDSOLVER=3362
FILE ID=nodeC015/4542041-1753213784
RUNJOBID= nodeC015-1753210180-163986
SLURM_JOB_ID= 9687783
Free space on /tmp= 431780 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542041-1753213784/watcher-4542041-1753213784 -o /tmp/evaluation-result-4542041-1753213784/solver-4542041-1753213784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753210180-163986 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542041-1753213784 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542041-1753213784.opb

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

MD5SUM BENCH= 20f5dc2e187fea802b1fd8b2eb35ac07
RANDOM SEED=1611087539

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126460660 kB
MemAvailable:   127958892 kB
Buffers:            1508 kB
Cached:          2266752 kB
SwapCached:         3888 kB
Active:          2686992 kB
Inactive:        1422352 kB
Active(anon):    1815152 kB
Inactive(anon):    48304 kB
Active(file):     871840 kB
Inactive(file):  1374048 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1840024 kB
Mapped:           125768 kB
Shmem:             22352 kB
KReclaimable:     183164 kB
Slab:             279284 kB
SReclaimable:     183164 kB
SUnreclaim:        96120 kB
KernelStack:        4560 kB
PageTables:         6864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2622584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150808 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1720320 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 430316 MiB
End job on nodeC015 at 2025-07-22 22:49:10