Trace number 4515246

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 Resolution 2025-06-06? (TO) 3600.21 3359.75

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab71-20-100.0.u.opb
MD5SUM5a0bcd4a9e5bc1c51804f47b1691eae0
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 benchmark39.0848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6689
Total number of constraints6377
Number of constraints which are clauses6255
Number of constraints which are cardinality constraints (but not clauses)121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6255
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 1966006
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501966013
Number of bits of the biggest sum of numbers29
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	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.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.14	c Pseudo Boolean Optimization by upper bound
0.10/0.14	c --- Begin Solver configuration ---
0.10/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.14	c Learn all clauses as in MiniSAT
0.10/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.14	c Expensive reason simplification
0.10/0.14	c Glucose 2.1 dynamic restart strategy
0.10/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.14	c timeout=2147483s
0.10/0.14	c DB Simplification allowed=false
0.10/0.14	c Listener: none
0.10/0.14	c --- End Solver configuration ---
0.10/0.14	c solving HOME/instance-4515246-1751232650.opb
0.10/0.14	c reading problem ... 
0.10/0.14	c  no objective function found
0.49/0.33	c ... done. Wall clock time 0.181s.
0.49/0.33	c declared #vars     6689
0.49/0.33	c #constraints  6377
0.49/0.33	c constraints type 
0.49/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6255
0.49/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 121
0.49/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.49/0.33	c 6377 constraints processed.
9.02/7.43	c cleaning 2517 clauses out of 5033 with flag 10090/5033
18.60/16.24	c cleaning 4247 clauses out of 8494 with flag 22048/11011
30.20/27.02	c cleaning 5629 clauses out of 11257 with flag 36069/18021
45.03/39.04	c cleaning 6821 clauses out of 13641 with flag 52096/26034
59.87/52.91	c cleaning 7893 clauses out of 15790 with flag 70037/35004
75.40/67.30	c cleaning 8952 clauses out of 17903 with flag 90052/45010
96.26/84.98	c cleaning 9970 clauses out of 19942 with flag 112038/56001
121.39/108.56	c cleaning 10986 clauses out of 21971 with flag 136039/68000
186.23/169.08	c cleaning 11994 clauses out of 23990 with flag 162057/81005
211.07/192.67	c cleaning 13005 clauses out of 26010 with flag 190088/95019
253.18/233.11	c cleaning 13999 clauses out of 27998 with flag 220091/110012
316.94/291.50	c cleaning 15005 clauses out of 30010 with flag 252134/126023
355.62/328.17	c cleaning 15996 clauses out of 31991 with flag 286469/143009
400.33/371.13	c cleaning 16999 clauses out of 33998 with flag 323612/161012
442.04/408.60	c cleaning 18007 clauses out of 36013 with flag 364348/180026
531.53/491.72	c cleaning 18998 clauses out of 37996 with flag 404545/200016
615.22/573.94	c cleaning 19999 clauses out of 39998 with flag 446565/221016
735.08/691.73	c cleaning 20992 clauses out of 41984 with flag 490564/243001
841.39/790.49	c cleaning 21996 clauses out of 43991 with flag 536590/266000
982.95/929.90	c cleaning 22992 clauses out of 45997 with flag 584741/290002
1078.72/1022.89	c cleaning 24004 clauses out of 48009 with flag 635025/315006
1213.39/1149.70	c cleaning 24992 clauses out of 50005 with flag 687203/341006
1299.99/1233.21	c cleaning 25995 clauses out of 52010 with flag 741452/368003
1448.39/1369.49	c cleaning 27000 clauses out of 54016 with flag 797792/396004
1553.30/1471.60	c cleaning 28003 clauses out of 56012 with flag 856051/425000
1702.89/1608.41	c cleaning 28995 clauses out of 58030 with flag 917111/455021
1787.47/1689.89	c cleaning 30000 clauses out of 60023 with flag 980529/486009
1919.42/1809.87	c cleaning 31002 clauses out of 62015 with flag 1046431/518001
2037.20/1924.44	c cleaning 31992 clauses out of 64012 with flag 1112811/551000
2208.03/2083.49	c cleaning 33010 clauses out of 66026 with flag 1181307/585006
2333.34/2192.29	c cleaning 34000 clauses out of 68010 with flag 1251604/620000
2503.43/2359.24	c cleaning 35002 clauses out of 70023 with flag 1324398/656013
2693.76/2535.97	c cleaning 35995 clauses out of 72016 with flag 1400395/693008
2843.60/2667.14	c cleaning 37002 clauses out of 74013 with flag 1478914/731000
3009.42/2819.42	c cleaning 38004 clauses out of 76012 with flag 1559398/770001
3182.24/2976.73	c cleaning 39015 clauses out of 78035 with flag 1640860/810028
3333.66/3114.36	c cleaning 39995 clauses out of 79996 with flag 1722826/851004
3525.81/3287.00	c cleaning 41000 clauses out of 82006 with flag 1806874/893009
3600.03/3359.63	c starts		: 1
3600.03/3359.63	c conflicts		: 913375
3600.03/3359.63	c decisions		: 923641
3600.03/3359.63	c propagations		: 22760341
3600.03/3359.63	c inspects		: 3155400488
3600.03/3359.63	c shortcuts		: 0
3600.03/3359.63	c learnt literals	: 0
3600.03/3359.63	c learnt binary clauses	: 0
3600.03/3359.63	c learnt ternary clauses	: 0
3600.03/3359.63	c learnt constraints	: 913375
3600.03/3359.63	c ignored constraints	: 0
3600.03/3359.63	c root simplifications	: 0
3600.03/3359.63	c removed literals (reason simplification)	: 815963937
3600.03/3359.63	c reason swapping (by a shorter reason)	: 0
3600.03/3359.63	c Calls to reduceDB	: 38
3600.03/3359.63	c Number of update (reduction) of LBD	: 6592
3600.03/3359.63	c Imported unit clauses	: 0
3600.03/3359.63	c No decision after first conflict	: false
3600.03/3359.63	c number of reductions to clauses (during analyze)	: 0
3600.03/3359.63	c number of learned constraints concerned by reduction	: 0
3600.03/3359.63	c number of learning phase by resolution	: 0
3600.03/3359.63	c number of learning phase by cutting planes	: 0
3600.03/3359.63	c number of rounding to 1 operations	: 0
3600.03/3359.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3359.63	c timeout
3600.03/3359.63	c number of reductions of the coefficients by power 2 	: 0
3600.03/3359.63	c number of right shift for reduction by power 2 	: 0
3600.03/3359.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3359.63	c number of ending skipping 	: 0
3600.03/3359.63	c number of internal skipping 	: 0
3600.03/3359.63	c number of derivation steps 	: 0
3600.03/3359.63	c number of skipped derivation steps 	: 0
3600.03/3359.63	c number of remaining unassigned 	: 0
3600.03/3359.63	c number of remaining assigned 	: 0
3600.03/3359.63	c number of falsified literals weakened from reason	: 0
3600.03/3359.63	c number of falsified literals weakened from conflict	: 0
3600.03/3359.63	c time for arithmetic operations	: 0
3600.03/3359.64	c minimum degree of deleted constraints	: null
3600.03/3359.64	c maximum degree of deleted constraints	: null
3600.03/3359.64	c number of deleted constraints	: 0
3600.03/3359.64	c speed (assignments/second)	: 6775.32455431922
3600.03/3359.64	c non guided choices	: 6102
3600.03/3359.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 61372
3600.03/3359.68	s UNKNOWN
3600.03/3359.68	c Total wall clock time (in seconds): 3359.54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515246-1751232650/watcher-4515246-1751232650 -o /tmp/evaluation-result-4515246-1751232650/solver-4515246-1751232650 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31771 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515246-1751232650.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 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
solver pid=31842, runsolver pid=31821
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 0.46 0.93 1.46 10/333 31897
/proc/meminfo: memFree=129546792/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=18930384 memory=53028 CPUtime=0.1 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 6453 0 0 0 8 2 0 0 20 0 18 0 38942626 19384713216 13257 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4732596 13257 5334 1 0 547534 0
[pid=31842/tid=31868] ppid=31821 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 4991 0 0 0 5 1 0 0 20 0 18 0 38942628 19384713216 13257 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38942630 19384713216 13257 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=18930384 memory=55186957824150 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942631 19384713216 13257 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53028 KiB

[startup+0.204975 s]*
/proc/loadavg: 0.46 0.93 1.46 12/333 31897
/proc/meminfo: memFree=129502632/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=18930384 memory=67940 CPUtime=0.3 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 6977 0 0 0 27 3 0 0 20 0 18 0 38942626 19384713216 16985 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4732596 16985 5430 1 0 547883 0
[pid=31842/tid=31868] ppid=31821 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 5271 0 0 0 15 1 0 0 20 0 18 0 38942628 19384713216 16985 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=18930384 memory=17146 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38942630 19384713216 16985 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=18930384 memory=54087446168546 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942631 19384713216 16985 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67940 KiB

[startup+0.30596 s]*
/proc/loadavg: 0.46 0.93 1.46 11/334 31898
/proc/meminfo: memFree=129392548/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=18930384 memory=99152 CPUtime=0.49 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 8733 0 0 0 45 4 0 0 20 0 18 0 38942626 19384713216 24788 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4732596 24788 5430 1 0 548983 0
[pid=31842/tid=31868] ppid=31821 vsize=18930384 memory=-6000919502821419884 CPUtime=0.25 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 5291 0 0 0 23 2 0 0 20 0 18 0 38942628 19384713216 24788 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38942630 19384713216 24788 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942631 19384713216 24788 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 99152 KiB

[startup+0.700189 s]
/proc/loadavg: 0.46 0.93 1.46 11/337 31901
/proc/meminfo: memFree=129260460/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=18996948 memory=139696 CPUtime=1.26 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 15401 0 0 0 120 6 0 0 20 0 19 0 38942626 19452874752 34924 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4749237 34924 5430 1 0 553659 0
[pid=31842/tid=31868] ppid=31821 vsize=18996948 memory=17536 CPUtime=0.61 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 5341 0 0 0 58 3 0 0 20 0 19 0 38942628 19452874752 34924 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38942630 19452874752 34924 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38942631 19452874752 34924 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38942660 19452874752 34924 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139696 KiB

[startup+1.50019 s]
/proc/loadavg: 0.46 0.93 1.46 10/339 31903
/proc/meminfo: memFree=129117924/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=243432 CPUtime=2.61 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 15790 0 0 0 253 8 0 0 20 0 20 0 38942626 19521036288 60858 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 60858 5462 1 0 553952 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=0 CPUtime=1.32 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) S 31821 31842 31759 0 -1 4194368 5382 0 0 0 129 3 0 0 20 0 20 0 38942628 19521036288 60858 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 60858 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 60858 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 60858 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 243432 KiB

[startup+3.10487 s]
/proc/loadavg: 0.74 0.99 1.47 6/341 31906
/proc/meminfo: memFree=128261184/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=465116 CPUtime=4.44 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 17445 0 0 0 431 13 0 0 20 0 20 0 38942626 19521036288 116279 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 116279 5462 1 0 553953 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=10752 CPUtime=2.71 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 5522 0 0 0 268 3 0 0 20 0 20 0 38942628 19521036288 116279 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=-6000919502821419884 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 116279 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 116279 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 116279 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 465116 KiB

[startup+6.30017 s]
/proc/loadavg: 0.74 0.99 1.47 6/341 31906
/proc/meminfo: memFree=127286996/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=908656 CPUtime=7.89 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 21244 0 0 0 767 22 0 0 20 0 20 0 38942626 19521036288 227164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 227164 5462 1 0 1080414 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=0 CPUtime=5.69 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 6093 0 0 0 562 7 0 0 20 0 20 0 38942628 19521036288 227164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 227164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 227164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=302956 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 227164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 7.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 908656 KiB

[startup+12.7002 s]
/proc/loadavg: 1.33 1.10 1.51 6/341 31906
/proc/meminfo: memFree=125740956/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=1530672 CPUtime=14.88 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 24555 0 0 0 1453 35 0 0 20 0 20 0 38942626 19521036288 382668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 382668 5462 1 0 1402119 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=302956 CPUtime=11.62 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 7341 0 0 0 1152 10 0 0 20 0 20 0 38942628 19521036288 382668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=1428152 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 382668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 382668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 382668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 14.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1530672 KiB

[startup+25.5002 s]
/proc/loadavg: 1.74 1.20 1.53 7/341 31906
/proc/meminfo: memFree=122000036/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=2844824 CPUtime=28.48 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 27990 0 0 0 2788 60 0 0 20 0 20 0 38942626 19521036288 711206 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 711206 5462 1 0 1529567 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=1428152 CPUtime=23.58 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 8139 0 0 0 2342 16 0 0 20 0 20 0 38942628 19521036288 711206 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 711206 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=2769048 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 711206 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=-6000919502821419884 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 711206 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 28.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2844824 KiB

[startup+51.105 s]
/proc/loadavg: 2.63 1.45 1.61 6/341 31906
/proc/meminfo: memFree=116338832/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=4923684 CPUtime=58.08 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 45303 0 0 0 5705 103 0 0 20 0 20 0 38942626 19521036288 1230921 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 1230921 5526 1 0 1699304 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=4772016 CPUtime=47.23 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 10250 0 0 0 4701 22 0 0 20 0 20 0 38942628 19521036288 1230921 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=4306896 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 1230921 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=0 CPUtime=0 cores=1,3

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

/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 4073668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=16294672 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 2287 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 4073668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 4073668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 3187.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16294672 KiB

[startup+3042.3 s]
/proc/loadavg: 4.38 4.44 4.30 8/339 32073
/proc/meminfo: memFree=77785056/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=16294672 CPUtime=3249.35 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 421363 0 0 0 324478 457 0 0 20 0 20 0 38942626 19521036288 4073668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 4073668 5526 1 0 4086496 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=7686721470264483783 CPUtime=2937.61 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 214971 0 0 0 293679 82 0 0 20 0 20 0 38942628 19521036288 4073668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 4073668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=16294672 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 2361 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 4073668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=16294672 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 4073668 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 3249.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16294672 KiB

[startup+3102.3 s]
/proc/loadavg: 4.45 4.46 4.32 6/339 32075
/proc/meminfo: memFree=77785112/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=16296656 CPUtime=3310.93 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 427626 0 0 0 330635 458 0 0 20 0 20 0 38942626 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 4074164 5526 1 0 4086496 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=10752 CPUtime=2995.74 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 219067 0 0 0 299492 82 0 0 20 0 20 0 38942628 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 2397 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 3310.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296656 KiB

[startup+3162.3 s]
/proc/loadavg: 4.62 4.54 4.36 6/340 32078
/proc/meminfo: memFree=77785024/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=16296656 CPUtime=3388.34 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 439251 0 0 0 338369 465 0 0 20 0 20 0 38942626 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 4074164 5526 1 0 4086496 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=16296656 CPUtime=3054.65 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 225543 0 0 0 305382 83 0 0 20 0 20 0 38942628 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=16296656 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=16296656 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 2475 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=16296656 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 3388.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296656 KiB

[startup+3222.3 s]
/proc/loadavg: 4.49 4.50 4.36 6/340 32212
/proc/meminfo: memFree=93658264/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=16296656 CPUtime=3449.85 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 445594 0 0 0 344518 467 0 0 20 0 20 0 38942626 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 4074164 5526 1 0 4086496 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=16296656 CPUtime=3112.81 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 229160 0 0 0 311197 84 0 0 20 0 20 0 38942628 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=16296656 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 2511 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=16296656 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 4074164 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 3449.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16296656 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.46 4.35 6/339 32280
/proc/meminfo: memFree=93417016/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=16297012 CPUtime=3521.12 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 459216 0 0 0 351643 469 0 0 20 0 20 0 38942626 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 4074253 5526 1 0 4087610 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=16297040 CPUtime=3161.1 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 233401 0 0 0 316026 84 0 0 20 0 20 0 38942628 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=16296784 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=279813094000720 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 2515 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=12416 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 3521.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297012 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.40 4.34 6/340 32478
/proc/meminfo: memFree=93144576/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=16297012 CPUtime=3581.66 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 462425 0 0 0 357695 471 0 0 20 0 20 0 38942626 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 4074253 5526 1 0 4087610 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=21872 CPUtime=3220.22 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 235876 0 0 0 321937 85 0 0 20 0 20 0 38942628 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 2641 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 3581.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3359.6 s]
/proc/loadavg: 4.23 4.39 4.34 6/340 32478
/proc/meminfo: memFree=92779308/131249988 swapFree=33010684/33010684
[pid=31842] ppid=31821 vsize=19063512 memory=16297012 CPUtime=3600.03 cores=1,3
/proc/31842/stat : 31842 (java) S 31821 31842 31759 0 -1 4194304 465877 0 0 0 359531 472 0 0 20 0 20 0 38942626 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
/proc/31842/statm: 4765878 4074253 5526 1 0 4087610 0
[pid=31842/tid=31868] ppid=31821 vsize=19063512 memory=16297012 CPUtime=3236.38 cores=1,3
/proc/31842/task/31868/stat : 31868 (java) R 31821 31842 31759 0 -1 4194368 237772 0 0 0 323553 85 0 0 20 0 20 0 38942628 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31888] ppid=31821 vsize=19063512 memory=-6000919502821419884 CPUtime=0 cores=1,3
/proc/31842/task/31888/stat : 31888 (Finalizer) S 31821 31842 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31897] ppid=31821 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/31842/task/31897/stat : 31897 (Common-Cleaner) S 31821 31842 31759 0 -1 4194368 2641 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
[pid=31842/tid=31899] ppid=31821 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/31842/task/31899/stat : 31899 (Timer-0) S 31821 31842 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942660 19521036288 4074253 18446744073709551615 94082455113728 94082455117424 140720538034992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94082455125240 94082455126032 94082477899776 140720538040705 140720538040806 140720538040806 140720538046408 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16297012 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.44 s, system=4.76929 s

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

[startup+3359.7 s]*
/proc/loadavg: 4.23 4.39 4.34 5/322 32481
/proc/meminfo: memFree=100112068/131249988 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3359.75
CPU time (s): 3600.21
CPU user time (s): 3595.44
CPU system time (s): 4.76929
CPU usage (%): 107.157
Max. virtual memory (cumulated for all children) (KiB): 19067616
Max. memory (cumulated for all children) (KiB): 16297168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.44
system time used= 4.76929
maximum resident set size= 16297780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109355
involuntary context switches= 17121


# summary of solver processes directly reported to runsolver:
#   pid: 31842
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3595.44
#   total CPU system time (s): 4.76929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.43898 second user time and 12.7908 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 23:30:51
IDJOB=4515246
IDBENCH=164254
IDSOLVER=3363
FILE ID=nodeC020/4515246-1751232650
RUNJOBID= nodeC020-1751232650-31771
SLURM_JOB_ID= 9587710
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab71-20-100.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515246-1751232650/watcher-4515246-1751232650 -o /tmp/evaluation-result-4515246-1751232650/solver-4515246-1751232650 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31771 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515246-1751232650.opb

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

MD5SUM BENCH= 5a0bcd4a9e5bc1c51804f47b1691eae0
RANDOM SEED=2074671419

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129645012 kB
MemAvailable:   129756072 kB
Buffers:            3280 kB
Cached:           917572 kB
SwapCached:            0 kB
Active:           385992 kB
Inactive:         610288 kB
Active(anon):      93484 kB
Inactive(anon):        0 kB
Active(file):     292508 kB
Inactive(file):   610288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4828 kB
Writeback:             0 kB
AnonPages:         78560 kB
Mapped:           102492 kB
Shmem:             18056 kB
KReclaimable:      95004 kB
Slab:             182036 kB
SReclaimable:      95004 kB
SUnreclaim:        87032 kB
KernelStack:        4112 kB
PageTables:         2892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     342784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC020 at 2025-06-30 00:26:51