Trace number 4515103

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.76 3183.29

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab51-40-100.0.s.opb
MD5SUMfadbb7049cb6f956a624efb3819309ab
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark27.5709
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 1285215
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501285382
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.12/0.11	c version PB25.v20250606
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.14	c Free memory 		2104792832
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2113929216
0.12/0.15	c Number of processors 	2
0.26/0.25	c Pseudo Boolean Optimization by upper bound
0.26/0.25	c --- Begin Solver configuration ---
0.26/0.25	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.26/0.25	c Learn all clauses as in MiniSAT
0.26/0.25	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.25	c Expensive reason simplification
0.26/0.25	c Glucose 2.1 dynamic restart strategy
0.26/0.25	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.26/0.25	c timeout=2147483s
0.26/0.25	c DB Simplification allowed=false
0.26/0.25	c Listener: none
0.26/0.25	c --- End Solver configuration ---
0.26/0.25	c solving HOME/instance-4515103-1751230808.opb
0.26/0.25	c reading problem ... 
0.26/0.26	c using VERIPB proof format
0.26/0.26	c  no objective function found
0.98/0.65	c ... done. Wall clock time 0.387s.
0.98/0.65	c declared #vars     12675
0.98/0.65	c #constraints  11891
0.98/0.65	c constraints type 
0.98/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11766
0.98/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 124
0.98/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.98/0.65	c 11891 constraints processed.
44.80/39.10	c cleaning 2526 clauses out of 5051 with flag 10151/5051
85.21/75.94	c cleaning 4237 clauses out of 8474 with flag 22125/11000
128.00/114.58	c cleaning 5621 clauses out of 11241 with flag 36140/18004
182.49/164.67	c cleaning 6808 clauses out of 13616 with flag 52135/26000
245.70/218.08	c cleaning 7905 clauses out of 15810 with flag 70142/35002
309.88/276.74	c cleaning 8965 clauses out of 17929 with flag 90192/45026
383.97/339.89	c cleaning 9982 clauses out of 19963 with flag 112192/56025
467.00/408.25	c cleaning 10977 clauses out of 21956 with flag 136146/68000
558.21/492.44	c cleaning 12011 clauses out of 24025 with flag 162245/81046
663.54/585.27	c cleaning 12988 clauses out of 25980 with flag 190183/95012
785.94/695.24	c cleaning 13993 clauses out of 27985 with flag 220179/110005
897.69/788.98	c cleaning 15001 clauses out of 30002 with flag 252208/126015
1106.59/991.37	c cleaning 16005 clauses out of 32013 with flag 286248/143027
1259.97/1127.51	c cleaning 17002 clauses out of 34003 with flag 322579/161022
1428.13/1274.77	c cleaning 17990 clauses out of 35981 with flag 360860/180002
1620.86/1445.50	c cleaning 19005 clauses out of 38011 with flag 402146/200022
1798.17/1600.28	c cleaning 19995 clauses out of 39990 with flag 446677/221006
2134.72/1916.52	c cleaning 21003 clauses out of 42009 with flag 491240/243020
2380.66/2140.98	c cleaning 22003 clauses out of 44010 with flag 537253/266024
2676.47/2414.97	c cleaning 23007 clauses out of 46014 with flag 585280/290031
2924.20/2624.01	c cleaning 23995 clauses out of 47989 with flag 635252/315013
3265.26/2925.13	c cleaning 25006 clauses out of 50012 with flag 687303/341031
3539.85/3137.51	c cleaning 25986 clauses out of 51982 with flag 741277/368007
3600.53/3183.14	c timeout
3600.53/3183.15	c starts		: 1
3600.53/3183.16	c conflicts		: 374834
3600.53/3183.16	c decisions		: 384639
3600.53/3183.16	c propagations		: 17967510
3600.53/3183.16	c inspects		: 1152336593
3600.53/3183.16	c shortcuts		: 0
3600.53/3183.16	c learnt literals	: 0
3600.53/3183.16	c learnt binary clauses	: 0
3600.53/3183.16	c learnt ternary clauses	: 0
3600.53/3183.16	c learnt constraints	: 374834
3600.53/3183.16	c ignored constraints	: 0
3600.53/3183.16	c root simplifications	: 0
3600.53/3183.16	c removed literals (reason simplification)	: 747707326
3600.53/3183.16	c reason swapping (by a shorter reason)	: 0
3600.53/3183.16	c Calls to reduceDB	: 23
3600.53/3183.16	c Number of update (reduction) of LBD	: 1405
3600.53/3183.16	c Imported unit clauses	: 0
3600.53/3183.16	c No decision after first conflict	: false
3600.53/3183.16	c number of reductions to clauses (during analyze)	: 0
3600.53/3183.16	c number of learned constraints concerned by reduction	: 0
3600.53/3183.16	c number of learning phase by resolution	: 0
3600.53/3183.16	c number of learning phase by cutting planes	: 0
3600.53/3183.16	c number of rounding to 1 operations	: 0
3600.53/3183.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.53/3183.16	c number of reductions of the coefficients by power 2 	: 0
3600.53/3183.16	c number of right shift for reduction by power 2 	: 0
3600.53/3183.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.53/3183.16	c number of ending skipping 	: 0
3600.53/3183.16	c number of internal skipping 	: 0
3600.53/3183.16	c number of derivation steps 	: 0
3600.53/3183.16	c number of skipped derivation steps 	: 0
3600.53/3183.16	c number of remaining unassigned 	: 0
3600.53/3183.16	c number of remaining assigned 	: 0
3600.53/3183.16	c number of falsified literals weakened from reason	: 0
3600.53/3183.16	c number of falsified literals weakened from conflict	: 0
3600.53/3183.16	c time for arithmetic operations	: 0
3600.53/3183.17	c minimum degree of deleted constraints	: null
3600.53/3183.17	c maximum degree of deleted constraints	: null
3600.53/3183.17	c number of deleted constraints	: 0
3600.53/3183.17	c speed (assignments/second)	: 5645.72723870596
3600.53/3183.17	c non guided choices	: 11652
3600.53/3183.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 32823
3600.53/3183.19	s UNKNOWN
3600.67/3183.20	c Total wall clock time (in seconds): 3182.944

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515103-1751230808/watcher-4515103-1751230808 -o /tmp/evaluation-result-4515103-1751230808/solver-4515103-1751230808 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26777 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515103-1751230808 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515103-1751230808.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
solver pid=28478, runsolver pid=28475
Current StackSize limit: 8192 KiB


[startup+0.10008 s]*
/proc/loadavg: 4.46 4.28 4.21 5/332 28496
/proc/meminfo: memFree=82552352/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=18930384 memory=49548 CPUtime=0.12 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 6027 0 0 0 10 2 0 0 20 0 18 0 38759430 19384713216 12387 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4732596 12387 5368 1 0 547179 0
[pid=28478/tid=28480] ppid=28475 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 4905 0 0 0 6 1 0 0 20 0 18 0 38759432 19384713216 12387 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38759435 19384713216 12387 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=18930384 memory=59593594259917 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38759435 19384713216 12387 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49548 KiB

[startup+0.205954 s]*
/proc/loadavg: 4.46 4.28 4.21 6/332 28496
/proc/meminfo: memFree=82550336/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=18930384 memory=58156 CPUtime=0.26 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 6669 0 0 0 23 3 0 0 20 0 18 0 38759430 19384713216 14539 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4732596 14539 5368 1 0 547687 0
[pid=28478/tid=28480] ppid=28475 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) S 28475 28478 26767 0 -1 4194368 5128 0 0 0 15 2 0 0 20 0 18 0 38759432 19384713216 14539 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=18930384 memory=16878 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38759435 19384713216 14539 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38759435 19384713216 14539 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58156 KiB

[startup+0.306884 s]*
/proc/loadavg: 4.46 4.28 4.21 7/332 28496
/proc/meminfo: memFree=82546240/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=18930384 memory=61524 CPUtime=0.42 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 6907 0 0 0 39 3 0 0 20 0 18 0 38759430 19384713216 15381 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4732596 15381 5432 1 0 547824 0
[pid=28478/tid=28480] ppid=28475 vsize=18930384 memory=-6000919485557924973 CPUtime=0.27 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 5245 0 0 0 25 2 0 0 20 0 18 0 38759432 19384713216 15381 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38759435 19384713216 15381 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38759435 19384713216 15381 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61524 KiB

[startup+0.700245 s]
/proc/loadavg: 4.46 4.28 4.21 6/332 28496
/proc/meminfo: memFree=82517632/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=18996948 memory=136744 CPUtime=1.16 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 8890 0 0 0 111 5 0 0 20 0 19 0 38759430 19452874752 34186 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4749237 34186 5432 1 0 549349 0
[pid=28478/tid=28480] ppid=28475 vsize=18996948 memory=17920 CPUtime=0.55 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 5353 0 0 0 52 3 0 0 20 0 19 0 38759432 19452874752 34186 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38759435 19452874752 34186 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38759435 19452874752 34186 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136744 KiB

[startup+1.5002 s]
/proc/loadavg: 4.46 4.28 4.21 7/334 28498
/proc/meminfo: memFree=82448128/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=175672 CPUtime=2.74 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 14528 0 0 0 267 7 0 0 20 0 20 0 38759430 19521036288 43918 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 43918 5496 1 0 550778 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=3200 CPUtime=1.26 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 5840 0 0 0 122 4 0 0 20 0 20 0 38759432 19521036288 43918 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 43918 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 43918 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=16464 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 43918 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175672 KiB

[startup+3.10567 s]
/proc/loadavg: 4.46 4.28 4.21 5/334 28498
/proc/meminfo: memFree=82123612/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=460908 CPUtime=5.56 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 18126 0 0 0 541 15 0 0 20 0 20 0 38759430 19521036288 115227 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 115227 5496 1 0 1014870 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=16464 CPUtime=2.66 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 6421 0 0 0 257 9 0 0 20 0 20 0 38759432 19521036288 115227 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 115227 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 115227 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 115227 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 460908 KiB

[startup+6.30033 s]
/proc/loadavg: 4.51 4.29 4.21 5/334 28498
/proc/meminfo: memFree=80919856/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=1619952 CPUtime=9.33 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 20432 0 0 0 892 41 0 0 20 0 20 0 38759430 19521036288 404988 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 404988 5496 1 0 2067682 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=0 CPUtime=5.38 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 6917 0 0 0 511 27 0 0 20 0 20 0 38759432 19521036288 404988 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 404988 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 404988 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=183944 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 404988 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 9.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1619952 KiB

[startup+12.7004 s]
/proc/loadavg: 4.63 4.32 4.22 6/334 28498
/proc/meminfo: memFree=79992580/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=2465532 CPUtime=16.25 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 21837 0 0 0 1563 62 0 0 20 0 20 0 38759430 19521036288 616383 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 616383 5496 1 0 2470840 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=183944 CPUtime=11.24 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 7167 0 0 0 1083 41 0 0 20 0 20 0 38759432 19521036288 616383 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=2268884 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 616383 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 616383 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 616383 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 16.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2465532 KiB

[startup+25.5003 s]
/proc/loadavg: 4.86 4.39 4.24 5/334 28498
/proc/meminfo: memFree=78703620/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=3413884 CPUtime=29.87 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 22563 0 0 0 2896 91 0 0 20 0 20 0 38759430 19521036288 853471 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 853471 5496 1 0 2470844 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=0 CPUtime=23.17 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 7552 0 0 0 2262 55 0 0 20 0 20 0 38759432 19521036288 853471 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=16464 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 853471 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=3413884 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 853471 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=3129204 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 853471 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 29.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3413884 KiB

[startup+51.1143 s]
/proc/loadavg: 5.59 4.60 4.32 5/336 28500
/proc/meminfo: memFree=74803080/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=6643928 CPUtime=58.42 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 33189 0 0 0 5666 176 0 0 20 0 20 0 38759430 19521036288 1660982 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 1660982 5496 1 0 3039205 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=3883720 CPUtime=46 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 11044 0 0 0 4484 116 0 0 20 0 20 0 38759432 19521036288 1660982 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 1660982 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 1660982 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0

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

[startup+2862.3 s]
/proc/loadavg: 1.34 2.41 3.43 2/256 28772
/proc/meminfo: memFree=87715512/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=16274864 CPUtime=3181.53 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 431617 0 0 0 315604 2549 0 0 20 0 20 0 38759430 19521036288 4068716 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 4068716 5528 1 0 4081714 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=16274864 CPUtime=2633.34 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 216765 0 0 0 261215 2119 0 0 20 0 20 0 38759432 19521036288 4068716 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4068716 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=16274864 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 1425 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4068716 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=16274864 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 4068716 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 3181.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16274864 KiB

[startup+2922.3 s]
/proc/loadavg: 1.44 2.24 3.30 2/256 28776
/proc/meminfo: memFree=87229948/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=16274992 CPUtime=3262.2 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 441650 0 0 0 323626 2594 0 0 20 0 20 0 38759430 19521036288 4068748 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 4068748 5528 1 0 4081742 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=16274864 CPUtime=2689.43 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 222861 0 0 0 266789 2154 0 0 20 0 20 0 38759432 19521036288 4068748 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=4571607287793872543 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4068748 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=16274992 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 1432 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4068748 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 4068748 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 3262.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16274992 KiB

[startup+2982.3 s]
/proc/loadavg: 1.41 2.09 3.18 2/255 28778
/proc/meminfo: memFree=86635048/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=16277168 CPUtime=3338.77 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 452080 0 0 0 331234 2643 0 0 20 0 20 0 38759430 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 4069292 5528 1 0 4081756 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=16274992 CPUtime=2743.74 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) S 28475 28478 26767 0 -1 4194368 227713 0 0 0 272177 2197 0 0 20 0 20 0 38759432 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=16277168 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=16277168 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 1454 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 3338.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277168 KiB

[startup+3042.3 s]
/proc/loadavg: 1.19 1.90 3.05 2/253 28781
/proc/meminfo: memFree=85987904/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=16277168 CPUtime=3402.49 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 459917 0 0 0 337544 2705 0 0 20 0 20 0 38759430 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 4069292 5528 1 0 4081756 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=16277168 CPUtime=2798.6 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 233764 0 0 0 277607 2253 0 0 20 0 20 0 38759432 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=16464 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 1465 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=16277168 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 3402.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277168 KiB

[startup+3102.3 s]
/proc/loadavg: 1.40 1.83 2.95 3/253 28783
/proc/meminfo: memFree=85456828/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=16277168 CPUtime=3483.3 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 468499 0 0 0 345568 2762 0 0 20 0 20 0 38759430 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 4069292 5528 1 0 4081759 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=11136 CPUtime=2854.29 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 238830 0 0 0 283128 2301 0 0 20 0 20 0 38759432 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=16277168 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=-6000919485557924973 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 4069292 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 3483.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277168 KiB

[startup+3162.3 s]
/proc/loadavg: 1.64 1.82 2.87 3/253 28786
/proc/meminfo: memFree=84742236/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=16279256 CPUtime=3576.91 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 477927 0 0 0 354857 2834 0 0 20 0 20 0 38759430 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 4069814 5528 1 0 4081759 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=16277168 CPUtime=2908.89 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) R 28475 28478 26767 0 -1 4194368 243933 0 0 0 288531 2358 0 0 20 0 20 0 38759432 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=16277168 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=16277168 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 3576.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3182.9 s]
/proc/loadavg: 1.45 1.76 2.83 2/253 28787
/proc/meminfo: memFree=84532680/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19063512 memory=16279256 CPUtime=3600.12 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 482566 0 0 0 357154 2858 0 0 20 0 20 0 38759430 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4765878 4069814 5528 1 0 4081759 0
[pid=28478/tid=28480] ppid=28475 vsize=19063512 memory=16277168 CPUtime=2927.34 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) S 28475 28478 26767 0 -1 4194368 245864 0 0 0 290354 2380 0 0 20 0 20 0 38759432 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19063512 memory=16279256 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 38759435 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28497] ppid=28475 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/28478/task/28497/stat : 28497 (Timer-0) S 28475 28478 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38759497 19521036288 4069814 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.1 s, system=28.6591 s

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

[startup+3183.2 s]
/proc/loadavg: 1.45 1.76 2.83 3/253 28787
/proc/meminfo: memFree=84517952/131382120 swapFree=33010684/33010684
[pid=28478] ppid=28475 vsize=19263204 memory=16280024 CPUtime=3600.67 cores=0,2
/proc/28478/stat : 28478 (java) S 28475 28478 26767 0 -1 4194304 485190 0 0 0 357209 2858 0 0 20 0 21 0 38759430 19725520896 4070006 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
/proc/28478/statm: 4815801 4070006 5528 1 0 4082708 0
[pid=28478/tid=28480] ppid=28475 vsize=19263204 memory=16279256 CPUtime=2927.36 cores=0,2
/proc/28478/task/28480/stat : 28480 (java) S 28475 28478 26767 0 -1 4194368 246156 0 0 0 290356 2380 0 0 20 0 21 0 38759432 19725520896 4070006 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28489] ppid=28475 vsize=19263204 memory=5632 CPUtime=0 cores=0,2
/proc/28478/task/28489/stat : 28489 (Finalizer) S 28475 28478 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38759435 19725520896 4070006 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
[pid=28478/tid=28496] ppid=28475 vsize=19263204 memory=5148 CPUtime=0 cores=0,2
/proc/28478/task/28496/stat : 28496 (Common-Cleaner) S 28475 28478 26767 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 21 0 38759435 19725520896 4070006 18446744073709551615 94064530407424 94064530411120 140727193882784 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94064530418936 94064530419728 94064544997376 140727193884976 140727193885158 140727193885158 140727193890760 0
Current children cumulated CPU time: 3600.67 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16280024 KiB

Child status: 143

Real time (s): 3183.29
CPU time (s): 3600.76
CPU user time (s): 3572.1
CPU system time (s): 28.6591
CPU usage (%): 113.114
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16280024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.1
system time used= 28.6591
maximum resident set size= 16280280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485245
page faults= 0
swaps= 0
block input operations= 0
block output operations= 57387824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139275
involuntary context switches= 33877


# summary of solver processes directly reported to runsolver:
#   pid: 28478
#   total CPU time (s): 3600.76
#   total CPU user time (s): 3572.1
#   total CPU system time (s): 28.6591

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2836 second user time and 32.4395 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 23:00:08
IDJOB=4515103
IDBENCH=164141
IDSOLVER=3364
FILE ID=nodeC003/4515103-1751230808
RUNJOBID= nodeC003-1751222447-26777
SLURM_JOB_ID= 9587679
Free space on /tmp= 432316 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab51-40-100.0.s.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515103-1751230808/watcher-4515103-1751230808 -o /tmp/evaluation-result-4515103-1751230808/solver-4515103-1751230808 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26777 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515103-1751230808 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515103-1751230808.opb

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

MD5SUM BENCH= fadbb7049cb6f956a624efb3819309ab
RANDOM SEED=1629710020

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        82563564 kB
MemAvailable:   97699204 kB
Buffers:            3280 kB
Cached:         15927324 kB
SwapCached:            0 kB
Active:         32450888 kB
Inactive:       15678748 kB
Active(anon):   32217068 kB
Inactive(anon):        0 kB
Active(file):     233820 kB
Inactive(file): 15678748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             61008 kB
Writeback:             0 kB
AnonPages:      32200324 kB
Mapped:           123032 kB
Shmem:             17960 kB
KReclaimable:     125400 kB
Slab:             211568 kB
SReclaimable:     125400 kB
SUnreclaim:        86168 kB
KernelStack:        5104 kB
PageTables:        66696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   37024800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  31797248 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC003 at 2025-06-29 23:53:11