Trace number 4492517

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.25 3536.63

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
MD5SUM6044de22cb53e30f42c02ea5aa70d3e7
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 benchmark0.015698
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.21	c See www.sat4j.org for details.
0.07/0.22	c version PB25.v20250606
0.07/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.23	c java.vm.version	22.0.1+8-16
0.07/0.23	c java.vm.vendor	Oracle Corporation
0.07/0.23	c sun.arch.data.model	64
0.07/0.23	c java.version		22.0.1
0.07/0.23	c os.name		Linux
0.07/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.07/0.23	c os.arch		amd64
0.07/0.23	c Free memory 		2106806208
0.07/0.23	c Max memory 		16282288128
0.07/0.23	c Total memory 		2113929216
0.07/0.24	c Number of processors 	2
0.07/0.28	c Pseudo Boolean Optimization by upper bound
0.07/0.28	c --- Begin Solver configuration ---
0.07/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.07/0.28	c Learn all clauses as in MiniSAT
0.07/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.28	c Expensive reason simplification
0.07/0.28	c Glucose 2.1 dynamic restart strategy
0.07/0.28	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.07/0.28	c timeout=2147483s
0.07/0.28	c DB Simplification allowed=false
0.07/0.28	c Listener: none
0.07/0.28	c --- End Solver configuration ---
0.07/0.28	c solving HOME/instance-4492517-1751146486.opb
0.07/0.28	c reading problem ... 
0.07/0.28	c using VERIPB proof format
0.07/0.28	c  no objective function found
0.23/0.35	c ... done. Wall clock time 0.073s.
0.23/0.35	c declared #vars     3600
0.23/0.35	c #constraints  170
0.23/0.35	c constraints type 
0.23/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
0.23/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 90
0.23/0.35	c 170 constraints processed.
3.73/2.23	c cleaning 2487 clauses out of 5000 with flag 30946/5000
5.70/3.81	c cleaning 4243 clauses out of 8517 with flag 69024/11004
7.73/5.86	c cleaning 5619 clauses out of 11274 with flag 114756/18004
9.86/7.98	c cleaning 6813 clauses out of 13653 with flag 167765/26002
13.02/10.77	c cleaning 7626 clauses out of 15839 with flag 252829/35001
20.28/17.89	c cleaning 8989 clauses out of 18212 with flag 452335/45000
32.11/29.38	c cleaning 10103 clauses out of 20223 with flag 656974/56000
45.59/42.61	c cleaning 11058 clauses out of 22122 with flag 882121/68002
57.65/54.36	c cleaning 12029 clauses out of 24064 with flag 1123996/81002
73.71/70.12	c cleaning 13016 clauses out of 26034 with flag 1380800/95001
94.72/90.76	c cleaning 14004 clauses out of 28019 with flag 1656247/110002
118.18/114.01	c cleaning 14999 clauses out of 30013 with flag 1945311/126000
149.03/144.30	c cleaning 16006 clauses out of 32016 with flag 2251388/143002
180.78/175.41	c cleaning 17000 clauses out of 34009 with flag 2538702/161001
207.56/201.95	c cleaning 18006 clauses out of 36012 with flag 2669740/180004
229.92/223.98	c cleaning 18999 clauses out of 38002 with flag 2823148/200000
253.62/247.29	c cleaning 19996 clauses out of 40003 with flag 2988607/221000
278.75/271.73	c cleaning 20999 clauses out of 42010 with flag 3144304/243003
306.59/298.41	c cleaning 21996 clauses out of 44009 with flag 3321993/266001
335.70/327.23	c cleaning 23000 clauses out of 46012 with flag 3510284/290000
367.61/358.50	c cleaning 23999 clauses out of 48012 with flag 3718720/315000
406.30/396.77	c cleaning 24997 clauses out of 50013 with flag 3912059/341000
454.14/443.16	c cleaning 25997 clauses out of 52016 with flag 4122680/368000
505.02/493.50	c cleaning 27011 clauses out of 54023 with flag 4337857/396004
548.86/536.41	c cleaning 28000 clauses out of 56009 with flag 4543706/425001
597.25/583.03	c cleaning 28997 clauses out of 58009 with flag 4751060/455001
645.44/631.05	c cleaning 30000 clauses out of 60011 with flag 4979114/486000
700.76/685.33	c cleaning 31001 clauses out of 62011 with flag 5242997/518000
755.93/739.15	c cleaning 31997 clauses out of 64010 with flag 5525845/551000
818.13/799.66	c cleaning 33000 clauses out of 66014 with flag 5817141/585001
891.25/870.84	c cleaning 34000 clauses out of 68014 with flag 6121716/620001
968.79/947.94	c cleaning 35001 clauses out of 70014 with flag 6502008/656001
1045.64/1023.50	c cleaning 36002 clauses out of 72014 with flag 6890667/693002
1124.93/1101.26	c cleaning 36996 clauses out of 74010 with flag 7251642/731000
1209.16/1183.89	c cleaning 37998 clauses out of 76016 with flag 7574459/770002
1282.68/1255.44	c cleaning 39002 clauses out of 78017 with flag 7885320/810001
1360.53/1332.27	c cleaning 40004 clauses out of 80016 with flag 8231095/851002
1444.54/1414.78	c cleaning 40998 clauses out of 82011 with flag 8695487/893001
1537.92/1507.14	c cleaning 42007 clauses out of 84016 with flag 9160657/936004
1623.18/1590.70	c cleaning 43000 clauses out of 86011 with flag 9632835/980006
1734.39/1700.68	c cleaning 43995 clauses out of 88005 with flag 10143561/1025000
1848.46/1813.21	c cleaning 45003 clauses out of 90011 with flag 10597517/1071001
1963.83/1927.25	c cleaning 46002 clauses out of 92009 with flag 10991376/1118002
2085.09/2044.62	c cleaning 46995 clauses out of 94006 with flag 11391750/1166001
2209.11/2166.66	c cleaning 48001 clauses out of 96011 with flag 11983234/1215001
2338.68/2291.77	c cleaning 49006 clauses out of 98011 with flag 12611279/1265002
2393.06/2344.38	c cleaning 49971 clauses out of 100007 with flag 13157343/1316004
2489.12/2439.96	c cleaning 50979 clauses out of 102033 with flag 13768106/1368001
2577.84/2528.50	c cleaning 51986 clauses out of 104053 with flag 14419610/1421000
2656.84/2606.24	c cleaning 52919 clauses out of 106068 with flag 15181119/1475001
2734.76/2682.89	c cleaning 53951 clauses out of 108149 with flag 15954381/1530001
2818.43/2765.91	c cleaning 54980 clauses out of 110199 with flag 16768005/1586002
2908.66/2854.34	c cleaning 55988 clauses out of 112217 with flag 17624658/1643000
2988.33/2932.50	c cleaning 56961 clauses out of 114233 with flag 18511528/1701004
3107.43/3049.96	c cleaning 57972 clauses out of 116268 with flag 19399072/1760000
3206.71/3147.51	c cleaning 58979 clauses out of 118297 with flag 20364435/1820001
3303.39/3242.62	c cleaning 59997 clauses out of 120317 with flag 21305951/1881000
3396.18/3334.91	c cleaning 60996 clauses out of 122320 with flag 22151373/1943000
3494.00/3431.51	c cleaning 62003 clauses out of 124327 with flag 23118055/2006003
3589.71/3526.28	c cleaning 62998 clauses out of 126321 with flag 24114233/2070000
3600.09/3535.91	c starts		: 2458
3600.09/3535.91	c conflicts		: 2079742
3600.09/3535.92	c decisions		: 4668734
3600.09/3535.92	c propagations		: 68365731
3600.09/3535.92	c inspects		: 9647800380
3600.09/3535.92	c shortcuts		: 0
3600.09/3535.92	c learnt literals	: 0
3600.09/3535.92	c learnt binary clauses	: 0
3600.09/3535.92	c learnt ternary clauses	: 0
3600.09/3535.92	c learnt constraints	: 2079742
3600.09/3535.92	c ignored constraints	: 0
3600.09/3535.92	c root simplifications	: 0
3600.09/3535.92	c removed literals (reason simplification)	: 17505730
3600.09/3535.92	c reason swapping (by a shorter reason)	: 0
3600.09/3535.92	c Calls to reduceDB	: 60
3600.09/3535.92	c Number of update (reduction) of LBD	: 1303853
3600.09/3535.92	c Imported unit clauses	: 0
3600.09/3535.92	c No decision after first conflict	: false
3600.09/3535.92	c number of reductions to clauses (during analyze)	: 0
3600.09/3535.92	c number of learned constraints concerned by reduction	: 0
3600.09/3535.92	c number of learning phase by resolution	: 0
3600.09/3535.92	c number of learning phase by cutting planes	: 0
3600.09/3535.92	c number of rounding to 1 operations	: 0
3600.09/3535.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3535.92	c number of reductions of the coefficients by power 2 	: 0
3600.09/3535.92	c number of right shift for reduction by power 2 	: 0
3600.09/3535.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3535.92	c number of ending skipping 	: 0
3600.09/3535.92	c number of internal skipping 	: 0
3600.09/3535.92	c number of derivation steps 	: 0
3600.09/3535.92	c number of skipped derivation steps 	: 0
3600.09/3535.92	c number of remaining unassigned 	: 0
3600.09/3535.92	c number of remaining assigned 	: 0
3600.09/3535.92	c number of falsified literals weakened from reason	: 0
3600.09/3535.92	c number of falsified literals weakened from conflict	: 0
3600.09/3535.92	c time for arithmetic operations	: 0
3600.09/3535.92	c minimum degree of deleted constraints	: null
3600.09/3535.93	c maximum degree of deleted constraints	: null
3600.09/3535.93	c number of deleted constraints	: 0
3600.09/3535.93	c timeout
3600.09/3535.93	c speed (assignments/second)	: 19336.578736354728
3600.09/3535.93	c non guided choices	: 7010
3600.09/3535.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 73065
3600.09/3535.97	s UNKNOWN
3600.09/3535.98	c Total wall clock time (in seconds): 3535.699

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: 63665 MiB (63191 MiB free)
  memory of node 1: 64507 MiB (63946 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 1.06 2.17 2.87 2/290 13961
/proc/meminfo: memFree=130166380/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=18130736 memory=24756 CPUtime=0.01 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 2302 0 188 0 0 1 0 0 20 0 7 0 30328232 18565873664 6189 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16784588 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4532684 6189 3136 1 0 540973 0
[pid=13922/tid=13936] ppid=13917 vsize=18130736 memory=4026532124 CPUtime=0 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) D 13917 13922 13865 0 -1 4194368 1780 0 114 0 0 0 0 0 20 0 7 0 30328238 18565873664 6221 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16784588 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 24756 KiB

[startup+0.205765 s]*
/proc/loadavg: 1.06 2.17 2.87 6/336 14007
/proc/meminfo: memFree=130087444/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=18930384 memory=52800 CPUtime=0.07 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 5776 0 419 0 4 3 0 0 20 0 18 0 30328232 19384713216 13200 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4732596 13200 5226 1 0 547177 0
[pid=13922/tid=13936] ppid=13917 vsize=18930384 memory=3472328132922704156 CPUtime=0.04 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 4646 0 310 0 2 2 0 0 20 0 18 0 30328238 19384713216 13200 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=18930384 memory=16912 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30328248 19384713216 13200 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 30328249 19384713216 13200 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52800 KiB

[startup+0.305966 s]*
/proc/loadavg: 1.06 2.17 2.87 13/336 14007
/proc/meminfo: memFree=130056772/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=18930384 memory=62532 CPUtime=0.23 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 6576 0 425 0 20 3 0 0 20 0 18 0 30328232 19384713216 15633 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4732596 15633 5354 1 0 547839 0
[pid=13922/tid=13936] ppid=13917 vsize=18930384 memory=-6000919472773359982 CPUtime=0.13 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 5091 0 313 0 11 2 0 0 20 0 18 0 30328238 19384713216 15633 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=18930384 memory=-4421386509183444838 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30328248 19384713216 15633 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 18 0 30328249 19384713216 15633 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62532 KiB

[startup+0.70024 s]
/proc/loadavg: 1.06 2.17 2.87 12/340 14015
/proc/meminfo: memFree=129959380/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=18996948 memory=113840 CPUtime=0.99 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 10092 0 425 0 93 6 0 0 20 0 19 0 30328232 19452874752 28460 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4749237 28460 5386 1 0 550594 0
[pid=13922/tid=13936] ppid=13917 vsize=18996948 memory=17280 CPUtime=0.45 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 5219 0 313 0 41 4 0 0 20 0 19 0 30328238 19452874752 28460 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=18996948 memory=11008 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30328248 19452874752 28460 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=18996948 memory=5760 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 30328249 19452874752 28460 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=18996948 memory=2372 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30328268 19452874752 28460 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 113840 KiB

[startup+1.50024 s]
/proc/loadavg: 1.06 2.17 2.87 5/297 14032
/proc/meminfo: memFree=129896140/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=170304 CPUtime=2.52 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 14102 0 425 0 241 11 0 0 20 0 20 0 30328232 19521036288 42576 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 42576 5418 1 0 551456 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=0 CPUtime=1.2 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 5519 0 313 0 113 7 0 0 20 0 20 0 30328238 19521036288 42576 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 42576 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 28 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 42576 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=2372 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 42576 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170304 KiB

[startup+3.10664 s]
/proc/loadavg: 1.06 2.17 2.87 6/321 14176
/proc/meminfo: memFree=129581380/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=226412 CPUtime=4.93 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 18479 0 425 0 474 19 0 0 20 0 20 0 30328232 19521036288 56603 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 56603 5418 1 0 551516 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=0 CPUtime=2.69 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 6419 0 313 0 257 12 0 0 20 0 20 0 30328238 19521036288 56603 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 56603 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=-6000919477068327278 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 46 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 56603 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 56603 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 4.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 226412 KiB

[startup+6.30022 s]
/proc/loadavg: 1.53 2.25 2.89 5/344 14210
/proc/meminfo: memFree=128292988/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=555504 CPUtime=8.28 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 19034 0 425 0 801 27 0 0 20 0 20 0 30328232 19521036288 138876 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 138876 5418 1 0 658039 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=0 CPUtime=5.81 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 6585 0 313 0 562 19 0 0 20 0 20 0 30328238 19521036288 138876 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=8514701219781572766 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 138876 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=348292 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 46 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 138876 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 138876 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 555504 KiB

[startup+12.7002 s]
/proc/loadavg: 1.81 2.30 2.91 6/344 14277
/proc/meminfo: memFree=127017504/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=750512 CPUtime=15.05 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 22515 0 425 0 1466 39 0 0 20 0 20 0 30328232 19521036288 187628 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 187628 5418 1 0 659470 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=0 CPUtime=12.02 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 7389 0 313 0 1174 28 0 0 20 0 20 0 30328238 19521036288 187628 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=11008 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 187628 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=709464 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 46 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 187628 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=2372 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 187628 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 15.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 750512 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 2.40 2.93 5/344 14277
/proc/meminfo: memFree=123820468/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=1653012 CPUtime=28.18 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 25862 0 425 0 2754 64 0 0 20 0 20 0 30328232 19521036288 413253 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 413253 5418 1 0 786897 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=0 CPUtime=24.39 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 9113 0 313 0 2391 48 0 0 20 0 20 0 30328238 19521036288 413253 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=1653012 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 413253 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 46 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 413253 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 413253 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 28.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1653012 KiB

[startup+51.106 s]
/proc/loadavg: 3.11 2.57 2.97 5/345 14278
/proc/meminfo: memFree=121689792/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=2566636 CPUtime=54.35 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 30635 0 425 0 5337 98 0 0 20 0 20 0 30328232 19521036288 641659 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 641659 5450 1 0 786901 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=14464 CPUtime=49.27 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 11291 0 313 0 4856 71 0 0 20 0 20 0 30328238 19521036288 641659 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=1909220 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 641659 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=1909220 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 46 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 641659 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 641659 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0

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

Current children cumulated CPU time: 3283.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3941952 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.34 4.25 5/346 14622
/proc/meminfo: memFree=81989664/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=3941952 CPUtime=3343.55 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 199236 0 425 0 332885 1470 0 0 20 0 20 0 30328232 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 985488 5450 1 0 997901 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=14464 CPUtime=3212.17 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 104073 0 313 0 319894 1323 0 0 20 0 20 0 30328238 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 2458 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=-6000919477068327278 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 3343.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3941952 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.31 4.25 5/346 14624
/proc/meminfo: memFree=81456568/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=3941952 CPUtime=3403.65 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 202315 0 425 0 338872 1493 0 0 20 0 20 0 30328232 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 985488 5450 1 0 997901 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=3941952 CPUtime=3271.47 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 106241 0 313 0 325803 1344 0 0 20 0 20 0 30328238 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=12416 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 2538 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 3403.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3941952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.29 4.25 5/345 14626
/proc/meminfo: memFree=80858396/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=3941952 CPUtime=3464.54 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 206353 0 425 0 344939 1515 0 0 20 0 20 0 30328232 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 985488 5450 1 0 997901 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=12416 CPUtime=3330.5 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 108330 0 313 0 331685 1365 0 0 20 0 20 0 30328238 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=2372 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 2587 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 3464.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3941952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.25 4.23 5/343 14628
/proc/meminfo: memFree=80324608/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=3941952 CPUtime=3525.35 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 206503 0 425 0 350997 1538 0 0 20 0 20 0 30328232 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 985488 5450 1 0 997901 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=12416 CPUtime=3389.55 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 108413 0 313 0 337569 1386 0 0 20 0 20 0 30328238 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=2372 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 2591 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 3525.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3941952 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.24 4.23 5/343 14630
/proc/meminfo: memFree=79738668/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=3941952 CPUtime=3585.82 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 209867 0 425 0 357027 1555 0 0 20 0 20 0 30328232 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 985488 5450 1 0 997901 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=3941952 CPUtime=3448.43 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 110705 0 313 0 343440 1403 0 0 20 0 20 0 30328238 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 2591 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 3585.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3941952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3535.9 s]
/proc/loadavg: 4.12 4.22 4.22 5/343 14630
/proc/meminfo: memFree=79587256/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19063512 memory=3941952 CPUtime=3600.09 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 212115 0 425 0 358447 1562 0 0 20 0 20 0 30328232 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4765878 985488 5450 1 0 997901 0
[pid=13922/tid=13936] ppid=13917 vsize=19063512 memory=3941952 CPUtime=3461.82 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) R 13917 13922 13865 0 -1 4194368 111960 0 313 0 344772 1410 0 0 20 0 20 0 30328238 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30328248 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 2591 0 1 0 0 0 0 0 20 0 20 0 30328249 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14011] ppid=13917 vsize=19063512 memory=3941952 CPUtime=0 cores=4,6
/proc/13922/task/14011/stat : 14011 (Timer-0) S 13917 13922 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30328268 19521036288 985488 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3941952 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.59 s, system=15.6541 s

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

[startup+3536 s]*
/proc/loadavg: 4.12 4.22 4.22 4/338 14633
/proc/meminfo: memFree=79577016/131249996 swapFree=33010684/33010684
[pid=13922] ppid=13917 vsize=19263204 memory=3942060 CPUtime=3600.22 cores=4,6
/proc/13922/stat : 13922 (java) S 13917 13922 13865 0 -1 4194304 213721 0 425 0 358459 1563 0 0 20 0 15 0 30328232 19725520896 985515 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
/proc/13922/statm: 4815801 985515 5450 1 0 998841 0
[pid=13922/tid=13936] ppid=13917 vsize=19263204 memory=4352 CPUtime=3461.85 cores=4,6
/proc/13922/task/13936/stat : 13936 (java) D 13917 13922 13865 0 -1 4194368 112155 0 313 0 344774 1411 0 0 20 0 15 0 30328238 19725520896 985515 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=13975] ppid=13917 vsize=19263204 memory=1792 CPUtime=0 cores=4,6
/proc/13922/task/13975/stat : 13975 (Finalizer) S 13917 13922 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 15 0 30328248 19725520896 985515 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
[pid=13922/tid=14004] ppid=13917 vsize=19263204 memory=4283091034323971738 CPUtime=0 cores=4,6
/proc/13922/task/14004/stat : 14004 (Common-Cleaner) S 13917 13922 13865 0 -1 4194368 2591 0 1 0 0 0 0 0 20 0 15 0 30328249 19725520896 985515 18446744073709551615 94328966873088 94328966876784 140731659066720 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94328966884600 94328966885392 94328983236608 140731659073840 140731659074022 140731659074022 140731659079624 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3942060 KiB

[startup+3536.41 s]
/proc/loadavg: 4.12 4.22 4.22 4/325 14633
/proc/meminfo: memFree=79576392/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3536.6 s]
/proc/loadavg: 4.12 4.22 4.22 4/325 14633
/proc/meminfo: memFree=79576392/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3536.63
CPU time (s): 3600.25
CPU user time (s): 3584.59
CPU system time (s): 15.6541
CPU usage (%): 101.799
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3942060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.59
system time used= 15.6541
maximum resident set size= 3942848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213748
page faults= 425
swaps= 0
block input operations= 32200
block output operations= 22052624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124053
involuntary context switches= 20007


# summary of solver processes directly reported to runsolver:
#   pid: 13922
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3584.59
#   total CPU system time (s): 15.6541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97581 second user time and 18.1159 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-28 23:34:46
IDJOB=4492517
IDBENCH=147799
IDSOLVER=3364
FILE ID=nodeC030/4492517-1751146486
RUNJOBID= nodeC030-1751146486-13876
SLURM_JOB_ID= 9587459
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492517-1751146486/watcher-4492517-1751146486 -o /tmp/evaluation-result-4492517-1751146486/solver-4492517-1751146486 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13876 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492517-1751146486 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492517-1751146486.opb

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

MD5SUM BENCH= 6044de22cb53e30f42c02ea5aa70d3e7
RANDOM SEED=74448664

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130190180 kB
MemAvailable:   129808272 kB
Buffers:            3280 kB
Cached:           401236 kB
SwapCached:            0 kB
Active:           286364 kB
Inactive:         178720 kB
Active(anon):      78632 kB
Inactive(anon):        0 kB
Active(file):     207732 kB
Inactive(file):   178720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1944 kB
Writeback:             0 kB
AnonPages:         63584 kB
Mapped:           102676 kB
Shmem:             18064 kB
KReclaimable:      84684 kB
Slab:             166512 kB
SReclaimable:      84684 kB
SUnreclaim:        81828 kB
KernelStack:        4008 kB
PageTables:         2656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-06-29 00:33:43