Trace number 4515175

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.34 3223.25

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab51-40-100.0.u.opb
MD5SUM84d6a262f1f6531f4a7714720272edd7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark56.7591
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12675
Total number of constraints11891
Number of constraints which are clauses11766
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint11734
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1285216
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501285383
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.11/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	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.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.35	c solving HOME/instance-4515175-1751232781.opb
0.44/0.35	c reading problem ... 
0.44/0.36	c using VERIPB proof format
0.44/0.36	c  no objective function found
1.53/0.94	c ... done. Wall clock time 0.576s.
1.53/0.94	c declared #vars     12675
1.53/0.94	c #constraints  11891
1.53/0.94	c constraints type 
1.53/0.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 11766
1.53/0.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 124
1.53/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.53/0.94	c 11891 constraints processed.
45.17/39.53	c cleaning 2526 clauses out of 5051 with flag 10151/5051
96.21/87.38	c cleaning 4239 clauses out of 8477 with flag 22130/11003
142.91/129.81	c cleaning 5633 clauses out of 11265 with flag 36192/18030
203.36/186.54	c cleaning 6804 clauses out of 13608 with flag 52147/26006
271.48/244.22	c cleaning 7899 clauses out of 15798 with flag 70138/35000
338.27/305.84	c cleaning 8955 clauses out of 17909 with flag 90160/45010
413.61/370.00	c cleaning 9983 clauses out of 19967 with flag 112191/56023
500.06/442.60	c cleaning 10998 clauses out of 21998 with flag 136223/68037
599.15/534.46	c cleaning 11992 clauses out of 23988 with flag 162207/81025
708.74/629.56	c cleaning 12994 clauses out of 25989 with flag 190198/95018
836.53/746.28	c cleaning 13992 clauses out of 27983 with flag 220180/110006
954.08/845.79	c cleaning 15001 clauses out of 30001 with flag 252209/126016
1171.20/1054.93	c cleaning 16008 clauses out of 32019 with flag 286263/143035
1331.15/1196.22	c cleaning 16999 clauses out of 33997 with flag 322575/161021
1508.05/1350.56	c cleaning 17988 clauses out of 35977 with flag 360836/180000
1709.75/1528.14	c cleaning 18999 clauses out of 38002 with flag 402129/200013
1891.49/1685.63	c cleaning 19999 clauses out of 39998 with flag 446699/221008
2237.63/2009.54	c cleaning 21004 clauses out of 42012 with flag 491182/243021
2479.98/2228.17	c cleaning 22002 clauses out of 44008 with flag 537188/266021
2795.54/2521.48	c cleaning 22996 clauses out of 45991 with flag 585171/290006
3067.86/2756.31	c cleaning 24009 clauses out of 48018 with flag 635224/315029
3443.24/3086.36	c cleaning 25008 clauses out of 50015 with flag 687251/341035
3600.04/3222.83	c timeout
3600.04/3222.84	c starts		: 1
3600.04/3222.84	c conflicts		: 356747
3600.04/3222.84	c decisions		: 366635
3600.04/3222.84	c propagations		: 17425437
3600.04/3222.84	c inspects		: 1077733482
3600.04/3222.84	c shortcuts		: 0
3600.04/3222.84	c learnt literals	: 0
3600.04/3222.84	c learnt binary clauses	: 0
3600.04/3222.84	c learnt ternary clauses	: 0
3600.04/3222.84	c learnt constraints	: 356747
3600.04/3222.84	c ignored constraints	: 0
3600.04/3222.84	c root simplifications	: 0
3600.04/3222.84	c removed literals (reason simplification)	: 713489622
3600.04/3222.84	c reason swapping (by a shorter reason)	: 0
3600.04/3222.84	c Calls to reduceDB	: 22
3600.04/3222.84	c Number of update (reduction) of LBD	: 1436
3600.04/3222.84	c Imported unit clauses	: 0
3600.04/3222.84	c No decision after first conflict	: false
3600.04/3222.84	c number of reductions to clauses (during analyze)	: 0
3600.04/3222.84	c number of learned constraints concerned by reduction	: 0
3600.04/3222.84	c number of learning phase by resolution	: 0
3600.04/3222.84	c number of learning phase by cutting planes	: 0
3600.04/3222.84	c number of rounding to 1 operations	: 0
3600.04/3222.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3222.84	c number of reductions of the coefficients by power 2 	: 0
3600.04/3222.84	c number of right shift for reduction by power 2 	: 0
3600.04/3222.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3222.84	c number of ending skipping 	: 0
3600.04/3222.84	c number of internal skipping 	: 0
3600.04/3222.84	c number of derivation steps 	: 0
3600.04/3222.84	c number of skipped derivation steps 	: 0
3600.04/3222.84	c number of remaining unassigned 	: 0
3600.04/3222.84	c number of remaining assigned 	: 0
3600.04/3222.84	c number of falsified literals weakened from reason	: 0
3600.04/3222.84	c number of falsified literals weakened from conflict	: 0
3600.04/3222.84	c time for arithmetic operations	: 0
3600.04/3222.84	c minimum degree of deleted constraints	: null
3600.04/3222.84	c maximum degree of deleted constraints	: null
3600.04/3222.84	c number of deleted constraints	: 0
3600.04/3222.84	c speed (assignments/second)	: 5408.460264720808
3600.04/3222.84	c non guided choices	: 11652
3600.22/3222.93	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 40719
3600.22/3222.93	s UNKNOWN
3600.22/3222.93	c Total wall clock time (in seconds): 3222.576

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31379, runsolver pid=31370

[startup+0.100074 s]*
/proc/loadavg: 1.11 1.70 2.54 9/316 31449
/proc/meminfo: memFree=130034460/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=18930384 memory=47432 CPUtime=0.11 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 5686 0 0 0 7 4 0 0 20 0 18 0 38957278 19384713216 11858 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4732596 11858 5143 1 0 546923 0
[pid=31379/tid=31396] ppid=31370 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 4594 0 0 0 4 3 0 0 20 0 18 0 38957280 19384713216 11890 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=18930384 memory=15877 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957285 19384713216 11986 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957286 19384713216 11986 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47432 KiB

[startup+0.214843 s]*
/proc/loadavg: 1.82 1.84 2.58 8/318 31451
/proc/meminfo: memFree=130032220/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=18930384 memory=52236 CPUtime=0.28 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 6182 0 0 0 24 4 0 0 20 0 18 0 38957278 19384713216 13059 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4732596 13059 5367 1 0 547294 0
[pid=31379/tid=31396] ppid=31370 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 4974 0 0 0 15 3 0 0 20 0 18 0 38957280 19384713216 13059 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=18930384 memory=15877 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957285 19384713216 13059 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957286 19384713216 13059 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52236 KiB

[startup+0.317192 s]*
/proc/loadavg: 1.82 1.84 2.58 10/318 31451
/proc/meminfo: memFree=130017004/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=18930384 memory=58320 CPUtime=0.44 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 6696 0 0 0 39 5 0 0 20 0 18 0 38957278 19384713216 14580 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4732596 14580 5367 1 0 547739 0
[pid=31379/tid=31396] ppid=31370 vsize=18930384 memory=-6000919481263025004 CPUtime=0.26 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 5153 0 0 0 23 3 0 0 20 0 18 0 38957280 19384713216 14580 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957285 19384713216 14580 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957286 19384713216 14580 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58320 KiB

[startup+0.700399 s]
/proc/loadavg: 1.82 1.84 2.58 10/318 31451
/proc/meminfo: memFree=129992492/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=18930384 memory=90952 CPUtime=1.14 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 8672 0 0 0 106 8 0 0 20 0 18 0 38957278 19384713216 22738 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4732596 22738 5431 1 0 549020 0
[pid=31379/tid=31396] ppid=31370 vsize=18930384 memory=17152 CPUtime=0.55 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 5293 0 0 0 50 5 0 0 20 0 18 0 38957280 19384713216 22738 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=18930384 memory=10496 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38957285 19384713216 22738 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38957286 19384713216 22738 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90952 KiB

[startup+1.50026 s]
/proc/loadavg: 1.82 1.84 2.58 9/322 31455
/proc/meminfo: memFree=129737788/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=174608 CPUtime=2.7 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 13491 0 1 0 258 12 0 0 20 0 20 0 38957278 19521036288 43652 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 43652 5463 1 0 550583 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=3200 CPUtime=1.19 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 5878 0 0 0 111 8 0 0 20 0 20 0 38957280 19521036288 43652 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 43652 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 43652 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=16352 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 43652 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174608 KiB

[startup+3.10534 s]
/proc/loadavg: 1.82 1.84 2.58 6/326 31459
/proc/meminfo: memFree=128498180/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=426844 CPUtime=5.69 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 16652 0 1 0 550 19 0 0 20 0 20 0 38957278 19521036288 106711 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 106711 5463 1 0 891675 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=10496 CPUtime=2.61 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 6411 0 0 0 249 12 0 0 20 0 20 0 38957280 19521036288 106711 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=16352 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 106711 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 106711 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 106711 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 426844 KiB

[startup+6.30041 s]
/proc/loadavg: 2.16 1.90 2.60 5/326 31459
/proc/meminfo: memFree=125888408/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=1328580 CPUtime=9.21 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 19017 0 1 0 876 45 0 0 20 0 20 0 38957278 19521036288 332145 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 332145 5463 1 0 2040575 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=0 CPUtime=5.3 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) S 31370 31379 28556 0 -1 4194368 6807 0 0 0 499 31 0 0 20 0 20 0 38957280 19521036288 332145 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 332145 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 332145 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=174608 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 332145 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 9.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328580 KiB

[startup+12.7005 s]
/proc/loadavg: 2.39 1.96 2.61 5/328 31461
/proc/meminfo: memFree=121895824/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=2614604 CPUtime=16.2 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 20668 0 1 0 1540 80 0 0 20 0 20 0 38957278 19521036288 653651 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 653651 5463 1 0 2450003 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=174608 CPUtime=10.9 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 7189 0 0 0 1036 54 0 0 20 0 20 0 38957280 19521036288 653651 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=2614604 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 653651 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=16352 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 653651 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 653651 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 16.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2614604 KiB

[startup+25.5005 s]
/proc/loadavg: 2.71 2.04 2.64 7/328 31461
/proc/meminfo: memFree=115634204/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=4450692 CPUtime=29.9 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 21910 0 1 0 2866 124 0 0 20 0 20 0 38957278 19521036288 1112673 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 1112673 5463 1 0 2775875 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=2614604 CPUtime=22.62 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 7780 0 0 0 2180 82 0 0 20 0 20 0 38957280 19521036288 1112673 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=3018100 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 1112673 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=3018100 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 1112673 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=2337 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 1112673 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 29.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4450692 KiB

[startup+51.1138 s]
/proc/loadavg: 3.54 2.31 2.71 5/333 31467
/proc/meminfo: memFree=106964284/131382120 swapFree=33010684/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=6386796 CPUtime=57.79 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 32283 0 1 0 5587 192 0 0 20 0 20 0 38957278 19521036288 1596699 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 1596699 5463 1 0 3037053 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=1377760 CPUtime=45.92 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 11376 0 0 0 4466 126 0 0 20 0 20 0 38957280 19521036288 1596699 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=16352 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 1596699 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=5504 CPUtime=0 cores=5,7

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

/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 2074 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 3191.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277488 KiB

[startup+2922.3 s]
/proc/loadavg: 4.61 4.55 4.43 5/332 31656
/proc/meminfo: memFree=537444/131382120 swapFree=33010416/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=16277488 CPUtime=3254.41 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 432070 0 1 0 322783 2658 0 0 20 0 20 0 38957278 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 4069372 5495 1 0 4081497 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=14344 CPUtime=2682.44 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 217248 0 0 0 266048 2196 0 0 20 0 20 0 38957280 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 2150 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 3254.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277488 KiB

[startup+2982.3 s]
/proc/loadavg: 4.46 4.51 4.42 5/333 31664
/proc/meminfo: memFree=594984/131382120 swapFree=33010416/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=16277488 CPUtime=3316.36 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 439810 0 1 0 328945 2691 0 0 20 0 20 0 38957278 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 4069372 5495 1 0 4081497 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=16277488 CPUtime=2738.79 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 223191 0 0 0 271653 2226 0 0 20 0 20 0 38957280 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 2240 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 3316.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277488 KiB

[startup+3042.3 s]
/proc/loadavg: 4.35 4.47 4.41 5/333 31666
/proc/meminfo: memFree=1021148/131382120 swapFree=33010160/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=16277488 CPUtime=3378.15 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 445494 0 1 0 335087 2728 0 0 20 0 20 0 38957278 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 4069372 5495 1 0 4081497 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=5504 CPUtime=2794.29 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 226758 0 0 0 277171 2258 0 0 20 0 20 0 38957280 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 2283 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 4069372 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 3378.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277488 KiB

[startup+3102.3 s]
/proc/loadavg: 5.15 4.70 4.50 7/334 31669
/proc/meminfo: memFree=912196/131382120 swapFree=33010160/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=16277744 CPUtime=3459.93 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 456975 0 1 0 343216 2777 0 0 20 0 20 0 38957278 19521036288 4069436 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 4069436 5495 1 0 4081574 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=16277488 CPUtime=2850.01 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 232568 0 0 0 282707 2294 0 0 20 0 20 0 38957280 19521036288 4069436 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 4069436 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 2303 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 4069436 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=2212 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 4069436 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 3459.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277744 KiB

[startup+3162.3 s]
/proc/loadavg: 4.73 4.67 4.50 6/334 31671
/proc/meminfo: memFree=984956/131382120 swapFree=33010160/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=16280040 CPUtime=3536.71 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 468312 0 1 0 350846 2825 0 0 20 0 20 0 38957278 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 4070010 5495 1 0 4081574 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=16277488 CPUtime=2902.96 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 237115 0 0 0 287960 2336 0 0 20 0 20 0 38957280 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=16277488 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=16280040 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 2385 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=16280040 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 3536.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280040 KiB

[startup+3222.3 s]
/proc/loadavg: 4.58 4.62 4.49 5/337 31676
/proc/meminfo: memFree=1008792/131382120 swapFree=33010160/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=16280040 CPUtime=3599.54 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 473423 0 1 0 357082 2872 0 0 20 0 20 0 38957278 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 4070010 5495 1 0 4081574 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=16277488 CPUtime=2957.83 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 241552 0 0 0 293404 2379 0 0 20 0 20 0 38957280 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=10112 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 2471 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=16280040 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 3599.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3222.8 s]
/proc/loadavg: 4.58 4.62 4.49 5/337 31676
/proc/meminfo: memFree=1008792/131382120 swapFree=33010160/33010684
[pid=31379] ppid=31370 vsize=19063512 memory=16280040 CPUtime=3600.04 cores=5,7
/proc/31379/stat : 31379 (java) S 31370 31379 28556 0 -1 4194304 473425 0 1 0 357131 2873 0 0 20 0 20 0 38957278 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
/proc/31379/statm: 4765878 4070010 5495 1 0 4081574 0
[pid=31379/tid=31396] ppid=31370 vsize=19063512 memory=-6000919507032828780 CPUtime=2958.33 cores=5,7
/proc/31379/task/31396/stat : 31396 (java) R 31370 31379 28556 0 -1 4194368 241554 0 0 0 293454 2379 0 0 20 0 20 0 38957280 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31433] ppid=31370 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/31379/task/31433/stat : 31433 (Finalizer) S 31370 31379 28556 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38957285 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31442] ppid=31370 vsize=19063512 memory=16280040 CPUtime=0 cores=5,7
/proc/31379/task/31442/stat : 31442 (Common-Cleaner) S 31370 31379 28556 0 -1 4194368 2471 0 0 0 0 0 0 0 20 0 20 0 38957286 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
[pid=31379/tid=31454] ppid=31370 vsize=19063512 memory=-6015898283296147086 CPUtime=0 cores=5,7
/proc/31379/task/31454/stat : 31454 (Timer-0) S 31370 31379 28556 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38957373 19521036288 4070010 18446744073709551615 94479329067008 94479329070704 140734112362192 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94479329078520 94479329079312 94479329628160 140734112364848 140734112365030 140734112365030 140734112370632 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280040 KiB

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

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

# cumulated CPU time of all completed processes:  user=3571.5 s, system=28.8471 s

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

[startup+3223.21 s]*
/proc/loadavg: 4.58 4.62 4.49 5/319 31679
/proc/meminfo: memFree=3182896/131382120 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3223.25
CPU time (s): 3600.34
CPU user time (s): 3571.5
CPU system time (s): 28.8471
CPU usage (%): 111.699
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16280808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.5
system time used= 28.8471
maximum resident set size= 16281064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476037
page faults= 1
swaps= 0
block input operations= 64
block output operations= 54577512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158388
involuntary context switches= 66874


# summary of solver processes directly reported to runsolver:
#   pid: 31379
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3571.5
#   total CPU system time (s): 28.8471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1353 second user time and 30.4215 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 23:33:02
IDJOB=4515175
IDBENCH=164178
IDSOLVER=3364
FILE ID=nodeC008/4515175-1751232781
RUNJOBID= nodeC008-1751232781-31327
SLURM_JOB_ID= 9587698
Free space on /tmp= 433056 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.u.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515175-1751232781/watcher-4515175-1751232781 -o /tmp/evaluation-result-4515175-1751232781/solver-4515175-1751232781 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751232781-31327 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515175-1751232781 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515175-1751232781.opb

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

MD5SUM BENCH= 84d6a262f1f6531f4a7714720272edd7
RANDOM SEED=879735914

nodeC008 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.236
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.72
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		: 1197.158
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.72
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		: 1197.198
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.72
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.188
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.72
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		: 1197.185
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.72
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		: 1197.082
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.72
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.508
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.72
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.205
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130087132 kB
MemAvailable:   129862160 kB
Buffers:            3280 kB
Cached:           585412 kB
SwapCached:            0 kB
Active:           322276 kB
Inactive:         337456 kB
Active(anon):      88996 kB
Inactive(anon):        0 kB
Active(file):     233280 kB
Inactive(file):   337456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5192 kB
Writeback:             4 kB
AnonPages:         74156 kB
Mapped:           102368 kB
Shmem:             17956 kB
KReclaimable:      87840 kB
Slab:             167548 kB
SReclaimable:      87840 kB
SUnreclaim:        79708 kB
KernelStack:        3824 kB
PageTables:         2792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     332024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC008 at 2025-06-30 00:26:45