Trace number 4543915

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.25 3556.25

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_088.opb
MD5SUM225933de352582a5f5a47ed5392988f0
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 benchmark5.31605
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables234990
Total number of constraints5311
Number of constraints which are clauses2671
Number of constraints which are cardinality constraints (but not clauses)2640
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint89
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 90
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.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.13	c version PB25.v20250606
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.16	c Free memory 		2104792832
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2113929216
0.12/0.17	c Number of processors 	2
0.26/0.27	c Pseudo Boolean Optimization by upper bound
0.26/0.27	c --- Begin Solver configuration ---
0.26/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.26/0.27	c Learn all clauses as in MiniSAT
0.26/0.27	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.27	c Expensive reason simplification
0.26/0.27	c Glucose 2.1 dynamic restart strategy
0.26/0.27	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.26/0.27	c timeout=2147483s
0.26/0.27	c DB Simplification allowed=false
0.26/0.27	c Listener: none
0.26/0.27	c --- End Solver configuration ---
0.26/0.27	c solving HOME/instance-4543915-1753229874.opb
0.26/0.27	c reading problem ... 
0.26/0.27	c using VERIPB proof format
0.26/0.28	c  no objective function found
3.62/2.34	c ... done. Wall clock time 2.059s.
3.62/2.34	c declared #vars     234990
3.62/2.34	c #constraints  5311
3.62/2.34	c constraints type 
3.62/2.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2640
3.62/2.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2671
3.62/2.34	c 5311 constraints processed.
11.10/7.72	c cleaning 2496 clauses out of 5001 with flag 30335/5001
20.34/16.12	c cleaning 4251 clauses out of 8505 with flag 68173/11001
33.18/28.62	c cleaning 5623 clauses out of 11253 with flag 117551/18000
46.02/41.21	c cleaning 6810 clauses out of 13630 with flag 176325/26000
63.80/58.92	c cleaning 7908 clauses out of 15820 with flag 240517/35000
84.18/79.20	c cleaning 8951 clauses out of 17912 with flag 310493/45000
105.78/100.47	c cleaning 9977 clauses out of 19961 with flag 393564/56000
134.33/128.68	c cleaning 10986 clauses out of 21986 with flag 493177/68002
164.84/158.85	c cleaning 11993 clauses out of 24000 with flag 590761/81002
195.66/189.48	c cleaning 13000 clauses out of 26006 with flag 706500/95001
233.81/227.43	c cleaning 13998 clauses out of 28006 with flag 834478/110001
274.79/267.84	c cleaning 15003 clauses out of 30010 with flag 966436/126003
318.30/311.04	c cleaning 15998 clauses out of 32004 with flag 1104740/143000
367.85/360.29	c cleaning 17001 clauses out of 34007 with flag 1255974/161001
425.75/417.81	c cleaning 18002 clauses out of 36005 with flag 1417846/180000
479.91/471.44	c cleaning 18996 clauses out of 38003 with flag 1590020/200000
512.08/503.11	c cleaning 19993 clauses out of 40007 with flag 1732428/221000
555.11/545.59	c cleaning 21001 clauses out of 42014 with flag 1888284/243000
607.19/596.61	c cleaning 21988 clauses out of 44014 with flag 2075099/266001
667.61/656.36	c cleaning 22997 clauses out of 46026 with flag 2271014/290001
726.63/714.82	c cleaning 24004 clauses out of 48028 with flag 2467350/315000
785.69/773.51	c cleaning 24995 clauses out of 50024 with flag 2673123/341000
846.61/833.82	c cleaning 26005 clauses out of 52029 with flag 2890400/368000
916.81/903.48	c cleaning 27001 clauses out of 54026 with flag 3124387/396002
994.10/979.93	c cleaning 28001 clauses out of 56023 with flag 3380784/425000
1078.29/1062.35	c cleaning 28994 clauses out of 58022 with flag 3650347/455000
1122.64/1106.11	c cleaning 30001 clauses out of 60029 with flag 3881793/486001
1198.23/1181.26	c cleaning 30998 clauses out of 62029 with flag 4100853/518002
1284.40/1266.68	c cleaning 31997 clauses out of 64031 with flag 4361083/551002
1375.03/1356.48	c cleaning 33001 clauses out of 66034 with flag 4611267/585002
1470.81/1451.43	c cleaning 33998 clauses out of 68031 with flag 4876363/620000
1568.03/1546.94	c cleaning 35002 clauses out of 70033 with flag 5134373/656000
1678.27/1656.59	c cleaning 36000 clauses out of 72031 with flag 5400782/693000
1768.70/1746.14	c cleaning 37005 clauses out of 74032 with flag 5688431/731001
1864.82/1841.57	c cleaning 38001 clauses out of 76026 with flag 5942025/770000
1964.05/1938.34	c cleaning 39000 clauses out of 78025 with flag 6238099/810000
2069.25/2042.05	c cleaning 39997 clauses out of 80025 with flag 6549047/851000
2183.46/2155.52	c cleaning 41004 clauses out of 82029 with flag 6884577/893001
2292.40/2263.63	c cleaning 41998 clauses out of 84024 with flag 7217772/936000
2409.16/2378.37	c cleaning 43003 clauses out of 86029 with flag 7551498/980003
2540.95/2509.21	c cleaning 44000 clauses out of 88024 with flag 7924656/1025001
2671.65/2639.21	c cleaning 44998 clauses out of 90023 with flag 8316488/1071000
2814.23/2780.95	c cleaning 45994 clauses out of 92026 with flag 8739909/1118001
2915.63/2881.69	c cleaning 46999 clauses out of 94031 with flag 9090748/1166000
3061.44/3024.70	c cleaning 47999 clauses out of 96034 with flag 9448453/1215002
3208.92/3171.15	c cleaning 49005 clauses out of 98036 with flag 9810707/1265003
3345.46/3306.70	c cleaning 49994 clauses out of 100028 with flag 10230413/1316000
3456.47/3414.03	c cleaning 51015 clauses out of 102042 with flag 10592901/1368008
3587.72/3544.18	c cleaning 51999 clauses out of 104021 with flag 10962134/1421002
3600.05/3556.13	c timeout
3600.05/3556.13	c starts		: 14
3600.05/3556.14	c conflicts		: 1428847
3600.05/3556.15	c decisions		: 1693411
3600.05/3556.15	c propagations		: 19748628
3600.05/3556.15	c inspects		: 4742192917
3600.05/3556.15	c shortcuts		: 0
3600.05/3556.15	c learnt literals	: 0
3600.05/3556.15	c learnt binary clauses	: 0
3600.05/3556.15	c learnt ternary clauses	: 0
3600.05/3556.15	c learnt constraints	: 1428847
3600.05/3556.15	c ignored constraints	: 0
3600.05/3556.15	c root simplifications	: 0
3600.05/3556.15	c removed literals (reason simplification)	: 3571743
3600.05/3556.15	c reason swapping (by a shorter reason)	: 0
3600.05/3556.15	c Calls to reduceDB	: 49
3600.05/3556.15	c Number of update (reduction) of LBD	: 896528
3600.05/3556.15	c Imported unit clauses	: 0
3600.05/3556.15	c No decision after first conflict	: false
3600.05/3556.15	c number of reductions to clauses (during analyze)	: 0
3600.05/3556.15	c number of learned constraints concerned by reduction	: 0
3600.05/3556.15	c number of learning phase by resolution	: 0
3600.05/3556.15	c number of learning phase by cutting planes	: 0
3600.05/3556.15	c number of rounding to 1 operations	: 0
3600.05/3556.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3556.15	c number of reductions of the coefficients by power 2 	: 0
3600.05/3556.15	c number of right shift for reduction by power 2 	: 0
3600.05/3556.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3556.16	c number of ending skipping 	: 0
3600.05/3556.16	c number of internal skipping 	: 0
3600.05/3556.16	c number of derivation steps 	: 0
3600.05/3556.16	c number of skipped derivation steps 	: 0
3600.05/3556.16	c number of remaining unassigned 	: 0
3600.05/3556.16	c number of remaining assigned 	: 0
3600.05/3556.16	c number of falsified literals weakened from reason	: 0
3600.05/3556.16	c number of falsified literals weakened from conflict	: 0
3600.05/3556.16	c time for arithmetic operations	: 0
3600.05/3556.16	c minimum degree of deleted constraints	: null
3600.05/3556.16	c maximum degree of deleted constraints	: null
3600.05/3556.16	c number of deleted constraints	: 0
3600.05/3556.16	c speed (assignments/second)	: 5557.054798336651
3600.05/3556.16	c non guided choices	: 66425
3600.05/3556.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 59867
3600.20/3556.20	s UNKNOWN
3600.20/3556.20	c Total wall clock time (in seconds): 3555.932

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=160197, runsolver pid=160194

[startup+0.100062 s]*
/proc/loadavg: 4.47 4.35 4.35 5/328 160215
/proc/meminfo: memFree=119740232/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=18930384 memory=49220 CPUtime=0.12 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 5988 0 0 0 10 2 0 0 20 0 18 0 238667227 19384713216 12305 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4732596 12305 5327 1 0 547146 0
[pid=160197/tid=160199] ppid=160194 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 4864 0 0 0 6 1 0 0 20 0 18 0 238667229 19384713216 12305 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238667231 19384713216 12305 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=18930384 memory=59593594258114 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238667232 19384713216 12305 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49220 KiB

[startup+0.207686 s]*
/proc/loadavg: 4.47 4.35 4.35 8/328 160215
/proc/meminfo: memFree=119735948/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=18930384 memory=57864 CPUtime=0.26 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 6636 0 0 0 24 2 0 0 20 0 18 0 238667227 19384713216 14466 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4732596 14466 5327 1 0 547684 0
[pid=160197/tid=160199] ppid=160194 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) S 160194 160197 158984 0 -1 4194368 5119 0 0 0 16 1 0 0 20 0 18 0 238667229 19384713216 14466 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238667231 19384713216 14466 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238667232 19384713216 14466 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57864 KiB

[startup+0.312832 s]*
/proc/loadavg: 4.47 4.35 4.35 9/329 160216
/proc/meminfo: memFree=119715912/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=18930384 memory=65672 CPUtime=0.43 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 6902 0 0 0 40 3 0 0 20 0 18 0 238667227 19384713216 16418 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4732596 16418 5455 1 0 547841 0
[pid=160197/tid=160199] ppid=160194 vsize=18930384 memory=-8886843879037117116 CPUtime=0.25 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 5273 0 0 0 24 1 0 0 20 0 18 0 238667229 19384713216 16418 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238667231 19384713216 16418 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238667232 19384713216 16418 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65672 KiB

[startup+0.700356 s]
/proc/loadavg: 4.47 4.35 4.35 7/330 160217
/proc/meminfo: memFree=119584212/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=18996948 memory=173252 CPUtime=1.11 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 8690 0 0 0 105 6 0 0 20 0 19 0 238667227 19452874752 43313 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4749237 43313 5455 1 0 549197 0
[pid=160197/tid=160199] ppid=160194 vsize=18996948 memory=26880 CPUtime=0.47 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 5325 0 0 0 44 3 0 0 20 0 19 0 238667229 19452874752 43313 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238667231 19452874752 43313 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238667232 19452874752 43313 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 173252 KiB

[startup+1.50025 s]
/proc/loadavg: 4.47 4.35 4.35 7/331 160218
/proc/meminfo: memFree=119118476/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=18996948 memory=1883264 CPUtime=2.61 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 12300 0 0 0 221 40 0 0 20 0 19 0 238667227 19452874752 470816 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4749237 470816 5519 1 0 1076622 0
[pid=160197/tid=160199] ppid=160194 vsize=18996948 memory=3200 CPUtime=1.16 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 6154 0 0 0 80 36 0 0 20 0 19 0 238667229 19452874752 470816 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238667231 19452874752 470816 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238667232 19452874752 470816 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1883264 KiB

[startup+3.10576 s]
/proc/loadavg: 4.47 4.35 4.35 6/332 160219
/proc/meminfo: memFree=115837292/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=3654656 CPUtime=5.19 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 16847 0 0 0 444 75 0 0 20 0 20 0 238667227 19521036288 913664 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 913664 5519 1 0 1680370 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=10624 CPUtime=2.54 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 7037 0 0 0 185 69 0 0 20 0 20 0 238667229 19521036288 913664 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 913664 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238667232 19521036288 913664 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 913664 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 5.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3654656 KiB

[startup+6.30045 s]
/proc/loadavg: 4.51 4.36 4.36 5/332 160219
/proc/meminfo: memFree=115574852/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=3655792 CPUtime=9.57 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 16960 0 0 0 879 78 0 0 20 0 20 0 238667227 19521036288 913948 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 913948 5519 1 0 1680372 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=0 CPUtime=5.72 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 7039 0 0 0 501 71 0 0 20 0 20 0 238667229 19521036288 913948 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=3654528 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 913948 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238667232 19521036288 913948 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=-8886843879037117116 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 913948 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 9.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3655792 KiB

[startup+12.7004 s]
/proc/loadavg: 4.47 4.36 4.36 5/332 160219
/proc/meminfo: memFree=114404900/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=3893912 CPUtime=16.57 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 17191 0 0 0 1571 86 0 0 20 0 20 0 238667227 19521036288 973478 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 973478 5519 1 0 1680404 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=3893912 CPUtime=11.92 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 7151 0 0 0 1116 76 0 0 20 0 20 0 238667229 19521036288 973478 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 973478 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238667232 19521036288 973478 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 973478 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 16.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3893912 KiB

[startup+25.5004 s]
/proc/loadavg: 4.55 4.38 4.36 5/332 160219
/proc/meminfo: memFree=113970012/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=4041248 CPUtime=30.1 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 21473 0 0 0 2913 97 0 0 20 0 20 0 238667227 19521036288 1010312 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 1010312 5519 1 0 1680892 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=3893912 CPUtime=24.39 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 8322 0 0 0 2358 81 0 0 20 0 20 0 238667229 19521036288 1010312 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 1010312 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238667232 19521036288 1010312 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=3977640 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 1010312 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 30.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4041248 KiB

[startup+51.1097 s]
/proc/loadavg: 4.49 4.38 4.36 5/332 160219
/proc/meminfo: memFree=113041424/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=4215416 CPUtime=56.04 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 26530 0 0 0 5492 112 0 0 20 0 20 0 238667227 19521036288 1053854 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 1053854 5519 1 0 1680892 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=4127284 CPUtime=49.35 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 9941 0 0 0 4845 90 0 0 20 0 20 0 238667229 19521036288 1053854 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=4127284 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 1053854 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238667232 19521036288 1053854 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=0 CPUtime=0 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.25 4.29 4.26 5/327 160385
/proc/meminfo: memFree=76789256/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=7064144 CPUtime=3260.58 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 233257 0 0 0 324450 1608 0 0 20 0 20 0 238667227 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 1766036 5519 1 0 1777408 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=7064144 CPUtime=3168.92 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 118422 0 0 0 315569 1323 0 0 20 0 20 0 238667229 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=27008 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=7064144 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 3064 0 0 0 0 0 0 0 20 0 20 0 238667232 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 3260.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7064144 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.31 4.27 5/327 160387
/proc/meminfo: memFree=76297540/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=7064144 CPUtime=3321.11 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 237257 0 0 0 330476 1635 0 0 20 0 20 0 238667227 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 1766036 5519 1 0 1777408 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=7064144 CPUtime=3227.9 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 120955 0 0 0 321443 1347 0 0 20 0 20 0 238667229 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=7064144 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 3065 0 0 0 0 0 0 0 20 0 20 0 238667232 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=7064144 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 1766036 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 3321.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7064144 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.28 4.26 5/326 160389
/proc/meminfo: memFree=75541232/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=7064272 CPUtime=3381.72 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 242086 0 0 0 336512 1660 0 0 20 0 20 0 238667227 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 1766068 5519 1 0 1777408 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=7064144 CPUtime=3286.95 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 124231 0 0 0 327327 1368 0 0 20 0 20 0 238667229 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=7064144 CPUtime=0 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 3109 0 0 0 0 0 0 0 20 0 20 0 238667232 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=7064144 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 3381.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7064272 KiB

[startup+3402.3 s]
/proc/loadavg: 4.00 4.23 4.25 3/278 160436
/proc/meminfo: memFree=100221536/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=7064272 CPUtime=3444.43 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 244355 0 0 0 342752 1691 0 0 20 0 20 0 238667227 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 1766068 5519 1 0 1777408 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=7064144 CPUtime=3346.33 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 124653 0 0 0 333241 1392 0 0 20 0 20 0 238667229 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=7064272 CPUtime=0.01 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 3175 0 0 0 0 1 0 0 20 0 20 0 238667232 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=7064272 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 1766068 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 3444.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7064272 KiB

[startup+3462.3 s]
/proc/loadavg: 2.88 3.86 4.12 3/276 160460
/proc/meminfo: memFree=107574084/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=7064400 CPUtime=3505.34 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 249053 0 0 0 348816 1718 0 0 20 0 20 0 238667227 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 1766100 5519 1 0 1777408 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=7064144 CPUtime=3404.88 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 127653 0 0 0 339072 1416 0 0 20 0 20 0 238667229 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=14560 CPUtime=0.01 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 3295 0 0 0 0 1 0 0 20 0 20 0 238667232 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=7064400 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 3505.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7064400 KiB

[startup+3522.3 s]
/proc/loadavg: 2.37 3.54 3.99 3/276 160462
/proc/meminfo: memFree=107397144/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=7064400 CPUtime=3565.75 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 252078 0 0 0 354833 1742 0 0 20 0 20 0 238667227 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 1766100 5519 1 0 1777408 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=7064400 CPUtime=3464.05 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 129396 0 0 0 344969 1436 0 0 20 0 20 0 238667229 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=7064400 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=7064400 CPUtime=0.01 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 3296 0 0 0 0 1 0 0 20 0 20 0 238667232 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=7064400 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 3565.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7064400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.11 s]
/proc/loadavg: 2.26 3.38 3.92 3/277 160470
/proc/meminfo: memFree=107287620/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19063512 memory=7064400 CPUtime=3600.05 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 253029 0 0 0 358251 1754 0 0 20 0 20 0 238667227 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4765878 1766100 5519 1 0 1777408 0
[pid=160197/tid=160199] ppid=160194 vsize=19063512 memory=3200 CPUtime=3497.19 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) R 160194 160197 158984 0 -1 4194368 130218 0 0 0 348272 1447 0 0 20 0 20 0 238667229 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238667231 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19063512 memory=27008 CPUtime=0.01 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 3331 0 0 0 0 1 0 0 20 0 20 0 238667232 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160219] ppid=160194 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160197/task/160219/stat : 160219 (Timer-0) S 160194 160197 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238667463 19521036288 1766100 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7064400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.65 s, system=17.5936 s

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

[startup+3556.2 s]
/proc/loadavg: 2.26 3.38 3.92 3/277 160470
/proc/meminfo: memFree=107287620/131382112 swapFree=33010160/33010684
[pid=160197] ppid=160194 vsize=19263204 memory=7065040 CPUtime=3600.2 cores=5,7
/proc/160197/stat : 160197 (java) S 160194 160197 158984 0 -1 4194304 255233 0 0 0 358265 1755 0 0 20 0 21 0 238667227 19725520896 1766260 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
/proc/160197/statm: 4815801 1766260 5519 1 0 1778327 0
[pid=160197/tid=160199] ppid=160194 vsize=19263204 memory=5632 CPUtime=3497.22 cores=5,7
/proc/160197/task/160199/stat : 160199 (java) S 160194 160197 158984 0 -1 4194368 130516 0 0 0 348275 1447 0 0 20 0 21 0 238667229 19725520896 1766260 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160208] ppid=160194 vsize=19263204 memory=2944 CPUtime=0 cores=5,7
/proc/160197/task/160208/stat : 160208 (Finalizer) S 160194 160197 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238667231 19725520896 1766260 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
[pid=160197/tid=160215] ppid=160194 vsize=19263204 memory=6912 CPUtime=0.01 cores=5,7
/proc/160197/task/160215/stat : 160215 (Common-Cleaner) S 160194 160197 158984 0 -1 4194368 3331 0 0 0 0 1 0 0 20 0 21 0 238667232 19725520896 1766260 18446744073709551615 94010933907456 94010933911152 140733239852128 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94010933918968 94010933919760 94010950184960 140733239859540 140733239859684 140733239859684 140733239865288 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7065040 KiB

Child status: 143

Real time (s): 3556.25
CPU time (s): 3600.25
CPU user time (s): 3582.65
CPU system time (s): 17.5936
CPU usage (%): 101.237
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7065040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.65
system time used= 17.5936
maximum resident set size= 7065296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255348
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18406744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117457
involuntary context switches= 15808


# summary of solver processes directly reported to runsolver:
#   pid: 160197
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3582.65
#   total CPU system time (s): 17.5936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2736 second user time and 35.8333 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 02:17:54
IDJOB=4543915
IDBENCH=174715
IDSOLVER=3364
FILE ID=nodeC009/4543915-1753229874
RUNJOBID= nodeC009-1753222705-158997
SLURM_JOB_ID= 9687823
Free space on /tmp= 430748 MiB

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

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

MD5SUM BENCH= 225933de352582a5f5a47ed5392988f0
RANDOM SEED=876758478

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        119759564 kB
MemAvailable:   122050828 kB
Buffers:            2144 kB
Cached:          3008048 kB
SwapCached:           24 kB
Active:          8976340 kB
Inactive:        1870652 kB
Active(anon):    7858896 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):  1866572 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            166564 kB
Writeback:          6808 kB
AnonPages:       7839956 kB
Mapped:           128052 kB
Shmem:             26128 kB
KReclaimable:     293368 kB
Slab:             386808 kB
SReclaimable:     293368 kB
SUnreclaim:        93440 kB
KernelStack:        4956 kB
PageTables:        18664 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13394644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7665664 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 419208 MiB
End job on nodeC009 at 2025-07-23 03:17:11