Trace number 4543797

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.2 3581.5

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_092.opb
MD5SUM5c5515a98844bb1e4abadd55fcb10579
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.84433
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256710
Total number of constraints5551
Number of constraints which are clauses2791
Number of constraints which are cardinality constraints (but not clauses)2760
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint93
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 94
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4543797-1753231317.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
2.99/1.92	c ... done. Wall clock time 1.78s.
2.99/1.92	c declared #vars     256710
2.99/1.92	c #constraints  5551
2.99/1.92	c constraints type 
2.99/1.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2760
2.99/1.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2791
2.99/1.92	c 5551 constraints processed.
8.34/6.72	c cleaning 2495 clauses out of 5002 with flag 30893/5002
15.78/14.07	c cleaning 4251 clauses out of 8507 with flag 69977/11002
24.89/23.11	c cleaning 5627 clauses out of 11259 with flag 121052/18005
37.17/35.45	c cleaning 6810 clauses out of 13629 with flag 178351/26002
52.36/50.63	c cleaning 7903 clauses out of 15818 with flag 244834/35001
70.63/68.90	c cleaning 8956 clauses out of 17917 with flag 324742/45003
90.06/88.38	c cleaning 9974 clauses out of 19960 with flag 413522/56002
114.23/112.33	c cleaning 10990 clauses out of 21987 with flag 510012/68003
141.46/139.49	c cleaning 11990 clauses out of 23994 with flag 611439/81000
172.60/170.40	c cleaning 12993 clauses out of 26004 with flag 720187/95000
204.23/201.95	c cleaning 14001 clauses out of 28012 with flag 839445/110001
241.27/238.87	c cleaning 14994 clauses out of 30010 with flag 969071/126000
283.02/280.47	c cleaning 16006 clauses out of 32017 with flag 1109136/143001
325.43/322.77	c cleaning 17000 clauses out of 34010 with flag 1258342/161000
359.65/356.83	c cleaning 18002 clauses out of 36011 with flag 1417408/180001
396.84/393.93	c cleaning 18994 clauses out of 38008 with flag 1593315/200000
445.37/442.24	c cleaning 20004 clauses out of 40015 with flag 1789336/221001
497.82/494.69	c cleaning 21002 clauses out of 42012 with flag 1990603/243002
556.12/552.07	c cleaning 21996 clauses out of 44008 with flag 2196587/266000
626.58/622.47	c cleaning 22999 clauses out of 46015 with flag 2415693/290003
696.07/691.75	c cleaning 24000 clauses out of 48013 with flag 2640688/315000
762.73/758.25	c cleaning 25003 clauses out of 50013 with flag 2861120/341000
844.04/839.37	c cleaning 26002 clauses out of 52013 with flag 3100833/368003
932.57/926.47	c cleaning 27001 clauses out of 54009 with flag 3357383/396001
1017.25/1011.12	c cleaning 27999 clauses out of 56007 with flag 3620731/425000
1100.41/1094.17	c cleaning 28996 clauses out of 58008 with flag 3896302/455000
1200.03/1193.65	c cleaning 30000 clauses out of 60013 with flag 4184425/486001
1310.20/1303.49	c cleaning 30998 clauses out of 62012 with flag 4480828/518000
1418.61/1410.75	c cleaning 32003 clauses out of 64015 with flag 4806819/551001
1538.14/1530.15	c cleaning 33005 clauses out of 66011 with flag 5143563/585000
1665.34/1657.03	c cleaning 34002 clauses out of 68007 with flag 5508621/620001
1811.35/1802.52	c cleaning 35000 clauses out of 70004 with flag 5869906/656000
1909.52/1899.46	c cleaning 35993 clauses out of 72004 with flag 6227056/693000
2014.74/2004.33	c cleaning 36997 clauses out of 74012 with flag 6557571/731001
2092.93/2082.15	c cleaning 37995 clauses out of 76016 with flag 6851815/770002
2181.44/2170.43	c cleaning 38996 clauses out of 78019 with flag 7131690/810000
2282.42/2269.74	c cleaning 40006 clauses out of 80024 with flag 7439662/851001
2392.67/2379.84	c cleaning 41003 clauses out of 82017 with flag 7764926/893000
2510.31/2497.17	c cleaning 42000 clauses out of 84016 with flag 8134440/936002
2621.38/2607.81	c cleaning 43001 clauses out of 86018 with flag 8502844/980004
2750.19/2735.07	c cleaning 43995 clauses out of 88016 with flag 8894588/1025003
2888.79/2873.34	c cleaning 44998 clauses out of 90019 with flag 9302323/1071001
3039.55/3023.83	c cleaning 46002 clauses out of 92021 with flag 9719770/1118001
3195.20/3177.32	c cleaning 47000 clauses out of 94019 with flag 10086646/1166001
3345.49/3327.30	c cleaning 48001 clauses out of 96019 with flag 10515463/1215001
3511.12/3492.75	c cleaning 49001 clauses out of 98018 with flag 10929381/1265001
3600.05/3581.42	c timeout
3600.05/3581.42	c starts		: 2
3600.05/3581.42	c conflicts		: 1296009
3600.05/3581.42	c decisions		: 1477537
3600.05/3581.42	c propagations		: 19276556
3600.05/3581.42	c inspects		: 5296624899
3600.05/3581.42	c shortcuts		: 0
3600.05/3581.42	c learnt literals	: 0
3600.05/3581.42	c learnt binary clauses	: 0
3600.05/3581.42	c learnt ternary clauses	: 0
3600.05/3581.42	c learnt constraints	: 1296009
3600.05/3581.42	c ignored constraints	: 0
3600.05/3581.42	c root simplifications	: 0
3600.05/3581.42	c removed literals (reason simplification)	: 3545047
3600.05/3581.42	c reason swapping (by a shorter reason)	: 0
3600.05/3581.42	c Calls to reduceDB	: 46
3600.05/3581.43	c Number of update (reduction) of LBD	: 754108
3600.05/3581.43	c Imported unit clauses	: 0
3600.05/3581.43	c No decision after first conflict	: false
3600.05/3581.43	c number of reductions to clauses (during analyze)	: 0
3600.05/3581.43	c number of learned constraints concerned by reduction	: 0
3600.05/3581.43	c number of learning phase by resolution	: 0
3600.05/3581.43	c number of learning phase by cutting planes	: 0
3600.05/3581.43	c number of rounding to 1 operations	: 0
3600.05/3581.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3581.43	c number of reductions of the coefficients by power 2 	: 0
3600.05/3581.43	c number of right shift for reduction by power 2 	: 0
3600.05/3581.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3581.43	c number of ending skipping 	: 0
3600.05/3581.43	c number of internal skipping 	: 0
3600.05/3581.43	c number of derivation steps 	: 0
3600.05/3581.43	c number of skipped derivation steps 	: 0
3600.05/3581.43	c number of remaining unassigned 	: 0
3600.05/3581.43	c number of remaining assigned 	: 0
3600.05/3581.43	c number of falsified literals weakened from reason	: 0
3600.05/3581.43	c number of falsified literals weakened from conflict	: 0
3600.05/3581.43	c time for arithmetic operations	: 0
3600.05/3581.43	c minimum degree of deleted constraints	: null
3600.05/3581.43	c maximum degree of deleted constraints	: null
3600.05/3581.43	c number of deleted constraints	: 0
3600.05/3581.43	c speed (assignments/second)	: 5385.290557323501
3600.05/3581.43	c non guided choices	: 12169
3600.05/3581.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 80025
3600.05/3581.48	s UNKNOWN
3600.05/3581.48	c Total wall clock time (in seconds): 3581.342

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543797-1753231317/watcher-4543797-1753231317 -o /tmp/evaluation-result-4543797-1753231317/solver-4543797-1753231317 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753224118-216818 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4543797-1753231317.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 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.el
Current StackSize limit: 8192 KiB

solver pid=217962, runsolver pid=217959

[startup+0.100061 s]*
/proc/loadavg: 4.24 4.14 4.10 5/338 217980
/proc/meminfo: memFree=125029592/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=18930384 memory=57884 CPUtime=0.12 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 6561 0 0 0 10 2 0 0 20 0 18 0 238810494 19384713216 14471 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4732596 14471 5368 1 0 547604 0
[pid=217962/tid=217964] ppid=217959 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 5061 0 0 0 6 1 0 0 20 0 18 0 238810495 19384713216 14471 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238810497 19384713216 14471 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=18930384 memory=57385981077077 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238810498 19384713216 14471 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57884 KiB

[startup+0.205883 s]*
/proc/loadavg: 4.24 4.14 4.10 6/338 217980
/proc/meminfo: memFree=124990712/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=18930384 memory=113124 CPUtime=0.31 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 7026 0 0 0 28 3 0 0 20 0 18 0 238810494 19384713216 28281 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4732596 28281 5432 1 0 547892 0
[pid=217962/tid=217964] ppid=217959 vsize=18930384 memory=4027056412 CPUtime=0.17 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 5295 0 0 0 15 2 0 0 20 0 18 0 238810495 19384713216 28281 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=18930384 memory=17913 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238810497 19384713216 28281 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238810498 19384713216 28281 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113124 KiB

[startup+0.306489 s]*
/proc/loadavg: 4.24 4.14 4.10 7/339 217981
/proc/meminfo: memFree=124913204/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=18996948 memory=173364 CPUtime=0.5 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 8725 0 0 0 45 5 0 0 20 0 19 0 238810494 19452874752 43341 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4749237 43341 5464 1 0 549235 0
[pid=217962/tid=217964] ppid=217959 vsize=18996948 memory=-8527672982680347324 CPUtime=0.23 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 5315 0 0 0 20 3 0 0 20 0 19 0 238810495 19452874752 43341 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238810497 19452874752 43341 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238810498 19452874752 43341 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 173364 KiB

[startup+0.700244 s]
/proc/loadavg: 4.24 4.14 4.10 5/339 217981
/proc/meminfo: memFree=124563596/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=18996948 memory=814880 CPUtime=1.23 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 11340 0 0 0 104 19 0 0 20 0 19 0 238810494 19452874752 203720 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4749237 203720 5528 1 0 1076308 0
[pid=217962/tid=217964] ppid=217959 vsize=18996948 memory=22272 CPUtime=0.55 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) S 217959 217962 216805 0 -1 4194368 5618 0 0 0 39 16 0 0 20 0 19 0 238810495 19452874752 203720 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238810497 19452874752 203720 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238810498 19452874752 203720 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 814880 KiB

[startup+1.50024 s]
/proc/loadavg: 4.24 4.14 4.10 6/339 217981
/proc/meminfo: memFree=124104908/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=18996948 memory=2588632 CPUtime=2.52 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 15865 0 0 0 197 55 0 0 20 0 19 0 238810494 19452874752 647158 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4749237 647158 5528 1 0 1387257 0
[pid=217962/tid=217964] ppid=217959 vsize=18996948 memory=3200 CPUtime=1.26 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 6454 0 0 0 77 49 0 0 20 0 19 0 238810495 19452874752 647158 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238810497 19452874752 647158 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238810498 19452874752 647158 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2588632 KiB

[startup+3.10562 s]
/proc/loadavg: 4.22 4.14 4.10 5/340 217982
/proc/meminfo: memFree=121557580/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=3445744 CPUtime=4.64 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 16564 0 0 0 392 72 0 0 20 0 20 0 238810494 19521036288 861436 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 861436 5528 1 0 1387640 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=10752 CPUtime=2.77 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 6882 0 0 0 213 64 0 0 20 0 20 0 238810495 19521036288 861436 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 861436 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 861436 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 861436 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3445744 KiB

[startup+6.30022 s]
/proc/loadavg: 4.22 4.14 4.10 5/340 217982
/proc/meminfo: memFree=121467816/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=3441464 CPUtime=7.93 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 17228 0 0 0 721 72 0 0 20 0 20 0 238810494 19521036288 860366 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 860366 5528 1 0 1387736 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=0 CPUtime=5.96 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 6918 0 0 0 532 64 0 0 20 0 20 0 238810495 19521036288 860366 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=4570474860524113270 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 860366 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=-8527672982680347324 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 860366 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 860366 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3441464 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.13 4.10 5/340 217982
/proc/meminfo: memFree=121176780/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=3439864 CPUtime=14.48 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 18081 0 0 0 1376 72 0 0 20 0 20 0 238810494 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 859966 5528 1 0 1387759 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=0 CPUtime=12.34 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 6949 0 0 0 1170 64 0 0 20 0 20 0 238810495 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=3439864 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 14.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3439864 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.14 4.10 5/340 217983
/proc/meminfo: memFree=120914384/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=3439864 CPUtime=27.28 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 19929 0 0 0 2655 73 0 0 20 0 20 0 238810494 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 859966 5528 1 0 1387759 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=-8527672982680347324 CPUtime=25.11 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 8141 0 0 0 2447 64 0 0 20 0 20 0 238810495 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=3026 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=3439864 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=3439864 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 27.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3439864 KiB

[startup+51.1058 s]
/proc/loadavg: 4.15 4.13 4.10 5/340 217983
/proc/meminfo: memFree=120324064/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=3439864 CPUtime=52.87 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 22733 0 0 0 5213 74 0 0 20 0 20 0 238810494 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 859966 5528 1 0 1387759 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=3439864 CPUtime=50.66 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 9535 0 0 0 5001 65 0 0 20 0 20 0 238810495 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=-8527672982680347324 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=3439864 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=3439864 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 859966 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 52.87 s

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

/proc/meminfo: memFree=106730688/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=5783068 CPUtime=3180.04 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 178869 0 0 0 317787 217 0 0 20 0 20 0 238810494 19521036288 1445767 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 1445767 5560 1 0 1497706 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=5571364 CPUtime=3140.69 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 83042 0 0 0 313987 82 0 0 20 0 20 0 238810495 19521036288 1445767 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=5762588 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 1445767 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=5770780 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 3057 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 1445767 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=5760540 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 1445767 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 3180.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5783068 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.14 4.11 5/341 218158
/proc/meminfo: memFree=106369704/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3240.31 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 183708 0 0 0 323809 222 0 0 20 0 20 0 238810494 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 1474439 5560 1 0 1497706 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=5571364 CPUtime=3200.14 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 85349 0 0 0 319931 83 0 0 20 0 20 0 238810495 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=5856796 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=5856796 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 3186 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 3240.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5897756 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/340 218160
/proc/meminfo: memFree=106369488/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3300.38 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 184841 0 0 0 329815 223 0 0 20 0 20 0 238810494 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 1474439 5560 1 0 1497706 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3259.79 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 86257 0 0 0 325896 83 0 0 20 0 20 0 238810495 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=5897756 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=5897756 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 3186 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 3300.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5897756 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/340 218162
/proc/meminfo: memFree=106369812/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3360.46 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 188617 0 0 0 335820 226 0 0 20 0 20 0 238810494 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 1474439 5560 1 0 1497706 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=14692 CPUtime=3319.45 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 88643 0 0 0 331861 84 0 0 20 0 20 0 238810495 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 3190 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 3360.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5897756 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/340 218164
/proc/meminfo: memFree=106368916/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3420.48 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 190999 0 0 0 341821 227 0 0 20 0 20 0 238810494 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 1474439 5560 1 0 1497706 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=10752 CPUtime=3379.16 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 89850 0 0 0 337832 84 0 0 20 0 20 0 238810495 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=5897756 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 3264 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=5897756 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 3420.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5897756 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/341 218167
/proc/meminfo: memFree=106368820/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3480.57 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 193439 0 0 0 347828 229 0 0 20 0 20 0 238810494 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 1474439 5560 1 0 1497706 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3438.81 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 91819 0 0 0 343797 84 0 0 20 0 20 0 238810495 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=5897756 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 3343 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=5897756 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 3480.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5897756 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/341 218169
/proc/meminfo: memFree=106370056/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3540.84 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 197865 0 0 0 353853 231 0 0 20 0 20 0 238810494 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 1474439 5560 1 0 1497706 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3498.27 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 93555 0 0 0 349743 84 0 0 20 0 20 0 238810495 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=5897756 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 3459 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=5897756 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 3540.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5897756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.4 s]
/proc/loadavg: 4.08 4.11 4.09 4/316 218205
/proc/meminfo: memFree=114193912/131249992 swapFree=33003724/33010684
[pid=217962] ppid=217959 vsize=19063512 memory=5897756 CPUtime=3600.05 cores=5,7
/proc/217962/stat : 217962 (java) S 217959 217962 216805 0 -1 4194304 199721 0 0 0 359773 232 0 0 20 0 20 0 238810494 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
/proc/217962/statm: 4765878 1474439 5560 1 0 1497706 0
[pid=217962/tid=217964] ppid=217959 vsize=19063512 memory=7300 CPUtime=3556.99 cores=5,7
/proc/217962/task/217964/stat : 217964 (java) R 217959 217962 216805 0 -1 4194368 95066 0 0 0 355615 84 0 0 20 0 20 0 238810495 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217973] ppid=217959 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/217962/task/217973/stat : 217973 (Finalizer) S 217959 217962 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238810497 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217980] ppid=217959 vsize=19063512 memory=3072 CPUtime=0 cores=5,7
/proc/217962/task/217980/stat : 217980 (Common-Cleaner) S 217959 217962 216805 0 -1 4194368 3460 0 0 0 0 0 0 0 20 0 20 0 238810498 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
[pid=217962/tid=217982] ppid=217959 vsize=19063512 memory=6912 CPUtime=0 cores=5,7
/proc/217962/task/217982/stat : 217982 (Timer-0) S 217959 217962 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238810688 19521036288 1474439 18446744073709551615 94062987825152 94062987828848 140727848516288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94062987836664 94062987837456 94062998061056 140727848520063 140727848520164 140727848520164 140727848525768 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5897756 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.85 s, system=2.34976 s

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

Child status: 143

Real time (s): 3581.5
CPU time (s): 3600.2
CPU user time (s): 3597.85
CPU system time (s): 2.34976
CPU usage (%): 100.522
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5897756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.85
system time used= 2.34976
maximum resident set size= 5898652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120841
involuntary context switches= 3671


# summary of solver processes directly reported to runsolver:
#   pid: 217962
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.85
#   total CPU system time (s): 2.34976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.35061 second user time and 17.6375 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-23 02:41:57
IDJOB=4543797
IDBENCH=174610
IDSOLVER=3363
FILE ID=nodeC025/4543797-1753231317
RUNJOBID= nodeC025-1753224118-216818
SLURM_JOB_ID= 9687832
Free space on /tmp= 431848 MiB

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

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

MD5SUM BENCH= 5c5515a98844bb1e4abadd55fcb10579
RANDOM SEED=1178444939

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        125066288 kB
MemAvailable:   125288516 kB
Buffers:            2128 kB
Cached:           965908 kB
SwapCached:         2132 kB
Active:          5166028 kB
Inactive:         311248 kB
Active(anon):    4503228 kB
Inactive(anon):    27612 kB
Active(file):     662800 kB
Inactive(file):   283636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7724 kB
Writeback:             0 kB
AnonPages:       4510300 kB
Mapped:           123296 kB
Shmem:             21600 kB
KReclaimable:     230060 kB
Slab:             327284 kB
SReclaimable:     230060 kB
SUnreclaim:        97224 kB
KernelStack:        5200 kB
PageTables:        12656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16220572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4323328 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

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