Trace number 4543720

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.2 3572.71

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.07	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.12	c Pseudo Boolean Optimization by upper bound
0.12/0.12	c --- Begin Solver configuration ---
0.12/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.12	c Learn all clauses as in MiniSAT
0.12/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.12	c Expensive reason simplification
0.12/0.12	c Glucose 2.1 dynamic restart strategy
0.12/0.12	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.12	c timeout=2147483s
0.12/0.12	c DB Simplification allowed=false
0.12/0.12	c Listener: none
0.12/0.12	c --- End Solver configuration ---
0.12/0.12	c solving HOME/instance-4543720-1753228370.opb
0.12/0.12	c reading problem ... 
0.12/0.12	c using VERIPB proof format
0.12/0.13	c  no objective function found
3.15/2.09	c ... done. Wall clock time 1.97s.
3.15/2.09	c declared #vars     279390
3.15/2.09	c #constraints  5791
3.15/2.09	c constraints type 
3.15/2.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2880
3.15/2.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2911
3.15/2.10	c 5791 constraints processed.
10.86/8.19	c cleaning 2496 clauses out of 5003 with flag 31384/5003
20.58/17.53	c cleaning 4250 clauses out of 8505 with flag 74501/11001
31.76/28.72	c cleaning 5626 clauses out of 11257 with flag 130312/18003
46.90/43.62	c cleaning 6807 clauses out of 13630 with flag 187277/26002
63.68/60.23	c cleaning 7907 clauses out of 15822 with flag 248655/35001
85.29/81.61	c cleaning 8954 clauses out of 17914 with flag 316482/45000
106.48/102.54	c cleaning 9971 clauses out of 19960 with flag 400767/56000
132.84/128.83	c cleaning 10985 clauses out of 21990 with flag 496912/68001
164.86/160.61	c cleaning 11995 clauses out of 24004 with flag 598887/81000
201.11/196.65	c cleaning 13001 clauses out of 26009 with flag 709348/95000
243.33/238.47	c cleaning 13993 clauses out of 28008 with flag 826267/110000
285.39/280.27	c cleaning 15004 clauses out of 30015 with flag 951591/126000
330.09/324.68	c cleaning 16006 clauses out of 32016 with flag 1087912/143005
380.24/374.57	c cleaning 17001 clauses out of 34007 with flag 1231896/161002
435.15/429.21	c cleaning 17996 clauses out of 36005 with flag 1380947/180001
498.58/492.45	c cleaning 19004 clauses out of 38009 with flag 1547255/200001
555.97/549.28	c cleaning 20000 clauses out of 40006 with flag 1720449/221002
611.53/604.50	c cleaning 20999 clauses out of 42006 with flag 1902901/243002
671.44/664.29	c cleaning 21997 clauses out of 44005 with flag 2098443/266000
737.88/729.14	c cleaning 23005 clauses out of 46015 with flag 2305477/290007
813.44/804.47	c cleaning 23995 clauses out of 48005 with flag 2520519/315002
890.41/881.10	c cleaning 24999 clauses out of 50008 with flag 2752757/341000
972.17/962.39	c cleaning 25994 clauses out of 52009 with flag 2973823/368000
1062.28/1052.14	c cleaning 27005 clauses out of 54018 with flag 3213483/396003
1165.69/1155.05	c cleaning 28004 clauses out of 56013 with flag 3456076/425003
1278.53/1267.46	c cleaning 28999 clauses out of 58006 with flag 3716229/455000
1400.61/1389.06	c cleaning 30001 clauses out of 60008 with flag 3977775/486001
1524.70/1511.75	c cleaning 31000 clauses out of 62006 with flag 4238705/518000
1654.77/1641.30	c cleaning 31999 clauses out of 64010 with flag 4522267/551004
1796.98/1783.13	c cleaning 32993 clauses out of 66009 with flag 4800043/585002
1948.79/1934.53	c cleaning 34001 clauses out of 68015 with flag 5102051/620001
2099.12/2084.13	c cleaning 35001 clauses out of 70013 with flag 5416392/656000
2240.99/2224.03	c cleaning 35997 clauses out of 72012 with flag 5732633/693000
2405.38/2388.08	c cleaning 36999 clauses out of 74015 with flag 6062316/731000
2582.52/2562.73	c cleaning 38005 clauses out of 76019 with flag 6404986/770003
2745.97/2725.80	c cleaning 39005 clauses out of 78011 with flag 6748045/810000
2941.86/2919.38	c cleaning 39990 clauses out of 80006 with flag 7123528/851000
3136.94/3113.72	c cleaning 41006 clauses out of 82016 with flag 7508519/893000
3326.54/3301.42	c cleaning 42003 clauses out of 84010 with flag 7883352/936000
3525.75/3500.02	c cleaning 42997 clauses out of 86008 with flag 8262455/980001
3600.07/3572.61	c starts		: 1
3600.07/3572.61	c timeout
3600.07/3572.62	c conflicts		: 998897
3600.07/3572.62	c decisions		: 1115913
3600.07/3572.62	c propagations		: 13599384
3600.07/3572.62	c inspects		: 5099262026
3600.07/3572.62	c shortcuts		: 0
3600.07/3572.62	c learnt literals	: 0
3600.07/3572.62	c learnt binary clauses	: 0
3600.07/3572.62	c learnt ternary clauses	: 0
3600.07/3572.62	c learnt constraints	: 998897
3600.07/3572.62	c ignored constraints	: 0
3600.07/3572.62	c root simplifications	: 0
3600.07/3572.62	c removed literals (reason simplification)	: 3722202
3600.07/3572.62	c reason swapping (by a shorter reason)	: 0
3600.07/3572.62	c Calls to reduceDB	: 40
3600.07/3572.62	c Number of update (reduction) of LBD	: 562343
3600.07/3572.62	c Imported unit clauses	: 0
3600.07/3572.62	c No decision after first conflict	: false
3600.07/3572.62	c number of reductions to clauses (during analyze)	: 0
3600.07/3572.62	c number of learned constraints concerned by reduction	: 0
3600.07/3572.62	c number of learning phase by resolution	: 0
3600.07/3572.62	c number of learning phase by cutting planes	: 0
3600.07/3572.62	c number of rounding to 1 operations	: 0
3600.07/3572.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3572.62	c number of reductions of the coefficients by power 2 	: 0
3600.07/3572.62	c number of right shift for reduction by power 2 	: 0
3600.07/3572.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3572.62	c number of ending skipping 	: 0
3600.07/3572.62	c number of internal skipping 	: 0
3600.07/3572.62	c number of derivation steps 	: 0
3600.07/3572.62	c number of skipped derivation steps 	: 0
3600.07/3572.62	c number of remaining unassigned 	: 0
3600.07/3572.62	c number of remaining assigned 	: 0
3600.07/3572.62	c number of falsified literals weakened from reason	: 0
3600.07/3572.62	c number of falsified literals weakened from conflict	: 0
3600.07/3572.62	c time for arithmetic operations	: 0
3600.07/3572.62	c minimum degree of deleted constraints	: null
3600.07/3572.62	c maximum degree of deleted constraints	: null
3600.07/3572.62	c number of deleted constraints	: 0
3600.07/3572.62	c speed (assignments/second)	: 3808.821012872998
3600.07/3572.62	c non guided choices	: 4563
3600.07/3572.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 61907
3600.07/3572.67	s UNKNOWN
3600.07/3572.67	c Total wall clock time (in seconds): 3572.545

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=171199, runsolver pid=171196

[startup+0.100059 s]*
/proc/loadavg: 4.38 4.36 4.36 5/340 171217
/proc/meminfo: memFree=72944548/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=18930384 memory=57904 CPUtime=0.12 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 6602 0 0 0 11 1 0 0 20 0 18 0 238514956 19384713216 14476 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4732596 14476 5368 1 0 547641 0
[pid=171199/tid=171201] ppid=171196 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 5101 0 0 0 7 1 0 0 20 0 18 0 238514957 19384713216 14476 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238514959 19384713216 14476 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=18930384 memory=59585004324181 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238514959 19384713216 14476 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57904 KiB

[startup+0.205713 s]*
/proc/loadavg: 4.38 4.36 4.36 6/341 171218
/proc/meminfo: memFree=72850404/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=18996948 memory=156492 CPUtime=0.32 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 7124 0 0 0 29 3 0 0 20 0 19 0 238514956 19452874752 39123 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4749237 39123 5464 1 0 548196 0
[pid=171199/tid=171201] ppid=171196 vsize=18996948 memory=4026990876 CPUtime=0.18 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) S 171196 171199 170132 0 -1 4194368 5321 0 0 0 15 3 0 0 20 0 19 0 238514957 19452874752 39123 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=18996948 memory=18954 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238514959 19452874752 39123 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238514959 19452874752 39123 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 156492 KiB

[startup+0.305741 s]*
/proc/loadavg: 4.38 4.36 4.36 8/341 171218
/proc/meminfo: memFree=72825200/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=18996948 memory=177168 CPUtime=0.52 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 8667 0 0 0 48 4 0 0 20 0 19 0 238514956 19452874752 44292 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4749237 44292 5464 1 0 549177 0
[pid=171199/tid=171201] ppid=171196 vsize=18996948 memory=-8742728686649516732 CPUtime=0.24 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 5322 0 0 0 21 3 0 0 20 0 19 0 238514957 19452874752 44292 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238514959 19452874752 44292 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238514959 19452874752 44292 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 177168 KiB

[startup+0.700219 s]
/proc/loadavg: 4.38 4.36 4.36 5/341 171218
/proc/meminfo: memFree=72249872/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=18996948 memory=1431344 CPUtime=1.24 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 11379 0 0 0 94 30 0 0 20 0 19 0 238514956 19452874752 357836 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4749237 357836 5464 1 0 1076459 0
[pid=171199/tid=171201] ppid=171196 vsize=18996948 memory=27264 CPUtime=0.6 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 5932 0 0 0 32 28 0 0 20 0 19 0 238514957 19452874752 357836 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238514959 19452874752 357836 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238514959 19452874752 357836 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1431344 KiB

[startup+1.50022 s]
/proc/loadavg: 4.38 4.36 4.36 7/341 171218
/proc/meminfo: memFree=70794220/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=18996948 memory=3034036 CPUtime=2.39 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 13856 0 0 0 179 60 0 0 20 0 19 0 238514956 19452874752 758509 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4749237 758509 5528 1 0 1678294 0
[pid=171199/tid=171201] ppid=171196 vsize=18996948 memory=3328 CPUtime=1.3 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 6712 0 0 0 73 57 0 0 20 0 19 0 238514957 19452874752 758509 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238514959 19452874752 758509 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238514959 19452874752 758509 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3034036 KiB

[startup+3.10556 s]
/proc/loadavg: 4.59 4.40 4.38 6/342 171219
/proc/meminfo: memFree=69580096/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=3343840 CPUtime=5.17 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 19747 0 0 0 449 68 0 0 20 0 20 0 238514956 19521036288 835960 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 835960 5528 1 0 1681469 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=10752 CPUtime=2.74 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 6885 0 0 0 212 62 0 0 20 0 20 0 238514957 19521036288 835960 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 835960 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 835960 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 835960 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3343840 KiB

[startup+6.30021 s]
/proc/loadavg: 4.59 4.40 4.38 5/342 171219
/proc/meminfo: memFree=69171152/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=3672932 CPUtime=8.91 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 20602 0 0 0 815 76 0 0 20 0 20 0 238514956 19521036288 918233 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 918233 5528 1 0 2161911 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=0 CPUtime=5.86 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 7001 0 0 0 518 68 0 0 20 0 20 0 238514957 19521036288 918233 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=3343712 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 918233 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 918233 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=-8742728686649516732 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 918233 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3672932 KiB

[startup+12.7002 s]
/proc/loadavg: 4.54 4.40 4.37 5/342 171219
/proc/meminfo: memFree=68341712/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=4310528 CPUtime=15.72 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 21062 0 0 0 1480 92 0 0 20 0 20 0 238514956 19521036288 1077632 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 1077632 5528 1 0 2161963 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=4310528 CPUtime=12.17 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 7297 0 0 0 1135 82 0 0 20 0 20 0 238514957 19521036288 1077632 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 1077632 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 1077632 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 1077632 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 15.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4310528 KiB

[startup+25.5002 s]
/proc/loadavg: 4.42 4.38 4.37 5/342 171286
/proc/meminfo: memFree=87861204/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=4980228 CPUtime=28.57 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 22694 0 0 0 2748 109 0 0 20 0 20 0 238514956 19521036288 1245057 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 1245057 5528 1 0 2161963 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=4310528 CPUtime=24.86 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 8324 0 0 0 2389 97 0 0 20 0 20 0 238514957 19521036288 1245057 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 1245057 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=4431364 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 1245057 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=2017 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 1245057 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 28.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4980228 KiB

[startup+51.1056 s]
/proc/loadavg: 4.47 4.39 4.37 5/343 171288
/proc/meminfo: memFree=85912044/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=5754476 CPUtime=54.62 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 31370 0 0 0 5329 133 0 0 20 0 20 0 238514956 19521036288 1438619 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 1438619 5528 1 0 2161964 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=5608996 CPUtime=49.92 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 10348 0 0 0 4880 112 0 0 20 0 20 0 238514957 19521036288 1438619 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=-8742728686649516732 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 1438619 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=5608996 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 1438619 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=21952 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 1438619 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0

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

/proc/meminfo: memFree=67045540/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=8389176 CPUtime=3185.57 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 298883 0 0 0 317491 1066 0 0 20 0 20 0 238514956 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 2097294 5528 1 0 2163131 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=8389176 CPUtime=3131.95 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 155253 0 0 0 312253 942 0 0 20 0 20 0 238514957 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=-8742728686649516732 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 3105 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 3185.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8389176 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.24 4.26 5/340 171518
/proc/meminfo: memFree=66432084/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=8389176 CPUtime=3245.6 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 300875 0 0 0 323475 1085 0 0 20 0 20 0 238514956 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 2097294 5528 1 0 2163131 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=8389176 CPUtime=3191.58 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 157078 0 0 0 318198 960 0 0 20 0 20 0 238514957 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=8389176 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 3181 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 2097294 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 3245.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8389176 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.24 4.26 5/340 171520
/proc/meminfo: memFree=65840220/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3307.49 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 307261 0 0 0 329648 1101 0 0 20 0 20 0 238514956 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 2097842 5528 1 0 2163165 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3251.03 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 161443 0 0 0 324129 974 0 0 20 0 20 0 238514957 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 3304 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 3307.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8391368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.26 4.27 5/340 171522
/proc/meminfo: memFree=65218772/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3367.66 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 311196 0 0 0 335648 1118 0 0 20 0 20 0 238514956 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 2097842 5528 1 0 2163165 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=10752 CPUtime=3310.54 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 163568 0 0 0 330064 990 0 0 20 0 20 0 238514957 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 3349 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 3367.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8391368 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.27 4.27 5/339 171524
/proc/meminfo: memFree=64554428/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3427.9 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 314273 0 0 0 341654 1136 0 0 20 0 20 0 238514956 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 2097842 5528 1 0 2163165 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3369.97 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 166269 0 0 0 335990 1007 0 0 20 0 20 0 238514957 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 3349 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 3427.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8391368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.25 4.27 5/339 171533
/proc/meminfo: memFree=63987844/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3488.15 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 319093 0 0 0 347663 1152 0 0 20 0 20 0 238514956 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 2097842 5528 1 0 2163165 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3429.4 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 168995 0 0 0 341919 1021 0 0 20 0 20 0 238514957 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 3477 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 3488.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8391368 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.25 4.27 5/339 171535
/proc/meminfo: memFree=63449780/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3548.11 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 321076 0 0 0 353645 1166 0 0 20 0 20 0 238514956 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 2097842 5528 1 0 2163168 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3489.08 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 170800 0 0 0 347873 1035 0 0 20 0 20 0 238514957 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=8391368 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 3491 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 3548.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8391368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.6 s]
/proc/loadavg: 3.87 4.16 4.24 4/293 171609
/proc/meminfo: memFree=96893524/131249996 swapFree=33010672/33010684
[pid=171199] ppid=171196 vsize=19063512 memory=8391368 CPUtime=3600.07 cores=0,2
/proc/171199/stat : 171199 (java) S 171196 171199 170132 0 -1 4194304 327986 0 0 0 358827 1180 0 0 20 0 20 0 238514956 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
/proc/171199/statm: 4765878 2097842 5528 1 0 2163184 0
[pid=171199/tid=171201] ppid=171196 vsize=19063512 memory=1920 CPUtime=3538.86 cores=0,2
/proc/171199/task/171201/stat : 171201 (java) R 171196 171199 170132 0 -1 4194368 174472 0 0 0 352839 1047 0 0 20 0 20 0 238514957 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171210] ppid=171196 vsize=19063512 memory=5504 CPUtime=0 cores=0,2
/proc/171199/task/171210/stat : 171210 (Finalizer) S 171196 171199 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171217] ppid=171196 vsize=19063512 memory=2944 CPUtime=0 cores=0,2
/proc/171199/task/171217/stat : 171217 (Common-Cleaner) S 171196 171199 170132 0 -1 4194368 3572 0 0 0 0 0 0 0 20 0 20 0 238514959 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
[pid=171199/tid=171219] ppid=171196 vsize=19063512 memory=6784 CPUtime=0 cores=0,2
/proc/171199/task/171219/stat : 171219 (Timer-0) S 171196 171199 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238515168 19521036288 2097842 18446744073709551615 94616984047616 94616984051312 140728680947520 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94616984059128 94616984059920 94616990023680 140728680954196 140728680954340 140728680954340 140728680959944 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8391368 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.37 s, system=11.8328 s

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

Child status: 143

Real time (s): 3572.71
CPU time (s): 3600.2
CPU user time (s): 3588.37
CPU system time (s): 11.8328
CPU usage (%): 100.77
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8391368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.37
system time used= 11.8328
maximum resident set size= 8392392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15457080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111794
involuntary context switches= 11614


# summary of solver processes directly reported to runsolver:
#   pid: 171199
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3588.37
#   total CPU system time (s): 11.8328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1517 second user time and 12.7288 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 01:52:51
IDJOB=4543720
IDBENCH=174564
IDSOLVER=3364
FILE ID=nodeC024/4543720-1753228370
RUNJOBID= nodeC024-1753221228-170142
SLURM_JOB_ID= 9687809
Free space on /tmp= 383368 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_30_096.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543720-1753228370/watcher-4543720-1753228370 -o /tmp/evaluation-result-4543720-1753228370/solver-4543720-1753228370 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170142 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543720-1753228370 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543720-1753228370.opb

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

MD5SUM BENCH= fedac043231dc7d3bd4ac0917a28b068
RANDOM SEED=859023378

nodeC024 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.064
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.36
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		: 3599.692
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.36
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.682
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.36
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		: 3608.688
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.36
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.668
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.36
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.799
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.36
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		: 3602.533
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.36
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		: 3584.465
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        72977248 kB
MemAvailable:   123210836 kB
Buffers:            2128 kB
Cached:         50939696 kB
SwapCached:            8 kB
Active:          7650280 kB
Inactive:       49812456 kB
Active(anon):    6545584 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file): 49810868 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            462524 kB
Writeback:          3052 kB
AnonPages:       6519480 kB
Mapped:           128756 kB
Shmem:             26248 kB
KReclaimable:     314128 kB
Slab:             411852 kB
SReclaimable:     314128 kB
SUnreclaim:        97724 kB
KernelStack:        5232 kB
PageTables:        16456 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7913592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6264832 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 413176 MiB
End job on nodeC024 at 2025-07-23 02:52:23