Trace number 4542276

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.21 3586.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height36_pigeons35_holes34.opb
MD5SUM8324c3ed1748cac240c60f4c3727f95f
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 benchmark268.679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables837976
Total number of constraints52507
Number of constraints which are clauses26605
Number of constraints which are cardinality constraints (but not clauses)23201
Number of constraints which are nor clauses,nor cardinality constraints2701
Minimum length of a constraint34
Maximum length of a constraint39
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 42
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4542276-1753213784.opb
0.12/0.14	c reading problem ... 
0.12/0.15	c  no objective function found
33.13/31.02	c ... done. Wall clock time 30.872s.
33.13/31.02	c declared #vars     837976
33.13/31.02	c #constraints  52507
33.13/31.02	c constraints type 
33.13/31.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 25902
33.13/31.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26605
33.13/31.02	c 52507 constraints processed.
35.85/32.84	c cleaning 2496 clauses out of 5002 with flag 32330/5002
37.99/34.83	c cleaning 4250 clauses out of 8504 with flag 73082/11000
40.03/36.78	c cleaning 5619 clauses out of 11254 with flag 120915/18000
42.33/39.08	c cleaning 6811 clauses out of 13636 with flag 170693/26001
44.92/41.67	c cleaning 7895 clauses out of 15826 with flag 226754/35002
47.42/44.14	c cleaning 8938 clauses out of 17929 with flag 292267/45000
50.11/46.83	c cleaning 9955 clauses out of 19992 with flag 361261/56001
53.21/49.91	c cleaning 10962 clauses out of 22037 with flag 444584/68001
57.30/53.96	c cleaning 11979 clauses out of 24079 with flag 529519/81005
60.90/57.59	c cleaning 12983 clauses out of 26095 with flag 619130/95000
64.49/61.11	c cleaning 13994 clauses out of 28117 with flag 716996/110005
68.58/65.26	c cleaning 14986 clauses out of 30118 with flag 824460/126000
74.09/70.77	c cleaning 15992 clauses out of 32133 with flag 935403/143001
78.71/75.36	c cleaning 16994 clauses out of 34140 with flag 1049698/161000
83.70/80.31	c cleaning 17995 clauses out of 36146 with flag 1170437/180000
88.69/85.36	c cleaning 18987 clauses out of 38152 with flag 1298728/200001
94.39/91.06	c cleaning 20002 clauses out of 40166 with flag 1434101/221002
100.37/97.09	c cleaning 20994 clauses out of 42163 with flag 1582198/243001
108.85/105.54	c cleaning 21867 clauses out of 44168 with flag 1808366/266000
120.62/117.35	c cleaning 23132 clauses out of 46302 with flag 2134844/290001
141.86/138.31	c cleaning 24075 clauses out of 48169 with flag 2468888/315000
180.71/177.03	c cleaning 25044 clauses out of 50095 with flag 2838216/341001
227.27/223.41	c cleaning 26026 clauses out of 52052 with flag 3227782/368002
275.33/271.30	c cleaning 27009 clauses out of 54025 with flag 3651011/396001
338.76/334.65	c cleaning 28007 clauses out of 56017 with flag 4063201/425002
407.88/403.66	c cleaning 28996 clauses out of 58008 with flag 4480222/455000
474.01/469.60	c cleaning 29994 clauses out of 60012 with flag 4909913/486000
564.08/559.61	c cleaning 30997 clauses out of 62019 with flag 5368171/518001
653.64/649.11	c cleaning 32010 clauses out of 64021 with flag 5874490/551000
704.87/700.22	c cleaning 32993 clauses out of 66011 with flag 6375844/585000
769.17/764.45	c cleaning 34004 clauses out of 68020 with flag 6913189/620002
810.66/805.75	c cleaning 35003 clauses out of 70014 with flag 7421353/656000
908.41/902.40	c cleaning 35996 clauses out of 72011 with flag 7940092/693000
1020.26/1014.25	c cleaning 37010 clauses out of 74019 with flag 8459709/731004
1075.88/1069.77	c cleaning 37988 clauses out of 76005 with flag 8995607/770000
1192.04/1186.02	c cleaning 39008 clauses out of 78018 with flag 9553365/810001
1322.71/1316.46	c cleaning 40001 clauses out of 80009 with flag 10133305/851000
1461.47/1455.27	c cleaning 41002 clauses out of 82008 with flag 10780431/893000
1603.33/1596.87	c cleaning 42000 clauses out of 84006 with flag 11403273/936000
1721.43/1713.79	c cleaning 42995 clauses out of 86009 with flag 12048839/980003
1874.18/1866.35	c cleaning 44005 clauses out of 88013 with flag 12706838/1025002
2041.28/2033.59	c cleaning 44996 clauses out of 90006 with flag 13388138/1071000
2219.72/2211.99	c cleaning 46003 clauses out of 92013 with flag 14096104/1118003
2403.53/2395.90	c cleaning 46998 clauses out of 94008 with flag 14730194/1166001
2543.39/2535.60	c cleaning 48001 clauses out of 96009 with flag 15250186/1215000
2649.98/2641.96	c cleaning 48999 clauses out of 98009 with flag 15629710/1265001
2761.04/2751.67	c cleaning 50000 clauses out of 100010 with flag 16031164/1316001
2879.44/2869.70	c cleaning 50996 clauses out of 102010 with flag 16432021/1368001
3013.79/3003.83	c cleaning 52003 clauses out of 104015 with flag 16878337/1421002
3139.44/3129.22	c cleaning 53001 clauses out of 106011 with flag 17377572/1475001
3270.64/3260.43	c cleaning 54006 clauses out of 108011 with flag 17814951/1530002
3327.06/3316.48	c cleaning 54997 clauses out of 110005 with flag 18368883/1586002
3414.05/3403.01	c cleaning 55997 clauses out of 112006 with flag 18885892/1643000
3514.24/3502.88	c cleaning 57001 clauses out of 114011 with flag 19379068/1701002
3596.18/3582.65	c cleaning 57997 clauses out of 116009 with flag 19895785/1760001
3600.07/3586.51	c starts		: 18061
3600.07/3586.51	c conflicts		: 1770322
3600.07/3586.51	c decisions		: 29313631
3600.07/3586.51	c propagations		: 77068702
3600.07/3586.51	c inspects		: 9835001375
3600.07/3586.51	c shortcuts		: 0
3600.07/3586.51	c learnt literals	: 0
3600.07/3586.52	c learnt binary clauses	: 0
3600.07/3586.52	c learnt ternary clauses	: 0
3600.07/3586.52	c learnt constraints	: 1770322
3600.07/3586.52	c ignored constraints	: 0
3600.07/3586.52	c root simplifications	: 0
3600.07/3586.52	c removed literals (reason simplification)	: 17441385
3600.07/3586.52	c reason swapping (by a shorter reason)	: 0
3600.07/3586.52	c Calls to reduceDB	: 55
3600.07/3586.52	c Number of update (reduction) of LBD	: 1380131
3600.07/3586.52	c Imported unit clauses	: 0
3600.07/3586.52	c No decision after first conflict	: false
3600.07/3586.52	c number of reductions to clauses (during analyze)	: 0
3600.07/3586.52	c timeout
3600.07/3586.52	c number of learned constraints concerned by reduction	: 0
3600.07/3586.52	c number of learning phase by resolution	: 0
3600.07/3586.52	c number of learning phase by cutting planes	: 0
3600.07/3586.52	c number of rounding to 1 operations	: 0
3600.07/3586.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3586.52	c number of reductions of the coefficients by power 2 	: 0
3600.07/3586.52	c number of right shift for reduction by power 2 	: 0
3600.07/3586.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3586.52	c number of ending skipping 	: 0
3600.07/3586.52	c number of internal skipping 	: 0
3600.07/3586.52	c number of derivation steps 	: 0
3600.07/3586.52	c number of skipped derivation steps 	: 0
3600.07/3586.52	c number of remaining unassigned 	: 0
3600.07/3586.52	c number of remaining assigned 	: 0
3600.07/3586.52	c number of falsified literals weakened from reason	: 0
3600.07/3586.52	c number of falsified literals weakened from conflict	: 0
3600.07/3586.52	c time for arithmetic operations	: 0
3600.07/3586.52	c minimum degree of deleted constraints	: null
3600.07/3586.52	c maximum degree of deleted constraints	: null
3600.07/3586.52	c number of deleted constraints	: 0
3600.07/3586.53	c speed (assignments/second)	: 21676.12450129589
3600.07/3586.53	c non guided choices	: 16617998
3600.07/3586.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68333
3600.07/3586.57	s UNKNOWN
3600.07/3586.57	c Total wall clock time (in seconds): 3586.427

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 (41863 MiB free)
  memory of node 1: 64465 MiB (41447 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542276-1753213784/watcher-4542276-1753213784 -o /tmp/evaluation-result-4542276-1753213784/solver-4542276-1753213784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157169 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542276-1753213784.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=157727, runsolver pid=157724

[startup+0.100061 s]*
/proc/loadavg: 4.22 4.20 4.13 7/335 157745
/proc/meminfo: memFree=85278756/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=18930384 memory=53284 CPUtime=0.12 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 6472 0 0 0 10 2 0 0 20 0 18 0 237055970 19384713216 13321 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4732596 13321 5337 1 0 547552 0
[pid=157727/tid=157729] ppid=157724 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 4993 0 0 0 6 1 0 0 20 0 18 0 237055972 19384713216 13321 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055974 19384713216 13321 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=18930384 memory=55186957824150 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237055974 19384713216 13321 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53284 KiB

[startup+0.205948 s]*
/proc/loadavg: 4.22 4.20 4.13 9/335 157745
/proc/meminfo: memFree=85149764/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=18930384 memory=205264 CPUtime=0.3 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 7083 0 0 0 25 5 0 0 20 0 18 0 237055970 19384713216 51316 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4732596 51316 5433 1 0 547876 0
[pid=157727/tid=157729] ppid=157724 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 5399 0 0 0 13 4 0 0 20 0 18 0 237055972 19384713216 51316 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=18930384 memory=17146 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055974 19384713216 51316 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=18930384 memory=54087446168546 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237055974 19384713216 51316 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 205264 KiB

[startup+0.306087 s]*
/proc/loadavg: 4.22 4.20 4.13 7/335 157745
/proc/meminfo: memFree=84763292/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=18930384 memory=589608 CPUtime=0.47 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 8561 0 0 0 34 13 0 0 20 0 18 0 237055970 19384713216 147402 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4732596 147402 5433 1 0 548570 0
[pid=157727/tid=157729] ppid=157724 vsize=18930384 memory=-8888807576756331196 CPUtime=0.27 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 5769 0 0 0 15 12 0 0 20 0 18 0 237055972 19384713216 147402 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055974 19384713216 147914 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 237055974 19384713216 147914 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 589608 KiB

[startup+0.700246 s]
/proc/loadavg: 4.22 4.20 4.13 7/336 157746
/proc/meminfo: memFree=84282360/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=18996948 memory=1051676 CPUtime=1.08 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 9590 0 0 0 84 24 0 0 20 0 19 0 237055970 19452874752 262919 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4749237 262919 5465 1 0 549174 0
[pid=157727/tid=157729] ppid=157724 vsize=18996948 memory=27136 CPUtime=0.64 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 6171 0 0 0 42 22 0 0 20 0 19 0 237055972 19452874752 262919 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 262919 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 262919 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1051676 KiB

[startup+1.50026 s]
/proc/loadavg: 4.22 4.20 4.13 6/336 157746
/proc/meminfo: memFree=83646852/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=18996948 memory=1317924 CPUtime=2.19 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 11738 0 0 0 189 30 0 0 20 0 19 0 237055970 19452874752 329481 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4749237 329481 5529 1 0 694321 0
[pid=157727/tid=157729] ppid=157724 vsize=18996948 memory=3328 CPUtime=1.4 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 6409 0 0 0 113 27 0 0 20 0 19 0 237055972 19452874752 329481 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 329481 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 329481 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1317924 KiB

[startup+3.10563 s]
/proc/loadavg: 4.22 4.20 4.13 6/336 157747
/proc/meminfo: memFree=82381828/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=18996948 memory=1929248 CPUtime=4.18 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 19518 0 0 0 373 45 0 0 20 0 19 0 237055970 19452874752 482312 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4749237 482312 5529 1 0 986387 0
[pid=157727/tid=157729] ppid=157724 vsize=18996948 memory=10752 CPUtime=2.9 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 6765 0 0 0 252 38 0 0 20 0 19 0 237055972 19452874752 482312 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 482312 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 482312 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1929248 KiB

[startup+6.3002 s]
/proc/loadavg: 4.28 4.21 4.14 5/336 157747
/proc/meminfo: memFree=81318680/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=18996948 memory=2813476 CPUtime=7.53 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 21454 0 0 0 690 63 0 0 20 0 19 0 237055970 19452874752 703369 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4749237 703369 5529 1 0 1412524 0
[pid=157727/tid=157729] ppid=157724 vsize=18996948 memory=5632 CPUtime=5.88 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 7447 0 0 0 535 53 0 0 20 0 19 0 237055972 19452874752 703369 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 703369 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=18996948 memory=-8888807576756331196 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 703369 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 7.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2813476 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.21 4.14 5/336 157747
/proc/meminfo: memFree=79199932/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=18996948 memory=3712868 CPUtime=14.07 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 23764 0 0 0 1324 83 0 0 20 0 19 0 237055970 19452874752 928217 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4749237 928217 5529 1 0 1813594 0
[pid=157727/tid=157729] ppid=157724 vsize=18996948 memory=2813476 CPUtime=11.75 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 8546 0 0 0 1107 68 0 0 20 0 19 0 237055972 19452874752 928217 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=18996948 memory=27136 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 928217 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=18996948 memory=16508 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 928217 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 14.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3712868 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.21 4.14 5/336 157747
/proc/meminfo: memFree=78114824/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=18996948 memory=4223040 CPUtime=27.4 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 25800 0 0 0 2644 96 0 0 20 0 19 0 237055970 19452874752 1055760 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4749237 1055760 5529 1 0 1993240 0
[pid=157727/tid=157729] ppid=157724 vsize=18996948 memory=2813476 CPUtime=23.52 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) S 157724 157727 157157 0 -1 4194368 8951 0 0 0 2277 75 0 0 20 0 19 0 237055972 19452874752 1055760 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=18996948 memory=-8888807576756331196 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 1055760 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=18996948 memory=4214848 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 237055974 19452874752 1055760 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 27.4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4223040 KiB

[startup+51.1058 s]
/proc/loadavg: 4.25 4.21 4.14 5/338 157749
/proc/meminfo: memFree=76999272/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=4748564 CPUtime=54.41 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 33937 0 0 0 5332 109 0 0 20 0 20 0 237055970 19521036288 1187141 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4765878 1187141 5529 1 0 2156582 0
[pid=157727/tid=157729] ppid=157724 vsize=19063512 memory=16508 CPUtime=48.63 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 12024 0 0 0 4779 84 0 0 20 0 20 0 237055972 19521036288 1187141 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1187141 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1187141 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157748] ppid=157724 vsize=19063512 memory=16508 CPUtime=0 cores=1,3
/proc/157727/task/157748/stat : 157748 (Timer-0) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237059076 19521036288 1187141 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 54.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4748564 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.21 4.14 5/339 157756
/proc/meminfo: memFree=75574172/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=5199320 CPUtime=105.66 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 38942 0 0 0 10447 119 0 0 20 0 20 0 237055970 19521036288 1299830 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0

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

/proc/meminfo: memFree=62941856/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=6674076 CPUtime=3292.73 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 181217 0 0 0 329035 238 0 0 20 0 20 0 237055970 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4765878 1668519 5529 1 0 2157969 0
[pid=157727/tid=157729] ppid=157724 vsize=19063512 memory=6674076 CPUtime=3261 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 94294 0 0 0 325991 109 0 0 20 0 20 0 237055972 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=19063512 memory=6674076 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 3212 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157748] ppid=157724 vsize=19063512 memory=16508 CPUtime=0 cores=1,3
/proc/157727/task/157748/stat : 157748 (Timer-0) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237059076 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 3292.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6674076 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.16 5/339 157918
/proc/meminfo: memFree=62941320/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=6674076 CPUtime=3353.17 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 183628 0 0 0 335077 240 0 0 20 0 20 0 237055970 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4765878 1668519 5529 1 0 2157969 0
[pid=157727/tid=157729] ppid=157724 vsize=19063512 memory=5276 CPUtime=3320.28 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 95338 0 0 0 331919 109 0 0 20 0 20 0 237055972 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=19063512 memory=6674076 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=19063512 memory=6674076 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 3247 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157748] ppid=157724 vsize=19063512 memory=6674076 CPUtime=0 cores=1,3
/proc/157727/task/157748/stat : 157748 (Timer-0) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237059076 19521036288 1668519 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 3353.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6674076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/339 157920
/proc/meminfo: memFree=62617620/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=6995684 CPUtime=3413.35 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 185187 0 0 0 341088 247 0 0 20 0 20 0 237055970 19521036288 1748921 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4765878 1748921 5529 1 0 2157969 0
[pid=157727/tid=157729] ppid=157724 vsize=19063512 memory=6674076 CPUtime=3379.82 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 96520 0 0 0 337873 109 0 0 20 0 20 0 237055972 19521036288 1748921 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=19063512 memory=16508 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1748921 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=19063512 memory=6995684 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 3373 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1748921 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157748] ppid=157724 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/157727/task/157748/stat : 157748 (Timer-0) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237059076 19521036288 1748921 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 3413.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6995684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/340 157923
/proc/meminfo: memFree=62310532/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=7294692 CPUtime=3473.51 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 188714 0 0 0 347097 254 0 0 20 0 20 0 237055970 19521036288 1823673 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4765878 1823673 5529 1 0 2157969 0
[pid=157727/tid=157729] ppid=157724 vsize=19063512 memory=6674076 CPUtime=3439.39 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 98959 0 0 0 343829 110 0 0 20 0 20 0 237055972 19521036288 1823673 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=19063512 memory=16508 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1823673 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=19063512 memory=7294692 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 3506 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1823673 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157748] ppid=157724 vsize=19063512 memory=7294692 CPUtime=0 cores=1,3
/proc/157727/task/157748/stat : 157748 (Timer-0) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237059076 19521036288 1823673 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 3473.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7294692 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.13 4.15 5/340 157925
/proc/meminfo: memFree=61736744/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=7872244 CPUtime=3533.96 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 191975 0 0 0 353130 266 0 0 20 0 20 0 237055970 19521036288 1968061 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4765878 1968061 5529 1 0 2157973 0
[pid=157727/tid=157729] ppid=157724 vsize=19063512 memory=7294692 CPUtime=3498.66 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 101175 0 0 0 349756 110 0 0 20 0 20 0 237055972 19521036288 1968061 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=19063512 memory=7872244 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1968061 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 3506 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 1968061 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157748] ppid=157724 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/157727/task/157748/stat : 157748 (Timer-0) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237059076 19521036288 1968061 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 3533.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7872244 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.15 4.16 5/338 158059
/proc/meminfo: memFree=78706424/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=8152948 CPUtime=3595.88 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 199577 0 0 0 359312 276 0 0 20 0 20 0 237055970 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4765878 2038237 5529 1 0 2158016 0
[pid=157727/tid=157729] ppid=157724 vsize=19063512 memory=16508 CPUtime=3558.17 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 103516 0 0 0 355707 110 0 0 20 0 20 0 237055972 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=19063512 memory=27136 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=19063512 memory=7872244 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 3546 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157748] ppid=157724 vsize=19063512 memory=8152948 CPUtime=0 cores=1,3
/proc/157727/task/157748/stat : 157748 (Timer-0) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237059076 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 3595.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8152948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.5 s]
/proc/loadavg: 4.19 4.15 4.15 5/340 158061
/proc/meminfo: memFree=78636256/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=8152948 CPUtime=3600.07 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 200009 0 0 0 359731 276 0 0 20 0 20 0 237055970 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4765878 2038237 5529 1 0 2158016 0
[pid=157727/tid=157729] ppid=157724 vsize=19063512 memory=27136 CPUtime=3562.36 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 103910 0 0 0 356126 110 0 0 20 0 20 0 237055972 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=19063512 memory=8152948 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=19063512 memory=-8672361011952263868 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 3546 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157748] ppid=157724 vsize=19063512 memory=8152948 CPUtime=0 cores=1,3
/proc/157727/task/157748/stat : 157748 (Timer-0) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237059076 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8152948 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.41 s, system=2.79091 s

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

[startup+3586.5 s]
/proc/loadavg: 4.19 4.15 4.15 5/340 158061
/proc/meminfo: memFree=78636256/131249988 swapFree=33010160/33010684
[pid=157727] ppid=157724 vsize=19063512 memory=8152948 CPUtime=3600.07 cores=1,3
/proc/157727/stat : 157727 (java) S 157724 157727 157157 0 -1 4194304 200009 0 0 0 359731 276 0 0 20 0 20 0 237055970 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
/proc/157727/statm: 4765878 2038237 5529 1 0 2158016 0
[pid=157727/tid=157729] ppid=157724 vsize=19063512 memory=27136 CPUtime=3562.36 cores=1,3
/proc/157727/task/157729/stat : 157729 (java) R 157724 157727 157157 0 -1 4194368 103910 0 0 0 356126 110 0 0 20 0 20 0 237055972 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157738] ppid=157724 vsize=19063512 memory=8152948 CPUtime=0 cores=1,3
/proc/157727/task/157738/stat : 157738 (Finalizer) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157745] ppid=157724 vsize=19063512 memory=-8672361011952263868 CPUtime=0 cores=1,3
/proc/157727/task/157745/stat : 157745 (Common-Cleaner) S 157724 157727 157157 0 -1 4194368 3546 0 0 0 0 0 0 0 20 0 20 0 237055974 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
[pid=157727/tid=157748] ppid=157724 vsize=19063512 memory=8152948 CPUtime=0 cores=1,3
/proc/157727/task/157748/stat : 157748 (Timer-0) S 157724 157727 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237059076 19521036288 2038237 18446744073709551615 94477413453824 94477413457520 140736490941744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94477413465336 94477413466128 94477419782144 140736490948991 140736490949092 140736490949092 140736490954696 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8152948 KiB

Child status: 143

Real time (s): 3586.6
CPU time (s): 3600.21
CPU user time (s): 3597.41
CPU system time (s): 2.79091
CPU usage (%): 100.379
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8152948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.41
system time used= 2.79091
maximum resident set size= 8154100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202567
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110138
involuntary context switches= 6732


# summary of solver processes directly reported to runsolver:
#   pid: 157727
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.41
#   total CPU system time (s): 2.79091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.22771 second user time and 17.4448 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 21:49:44
IDJOB=4542276
IDBENCH=163916
IDSOLVER=3363
FILE ID=nodeC020/4542276-1753213784
RUNJOBID= nodeC020-1753210180-157169
SLURM_JOB_ID= 9687784
Free space on /tmp= 432772 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height36_pigeons35_holes34.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542276-1753213784/watcher-4542276-1753213784 -o /tmp/evaluation-result-4542276-1753213784/solver-4542276-1753213784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157169 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542276-1753213784.opb

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

MD5SUM BENCH= 8324c3ed1748cac240c60f4c3727f95f
RANDOM SEED=1799213966

nodeC020 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.902
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.79
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		: 3635.376
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        85321828 kB
MemAvailable:   124669120 kB
Buffers:            2128 kB
Cached:         40104452 kB
SwapCached:            4 kB
Active:          5983676 kB
Inactive:       39250240 kB
Active(anon):    5129044 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39225704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            126508 kB
Writeback:             0 kB
AnonPages:       5130080 kB
Mapped:           128604 kB
Shmem:             26244 kB
KReclaimable:     212392 kB
Slab:             308328 kB
SReclaimable:     212392 kB
SUnreclaim:        95936 kB
KernelStack:        5136 kB
PageTables:        13500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   12589480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151336 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4927488 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432868 MiB
End job on nodeC020 at 2025-07-22 22:49:31