Trace number 4515174

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 3195.44

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab51-40-100.0.u.opb
MD5SUM84d6a262f1f6531f4a7714720272edd7
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 benchmark56.7591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12675
Total number of constraints11891
Number of constraints which are clauses11766
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint11734
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 1285216
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501285383
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB25.v20250606
0.08/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.11	c java.vm.version	22.0.1+8-16
0.08/0.11	c java.vm.vendor	Oracle Corporation
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		22.0.1
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		2106806208
0.08/0.11	c Max memory 		16282288128
0.08/0.11	c Total memory 		2113929216
0.08/0.12	c Number of processors 	2
0.08/0.16	c Pseudo Boolean Optimization by upper bound
0.08/0.16	c --- Begin Solver configuration ---
0.08/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.08/0.16	c Learn all clauses as in MiniSAT
0.08/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.16	c Expensive reason simplification
0.08/0.16	c Glucose 2.1 dynamic restart strategy
0.08/0.16	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.08/0.16	c timeout=2147483s
0.08/0.16	c DB Simplification allowed=false
0.08/0.16	c Listener: none
0.08/0.16	c --- End Solver configuration ---
0.08/0.16	c solving HOME/instance-4515174-1751232650.opb
0.08/0.16	c reading problem ... 
0.08/0.16	c  no objective function found
0.65/0.41	c ... done. Wall clock time 0.249s.
0.65/0.41	c declared #vars     12675
0.65/0.41	c #constraints  11891
0.65/0.41	c constraints type 
0.65/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11766
0.65/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 124
0.65/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.65/0.42	c 11891 constraints processed.
19.92/18.04	c cleaning 2526 clauses out of 5051 with flag 10151/5051
42.92/39.98	c cleaning 4239 clauses out of 8477 with flag 22130/11003
63.46/57.20	c cleaning 5633 clauses out of 11265 with flag 36192/18030
95.44/84.50	c cleaning 6804 clauses out of 13608 with flag 52147/26006
128.32/111.23	c cleaning 7899 clauses out of 15798 with flag 70138/35000
158.29/139.13	c cleaning 8955 clauses out of 17909 with flag 90160/45010
189.79/168.49	c cleaning 9983 clauses out of 19967 with flag 112191/56023
232.13/204.42	c cleaning 10998 clauses out of 21998 with flag 136223/68037
281.90/251.25	c cleaning 11992 clauses out of 23988 with flag 162207/81025
339.31/304.68	c cleaning 12994 clauses out of 25989 with flag 190198/95018
416.80/371.99	c cleaning 13992 clauses out of 27983 with flag 220180/110006
470.26/419.40	c cleaning 15001 clauses out of 30001 with flag 252209/126016
629.66/567.13	c cleaning 16008 clauses out of 32019 with flag 286263/143035
722.79/648.57	c cleaning 16999 clauses out of 33997 with flag 322575/161021
819.36/737.62	c cleaning 17988 clauses out of 35977 with flag 360836/180000
943.34/847.27	c cleaning 18999 clauses out of 38002 with flag 402129/200013
1033.30/932.76	c cleaning 19999 clauses out of 39998 with flag 446699/221008
1296.30/1183.38	c cleaning 21004 clauses out of 42012 with flag 491182/243021
1459.26/1329.77	c cleaning 22002 clauses out of 44008 with flag 537188/266021
1686.48/1536.40	c cleaning 22996 clauses out of 45991 with flag 585171/290006
1855.27/1691.09	c cleaning 24009 clauses out of 48018 with flag 635224/315029
2107.98/1928.73	c cleaning 25008 clauses out of 50015 with flag 687251/341035
2261.50/2063.44	c cleaning 25985 clauses out of 51974 with flag 741208/368002
2434.75/2222.92	c cleaning 26992 clauses out of 53987 with flag 797276/396000
2613.36/2384.24	c cleaning 28006 clauses out of 56011 with flag 855530/425016
2840.88/2577.74	c cleaning 29004 clauses out of 58007 with flag 915592/455018
3045.19/2749.06	c cleaning 29995 clauses out of 59992 with flag 977582/486007
3247.11/2917.65	c cleaning 31004 clauses out of 62010 with flag 1041621/518020
3494.85/3113.13	c cleaning 32001 clauses out of 64005 with flag 1107632/551019
3600.05/3195.32	c starts		: 1
3600.05/3195.33	c timeout
3600.05/3195.33	c conflicts		: 565181
3600.05/3195.33	c decisions		: 575144
3600.05/3195.33	c propagations		: 23776003
3600.05/3195.33	c inspects		: 2175496675
3600.05/3195.33	c shortcuts		: 0
3600.05/3195.33	c learnt literals	: 0
3600.05/3195.33	c learnt binary clauses	: 0
3600.05/3195.33	c learnt ternary clauses	: 0
3600.05/3195.33	c learnt constraints	: 565181
3600.05/3195.33	c ignored constraints	: 0
3600.05/3195.33	c root simplifications	: 0
3600.05/3195.33	c removed literals (reason simplification)	: 1134322570
3600.05/3195.33	c reason swapping (by a shorter reason)	: 0
3600.05/3195.33	c Calls to reduceDB	: 29
3600.05/3195.33	c Number of update (reduction) of LBD	: 1557
3600.05/3195.33	c Imported unit clauses	: 0
3600.05/3195.33	c No decision after first conflict	: false
3600.05/3195.33	c number of reductions to clauses (during analyze)	: 0
3600.05/3195.33	c number of learned constraints concerned by reduction	: 0
3600.05/3195.33	c number of learning phase by resolution	: 0
3600.05/3195.33	c number of learning phase by cutting planes	: 0
3600.05/3195.33	c number of rounding to 1 operations	: 0
3600.05/3195.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3195.33	c number of reductions of the coefficients by power 2 	: 0
3600.05/3195.33	c number of right shift for reduction by power 2 	: 0
3600.05/3195.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3195.33	c number of ending skipping 	: 0
3600.05/3195.33	c number of internal skipping 	: 0
3600.05/3195.33	c number of derivation steps 	: 0
3600.05/3195.33	c number of skipped derivation steps 	: 0
3600.05/3195.33	c number of remaining unassigned 	: 0
3600.05/3195.33	c number of remaining assigned 	: 0
3600.05/3195.33	c number of falsified literals weakened from reason	: 0
3600.05/3195.33	c number of falsified literals weakened from conflict	: 0
3600.05/3195.33	c time for arithmetic operations	: 0
3600.05/3195.33	c minimum degree of deleted constraints	: null
3600.05/3195.33	c maximum degree of deleted constraints	: null
3600.05/3195.34	c number of deleted constraints	: 0
3600.05/3195.34	c speed (assignments/second)	: 7441.831123414002
3600.05/3195.34	c non guided choices	: 11652
3600.05/3195.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 46166
3600.05/3195.37	s UNKNOWN
3600.05/3195.37	c Total wall clock time (in seconds): 3195.214

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515174-1751232650/watcher-4515174-1751232650 -o /tmp/evaluation-result-4515174-1751232650/solver-4515174-1751232650 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31770 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515174-1751232650.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=31818, runsolver pid=31811

[startup+0.100054 s]*
/proc/loadavg: 0.46 0.93 1.46 7/333 31897
/proc/meminfo: memFree=129561080/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=18930384 memory=49884 CPUtime=0.08 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 6232 0 30 0 6 2 0 0 20 0 18 0 38942621 19384713216 12471 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4732596 12471 5286 1 0 547334 0
[pid=31818/tid=31822] ppid=31811 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 4993 0 0 0 4 1 0 0 20 0 18 0 38942624 19384713216 12471 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 12471 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 12471 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49884 KiB

[startup+0.205644 s]*
/proc/loadavg: 0.46 0.93 1.46 13/333 31897
/proc/meminfo: memFree=129532752/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=18930384 memory=61472 CPUtime=0.26 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 6955 0 30 0 24 2 0 0 20 0 18 0 38942621 19384713216 15368 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4732596 15368 5414 1 0 547858 0
[pid=31818/tid=31822] ppid=31811 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 5279 0 0 0 13 1 0 0 20 0 18 0 38942624 19384713216 15368 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 15368 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 15368 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61472 KiB

[startup+0.30587 s]*
/proc/loadavg: 0.46 0.93 1.46 10/334 31898
/proc/meminfo: memFree=129434516/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=18930384 memory=94764 CPUtime=0.46 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 8673 0 30 0 43 3 0 0 20 0 18 0 38942621 19384713216 23691 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4732596 23691 5414 1 0 548962 0
[pid=31818/tid=31822] ppid=31811 vsize=18930384 memory=-6000919502821419884 CPUtime=0.23 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 5331 0 0 0 22 1 0 0 20 0 18 0 38942624 19384713216 23691 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 23691 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942627 19384713216 23691 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94764 KiB

[startup+0.700194 s]
/proc/loadavg: 0.46 0.93 1.46 10/337 31901
/proc/meminfo: memFree=129278732/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=181248 CPUtime=1.22 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 10115 0 30 0 116 6 0 0 20 0 20 0 38942621 19521036288 45312 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 45312 5446 1 0 550297 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=17536 CPUtime=0.56 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 5412 0 0 0 53 3 0 0 20 0 20 0 38942624 19521036288 45312 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 45312 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 45312 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 45312 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181248 KiB

[startup+1.5002 s]
/proc/loadavg: 0.46 0.93 1.46 8/339 31903
/proc/meminfo: memFree=129136512/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=268692 CPUtime=2.41 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 10724 0 30 0 233 8 0 0 20 0 20 0 38942621 19521036288 67173 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 67173 5446 1 0 550568 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=10752 CPUtime=1.27 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 5461 0 0 0 124 3 0 0 20 0 20 0 38942624 19521036288 67173 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 67173 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 67173 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 67173 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 268692 KiB

[startup+3.10542 s]
/proc/loadavg: 0.74 0.99 1.47 6/341 31906
/proc/meminfo: memFree=128265280/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=545980 CPUtime=4.22 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 11582 0 30 0 409 13 0 0 20 0 20 0 38942621 19521036288 136495 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 136495 5446 1 0 1076947 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=-6000919502838197100 CPUtime=2.63 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 5475 0 0 0 260 3 0 0 20 0 20 0 38942624 19521036288 136495 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 136495 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 136495 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 136495 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 545980 KiB

[startup+6.30016 s]
/proc/loadavg: 0.74 0.99 1.47 7/341 31906
/proc/meminfo: memFree=127295124/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=704720 CPUtime=7.43 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 13389 0 30 0 727 16 0 0 20 0 20 0 38942621 19521036288 176180 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 176180 5446 1 0 1076947 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=0 CPUtime=5.82 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 5958 0 0 0 575 7 0 0 20 0 20 0 38942624 19521036288 176180 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 176180 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=268692 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 176180 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=211309297979 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 176180 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 7.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 704720 KiB

[startup+12.7002 s]
/proc/loadavg: 1.33 1.10 1.51 6/341 31906
/proc/meminfo: memFree=125749148/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=1257668 CPUtime=14.26 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 15236 0 30 0 1399 27 0 0 20 0 20 0 38942621 19521036288 314417 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 314417 5446 1 0 1076958 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=268692 CPUtime=11.73 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 6358 0 0 0 1166 7 0 0 20 0 20 0 38942624 19521036288 314417 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=1091776 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 314417 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 314417 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 314417 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 14.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1257668 KiB

[startup+25.5002 s]
/proc/loadavg: 1.74 1.20 1.53 6/341 31906
/proc/meminfo: memFree=122016420/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=2302060 CPUtime=27.86 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 23585 0 30 0 2737 49 0 0 20 0 20 0 38942621 19521036288 575515 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 575515 5446 1 0 1286541 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=1091776 CPUtime=23.75 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 8272 0 0 0 2363 12 0 0 20 0 20 0 38942624 19521036288 575515 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 575515 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=2302060 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 575515 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=2107484 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 575515 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 27.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2302060 KiB

[startup+51.1056 s]
/proc/loadavg: 2.63 1.45 1.61 6/341 31906
/proc/meminfo: memFree=116342928/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=3961884 CPUtime=57.13 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 40081 0 30 0 5628 85 0 0 20 0 20 0 38942621 19521036288 990471 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 990471 5478 1 0 1675213 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=3807764 CPUtime=47.35 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 9802 0 0 0 4719 16 0 0 20 0 20 0 38942624 19521036288 990471 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=-6000919502838197100 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 990471 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=14848 CPUtime=0 cores=4,6

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

/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071072 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=16284288 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 2396 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071072 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=16284288 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 4071072 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 3114.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16284288 KiB

[startup+2862.3 s]
/proc/loadavg: 4.32 4.38 4.25 6/341 32064
/proc/meminfo: memFree=77785256/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=16284288 CPUtime=3176.01 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 496071 0 31 0 317071 530 0 0 20 0 20 0 38942621 19521036288 4071072 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 4071072 5510 1 0 4083775 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=16284288 CPUtime=2713.81 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 209464 0 0 0 271274 107 0 0 20 0 20 0 38942624 19521036288 4071072 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=16284288 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071072 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=16284288 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 2431 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071072 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 4071072 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 3176.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16284288 KiB

[startup+2922.3 s]
/proc/loadavg: 4.71 4.48 4.30 6/340 32066
/proc/meminfo: memFree=77785500/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=16284544 CPUtime=3252.26 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 506762 0 31 0 324692 534 0 0 20 0 20 0 38942621 19521036288 4071136 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 4071136 5510 1 0 4083775 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=4380 CPUtime=2756.97 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 214547 0 0 0 275588 109 0 0 20 0 20 0 38942624 19521036288 4071136 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=16284544 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071136 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=31041 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 2431 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071136 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=16284544 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 4071136 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 3252.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16284544 KiB

[startup+2982.3 s]
/proc/loadavg: 4.54 4.48 4.31 6/341 32071
/proc/meminfo: memFree=77783856/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=16284400 CPUtime=3333.7 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 514688 0 31 0 332827 543 0 0 20 0 20 0 38942621 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 4071100 5510 1 0 4083775 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=17536 CPUtime=2806.31 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 220228 0 0 0 280521 110 0 0 20 0 20 0 38942624 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 2433 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 3333.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16284400 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=31818] ppid=31811 vsize=19063512 memory=16284400 CPUtime=3404.03 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 520897 0 31 0 339852 551 0 0 20 0 20 0 38942621 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 4071100 5510 1 0 4083775 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=16284400 CPUtime=2864.44 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 223328 0 0 0 286333 111 0 0 20 0 20 0 38942624 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 2457 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 3404.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16284400 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=31818] ppid=31811 vsize=19063512 memory=16284400 CPUtime=3477.19 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 528431 0 31 0 347162 557 0 0 20 0 20 0 38942621 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 4071100 5510 1 0 4083775 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=16284400 CPUtime=2922.56 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 228647 0 0 0 292145 111 0 0 20 0 20 0 38942624 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 2495 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 4071100 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 3477.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16284400 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=31818] ppid=31811 vsize=19063512 memory=16284528 CPUtime=3566.57 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 538437 0 31 0 356087 570 0 0 20 0 20 0 38942621 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 4071132 5510 1 0 4083775 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=16284400 CPUtime=2971.25 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 233187 0 0 0 297012 113 0 0 20 0 20 0 38942624 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 2555 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=16284528 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 3566.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16284528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3195.3 s]
/proc/loadavg: 4.40 4.49 4.35 6/340 32079
/proc/meminfo: memFree=77785132/131249988 swapFree=33010684/33010684
[pid=31818] ppid=31811 vsize=19063512 memory=16284528 CPUtime=3600.05 cores=4,6
/proc/31818/stat : 31818 (java) S 31811 31818 31759 0 -1 4194304 541510 0 31 0 359433 572 0 0 20 0 20 0 38942621 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
/proc/31818/statm: 4765878 4071132 5510 1 0 4083775 0
[pid=31818/tid=31822] ppid=31811 vsize=19063512 memory=16284400 CPUtime=3003.59 cores=4,6
/proc/31818/task/31822/stat : 31822 (java) R 31811 31818 31759 0 -1 4194368 235219 0 0 0 300246 113 0 0 20 0 20 0 38942624 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31847] ppid=31811 vsize=19063512 memory=16284400 CPUtime=0 cores=4,6
/proc/31818/task/31847/stat : 31847 (Finalizer) S 31811 31818 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31862] ppid=31811 vsize=19063512 memory=16284528 CPUtime=0 cores=4,6
/proc/31818/task/31862/stat : 31862 (Common-Cleaner) S 31811 31818 31759 0 -1 4194368 2614 0 0 0 0 0 0 0 20 0 20 0 38942627 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
[pid=31818/tid=31900] ppid=31811 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/31818/task/31900/stat : 31900 (Timer-0) S 31811 31818 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942664 19521036288 4071132 18446744073709551615 94780709556224 94780709559920 140728910920976 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94780709567736 94780709568528 94780710600704 140728910924161 140728910924262 140728910924262 140728910929864 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16284528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.44 s, system=5.76901 s

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

[startup+3195.41 s]*
/proc/loadavg: 4.40 4.49 4.35 5/322 32082
/proc/meminfo: memFree=89304432/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): 3195.44
CPU time (s): 3600.21
CPU user time (s): 3594.44
CPU system time (s): 5.76901
CPU usage (%): 112.667
Max. virtual memory (cumulated for all children) (KiB): 19069672
Max. memory (cumulated for all children) (KiB): 16284544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.44
system time used= 5.76901
maximum resident set size= 16285296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 544513
page faults= 31
swaps= 0
block input operations= 0
block output operations= 4376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106900
involuntary context switches= 37088


# summary of solver processes directly reported to runsolver:
#   pid: 31818
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3594.44
#   total CPU system time (s): 5.76901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95805 second user time and 14.7758 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 23:30:51
IDJOB=4515174
IDBENCH=164178
IDSOLVER=3363
FILE ID=nodeC020/4515174-1751232650
RUNJOBID= nodeC020-1751232650-31770
SLURM_JOB_ID= 9587710
Free space on /tmp= 433064 MiB

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

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

MD5SUM BENCH= 84d6a262f1f6531f4a7714720272edd7
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.879
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		: 3533.928
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.618
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		: 2044.542
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.872
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		: 1198.745
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		: 3524.631
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		: 2272.228
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:        129645624 kB
MemAvailable:   129755764 kB
Buffers:            3280 kB
Cached:           916652 kB
SwapCached:            0 kB
Active:           386092 kB
Inactive:         609368 kB
Active(anon):      93584 kB
Inactive(anon):        0 kB
Active(file):     292508 kB
Inactive(file):   609368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4076 kB
Writeback:             0 kB
AnonPages:         78664 kB
Mapped:           102640 kB
Shmem:             18056 kB
KReclaimable:      95004 kB
Slab:             181920 kB
SReclaimable:      95004 kB
SUnreclaim:        86916 kB
KernelStack:        4144 kB
PageTables:         2892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     340492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 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:24:06