Trace number 4514995

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.26 3588.14

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/
miplib2017/normalized-academictimetablesmall.0.s.opb
MD5SUMa01609390e4b909b7e540efbd0d53806
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 benchmark1.88101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28926
Total number of constraints20352
Number of constraints which are clauses8741
Number of constraints which are cardinality constraints (but not clauses)2114
Number of constraints which are nor clauses,nor cardinality constraints9497
Minimum length of a constraint1
Maximum length of a constraint1295
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 1005
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 11145
Number of bits of the biggest sum of numbers14
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.23/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.23	c java.vm.version	22.0.1+8-16
0.23/0.23	c java.vm.vendor	Oracle Corporation
0.23/0.23	c sun.arch.data.model	64
0.23/0.23	c java.version		22.0.1
0.23/0.23	c os.name		Linux
0.23/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.23/0.23	c os.arch		amd64
0.23/0.23	c Free memory 		2104792832
0.23/0.23	c Max memory 		16282288128
0.23/0.23	c Total memory 		2113929216
0.23/0.24	c Number of processors 	2
0.23/0.29	c Pseudo Boolean Optimization by upper bound
0.23/0.29	c --- Begin Solver configuration ---
0.23/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.23/0.29	c Learn all clauses as in MiniSAT
0.23/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.29	c Expensive reason simplification
0.23/0.29	c Glucose 2.1 dynamic restart strategy
0.23/0.29	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.23/0.29	c timeout=2147483s
0.23/0.29	c DB Simplification allowed=false
0.23/0.29	c Listener: none
0.23/0.29	c --- End Solver configuration ---
0.23/0.29	c solving HOME/instance-4514995-1751229687.opb
0.23/0.29	c reading problem ... 
0.23/0.29	c using VERIPB proof format
0.23/0.30	c  no objective function found
2.50/1.46	c ... done. Wall clock time 1.166s.
2.50/1.46	c declared #vars     28926
2.50/1.46	c #constraints  21731
2.50/1.46	c constraints type 
2.50/1.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3920
2.50/1.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8942
2.50/1.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1349
2.50/1.46	c org.sat4j.specs.Constr$1 => 3352
2.50/1.46	c org.sat4j.pb.constraints.pb.UnitClausesPB => 305
2.50/1.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3660
2.50/1.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 203
2.50/1.46	c 21731 constraints processed.
9.36/5.35	c cleaning 2528 clauses out of 5056 with flag 10140/5056
15.88/11.24	c cleaning 4306 clauses out of 8612 with flag 22324/11140
29.89/24.70	c cleaning 5669 clauses out of 11338 with flag 36396/18172
50.97/45.82	c cleaning 6826 clauses out of 13652 with flag 52374/26155
59.80/53.98	c cleaning 7880 clauses out of 15760 with flag 70275/35089
72.76/66.93	c cleaning 8912 clauses out of 17824 with flag 90179/45033
78.91/72.50	c cleaning 9969 clauses out of 19937 with flag 112353/56058
88.30/81.88	c cleaning 10961 clauses out of 21932 with flag 136342/68022
99.62/92.78	c cleaning 11987 clauses out of 23974 with flag 162879/81025
110.80/103.60	c cleaning 12982 clauses out of 25964 with flag 191788/95002
119.52/110.72	c cleaning 13975 clauses out of 27958 with flag 223335/110018
138.06/129.15	c cleaning 14991 clauses out of 29989 with flag 255364/126024
167.89/158.78	c cleaning 16002 clauses out of 32010 with flag 289400/143036
203.52/194.23	c cleaning 16983 clauses out of 33974 with flag 325391/161002
247.19/238.05	c cleaning 18008 clauses out of 36024 with flag 363469/180035
268.61/259.50	c cleaning 18991 clauses out of 37995 with flag 403537/200014
308.30/299.32	c cleaning 20003 clauses out of 40010 with flag 453015/221020
343.65/334.76	c cleaning 20998 clauses out of 41996 with flag 503534/243009
382.48/373.80	c cleaning 22000 clauses out of 44000 with flag 561654/266011
409.89/401.17	c cleaning 22984 clauses out of 45989 with flag 624108/290000
449.76/441.09	c cleaning 24008 clauses out of 48018 with flag 705102/315013
498.72/490.12	c cleaning 24981 clauses out of 49996 with flag 775994/341001
555.40/546.45	c cleaning 26016 clauses out of 52031 with flag 851509/368024
598.13/589.15	c cleaning 26999 clauses out of 54000 with flag 926888/396017
657.60/648.57	c cleaning 27992 clauses out of 56001 with flag 985875/425017
717.60/708.08	c cleaning 28994 clauses out of 58000 with flag 1048222/455008
764.48/754.70	c cleaning 30003 clauses out of 60019 with flag 1111210/486021
821.44/810.16	c cleaning 30991 clauses out of 61996 with flag 1177389/518001
897.89/886.65	c cleaning 31976 clauses out of 64004 with flag 1259979/551000
964.81/953.47	c cleaning 33033 clauses out of 66075 with flag 1331134/585047
1107.46/1096.26	c cleaning 34019 clauses out of 68045 with flag 1401323/620050
1319.26/1308.35	c cleaning 34988 clauses out of 69981 with flag 1473394/656005
1521.18/1511.02	c cleaning 36005 clauses out of 72016 with flag 1547548/693028
1725.09/1715.76	c cleaning 37019 clauses out of 74042 with flag 1623718/731059
2001.88/1992.80	c cleaning 38000 clauses out of 76003 with flag 1701808/770039
2296.14/2287.63	c cleaning 38989 clauses out of 77984 with flag 1781835/810020
2658.00/2650.10	c cleaning 40005 clauses out of 80013 with flag 1863879/851038
2982.45/2973.73	c cleaning 40980 clauses out of 81969 with flag 1950796/893000
3045.16/3034.93	c cleaning 41997 clauses out of 84000 with flag 2048794/936012
3105.27/3094.39	c cleaning 43000 clauses out of 86011 with flag 2140223/980022
3249.57/3238.53	c cleaning 43986 clauses out of 87995 with flag 2234751/1025008
3464.10/3452.95	c cleaning 45000 clauses out of 90010 with flag 2327378/1071009
3579.26/3567.03	c cleaning 46011 clauses out of 92022 with flag 2444072/1118021
3600.08/3588.03	c starts		: 5213
3600.08/3588.04	c conflicts		: 1134251
3600.08/3588.04	c decisions		: 3374603
3600.08/3588.04	c propagations		: 56055063
3600.08/3588.04	c inspects		: 9218041094
3600.08/3588.04	c shortcuts		: 0
3600.08/3588.04	c learnt literals	: 63
3600.08/3588.04	c learnt binary clauses	: 6
3600.08/3588.04	c learnt ternary clauses	: 143
3600.08/3588.05	c learnt constraints	: 1134188
3600.08/3588.05	c ignored constraints	: 0
3600.08/3588.05	c root simplifications	: 0
3600.08/3588.05	c removed literals (reason simplification)	: 52895007
3600.08/3588.05	c reason swapping (by a shorter reason)	: 0
3600.08/3588.05	c Calls to reduceDB	: 43
3600.08/3588.05	c Number of update (reduction) of LBD	: 26514
3600.08/3588.05	c Imported unit clauses	: 0
3600.08/3588.05	c No decision after first conflict	: false
3600.08/3588.05	c number of reductions to clauses (during analyze)	: 0
3600.08/3588.05	c number of learned constraints concerned by reduction	: 0
3600.08/3588.05	c number of learning phase by resolution	: 0
3600.08/3588.05	c number of learning phase by cutting planes	: 0
3600.08/3588.05	c number of rounding to 1 operations	: 0
3600.08/3588.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3588.05	c number of reductions of the coefficients by power 2 	: 0
3600.08/3588.05	c number of right shift for reduction by power 2 	: 0
3600.08/3588.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3588.06	c number of ending skipping 	: 0
3600.08/3588.06	c number of internal skipping 	: 0
3600.08/3588.06	c number of derivation steps 	: 0
3600.08/3588.06	c timeout
3600.08/3588.06	c number of skipped derivation steps 	: 0
3600.08/3588.06	c number of remaining unassigned 	: 0
3600.08/3588.06	c number of remaining assigned 	: 0
3600.08/3588.06	c number of falsified literals weakened from reason	: 0
3600.08/3588.06	c number of falsified literals weakened from conflict	: 0
3600.08/3588.06	c time for arithmetic operations	: 0
3600.08/3588.06	c minimum degree of deleted constraints	: null
3600.08/3588.06	c maximum degree of deleted constraints	: null
3600.08/3588.06	c number of deleted constraints	: 0
3600.08/3588.07	c speed (assignments/second)	: 15629.069115789649
3600.08/3588.07	c non guided choices	: 165441
3600.08/3588.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 62235
3600.08/3588.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
3600.08/3588.11	s UNKNOWN
3600.08/3588.11	c Total wall clock time (in seconds): 3587.82

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

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

solver pid=28218, runsolver pid=28215

[startup+0.100063 s]*
/proc/loadavg: 4.29 4.20 4.18 7/329 28236
/proc/meminfo: memFree=119922292/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=18930384 memory=48700 CPUtime=0.11 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 5861 0 0 0 8 3 0 0 20 0 18 0 38647358 19384713216 12175 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4732596 12175 5338 1 0 547065 0
[pid=28218/tid=28220] ppid=28215 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 4714 0 0 0 5 2 0 0 20 0 18 0 38647359 19384713216 12175 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38647364 19384713216 12175 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=18930384 memory=59593594259917 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38647365 19384713216 12175 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48700 KiB

[startup+0.208226 s]*
/proc/loadavg: 4.29 4.20 4.18 6/329 28236
/proc/meminfo: memFree=119893684/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=18930384 memory=52224 CPUtime=0.23 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 6187 0 0 0 19 4 0 0 20 0 18 0 38647358 19384713216 13056 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4732596 13056 5370 1 0 547290 0
[pid=28218/tid=28220] ppid=28215 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 4969 0 0 0 11 3 0 0 20 0 18 0 38647359 19384713216 13056 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=18930384 memory=16878 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38647364 19384713216 13056 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38647365 19384713216 13056 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52224 KiB

[startup+0.308122 s]*
/proc/loadavg: 4.29 4.20 4.18 7/329 28236
/proc/meminfo: memFree=119832244/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=18930384 memory=60836 CPUtime=0.4 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 6810 0 0 0 35 5 0 0 20 0 18 0 38647358 19384713216 15209 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4732596 15209 5370 1 0 547798 0
[pid=28218/tid=28220] ppid=28215 vsize=18930384 memory=-6000919485658719341 CPUtime=0.22 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 5241 0 0 0 19 3 0 0 20 0 18 0 38647359 19384713216 15209 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38647364 19384713216 15209 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38647365 19384713216 15209 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60836 KiB

[startup+0.700275 s]
/proc/loadavg: 4.29 4.20 4.18 6/330 28237
/proc/meminfo: memFree=119739488/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=18996948 memory=175896 CPUtime=1.14 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 8990 0 0 0 105 9 0 0 20 0 19 0 38647358 19452874752 43974 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4749237 43974 5434 1 0 549368 0
[pid=28218/tid=28220] ppid=28215 vsize=18996948 memory=17920 CPUtime=0.57 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 5380 0 0 0 51 6 0 0 20 0 19 0 38647359 19452874752 43974 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38647364 19452874752 43974 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38647365 19452874752 43974 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 175896 KiB

[startup+1.50022 s]
/proc/loadavg: 4.29 4.20 4.18 6/330 28237
/proc/meminfo: memFree=119207516/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=1927976 CPUtime=2.7 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 13548 0 0 0 225 45 0 0 20 0 20 0 38647358 19521036288 481994 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 481994 5434 1 0 1077890 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=3200 CPUtime=1.31 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 6287 0 0 0 91 40 0 0 20 0 20 0 38647359 19521036288 481994 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 481994 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 481994 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1927976 KiB

[startup+3.10591 s]
/proc/loadavg: 4.29 4.20 4.18 6/331 28238
/proc/meminfo: memFree=117355516/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=2339636 CPUtime=5.89 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 21911 0 0 0 534 55 0 0 20 0 20 0 38647358 19521036288 584909 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 584909 5466 1 0 1082910 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=11136 CPUtime=2.88 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 6488 0 0 0 240 48 0 0 20 0 20 0 38647359 19521036288 584909 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 584909 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 584909 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 584909 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2339636 KiB

[startup+6.30046 s]
/proc/loadavg: 4.35 4.21 4.18 5/331 28239
/proc/meminfo: memFree=116777556/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=2837840 CPUtime=10.42 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 22413 0 0 0 977 65 0 0 20 0 20 0 38647358 19521036288 709460 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 709460 5466 1 0 1083011 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=0 CPUtime=6.07 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 6796 0 0 0 549 58 0 0 20 0 20 0 38647359 19521036288 709460 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=-8412658736309758876 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 709460 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=-6000919485658719341 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 709460 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 709460 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 10.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2837840 KiB

[startup+12.7005 s]
/proc/loadavg: 4.32 4.21 4.18 5/331 28239
/proc/meminfo: memFree=115297740/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=3382408 CPUtime=17.74 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 24539 0 0 0 1694 80 0 0 20 0 20 0 38647358 19521036288 845602 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 845602 5498 1 0 1083024 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=0 CPUtime=12.29 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 7618 0 0 0 1158 71 0 0 20 0 20 0 38647359 19521036288 845602 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=3380224 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 845602 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 845602 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 845602 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 17.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3382408 KiB

[startup+25.5005 s]
/proc/loadavg: 4.25 4.20 4.18 5/331 28239
/proc/meminfo: memFree=114825900/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=3468672 CPUtime=30.78 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 28557 0 0 0 2991 87 0 0 20 0 20 0 38647358 19521036288 867168 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 867168 5498 1 0 1083024 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=-6000919485658719341 CPUtime=24.78 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 8194 0 0 0 2404 74 0 0 20 0 20 0 38647359 19521036288 867168 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=3196 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 867168 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=3468672 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 867168 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=3468672 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 867168 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 30.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3468672 KiB

[startup+51.1185 s]
/proc/loadavg: 4.31 4.22 4.18 5/330 28239
/proc/meminfo: memFree=112796836/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=3561464 CPUtime=56.98 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 38491 0 0 0 5600 98 0 0 20 0 20 0 38647358 19521036288 890366 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 890366 5498 1 0 1083083 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=3559112 CPUtime=49.63 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 10738 0 0 0 4883 80 0 0 20 0 20 0 38647359 19521036288 890366 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=-6000919485658719341 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 890366 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=3511876 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 890366 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=3468672 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 890366 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0

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

[startup+3282.3 s]
/proc/loadavg: 4.49 4.33 4.33 6/336 28633
/proc/meminfo: memFree=24250224/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3293.27 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 189400 0 0 0 328520 807 0 0 20 0 20 0 38647358 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 1192483 5498 1 0 1208341 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3253 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 89304 0 0 0 324718 582 0 0 20 0 20 0 38647359 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 3030 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 3293.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4769932 KiB

[startup+3342.3 s]
/proc/loadavg: 4.91 4.50 4.39 6/337 28641
/proc/meminfo: memFree=23122356/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3353.26 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 192543 0 0 0 334509 817 0 0 20 0 20 0 38647358 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 1192483 5498 1 0 1208341 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3312.69 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 90618 0 0 0 330681 588 0 0 20 0 20 0 38647359 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 3163 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 3353.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4769932 KiB

[startup+3402.3 s]
/proc/loadavg: 4.53 4.45 4.38 6/338 28646
/proc/meminfo: memFree=22284224/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3413.14 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 192964 0 0 0 340491 823 0 0 20 0 20 0 38647358 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 1192483 5498 1 0 1208341 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3372.51 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 91027 0 0 0 336660 591 0 0 20 0 20 0 38647359 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 3169 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=16464 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 3413.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4769932 KiB

[startup+3462.3 s]
/proc/loadavg: 4.43 4.43 4.37 6/337 28648
/proc/meminfo: memFree=21401416/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3473.49 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 196550 0 0 0 346509 840 0 0 20 0 20 0 38647358 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 1192483 5498 1 0 1208341 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3431.67 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 93250 0 0 0 342562 605 0 0 20 0 20 0 38647359 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 3169 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 3473.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4769932 KiB

[startup+3522.3 s]
/proc/loadavg: 3.71 4.24 4.31 5/312 28684
/proc/meminfo: memFree=71319676/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3533.55 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 198277 0 0 0 352498 857 0 0 20 0 20 0 38647358 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 1192483 5498 1 0 1208341 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=4769932 CPUtime=3490.93 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 94678 0 0 0 348475 618 0 0 20 0 20 0 38647359 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 3218 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 1192483 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 3533.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4769932 KiB

[startup+3582.3 s]
/proc/loadavg: 3.45 4.07 4.24 5/311 28686
/proc/meminfo: memFree=70734368/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=4770188 CPUtime=3594.4 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 202869 0 0 0 358567 873 0 0 20 0 20 0 38647358 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 1192547 5498 1 0 1208395 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=4770188 CPUtime=3549.4 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 95684 0 0 0 354310 630 0 0 20 0 20 0 38647359 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 3279 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=21472 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 3594.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4770188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3588 s]*
/proc/loadavg: 3.41 4.05 4.24 5/311 28686
/proc/meminfo: memFree=70665000/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19063512 memory=4770188 CPUtime=3600.08 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 202977 0 0 0 359133 875 0 0 20 0 20 0 38647358 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4765878 1192547 5498 1 0 1208395 0
[pid=28218/tid=28220] ppid=28215 vsize=19063512 memory=-6000919485557924973 CPUtime=3555.07 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) R 28215 28218 26767 0 -1 4194368 95792 0 0 0 354876 631 0 0 20 0 20 0 38647359 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38647364 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19063512 memory=3072 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 3279 0 0 0 0 0 0 0 20 0 20 0 38647365 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28238] ppid=28215 vsize=19063512 memory=6912 CPUtime=0 cores=5,7
/proc/28218/task/28238/stat : 28238 (Timer-0) S 28215 28218 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38647506 19521036288 1192547 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4770188 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.48 s, system=8.77806 s

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

[startup+3588.12 s]
/proc/loadavg: 3.41 4.05 4.24 5/311 28686
/proc/meminfo: memFree=70665000/131382120 swapFree=33010684/33010684
[pid=28218] ppid=28215 vsize=19263204 memory=4770956 CPUtime=3600.24 cores=5,7
/proc/28218/stat : 28218 (java) S 28215 28218 26767 0 -1 4194304 204779 0 0 0 359148 876 0 0 20 0 15 0 38647358 19725520896 1192739 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
/proc/28218/statm: 4815801 1192739 5498 1 0 1209355 0
[pid=28218/tid=28220] ppid=28215 vsize=19263204 memory=4770188 CPUtime=3555.11 cores=5,7
/proc/28218/task/28220/stat : 28220 (java) S 28215 28218 26767 0 -1 4194368 95970 0 0 0 354879 632 0 0 20 0 15 0 38647359 19725520896 1192739 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28229] ppid=28215 vsize=19263204 memory=3200 CPUtime=0 cores=5,7
/proc/28218/task/28229/stat : 28229 (Finalizer) S 28215 28218 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 38647364 19725520896 1192739 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
[pid=28218/tid=28236] ppid=28215 vsize=19263204 memory=4770188 CPUtime=0 cores=5,7
/proc/28218/task/28236/stat : 28236 (Common-Cleaner) S 28215 28218 26767 0 -1 4194368 3279 0 0 0 0 0 0 0 20 0 15 0 38647365 19725520896 1192739 18446744073709551615 94597232107520 94597232111216 140720965909728 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94597232119032 94597232119824 94597248184320 140720965912880 140720965913062 140720965913062 140720965918664 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4770956 KiB

Child status: 143

Real time (s): 3588.14
CPU time (s): 3600.26
CPU user time (s): 3591.48
CPU system time (s): 8.77806
CPU usage (%): 100.338
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4783936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.48
system time used= 8.77806
maximum resident set size= 4783936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6478568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110341
involuntary context switches= 15348


# summary of solver processes directly reported to runsolver:
#   pid: 28218
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3591.48
#   total CPU system time (s): 8.77806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5297 second user time and 35.7174 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 22:41:27
IDJOB=4514995
IDBENCH=164082
IDSOLVER=3364
FILE ID=nodeC003/4514995-1751229687
RUNJOBID= nodeC003-1751222447-26780
SLURM_JOB_ID= 9587679
Free space on /tmp= 432748 MiB

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

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

MD5SUM BENCH= a01609390e4b909b7e540efbd0d53806
RANDOM SEED=1889145150

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		: 3662.635
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		: 3550.159
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		: 1197.481
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.326
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.633
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		: 1197.159
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.471
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		: 2500.926
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:        119966524 kB
MemAvailable:   123509932 kB
Buffers:            3280 kB
Cached:          4349064 kB
SwapCached:            0 kB
Active:          6746792 kB
Inactive:        4100548 kB
Active(anon):    6513036 kB
Inactive(anon):        0 kB
Active(file):     233756 kB
Inactive(file):  4100548 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            325212 kB
Writeback:             0 kB
AnonPages:       6498152 kB
Mapped:           122936 kB
Shmem:             17960 kB
KReclaimable:      97460 kB
Slab:             190356 kB
SReclaimable:      97460 kB
SUnreclaim:        92896 kB
KernelStack:        5056 kB
PageTables:        16236 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   11733832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6248448 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= 432316 MiB
End job on nodeC003 at 2025-06-29 23:41:15