Trace number 4542198

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.23 3576.85

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height38_pigeons37_holes36.opb
MD5SUM883a1a775d6309f3a96fbb0c62b71064
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 benchmark366.876
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1040520
Total number of constraints61390
Number of constraints which are clauses31085
Number of constraints which are cardinality constraints (but not clauses)27302
Number of constraints which are nor clauses,nor cardinality constraints3003
Minimum length of a constraint36
Maximum length of a constraint41
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 44
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.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.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-4542198-1753213781.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  no objective function found
45.72/43.30	c ... done. Wall clock time 43.162s.
45.72/43.30	c declared #vars     1040520
45.72/43.30	c #constraints  61390
45.72/43.30	c constraints type 
45.72/43.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30305
45.72/43.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 31085
45.72/43.30	c 61390 constraints processed.
48.81/45.37	c cleaning 2491 clauses out of 5000 with flag 31451/5000
50.26/46.63	c cleaning 4239 clauses out of 8510 with flag 70008/11001
51.97/48.34	c cleaning 5617 clauses out of 11271 with flag 112777/18001
54.47/50.72	c cleaning 6592 clauses out of 13653 with flag 197822/26000
57.67/53.99	c cleaning 8032 clauses out of 16064 with flag 319129/35003
60.76/57.03	c cleaning 8910 clauses out of 18029 with flag 426522/45000
67.33/63.65	c cleaning 10059 clauses out of 20120 with flag 587305/56001
73.63/69.97	c cleaning 11027 clauses out of 22061 with flag 756743/68001
78.91/75.20	c cleaning 12012 clauses out of 24034 with flag 937151/81001
85.00/81.33	c cleaning 13011 clauses out of 26021 with flag 1075174/95000
93.72/90.00	c cleaning 13997 clauses out of 28010 with flag 1239460/110000
108.29/104.60	c cleaning 15007 clauses out of 30013 with flag 1477966/126000
118.82/115.01	c cleaning 15999 clauses out of 32006 with flag 1640796/143000
128.81/125.08	c cleaning 17000 clauses out of 34007 with flag 1777125/161000
142.23/138.45	c cleaning 18001 clauses out of 36010 with flag 2010133/180003
160.24/155.60	c cleaning 18990 clauses out of 38006 with flag 2235186/200000
176.50/171.93	c cleaning 20002 clauses out of 40016 with flag 2509642/221000
194.57/189.89	c cleaning 20992 clauses out of 42014 with flag 2739217/243000
219.22/214.40	c cleaning 22007 clauses out of 44025 with flag 2979060/266003
246.98/241.93	c cleaning 22994 clauses out of 46016 with flag 3231911/290001
269.03/263.86	c cleaning 23993 clauses out of 48023 with flag 3497848/315002
297.51/292.13	c cleaning 24969 clauses out of 50031 with flag 3781105/341003
328.22/322.43	c cleaning 25994 clauses out of 52061 with flag 4055706/368002
354.70/347.76	c cleaning 27005 clauses out of 54067 with flag 4320933/396002
389.36/382.26	c cleaning 28022 clauses out of 56060 with flag 4620270/425000
418.80/411.57	c cleaning 29011 clauses out of 58040 with flag 4939926/455002
457.04/449.49	c cleaning 30005 clauses out of 60027 with flag 5223937/486000
495.60/487.87	c cleaning 31001 clauses out of 62022 with flag 5559147/518000
539.82/531.95	c cleaning 31992 clauses out of 64023 with flag 5923924/551002
585.09/576.81	c cleaning 33008 clauses out of 66031 with flag 6312603/585002
637.61/629.20	c cleaning 33972 clauses out of 68021 with flag 6716252/620000
684.95/675.10	c cleaning 35012 clauses out of 70050 with flag 7064273/656001
743.57/733.65	c cleaning 36013 clauses out of 72041 with flag 7453049/693004
798.45/788.16	c cleaning 36996 clauses out of 74024 with flag 7867669/731000
854.46/844.01	c cleaning 38006 clauses out of 76029 with flag 8239816/770001
927.18/916.48	c cleaning 38992 clauses out of 78024 with flag 8659434/810002
986.15/975.02	c cleaning 40000 clauses out of 80030 with flag 9102579/851000
1054.82/1042.40	c cleaning 41009 clauses out of 82031 with flag 9521137/893001
1128.68/1116.04	c cleaning 41998 clauses out of 84022 with flag 9916984/936001
1201.95/1189.08	c cleaning 42961 clauses out of 86023 with flag 10273786/980000
1275.52/1262.33	c cleaning 44020 clauses out of 88065 with flag 10727476/1025003
1356.45/1342.94	c cleaning 45009 clauses out of 90043 with flag 11157699/1071001
1415.79/1402.12	c cleaning 45958 clauses out of 92034 with flag 11563568/1118001
1517.39/1503.55	c cleaning 47029 clauses out of 94079 with flag 12028145/1166004
1585.22/1571.01	c cleaning 48012 clauses out of 96046 with flag 12393384/1215000
1649.58/1635.08	c cleaning 48989 clauses out of 98043 with flag 12848990/1265009
1722.87/1708.04	c cleaning 49977 clauses out of 100045 with flag 13323801/1316000
1778.42/1761.90	c cleaning 51000 clauses out of 102068 with flag 13907463/1368000
1836.73/1820.09	c cleaning 51992 clauses out of 104069 with flag 14535841/1421001
1906.48/1889.34	c cleaning 52990 clauses out of 106076 with flag 15146529/1475000
1981.81/1964.53	c cleaning 53993 clauses out of 108090 with flag 15736665/1530004
2056.93/2039.23	c cleaning 54991 clauses out of 110093 with flag 16258576/1586000
2151.47/2133.67	c cleaning 56010 clauses out of 112105 with flag 16815513/1643003
2243.17/2225.27	c cleaning 56999 clauses out of 114093 with flag 17386005/1701001
2347.80/2329.62	c cleaning 57999 clauses out of 116093 with flag 17956496/1760000
2501.40/2483.22	c cleaning 59001 clauses out of 118094 with flag 18547090/1820000
2620.13/2601.60	c cleaning 60037 clauses out of 120093 with flag 19130041/1881000
2705.42/2686.88	c cleaning 61015 clauses out of 122057 with flag 19540364/1943001
2822.76/2803.84	c cleaning 62011 clauses out of 124042 with flag 20053817/2006001
2932.91/2913.92	c cleaning 62941 clauses out of 126030 with flag 20589373/2070000
2998.17/2977.10	c cleaning 64004 clauses out of 128092 with flag 21136152/2135003
3119.33/3098.06	c cleaning 65035 clauses out of 130085 with flag 21571117/2201000
3235.24/3213.37	c cleaning 66017 clauses out of 132050 with flag 22152807/2268000
3345.02/3322.90	c cleaning 67011 clauses out of 134033 with flag 22725491/2336000
3457.09/3434.48	c cleaning 68000 clauses out of 136023 with flag 23302293/2405001
3541.44/3518.65	c cleaning 69004 clauses out of 138022 with flag 23857754/2475000
3600.07/3576.71	c starts		: 1708
3600.07/3576.72	c timeout
3600.07/3576.72	c conflicts		: 2532642
3600.07/3576.72	c decisions		: 10685754
3600.07/3576.72	c propagations		: 60644376
3600.07/3576.72	c inspects		: 9165904730
3600.07/3576.72	c shortcuts		: 0
3600.07/3576.72	c learnt literals	: 0
3600.07/3576.72	c learnt binary clauses	: 0
3600.07/3576.72	c learnt ternary clauses	: 0
3600.07/3576.72	c learnt constraints	: 2532642
3600.07/3576.72	c ignored constraints	: 0
3600.07/3576.72	c root simplifications	: 0
3600.07/3576.72	c removed literals (reason simplification)	: 131943844
3600.07/3576.72	c reason swapping (by a shorter reason)	: 0
3600.07/3576.72	c Calls to reduceDB	: 66
3600.07/3576.72	c Number of update (reduction) of LBD	: 1986361
3600.07/3576.72	c Imported unit clauses	: 0
3600.07/3576.72	c No decision after first conflict	: false
3600.07/3576.72	c number of reductions to clauses (during analyze)	: 0
3600.07/3576.72	c number of learned constraints concerned by reduction	: 0
3600.07/3576.72	c number of learning phase by resolution	: 0
3600.07/3576.72	c number of learning phase by cutting planes	: 0
3600.07/3576.72	c number of rounding to 1 operations	: 0
3600.07/3576.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3576.72	c number of reductions of the coefficients by power 2 	: 0
3600.07/3576.72	c number of right shift for reduction by power 2 	: 0
3600.07/3576.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3576.72	c number of ending skipping 	: 0
3600.07/3576.72	c number of internal skipping 	: 0
3600.07/3576.72	c number of derivation steps 	: 0
3600.07/3576.72	c number of skipped derivation steps 	: 0
3600.07/3576.73	c number of remaining unassigned 	: 0
3600.07/3576.73	c number of remaining assigned 	: 0
3600.07/3576.73	c number of falsified literals weakened from reason	: 0
3600.07/3576.73	c number of falsified literals weakened from conflict	: 0
3600.07/3576.73	c time for arithmetic operations	: 0
3600.07/3576.73	c minimum degree of deleted constraints	: null
3600.07/3576.73	c maximum degree of deleted constraints	: null
3600.07/3576.73	c number of deleted constraints	: 0
3600.07/3576.73	c speed (assignments/second)	: 17163.232239643017
3600.07/3576.73	c non guided choices	: 5905975
3600.07/3576.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 126660
3600.07/3576.78	s UNKNOWN
3600.07/3576.78	c Total wall clock time (in seconds): 3576.651

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542198-1753213781/watcher-4542198-1753213781 -o /tmp/evaluation-result-4542198-1753213781/solver-4542198-1753213781 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157170 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542198-1753213781.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=157602, runsolver pid=157599

[startup+0.10006 s]*
/proc/loadavg: 4.06 4.17 4.12 4/312 157620
/proc/meminfo: memFree=86191116/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=18930384 memory=55484 CPUtime=0.12 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 6547 0 0 0 10 2 0 0 20 0 18 0 237055717 19384713216 13871 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4732596 13871 5332 1 0 547603 0
[pid=157602/tid=157604] ppid=157599 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 5048 0 0 0 6 1 0 0 20 0 18 0 237055718 19384713216 13871 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055720 19384713216 13871 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237055721 19384713216 13871 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55484 KiB

[startup+0.205745 s]*
/proc/loadavg: 4.06 4.17 4.12 4/312 157620
/proc/meminfo: memFree=86011020/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=18930384 memory=240116 CPUtime=0.3 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 7094 0 0 0 24 6 0 0 20 0 18 0 237055717 19384713216 60029 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4732596 60029 5428 1 0 547888 0
[pid=157602/tid=157604] ppid=157599 vsize=18930384 memory=4026990711 CPUtime=0.17 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 5390 0 0 0 11 6 0 0 20 0 18 0 237055718 19384713216 60029 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=18930384 memory=215637836247 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055720 19384713216 60029 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=18930384 memory=29764 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237055721 19384713216 60029 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 240116 KiB

[startup+0.305706 s]*
/proc/loadavg: 4.06 4.17 4.12 4/313 157623
/proc/meminfo: memFree=85634252/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=18930384 memory=614204 CPUtime=0.45 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 8572 0 0 0 31 14 0 0 20 0 18 0 237055717 19384713216 153551 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4732596 153551 5428 1 0 548760 0
[pid=157602/tid=157604] ppid=157599 vsize=18930384 memory=-8526551480752972476 CPUtime=0.26 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 5571 0 0 0 13 13 0 0 20 0 18 0 237055718 19384713216 153551 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237055720 19384713216 153551 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 237055721 19384713216 153551 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 614204 KiB

[startup+0.70023 s]
/proc/loadavg: 4.06 4.17 4.12 4/292 157628
/proc/meminfo: memFree=87350324/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=18996948 memory=1052208 CPUtime=1.03 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 9197 0 0 0 80 23 0 0 20 0 19 0 237055717 19452874752 263052 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4749237 263052 5460 1 0 549182 0
[pid=157602/tid=157604] ppid=157599 vsize=18996948 memory=27136 CPUtime=0.61 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 5764 0 0 0 41 20 0 0 20 0 19 0 237055718 19452874752 263052 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055720 19452874752 263052 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055721 19452874752 263052 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1052208 KiB

[startup+1.50023 s]
/proc/loadavg: 4.06 4.17 4.12 4/289 157653
/proc/meminfo: memFree=87357560/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=18996948 memory=1194900 CPUtime=2.11 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 11135 0 0 0 184 27 0 0 20 0 19 0 237055717 19452874752 298725 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4749237 298725 5524 1 0 656688 0
[pid=157602/tid=157604] ppid=157599 vsize=18996948 memory=3328 CPUtime=1.36 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 5931 0 0 0 113 23 0 0 20 0 19 0 237055718 19452874752 298725 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055720 19452874752 298725 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055721 19452874752 298725 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1194900 KiB

[startup+3.10587 s]
/proc/loadavg: 4.22 4.20 4.13 7/336 157746
/proc/meminfo: memFree=84282360/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=18996948 memory=1545928 CPUtime=4.01 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 16539 0 0 0 366 35 0 0 20 0 19 0 237055717 19452874752 386482 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4749237 386482 5524 1 0 1001694 0
[pid=157602/tid=157604] ppid=157599 vsize=18996948 memory=10752 CPUtime=2.88 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 6168 0 0 0 259 29 0 0 20 0 19 0 237055718 19452874752 386482 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055720 19452874752 386482 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055721 19452874752 386482 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1545928 KiB

[startup+6.30021 s]
/proc/loadavg: 4.22 4.20 4.13 5/336 157747
/proc/meminfo: memFree=82353392/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=18996948 memory=2629452 CPUtime=7.31 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 18331 0 0 0 674 57 0 0 20 0 19 0 237055717 19452874752 657363 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4749237 657363 5524 1 0 1342213 0
[pid=157602/tid=157604] ppid=157599 vsize=18996948 memory=10752 CPUtime=5.87 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 6953 0 0 0 539 48 0 0 20 0 19 0 237055718 19452874752 657363 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055720 19452874752 657363 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055721 19452874752 657363 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2629452 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.21 4.14 6/336 157747
/proc/meminfo: memFree=79739264/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=18996948 memory=2934988 CPUtime=13.95 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 19681 0 0 0 1331 64 0 0 20 0 19 0 237055717 19452874752 733747 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4749237 733747 5524 1 0 1559450 0
[pid=157602/tid=157604] ppid=157599 vsize=18996948 memory=16508 CPUtime=11.89 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 7610 0 0 0 1137 52 0 0 20 0 19 0 237055718 19452874752 733747 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055720 19452874752 733747 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055721 19452874752 733747 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 13.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2934988 KiB

[startup+25.5002 s]
/proc/loadavg: 4.30 4.22 4.14 5/336 157747
/proc/meminfo: memFree=78180360/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=18996948 memory=3719956 CPUtime=27.17 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 23058 0 0 0 2636 81 0 0 20 0 19 0 237055717 19452874752 929989 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4749237 929989 5524 1 0 1759995 0
[pid=157602/tid=157604] ppid=157599 vsize=18996948 memory=3674868 CPUtime=23.74 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 8643 0 0 0 2311 63 0 0 20 0 19 0 237055718 19452874752 929989 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=18996948 memory=3485404 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 237055720 19452874752 929989 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=18996948 memory=27136 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 237055721 19452874752 929989 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 27.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3719956 KiB

[startup+51.1057 s]
/proc/loadavg: 4.28 4.22 4.14 5/338 157749
/proc/meminfo: memFree=77138528/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=19063512 memory=3904300 CPUtime=54.87 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 34573 0 0 0 5399 88 0 0 20 0 20 0 237055717 19521036288 976075 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4765878 976075 5524 1 0 1854383 0
[pid=157602/tid=157604] ppid=157599 vsize=19063512 memory=3724260 CPUtime=48.16 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 12248 0 0 0 4749 67 0 0 20 0 20 0 237055718 19521036288 976075 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=19063512 memory=16508 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055720 19521036288 976075 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=19063512 memory=28544 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 237055721 19521036288 976075 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157749] ppid=157599 vsize=19063512 memory=3724260 CPUtime=0 cores=5,7
/proc/157602/task/157749/stat : 157749 (Timer-0) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237060051 19521036288 976075 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 54.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3904300 KiB

[startup+102.3 s]
/proc/loadavg: 4.24 4.21 4.14 5/339 157756
/proc/meminfo: memFree=75656596/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=19063512 memory=4813788 CPUtime=106.1 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 39743 0 0 0 10502 108 0 0 20 0 20 0 237055717 19521036288 1203447 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0

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

/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055720 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 2753 0 0 0 0 0 0 0 20 0 20 0 237055721 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157749] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157749/stat : 157749 (Timer-0) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237060051 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 3183.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10161292 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/339 157913
/proc/meminfo: memFree=62941744/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=19063512 memory=10161292 CPUtime=3244.22 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 205635 0 0 0 324119 303 0 0 20 0 20 0 237055717 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4765878 2540323 5556 1 0 3275120 0
[pid=157602/tid=157604] ppid=157599 vsize=19063512 memory=10752 CPUtime=3192.3 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 104032 0 0 0 319118 112 0 0 20 0 20 0 237055718 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055720 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=19063512 memory=-8526551480752972476 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 2753 0 0 0 0 0 0 0 20 0 20 0 237055721 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157749] ppid=157599 vsize=19063512 memory=16508 CPUtime=0 cores=5,7
/proc/157602/task/157749/stat : 157749 (Timer-0) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237060051 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 3244.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10161292 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.17 4.17 5/339 157915
/proc/meminfo: memFree=62941856/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=19063512 memory=10161292 CPUtime=3304.5 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 208490 0 0 0 330145 305 0 0 20 0 20 0 237055717 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4765878 2540323 5556 1 0 3275120 0
[pid=157602/tid=157604] ppid=157599 vsize=19063512 memory=10161292 CPUtime=3251.77 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 105299 0 0 0 325064 113 0 0 20 0 20 0 237055718 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055720 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=19063512 memory=16508 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 2765 0 0 0 0 0 0 0 20 0 20 0 237055721 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157749] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157749/stat : 157749 (Timer-0) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237060051 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 3304.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10161292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.15 4.16 5/339 157918
/proc/meminfo: memFree=62941320/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=19063512 memory=10161292 CPUtime=3364.73 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 212797 0 0 0 336166 307 0 0 20 0 20 0 237055717 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4765878 2540323 5556 1 0 3275120 0
[pid=157602/tid=157604] ppid=157599 vsize=19063512 memory=-5155633680935826750 CPUtime=3311.26 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 108158 0 0 0 331013 113 0 0 20 0 20 0 237055718 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055720 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=19063512 memory=16508 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 2808 0 0 0 0 0 0 0 20 0 20 0 237055721 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157749] ppid=157599 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/157602/task/157749/stat : 157749 (Timer-0) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237060051 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 3364.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10161292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/339 157920
/proc/meminfo: memFree=62617620/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=19063512 memory=10161292 CPUtime=3425.05 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 216030 0 0 0 342197 308 0 0 20 0 20 0 237055717 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4765878 2540323 5556 1 0 3275120 0
[pid=157602/tid=157604] ppid=157599 vsize=19063512 memory=5632 CPUtime=3370.67 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 109450 0 0 0 336954 113 0 0 20 0 20 0 237055718 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055720 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 2930 0 0 0 0 0 0 0 20 0 20 0 237055721 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157749] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157749/stat : 157749 (Timer-0) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237060051 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 3425.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10161292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.12 4.15 5/340 157923
/proc/meminfo: memFree=62310532/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=19063512 memory=10161292 CPUtime=3485.25 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 219192 0 0 0 348216 309 0 0 20 0 20 0 237055717 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4765878 2540323 5556 1 0 3275120 0
[pid=157602/tid=157604] ppid=157599 vsize=19063512 memory=5632 CPUtime=3430.18 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 111370 0 0 0 342905 113 0 0 20 0 20 0 237055718 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055720 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 2950 0 0 0 0 0 0 0 20 0 20 0 237055721 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157749] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157749/stat : 157749 (Timer-0) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237060051 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 3485.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10161292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.13 4.15 5/340 157925
/proc/meminfo: memFree=61736744/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=19063512 memory=10161292 CPUtime=3545.32 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 223023 0 0 0 354220 312 0 0 20 0 20 0 237055717 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4765878 2540323 5556 1 0 3275120 0
[pid=157602/tid=157604] ppid=157599 vsize=19063512 memory=5632 CPUtime=3489.86 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 113890 0 0 0 348872 114 0 0 20 0 20 0 237055718 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055720 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 2950 0 0 0 0 0 0 0 20 0 20 0 237055721 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157749] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157749/stat : 157749 (Timer-0) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237060051 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 3545.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10161292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.7 s]
/proc/loadavg: 4.16 4.14 4.15 5/340 157927
/proc/meminfo: memFree=61453996/131249988 swapFree=33010160/33010684
[pid=157602] ppid=157599 vsize=19063512 memory=10161292 CPUtime=3600.07 cores=5,7
/proc/157602/stat : 157602 (java) S 157599 157602 157157 0 -1 4194304 224859 0 0 0 359694 313 0 0 20 0 20 0 237055717 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
/proc/157602/statm: 4765878 2540323 5556 1 0 3275120 0
[pid=157602/tid=157604] ppid=157599 vsize=19063512 memory=10161292 CPUtime=3543.66 cores=5,7
/proc/157602/task/157604/stat : 157604 (java) R 157599 157602 157157 0 -1 4194368 114992 0 0 0 354252 114 0 0 20 0 20 0 237055718 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157613] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157613/stat : 157613 (Finalizer) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237055720 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157620] ppid=157599 vsize=19063512 memory=10161292 CPUtime=0 cores=5,7
/proc/157602/task/157620/stat : 157620 (Common-Cleaner) S 157599 157602 157157 0 -1 4194368 2993 0 0 0 0 0 0 0 20 0 20 0 237055721 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
[pid=157602/tid=157749] ppid=157599 vsize=19063512 memory=7028 CPUtime=0 cores=5,7
/proc/157602/task/157749/stat : 157749 (Timer-0) S 157599 157602 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237060051 19521036288 2540323 18446744073709551615 94078454857728 94078454861424 140722128760032 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94078454869240 94078454870032 94078470250496 140722128763263 140722128763364 140722128763364 140722128768968 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10161292 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.06 s, system=3.16775 s

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

[startup+3576.81 s]*
/proc/loadavg: 4.16 4.14 4.15 5/322 157930
/proc/meminfo: memFree=64603636/131249988 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3576.85
CPU time (s): 3600.23
CPU user time (s): 3597.06
CPU system time (s): 3.16775
CPU usage (%): 100.654
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 10161292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.06
system time used= 3.16775
maximum resident set size= 10162060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227182
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111268
involuntary context switches= 4260


# summary of solver processes directly reported to runsolver:
#   pid: 157602
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.06
#   total CPU system time (s): 3.16775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36697 second user time and 17.3175 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 21:49:42
IDJOB=4542198
IDBENCH=163905
IDSOLVER=3363
FILE ID=nodeC020/4542198-1753213781
RUNJOBID= nodeC020-1753210180-157170
SLURM_JOB_ID= 9687784
Free space on /tmp= 432792 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_height38_pigeons37_holes36.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542198-1753213781/watcher-4542198-1753213781 -o /tmp/evaluation-result-4542198-1753213781/solver-4542198-1753213781 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157170 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542198-1753213781.opb

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

MD5SUM BENCH= 883a1a775d6309f3a96fbb0c62b71064
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.870
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		: 3599.887
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		: 3600.526
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		: 3601.324
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.889
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.898
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		: 3599.896
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		: 3600.247
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:        86213652 kB
MemAvailable:   125539924 kB
Buffers:            2128 kB
Cached:         40083432 kB
SwapCached:            4 kB
Active:          5059456 kB
Inactive:       39229220 kB
Active(anon):    4204824 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39204684 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            103044 kB
Writeback:             0 kB
AnonPages:       4206112 kB
Mapped:           128576 kB
Shmem:             26244 kB
KReclaimable:     212392 kB
Slab:             308656 kB
SReclaimable:     212392 kB
SUnreclaim:        96264 kB
KernelStack:        4768 kB
PageTables:        11616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    6848576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151032 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4026368 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= 432768 MiB
End job on nodeC020 at 2025-07-22 22:49:19