Trace number 4515355

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 VeriPB 2025-06-06? (TO) 3600.24 3475.38

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-631710.0.u.opb
MD5SUM3de1ff2182bb2a8df9b13aa693b03795
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 benchmark7728.55
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169577
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1966
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
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 202
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 758
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4515355-1751234104.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
3.01/1.68	c ... done. Wall clock time 1.551s.
3.01/1.68	c declared #vars     167056
3.01/1.68	c #constraints  169877
3.01/1.68	c constraints type 
3.01/1.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 167055
3.01/1.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1966
3.01/1.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 556
3.01/1.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 300
3.01/1.68	c 169877 constraints processed.
15.13/11.56	c cleaning 2499 clauses out of 5004 with flag 20216/5004
31.88/27.23	c cleaning 4251 clauses out of 8502 with flag 44710/11001
53.98/48.44	c cleaning 5617 clauses out of 11250 with flag 78711/18000
80.18/73.62	c cleaning 6813 clauses out of 13633 with flag 114268/26000
113.59/105.68	c cleaning 7911 clauses out of 15823 with flag 150975/35003
152.09/142.73	c cleaning 8947 clauses out of 17911 with flag 194445/45002
196.15/185.33	c cleaning 9976 clauses out of 19963 with flag 252528/56001
251.23/235.21	c cleaning 10987 clauses out of 21986 with flag 312951/68000
309.55/291.57	c cleaning 11997 clauses out of 24001 with flag 376095/81002
380.56/360.76	c cleaning 12992 clauses out of 26002 with flag 443405/95000
459.87/433.67	c cleaning 13995 clauses out of 28010 with flag 511988/110000
544.04/515.30	c cleaning 15002 clauses out of 30015 with flag 583424/126000
646.51/615.75	c cleaning 16002 clauses out of 32014 with flag 661481/143001
758.21/722.91	c cleaning 17003 clauses out of 34013 with flag 741747/161002
865.40/828.36	c cleaning 18001 clauses out of 36008 with flag 820785/180000
993.63/954.43	c cleaning 19002 clauses out of 38008 with flag 908093/200001
1132.65/1086.49	c cleaning 19998 clauses out of 40005 with flag 1000741/221000
1295.30/1246.66	c cleaning 21002 clauses out of 42007 with flag 1101722/243000
1433.37/1382.59	c cleaning 21996 clauses out of 44006 with flag 1220612/266001
1600.92/1542.77	c cleaning 22999 clauses out of 46010 with flag 1347039/290001
1758.83/1697.84	c cleaning 23998 clauses out of 48010 with flag 1470192/315000
1915.33/1844.38	c cleaning 25002 clauses out of 50015 with flag 1589491/341003
2093.64/2019.33	c cleaning 25998 clauses out of 52010 with flag 1726621/368000
2303.11/2218.64	c cleaning 27000 clauses out of 54013 with flag 1872175/396001
2527.02/2439.36	c cleaning 28001 clauses out of 56012 with flag 2017307/425000
2794.22/2698.25	c cleaning 28999 clauses out of 58011 with flag 2172681/455000
3118.59/3008.61	c cleaning 30002 clauses out of 60013 with flag 2337616/486001
3410.42/3287.44	c cleaning 30997 clauses out of 62010 with flag 2486369/518000
3600.08/3475.21	c starts		: 1
3600.08/3475.22	c conflicts		: 539574
3600.08/3475.22	c decisions		: 576634
3600.08/3475.22	c propagations		: 146314046
3600.08/3475.22	c inspects		: 2490659315
3600.08/3475.22	c shortcuts		: 0
3600.08/3475.22	c learnt literals	: 0
3600.08/3475.22	c learnt binary clauses	: 0
3600.08/3475.22	c learnt ternary clauses	: 0
3600.08/3475.22	c learnt constraints	: 539574
3600.08/3475.22	c ignored constraints	: 0
3600.08/3475.22	c root simplifications	: 0
3600.08/3475.22	c removed literals (reason simplification)	: 2116998
3600.08/3475.22	c reason swapping (by a shorter reason)	: 0
3600.08/3475.22	c Calls to reduceDB	: 28
3600.08/3475.22	c Number of update (reduction) of LBD	: 234006
3600.08/3475.22	c Imported unit clauses	: 0
3600.08/3475.22	c No decision after first conflict	: false
3600.08/3475.22	c number of reductions to clauses (during analyze)	: 0
3600.08/3475.22	c number of learned constraints concerned by reduction	: 0
3600.08/3475.22	c number of learning phase by resolution	: 0
3600.08/3475.22	c number of learning phase by cutting planes	: 0
3600.08/3475.22	c number of rounding to 1 operations	: 0
3600.08/3475.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3475.22	c number of reductions of the coefficients by power 2 	: 0
3600.08/3475.22	c number of right shift for reduction by power 2 	: 0
3600.08/3475.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3475.22	c number of ending skipping 	: 0
3600.08/3475.22	c number of internal skipping 	: 0
3600.08/3475.22	c number of derivation steps 	: 0
3600.08/3475.23	c number of skipped derivation steps 	: 0
3600.08/3475.23	c number of remaining unassigned 	: 0
3600.08/3475.23	c number of remaining assigned 	: 0
3600.08/3475.23	c number of falsified literals weakened from reason	: 0
3600.08/3475.23	c number of falsified literals weakened from conflict	: 0
3600.08/3475.23	c time for arithmetic operations	: 0
3600.08/3475.23	c minimum degree of deleted constraints	: null
3600.08/3475.23	c maximum degree of deleted constraints	: null
3600.08/3475.23	c number of deleted constraints	: 0
3600.08/3475.23	c speed (assignments/second)	: 42122.72572072464
3600.08/3475.23	c non guided choices	: 554
3600.08/3475.23	c timeout
3600.08/3475.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52587
3600.08/3475.27	s UNKNOWN
3600.08/3475.27	c Total wall clock time (in seconds): 3475.14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515355-1751234104/watcher-4515355-1751234104 -o /tmp/evaluation-result-4515355-1751234104/solver-4515355-1751234104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34965 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515355-1751234104 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515355-1751234104.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=35054, runsolver pid=35043

[startup+0.100059 s]*
/proc/loadavg: 4.15 4.10 4.04 10/333 35092
/proc/meminfo: memFree=127511792/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=18930384 memory=57652 CPUtime=0.12 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 6581 0 0 0 10 2 0 0 20 0 18 0 39089799 19384713216 14413 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4732596 14413 5337 1 0 547621 0
[pid=35054/tid=35074] ppid=35043 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 5080 0 0 0 6 1 0 0 20 0 18 0 39089800 19384713216 14413 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39089802 19384713216 14413 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=18930384 memory=60684515952020 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 39089803 19384713216 14413 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57652 KiB

[startup+0.20564 s]*
/proc/loadavg: 4.15 4.10 4.04 11/334 35093
/proc/meminfo: memFree=127356856/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=18996948 memory=156472 CPUtime=0.32 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 7100 0 0 0 28 4 0 0 20 0 19 0 39089799 19452874752 39118 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4749237 39118 5465 1 0 548165 0
[pid=35054/tid=35074] ppid=35043 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 5307 0 0 0 14 3 0 0 20 0 19 0 39089800 19452874752 39118 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=18996948 memory=16898 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39089802 19452874752 39118 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=18996948 memory=59585004307431 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) R 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39089803 19452874752 39118 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156472 KiB

[startup+0.305802 s]*
/proc/loadavg: 4.62 4.20 4.07 11/335 35094
/proc/meminfo: memFree=127222068/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=18996948 memory=183620 CPUtime=0.51 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 8846 0 0 0 46 5 0 0 20 0 19 0 39089799 19452874752 45905 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4749237 45905 5465 1 0 549260 0
[pid=35054/tid=35074] ppid=35043 vsize=18996948 memory=-6000919494198454124 CPUtime=0.25 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 5311 0 0 0 22 3 0 0 20 0 19 0 39089800 19452874752 45905 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39089802 19452874752 45905 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39089803 19452874752 45905 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183620 KiB

[startup+0.700232 s]
/proc/loadavg: 4.62 4.20 4.07 10/339 35098
/proc/meminfo: memFree=126800796/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=18996948 memory=644556 CPUtime=1.23 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 9601 0 1 0 108 15 0 0 20 0 19 0 39089799 19452874752 161139 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4749237 161139 5497 1 0 1144633 0
[pid=35054/tid=35074] ppid=35043 vsize=18996948 memory=18048 CPUtime=0.54 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) S 35043 35054 34474 0 -1 4194368 5512 0 0 0 43 11 0 0 20 0 19 0 39089800 19452874752 161139 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39089802 19452874752 161139 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39089803 19452874752 161139 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 644556 KiB

[startup+1.50024 s]
/proc/loadavg: 4.62 4.20 4.07 9/340 35100
/proc/meminfo: memFree=125926268/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=18996948 memory=1356548 CPUtime=2.81 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 15151 0 1 0 250 31 0 0 20 0 19 0 39089799 19452874752 339137 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4749237 339137 5497 1 0 1733908 0
[pid=35054/tid=35074] ppid=35043 vsize=18996948 memory=3328 CPUtime=1.21 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 5846 0 0 0 98 23 0 0 20 0 19 0 39089800 19452874752 339137 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39089802 19452874752 339137 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39089803 19452874752 339137 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1356548 KiB

[startup+3.10593 s]
/proc/loadavg: 4.62 4.20 4.07 6/341 35101
/proc/meminfo: memFree=124549672/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=1558660 CPUtime=5.86 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 16112 0 1 0 547 39 0 0 20 0 20 0 39089799 19521036288 389665 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 389665 5497 1 0 1734588 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=10752 CPUtime=2.61 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 5934 0 0 0 237 24 0 0 20 0 20 0 39089800 19521036288 389665 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 389665 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 389665 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 389665 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1558660 KiB

[startup+6.30024 s]
/proc/loadavg: 4.57 4.20 4.07 5/343 35103
/proc/meminfo: memFree=121927224/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=2325548 CPUtime=9.5 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 17246 0 1 0 890 60 0 0 20 0 20 0 39089799 19521036288 581387 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 581387 5497 1 0 2204596 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=0 CPUtime=5.29 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 6188 0 0 0 489 40 0 0 20 0 20 0 39089800 19521036288 581387 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=-6000919494198454124 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 581387 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 581387 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=16420 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 581387 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2325548 KiB

[startup+12.7002 s]
/proc/loadavg: 4.60 4.21 4.08 5/343 35103
/proc/meminfo: memFree=118899744/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=3393400 CPUtime=16.53 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 18333 0 1 0 1561 92 0 0 20 0 20 0 39089799 19521036288 848350 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 848350 5529 1 0 2204698 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=3292852 CPUtime=11.28 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 6562 0 0 0 1065 63 0 0 20 0 20 0 39089800 19521036288 848350 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 848350 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 848350 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=16420 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 848350 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 16.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3393400 KiB

[startup+25.5002 s]
/proc/loadavg: 4.59 4.22 4.08 5/343 35103
/proc/meminfo: memFree=115565836/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=4925744 CPUtime=30.18 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 25717 0 1 0 2883 135 0 0 20 0 20 0 39089799 19521036288 1231436 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 1231436 5529 1 0 2407324 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=3292852 CPUtime=23.23 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 8355 0 0 0 2231 92 0 0 20 0 20 0 39089800 19521036288 1231436 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 1231436 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=4751620 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 1231436 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=4636928 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 1231436 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 30.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4925744 KiB

[startup+51.1058 s]
/proc/loadavg: 4.75 4.30 4.11 5/323 35202
/proc/meminfo: memFree=110913704/131250000 swapFree=33010684/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=5973372 CPUtime=56.82 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 32817 0 1 0 5500 182 0 0 20 0 20 0 39089799 19521036288 1493343 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 1493343 5529 1 0 2522218 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=5973372 CPUtime=47.6 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 10886 0 0 0 4634 126 0 0 20 0 20 0 39089800 19521036288 1493343 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=5973372 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 1493343 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=5306700 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 1493343 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=5306700 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 1493343 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0

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

[startup+3162.3 s]
/proc/loadavg: 4.60 4.47 4.36 5/347 36172
/proc/meminfo: memFree=670908/131250000 swapFree=33009904/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=16217852 CPUtime=3273.59 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 667712 0 1 0 324944 2415 0 0 20 0 20 0 39089799 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 4054463 5529 1 0 4067217 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=16217852 CPUtime=3046.87 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 460454 0 0 0 302553 2134 0 0 20 0 20 0 39089800 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=14412 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=16217852 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 2888 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=16217852 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 3273.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16217852 KiB

[startup+3222.3 s]
/proc/loadavg: 4.81 4.55 4.39 5/346 36174
/proc/meminfo: memFree=624652/131250000 swapFree=33009904/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=16217852 CPUtime=3344.1 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 686326 0 1 0 331960 2450 0 0 20 0 20 0 39089799 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 4054463 5529 1 0 4067217 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=16217852 CPUtime=3105.08 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 474202 0 0 0 308345 2163 0 0 20 0 20 0 39089800 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=14412 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=14412 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 2903 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=16217852 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 3344.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16217852 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.50 4.38 5/349 36245
/proc/meminfo: memFree=27565440/131250000 swapFree=33009904/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=16217852 CPUtime=3405.1 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 704429 0 1 0 338031 2479 0 0 20 0 20 0 39089799 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 4054463 5529 1 0 4067217 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=16217852 CPUtime=3163.24 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 489289 0 0 0 314134 2190 0 0 20 0 20 0 39089800 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=16217852 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=14412 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 3048 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=2696 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 3405.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16217852 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.44 4.37 5/349 36247
/proc/meminfo: memFree=25637364/131250000 swapFree=33009904/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=16217852 CPUtime=3466.19 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 720169 0 1 0 344104 2515 0 0 20 0 20 0 39089799 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 4054463 5529 1 0 4067217 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=3328 CPUtime=3221.18 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 502450 0 0 0 319895 2223 0 0 20 0 20 0 39089800 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=14412 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=-6623555638442419111 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 3144 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=7092 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 4054463 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 3466.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16217852 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.40 4.36 5/349 36249
/proc/meminfo: memFree=23828988/131250000 swapFree=33009904/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=16226044 CPUtime=3527.29 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 736433 0 1 0 350183 2546 0 0 20 0 20 0 39089799 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 4056511 5529 1 0 4069305 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=3328 CPUtime=3279.42 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 515604 0 0 0 325691 2251 0 0 20 0 20 0 39089800 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=16226044 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=16226044 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 3144 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=16226044 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 3527.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226044 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.37 4.35 5/351 36322
/proc/meminfo: memFree=80350704/131250000 swapFree=33009904/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=16226044 CPUtime=3587.1 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 750966 0 1 0 356134 2576 0 0 20 0 20 0 39089799 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 4056511 5529 1 0 4069305 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=3328 CPUtime=3336.81 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 527179 0 0 0 331403 2278 0 0 20 0 20 0 39089800 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=16226044 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=14412 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 3155 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=16226044 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 3587.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3475.2 s]
/proc/loadavg: 4.21 4.36 4.35 5/350 36322
/proc/meminfo: memFree=79469140/131250000 swapFree=33009904/33010684
[pid=35054] ppid=35043 vsize=19063512 memory=16226044 CPUtime=3600.08 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 752515 0 1 0 357426 2582 0 0 20 0 20 0 39089799 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4765878 4056511 5529 1 0 4069305 0
[pid=35054/tid=35074] ppid=35043 vsize=19063512 memory=16226044 CPUtime=3349.37 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) R 35043 35054 34474 0 -1 4194368 528600 0 0 0 332654 2283 0 0 20 0 20 0 39089800 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19063512 memory=-6000919494198454124 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39089802 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19063512 memory=5172 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 3155 0 0 0 0 0 0 0 20 0 20 0 39089803 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35101] ppid=35043 vsize=19063512 memory=16226044 CPUtime=0 cores=0,2
/proc/35054/task/35101/stat : 35101 (Timer-0) S 35043 35054 34474 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39089970 19521036288 4056511 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16226044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3574.36 s, system=25.8823 s

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

[startup+3475.3 s]
/proc/loadavg: 4.21 4.36 4.35 5/350 36322
/proc/meminfo: memFree=79469140/131250000 swapFree=33009904/33010684
[pid=35054] ppid=35043 vsize=19263204 memory=16226812 CPUtime=3600.19 cores=0,2
/proc/35054/stat : 35054 (java) S 35043 35054 34474 0 -1 4194304 755182 0 1 0 357436 2583 0 0 20 0 15 0 39089799 19725520896 4056703 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
/proc/35054/statm: 4815801 4056703 5529 1 0 4070224 0
[pid=35054/tid=35074] ppid=35043 vsize=19263204 memory=3328 CPUtime=3349.4 cores=0,2
/proc/35054/task/35074/stat : 35074 (java) D 35043 35054 34474 0 -1 4194368 528871 0 0 0 332656 2284 0 0 20 0 15 0 39089800 19725520896 4056703 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35085] ppid=35043 vsize=19263204 memory=14412 CPUtime=0 cores=0,2
/proc/35054/task/35085/stat : 35085 (Finalizer) S 35043 35054 34474 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 39089802 19725520896 4056703 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
[pid=35054/tid=35092] ppid=35043 vsize=19263204 memory=16226044 CPUtime=0 cores=0,2
/proc/35054/task/35092/stat : 35092 (Common-Cleaner) S 35043 35054 34474 0 -1 4194368 3155 0 0 0 0 0 0 0 20 0 15 0 39089803 19725520896 4056703 18446744073709551615 94313326678016 94313326681712 140731743427072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94313326689528 94313326690320 94313330782208 140731743430960 140731743431142 140731743431142 140731743436744 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16226812 KiB

Child status: 143

Real time (s): 3475.38
CPU time (s): 3600.24
CPU user time (s): 3574.36
CPU system time (s): 25.8823
CPU usage (%): 103.593
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16226812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3574.36
system time used= 25.8823
maximum resident set size= 16226940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 755211
page faults= 1
swaps= 0
block input operations= 8
block output operations= 43622416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127239
involuntary context switches= 34423


# summary of solver processes directly reported to runsolver:
#   pid: 35054
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3574.36
#   total CPU system time (s): 25.8823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.4825 second user time and 17.55 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 23:55:04
IDJOB=4515355
IDBENCH=164408
IDSOLVER=3364
FILE ID=nodeC033/4515355-1751234104
RUNJOBID= nodeC033-1751234104-34965
SLURM_JOB_ID= 9587701
Free space on /tmp= 432764 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-631710.0.u.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515355-1751234104/watcher-4515355-1751234104 -o /tmp/evaluation-result-4515355-1751234104/solver-4515355-1751234104 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751234104-34965 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515355-1751234104 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515355-1751234104.opb

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

MD5SUM BENCH= 3de1ff2182bb2a8df9b13aa693b03795
RANDOM SEED=106364322

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127628716 kB
MemAvailable:   129753656 kB
Buffers:            3280 kB
Cached:          2926576 kB
SwapCached:            0 kB
Active:           327988 kB
Inactive:        2667192 kB
Active(anon):      83448 kB
Inactive(anon):        0 kB
Active(file):     244540 kB
Inactive(file):  2667192 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14944 kB
Writeback:             0 kB
AnonPages:         68604 kB
Mapped:           103844 kB
Shmem:             18120 kB
KReclaimable:     104896 kB
Slab:             192604 kB
SReclaimable:     104896 kB
SUnreclaim:        87708 kB
KernelStack:        4272 kB
PageTables:         3152 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     359056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432768 MiB
End job on nodeC033 at 2025-06-30 00:52:59