Trace number 4543719

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 2025-06-06? (TO) 3600.18 3589.7

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_30_096.opb
MD5SUMfedac043231dc7d3bd4ac0917a28b068
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 benchmark6.12995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables279390
Total number of constraints5791
Number of constraints which are clauses2911
Number of constraints which are cardinality constraints (but not clauses)2880
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint97
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 98
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4543719-1753231309.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
3.25/2.16	c ... done. Wall clock time 2.015s.
3.25/2.16	c declared #vars     279390
3.25/2.16	c #constraints  5791
3.25/2.16	c constraints type 
3.25/2.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2880
3.25/2.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2911
3.25/2.16	c 5791 constraints processed.
9.15/7.40	c cleaning 2496 clauses out of 5003 with flag 31384/5003
17.46/15.68	c cleaning 4250 clauses out of 8505 with flag 74501/11001
27.75/25.99	c cleaning 5626 clauses out of 11257 with flag 130312/18003
41.12/39.32	c cleaning 6807 clauses out of 13630 with flag 187277/26002
56.91/55.16	c cleaning 7907 clauses out of 15822 with flag 248655/35001
76.37/74.61	c cleaning 8954 clauses out of 17914 with flag 316482/45000
95.71/93.97	c cleaning 9971 clauses out of 19960 with flag 400767/56000
120.27/118.51	c cleaning 10985 clauses out of 21990 with flag 496912/68001
150.09/148.22	c cleaning 11995 clauses out of 24004 with flag 598887/81000
185.44/183.31	c cleaning 13001 clauses out of 26009 with flag 709348/95000
224.68/222.62	c cleaning 13993 clauses out of 28008 with flag 826267/110000
264.74/262.42	c cleaning 15004 clauses out of 30015 with flag 951591/126000
307.12/304.53	c cleaning 16006 clauses out of 32016 with flag 1087912/143005
353.55/351.08	c cleaning 17001 clauses out of 34007 with flag 1231896/161002
404.96/402.26	c cleaning 17996 clauses out of 36005 with flag 1380947/180001
464.88/461.97	c cleaning 19004 clauses out of 38009 with flag 1547255/200001
518.64/515.52	c cleaning 20000 clauses out of 40006 with flag 1720449/221002
571.21/567.93	c cleaning 20999 clauses out of 42006 with flag 1902901/243002
627.98/624.53	c cleaning 21997 clauses out of 44005 with flag 2098443/266000
688.66/685.04	c cleaning 23005 clauses out of 46015 with flag 2305477/290007
759.59/755.89	c cleaning 23995 clauses out of 48005 with flag 2520519/315002
832.59/828.79	c cleaning 24999 clauses out of 50008 with flag 2752757/341000
909.83/905.84	c cleaning 25994 clauses out of 52009 with flag 2973823/368000
996.33/991.31	c cleaning 27005 clauses out of 54018 with flag 3213483/396003
1093.54/1088.44	c cleaning 28004 clauses out of 56013 with flag 3456076/425003
1201.05/1195.59	c cleaning 28999 clauses out of 58006 with flag 3716229/455000
1317.53/1311.91	c cleaning 30001 clauses out of 60008 with flag 3977775/486001
1433.48/1427.89	c cleaning 31000 clauses out of 62006 with flag 4238705/518000
1557.21/1551.25	c cleaning 31999 clauses out of 64010 with flag 4522267/551004
1693.14/1686.82	c cleaning 32993 clauses out of 66009 with flag 4800043/585002
1839.60/1832.08	c cleaning 34001 clauses out of 68015 with flag 5102051/620001
1980.78/1972.90	c cleaning 35001 clauses out of 70013 with flag 5416392/656000
2113.44/2105.60	c cleaning 35997 clauses out of 72012 with flag 5732633/693000
2270.50/2262.42	c cleaning 36999 clauses out of 74015 with flag 6062316/731000
2438.55/2430.27	c cleaning 38005 clauses out of 76019 with flag 6404986/770003
2594.72/2586.15	c cleaning 39005 clauses out of 78011 with flag 6748045/810000
2781.68/2771.55	c cleaning 39990 clauses out of 80006 with flag 7123528/851000
2968.33/2958.21	c cleaning 41006 clauses out of 82016 with flag 7508519/893000
3148.49/3138.49	c cleaning 42003 clauses out of 84010 with flag 7883352/936000
3338.60/3328.44	c cleaning 42997 clauses out of 86008 with flag 8262455/980001
3519.08/3508.78	c cleaning 43998 clauses out of 88010 with flag 8666953/1025000
3600.04/3589.61	c starts		: 1
3600.04/3589.61	c timeout
3600.04/3589.62	c conflicts		: 1046440
3600.04/3589.62	c decisions		: 1168040
3600.04/3589.62	c propagations		: 14248629
3600.04/3589.62	c inspects		: 5392613309
3600.04/3589.62	c shortcuts		: 0
3600.04/3589.62	c learnt literals	: 0
3600.04/3589.62	c learnt binary clauses	: 0
3600.04/3589.62	c learnt ternary clauses	: 0
3600.04/3589.62	c learnt constraints	: 1046440
3600.04/3589.62	c ignored constraints	: 0
3600.04/3589.62	c root simplifications	: 0
3600.04/3589.62	c removed literals (reason simplification)	: 3968234
3600.04/3589.62	c reason swapping (by a shorter reason)	: 0
3600.04/3589.62	c Calls to reduceDB	: 41
3600.04/3589.62	c Number of update (reduction) of LBD	: 586659
3600.04/3589.62	c Imported unit clauses	: 0
3600.04/3589.62	c No decision after first conflict	: false
3600.04/3589.62	c number of reductions to clauses (during analyze)	: 0
3600.04/3589.62	c number of learned constraints concerned by reduction	: 0
3600.04/3589.62	c number of learning phase by resolution	: 0
3600.04/3589.62	c number of learning phase by cutting planes	: 0
3600.04/3589.62	c number of rounding to 1 operations	: 0
3600.04/3589.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3589.62	c number of reductions of the coefficients by power 2 	: 0
3600.04/3589.62	c number of right shift for reduction by power 2 	: 0
3600.04/3589.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3589.62	c number of ending skipping 	: 0
3600.04/3589.62	c number of internal skipping 	: 0
3600.04/3589.62	c number of derivation steps 	: 0
3600.04/3589.62	c number of skipped derivation steps 	: 0
3600.04/3589.62	c number of remaining unassigned 	: 0
3600.04/3589.62	c number of remaining assigned 	: 0
3600.04/3589.62	c number of falsified literals weakened from reason	: 0
3600.04/3589.62	c number of falsified literals weakened from conflict	: 0
3600.04/3589.62	c time for arithmetic operations	: 0
3600.04/3589.63	c minimum degree of deleted constraints	: null
3600.04/3589.63	c maximum degree of deleted constraints	: null
3600.04/3589.63	c number of deleted constraints	: 0
3600.04/3589.63	c speed (assignments/second)	: 3971.8030598927485
3600.04/3589.63	c non guided choices	: 4563
3600.04/3589.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 65452
3600.04/3589.67	s UNKNOWN
3600.04/3589.67	c Total wall clock time (in seconds): 3589.536

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60919 MiB free)
  memory of node 1: 64465 MiB (61439 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543719-1753231309/watcher-4543719-1753231309 -o /tmp/evaluation-result-4543719-1753231309/solver-4543719-1753231309 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753224118-216817 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4543719-1753231309.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=217828, runsolver pid=217825

[startup+0.10006 s]*
/proc/loadavg: 4.11 4.11 4.09 6/338 217846
/proc/meminfo: memFree=125274268/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=18930384 memory=57732 CPUtime=0.12 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 6570 0 0 0 10 2 0 0 20 0 18 0 238809663 19384713216 14433 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4732596 14433 5340 1 0 547619 0
[pid=217828/tid=217830] ppid=217825 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 5064 0 0 0 6 1 0 0 20 0 18 0 238809664 19384713216 14433 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238809666 19384713216 14433 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=18930384 memory=57385981077077 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238809667 19384713216 14433 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57732 KiB

[startup+0.206113 s]*
/proc/loadavg: 4.11 4.11 4.09 6/338 217846
/proc/meminfo: memFree=125225164/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=18930384 memory=133528 CPUtime=0.32 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 7033 0 0 0 28 4 0 0 20 0 18 0 238809663 19384713216 33382 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4732596 33382 5436 1 0 547890 0
[pid=217828/tid=217830] ppid=217825 vsize=18930384 memory=4027056412 CPUtime=0.17 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 5293 0 0 0 15 2 0 0 20 0 18 0 238809664 19384713216 33894 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=18930384 memory=17913 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238809666 19384713216 33894 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238809667 19384713216 33894 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 133528 KiB

[startup+0.306884 s]*
/proc/loadavg: 4.11 4.11 4.09 7/339 217847
/proc/meminfo: memFree=125167632/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=18996948 memory=177208 CPUtime=0.5 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 8653 0 0 0 46 4 0 0 20 0 19 0 238809663 19452874752 44302 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4749237 44302 5468 1 0 549176 0
[pid=217828/tid=217830] ppid=217825 vsize=18996948 memory=-8816748883273818812 CPUtime=0.24 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 5301 0 0 0 21 3 0 0 20 0 19 0 238809664 19452874752 44302 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238809666 19452874752 44302 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238809667 19452874752 44302 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 177208 KiB

[startup+0.700218 s]
/proc/loadavg: 4.11 4.11 4.09 5/339 217847
/proc/meminfo: memFree=124567096/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=18996948 memory=1470344 CPUtime=1.22 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 11109 0 0 0 92 30 0 0 20 0 19 0 238809663 19452874752 367074 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4749237 367586 5468 1 0 994652 0
[pid=217828/tid=217830] ppid=217825 vsize=18996948 memory=22272 CPUtime=0.61 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 5932 0 0 0 33 28 0 0 20 0 19 0 238809664 19452874752 367586 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238809666 19452874752 367586 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238809667 19452874752 367586 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1470344 KiB

[startup+1.50022 s]
/proc/loadavg: 4.27 4.14 4.10 6/318 217850
/proc/meminfo: memFree=125151852/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=18996948 memory=2331124 CPUtime=2.56 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 15270 0 0 0 209 47 0 0 20 0 19 0 238809663 19452874752 582781 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4749237 582781 5500 1 0 1621917 0
[pid=217828/tid=217830] ppid=217825 vsize=18996948 memory=3200 CPUtime=1.27 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 6361 0 0 0 83 44 0 0 20 0 19 0 238809664 19452874752 582781 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238809666 19452874752 582781 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238809667 19452874752 582781 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2331124 KiB

[startup+3.10583 s]
/proc/loadavg: 4.27 4.14 4.10 7/340 217915
/proc/meminfo: memFree=123084752/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=3139476 CPUtime=4.74 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 16543 0 0 0 410 64 0 0 20 0 20 0 238809663 19521036288 784869 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 784869 5500 1 0 2311645 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=10752 CPUtime=2.7 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 6694 0 0 0 214 56 0 0 20 0 20 0 238809664 19521036288 784869 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 784869 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 784869 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 784869 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3139476 KiB

[startup+6.30016 s]
/proc/loadavg: 4.24 4.14 4.10 5/340 217915
/proc/meminfo: memFree=123019616/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=3170480 CPUtime=7.97 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 16573 0 0 0 733 64 0 0 20 0 20 0 238809663 19521036288 792620 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 792620 5500 1 0 2311645 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=0 CPUtime=5.89 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 6710 0 0 0 532 57 0 0 20 0 20 0 238809664 19521036288 792620 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 792620 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=-8816748883273818812 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 792620 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 792620 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3170480 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.14 4.10 5/340 217982
/proc/meminfo: memFree=121541196/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=3230428 CPUtime=14.56 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 18079 0 0 0 1390 66 0 0 20 0 20 0 238809663 19521036288 807607 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 807607 5532 1 0 2312114 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=0 CPUtime=12.25 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 6777 0 0 0 1167 58 0 0 20 0 20 0 238809664 19521036288 807607 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 807607 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 807607 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=3222236 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 807607 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 14.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3230428 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.13 4.10 5/340 217983
/proc/meminfo: memFree=121082320/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=3347164 CPUtime=27.34 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 19077 0 0 0 2666 68 0 0 20 0 20 0 238809663 19521036288 836791 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 836791 5532 1 0 2312114 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=3172528 CPUtime=25.02 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 7243 0 0 0 2442 60 0 0 20 0 20 0 238809664 19521036288 836791 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=2724448 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 836791 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=3246812 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 836791 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 836791 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 27.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3347164 KiB

[startup+51.106 s]
/proc/loadavg: 4.17 4.13 4.10 5/340 217983
/proc/meminfo: memFree=120463572/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=3562204 CPUtime=52.91 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 22384 0 0 0 5217 74 0 0 20 0 20 0 238809663 19521036288 890551 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 890551 5532 1 0 2312114 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=3519196 CPUtime=50.55 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 8900 0 0 0 4990 65 0 0 20 0 20 0 238809664 19521036288 890551 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 890551 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=3525340 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 890551 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=3484380 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 890551 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0

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

/proc/meminfo: memFree=106394280/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3232.41 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 222815 0 0 0 322983 258 0 0 20 0 20 0 238809663 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 1883520 5532 1 0 2313718 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3202.71 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 96988 0 0 0 320183 88 0 0 20 0 20 0 238809664 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 3161 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=-8816748883273818812 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 3232.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7534080 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/341 218160
/proc/meminfo: memFree=106369472/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3292.6 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 225806 0 0 0 329000 260 0 0 20 0 20 0 238809663 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 1883520 5532 1 0 2313718 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3262.24 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 97490 0 0 0 326136 88 0 0 20 0 20 0 238809664 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 3203 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=-8816748883273818812 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 3292.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7534080 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.15 4.11 5/340 218162
/proc/meminfo: memFree=106369804/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3352.47 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 228635 0 0 0 334985 262 0 0 20 0 20 0 238809663 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 1883520 5532 1 0 2313718 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=22272 CPUtime=3322.09 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 100159 0 0 0 332120 89 0 0 20 0 20 0 238809664 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 3204 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 3352.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7534080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/340 218163
/proc/meminfo: memFree=106368916/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3412.58 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 232414 0 0 0 340994 264 0 0 20 0 20 0 238809663 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 1883520 5532 1 0 2313718 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=22272 CPUtime=3381.71 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 101464 0 0 0 338082 89 0 0 20 0 20 0 238809664 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 3237 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 3412.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7534080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/341 218166
/proc/meminfo: memFree=106368804/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3472.78 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 236754 0 0 0 347013 265 0 0 20 0 20 0 238809663 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 1883520 5532 1 0 2313718 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3441.23 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 103315 0 0 0 344034 89 0 0 20 0 20 0 238809664 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 3324 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 3472.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7534080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/341 218168
/proc/meminfo: memFree=106370056/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3532.88 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 241774 0 0 0 353021 267 0 0 20 0 20 0 238809663 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 1883520 5532 1 0 2313718 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=22272 CPUtime=3500.84 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 105719 0 0 0 349994 90 0 0 20 0 20 0 238809664 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=21484 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 3415 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 3532.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7534080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/341 218170
/proc/meminfo: memFree=106369436/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3592.75 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 243257 0 0 0 359006 269 0 0 20 0 20 0 238809663 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 1883520 5532 1 0 2313718 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3560.69 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 107088 0 0 0 355979 90 0 0 20 0 20 0 238809664 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=7534080 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 3502 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 3592.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7534080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.6 s]
/proc/loadavg: 4.08 4.11 4.09 4/316 218205
/proc/meminfo: memFree=114193912/131249992 swapFree=33003724/33010684
[pid=217828] ppid=217825 vsize=19063512 memory=7534080 CPUtime=3600.04 cores=1,3
/proc/217828/stat : 217828 (java) S 217825 217828 216805 0 -1 4194304 243443 0 0 0 359735 269 0 0 20 0 20 0 238809663 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
/proc/217828/statm: 4765878 1883520 5532 1 0 2313718 0
[pid=217828/tid=217830] ppid=217825 vsize=19063512 memory=22272 CPUtime=3567.98 cores=1,3
/proc/217828/task/217830/stat : 217830 (java) R 217825 217828 216805 0 -1 4194368 107271 0 0 0 356708 90 0 0 20 0 20 0 238809664 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217839] ppid=217825 vsize=19063512 memory=-8816748883273818812 CPUtime=0 cores=1,3
/proc/217828/task/217839/stat : 217839 (Finalizer) S 217825 217828 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238809666 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217846] ppid=217825 vsize=19063512 memory=21484 CPUtime=0 cores=1,3
/proc/217828/task/217846/stat : 217846 (Common-Cleaner) S 217825 217828 216805 0 -1 4194368 3502 0 0 0 0 0 0 0 20 0 20 0 238809667 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
[pid=217828/tid=217886] ppid=217825 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/217828/task/217886/stat : 217886 (Timer-0) S 217825 217828 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238809881 19521036288 1883520 18446744073709551615 94844428095488 94844428099184 140723286459136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94844428107000 94844428107792 94844431224832 140723286460799 140723286460900 140723286460900 140723286466504 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7534080 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.46 s, system=2.72504 s

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

Child status: 143

Real time (s): 3589.7
CPU time (s): 3600.18
CPU user time (s): 3597.46
CPU system time (s): 2.72504
CPU usage (%): 100.292
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7534080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.46
system time used= 2.72504
maximum resident set size= 7535104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246309
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127262
involuntary context switches= 6585


# summary of solver processes directly reported to runsolver:
#   pid: 217828
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.46
#   total CPU system time (s): 2.72504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4067 second user time and 14.7983 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-23 02:41:49
IDJOB=4543719
IDBENCH=174564
IDSOLVER=3363
FILE ID=nodeC025/4543719-1753231309
RUNJOBID= nodeC025-1753224118-216817
SLURM_JOB_ID= 9687832
Free space on /tmp= 431852 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_30_096.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543719-1753231309/watcher-4543719-1753231309 -o /tmp/evaluation-result-4543719-1753231309/solver-4543719-1753231309 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753224118-216817 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543719-1753231309.opb

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

MD5SUM BENCH= fedac043231dc7d3bd4ac0917a28b068
RANDOM SEED=2020012850

nodeC025 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		: 3599.843
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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.124
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	: 6999.67
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		: 3599.413
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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.834
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	: 6999.67
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		: 3599.836
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	: 6999.67
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		: 3599.837
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	: 6999.67
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.295
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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.239
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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        125295620 kB
MemAvailable:   125510608 kB
Buffers:            2128 kB
Cached:           958688 kB
SwapCached:         2132 kB
Active:          4916876 kB
Inactive:         304028 kB
Active(anon):    4254076 kB
Inactive(anon):    27612 kB
Active(file):     662800 kB
Inactive(file):   276416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6524 kB
Writeback:             0 kB
AnonPages:       4261092 kB
Mapped:           123072 kB
Shmem:             21600 kB
KReclaimable:     230024 kB
Slab:             327712 kB
SReclaimable:     230024 kB
SUnreclaim:        97688 kB
KernelStack:        5184 kB
PageTables:        12184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7070272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4063232 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431848 MiB
End job on nodeC025 at 2025-07-23 03:41:39